yixuantt commited on
Commit
63947a9
·
verified ·
1 Parent(s): 32756b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: odc-by
3
  ---
 
1
+ # FinEntity: A Dataset for entity-level sentiment classification.
2
+ In this work, we introduce an entity-level sentiment classification dataset, called **FinEntity**, that annotates sentiment (positive, neutral, and negative) of individual financial entities in financial news. The dataset construction process is well-documented in the paper.
3
+ * Paper: [FinEntity: Entity-level Sentiment Classification for Financial Texts](https://aclanthology.org/2023.emnlp-main.956.pdf)
4
+
5
+ # Citation
6
+ ```
7
+ @inproceedings{tang-etal-2023-finentity,
8
+ title = "{F}in{E}ntity: Entity-level Sentiment Classification for Financial Texts",
9
+ author = "Tang, Yixuan and
10
+ Yang, Yi and
11
+ Huang, Allen and
12
+ Tam, Andy and
13
+ Tang, Justin",
14
+ editor = "Bouamor, Houda and
15
+ Pino, Juan and
16
+ Bali, Kalika",
17
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
18
+ month = dec,
19
+ year = "2023",
20
+ address = "Singapore",
21
+ publisher = "Association for Computational Linguistics",
22
+ url = "https://aclanthology.org/2023.emnlp-main.956",
23
+ doi = "10.18653/v1/2023.emnlp-main.956",
24
+ pages = "15465--15471",
25
+ abstract = "In the financial domain, conducting entity-level sentiment analysis is crucial for accurately assessing the sentiment directed toward a specific financial entity. To our knowledge, no publicly available dataset currently exists for this purpose. In this work, we introduce an entity-level sentiment classification dataset, called FinEntity, that annotates financial entity spans and their sentiment (positive, neutral, and negative) in financial news. We document the dataset construction process in the paper. Additionally, we benchmark several pre-trained models (BERT, FinBERT, etc.) and ChatGPT on entity-level sentiment classification. In a case study, we demonstrate the practical utility of using FinEntity in monitoring cryptocurrency markets. The data and code of FinEntity is available at https://github.com/yixuantt/FinEntity.",
26
+ }
27
+ ```
28
  ---
29
  license: odc-by
30
  ---