FinEntity / README.md
yixuantt's picture
Update README.md
e86e545 verified
|
raw
history blame
2.25 kB
---
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.",
}
```