joyjitroy commited on
Commit
f75011d
·
verified ·
1 Parent(s): 166346a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -9
README.md CHANGED
@@ -8,6 +8,7 @@ metrics:
8
  - recall
9
  - f1
10
  pipeline_tag: text-classification
 
11
  library_name: sklearn
12
  tags:
13
  - finance
@@ -29,10 +30,9 @@ tags:
29
  <a href="https://huggingface.co/joyjitroy/Stock_Market_News_Sentiment_Analysis">
30
  <img src="https://img.shields.io/badge/HuggingFace-Model-yellow?logo=huggingface" />
31
  </a>
32
- <a href="#">
33
- <img src="https://img.shields.io/badge/arXiv-Active-blue?logo=arxiv" />
34
  </a>
35
- <a href="#">
36
  <img src="https://img.shields.io/badge/License-MIT-green" />
37
  </a>
38
  </p>
@@ -43,9 +43,12 @@ tags:
43
 
44
  This model card documents the resources and workflow described in the paper:
45
 
46
- **“NLP Stock Sentiment Analysis: A Comparative Embedding-Based Approach”
47
- (Preprint submitted to arXiv, 2025)**
48
- Author: **Joyjit Roy**
 
 
 
49
  Zenodo DOI: https://doi.org/10.5281/zenodo.17510735
50
  GitHub: https://github.com/joyjitroy/Machine_Learning/tree/main/NLP_Stock_Sentiment_Analysis
51
 
@@ -125,11 +128,33 @@ This repository is intended for:
125
  - No direct price prediction or financial forecasting
126
 
127
  This model is best used for experimentation and learning.
 
 
128
 
 
 
 
 
 
 
 
129
  ---
 
130
  ## 📘 Citation
131
- If you use this work, please cite:
132
- > Roy, Joyjit. “NLP Stock Sentiment Analysis: A Comparative Embedding-Based Approach.” arXiv preprint, 2025.
133
- > Dataset: Joyjit Roy. “NLP Stock Sentiment Analysis — AI for Market Signals.” Zenodo. https://doi.org/10.5281/zenodo.17510735
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
  ---
 
8
  - recall
9
  - f1
10
  pipeline_tag: text-classification
11
+ paperswithcode_id: nlp-stock-sentiment-analysis
12
  library_name: sklearn
13
  tags:
14
  - finance
 
30
  <a href="https://huggingface.co/joyjitroy/Stock_Market_News_Sentiment_Analysis">
31
  <img src="https://img.shields.io/badge/HuggingFace-Model-yellow?logo=huggingface" />
32
  </a>
33
+ <a href="https://ssrn.com/abstract=5784922">
34
+ <img src="https://img.shields.io/badge/SSRN-Preprint-red" />
35
  </a>
 
36
  <img src="https://img.shields.io/badge/License-MIT-green" />
37
  </a>
38
  </p>
 
43
 
44
  This model card documents the resources and workflow described in the paper:
45
 
46
+ **“NLP Stock Sentiment Analysis: A Comparative Embedding-Based Model Report”**
47
+ Joyjit Roy
48
+ SSRN, August 2024
49
+ Available at: https://ssrn.com/abstract=5784922
50
+ DOI: http://dx.doi.org/10.2139/ssrn.5784922
51
+
52
  Zenodo DOI: https://doi.org/10.5281/zenodo.17510735
53
  GitHub: https://github.com/joyjitroy/Machine_Learning/tree/main/NLP_Stock_Sentiment_Analysis
54
 
 
128
  - No direct price prediction or financial forecasting
129
 
130
  This model is best used for experimentation and learning.
131
+ ---
132
+ ## 📄 Related Publication
133
 
134
+ The full experimental design, results, and limitations are documented in the following model report:
135
+
136
+ > Roy, Joyjit.
137
+ > *NLP Stock Sentiment Analysis: A Comparative Embedding-Based Model Report.*
138
+ > SSRN, 2024.
139
+ > https://ssrn.com/abstract=5784922
140
+ > DOI: http://dx.doi.org/10.2139/ssrn.5784922
141
  ---
142
+
143
  ## 📘 Citation
144
+ If you use this model, dataset, or workflow, please cite:
145
+
146
+ **Model Report**
147
+ > Roy, Joyjit.
148
+ > *NLP Stock Sentiment Analysis: A Comparative Embedding-Based Model Report.*
149
+ > SSRN, August 2024.
150
+ > https://ssrn.com/abstract=5784922
151
+ > DOI: http://dx.doi.org/10.2139/ssrn.5784922
152
+
153
+ **Dataset**
154
+ > Roy, Joyjit.
155
+ > *Stock Market News Sentiment Analysis – Supplementary Materials.*
156
+ > Zenodo, 2025.
157
+ > https://doi.org/10.5281/zenodo.17510735
158
+
159
 
160
  ---