File size: 2,249 Bytes
2145881
 
 
 
 
 
 
 
 
 
 
 
63947a9
 
 
e86e545
63947a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2145881
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: odc-by
task_categories:
- token-classification
language:
- en
tags:
- finance
pretty_name: FinEntity
size_categories:
- 1K<n<10K
---
# FinEntity: A Dataset for entity-level sentiment classification.
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. 
* Paper: [FinEntity: Entity-level Sentiment Classification for Financial Texts](https://aclanthology.org/2023.emnlp-main.956.pdf)
* More Information: [Github](https://github.com/yixuantt/FinEntity)
# Citation 
```
@inproceedings{tang-etal-2023-finentity,
    title = "{F}in{E}ntity: Entity-level Sentiment Classification for Financial Texts",
    author = "Tang, Yixuan  and
      Yang, Yi  and
      Huang, Allen  and
      Tam, Andy  and
      Tang, Justin",
    editor = "Bouamor, Houda  and
      Pino, Juan  and
      Bali, Kalika",
    booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2023",
    address = "Singapore",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.emnlp-main.956",
    doi = "10.18653/v1/2023.emnlp-main.956",
    pages = "15465--15471",
    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.",
}
```