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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
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)
@@ -24,7 +36,4 @@ In this work, we introduce an entity-level sentiment classification dataset, cal
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
- ---
 
1
+ ---
2
+ license: odc-by
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
+ pretty_name: FinEntity
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---
13
  # FinEntity: A Dataset for entity-level sentiment classification.
14
  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.
15
  * Paper: [FinEntity: Entity-level Sentiment Classification for Financial Texts](https://aclanthology.org/2023.emnlp-main.956.pdf)
 
36
  pages = "15465--15471",
37
  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.",
38
  }
39
+ ```