Datasets:

Modalities:
Text
Formats:
parquet
Languages:
gr
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Xueqing commited on
Commit
7ff47c8
·
verified ·
1 Parent(s): 84c3314

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md CHANGED
@@ -32,4 +32,169 @@ configs:
32
  path: data/validation-*
33
  - split: test
34
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  path: data/validation-*
33
  - split: test
34
  path: data/test-*
35
+ license: cc-by-nc-4.0
36
+ task_categories:
37
+ - topic classification
38
+ language:
39
+ - gr
40
+ tags:
41
+ - finance
42
+ - classification
43
+ pretty_name: Plutus Multifin
44
+ size_categories:
45
+ - n<1K
46
  ---
47
+
48
+ ----------------------------------------------------------------
49
+ # Dataset Card for Plutus Multifin
50
+
51
+ ## Table of Contents
52
+
53
+ - [Dataset Description](#dataset-description)
54
+ - [Dataset Summary](#dataset-summary)
55
+ - [Supported Tasks](#supported-tasks)
56
+ - [Task Definition](#task-definition)
57
+ - [Languages](#languages)
58
+ - [Dataset Structure](#dataset-structure)
59
+ - [Data Instances](#data-instances)
60
+ - [Data Fields](#data-fields)
61
+ - [Data Splits](#data-splits)
62
+ - [Dataset Creation](#dataset-creation)
63
+ - [Curation Rationale](#curation-rationale)
64
+ - [Source Data](#source-data)
65
+ - [Annotations](#annotations)
66
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
67
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
68
+ - [Social Impact of Dataset](#social-impact-of-dataset)
69
+ - [Discussion of Biases](#discussion-of-biases)
70
+ - [Other Known Limitations](#other-known-limitations)
71
+ - [Additional Information](#additional-information)
72
+ - [Dataset Curators](#dataset-curators)
73
+ - [Licensing Information](#licensing-information)
74
+ - [Citation Information](#citation-information)
75
+ - [Contributions](#contributions)
76
+
77
+ ## Dataset Description
78
+
79
+ - **Homepage:** https://huggingface.co/collections/TheFinAI/plutus-benchmarking-greek-financial-llms-67bc718fb8d897c65f1e87db
80
+ - **Repository:** https://huggingface.co/datasets/TheFinAI/plutus-multifin
81
+ - **Paper:** Plutus: Benchmarking Large Language Models in Low-Resource Greek Finance
82
+ - **Leaderboard:** https://huggingface.co/spaces/TheFinAI/Open-Greek-Financial-LLM-Leaderboard#/
83
+ - **Model:** https://huggingface.co/spaces/TheFinAI/plutus-8B-instruct
84
+
85
+ ### Dataset Summary
86
+
87
+ Plutus Multifin is a topic classification dataset that presents financial queries in a multiple-choice format. Each instance includes a financial headline (query), an associated answer text, additional context, a set of candidate topics (choices), and a gold label indicating the correct topic. This resource is designed to benchmark the performance of language models in categorizing Greek financial news headlines into one of six predefined thematic categories.
88
+
89
+ ### Supported Tasks
90
+
91
+ - **Task:** Topic Classification
92
+ - **Evaluation Metrics:** Accuracy, F1 Score, and other classification-specific measures
93
+
94
+ ### Task Definition
95
+
96
+ The topic classification task is derived from MultiFin~\cite{jorgensen-etal-2023-multifin} with a focus on categorizing financial news headlines into predefined financial topics.
97
+
98
+ ### Languages
99
+
100
+ - Greek
101
+
102
+ ## Dataset Structure
103
+
104
+ ### Data Instances
105
+
106
+ Each instance in this dataset consists of the following five fields:
107
+
108
+ - **query:** A financial news headline serving as the input text.
109
+ - **answer:** The detailed answer text associated with the headline.
110
+ - **text:** Additional context or background information related to the news headline.
111
+ - **choices:** A list of candidate topics representing various financial categories.
112
+ - **gold:** An integer indicating the index of the correct topic within the choices.
113
+
114
+ ### Data Fields
115
+
116
+ - **query:** String – Represents the financial news headline.
117
+ - **answer:** String – Provides supplementary detail or explanation corresponding to the headline.
118
+ - **text:** String – Supplemental context offered to aid in topic determination.
119
+ - **choices:** Sequence of strings – A list of possible topics to which the headline may belong.
120
+ - **gold:** Int64 – Specifies the index of the correct topic within the list of choices.
121
+
122
+ ### Data Splits
123
+
124
+ The dataset is divided into three splits:
125
+
126
+ - **Train:** 171 examples (146,842 bytes)
127
+ - **Validation:** 43 examples (37,590 bytes)
128
+ - **Test:** 54 examples (46,372 bytes)
129
+
130
+ ## Dataset Creation
131
+
132
+ ### Curation Rationale
133
+
134
+ The Plutus Multifin dataset was developed to extend financial topic classification benchmarks within the Plutus collection. By focusing on classifying Greek financial news headlines into coherent topics, it aims to evaluate and enhance the performance of language models on this challenging task.
135
+
136
+ ### Source Data
137
+
138
+ #### Initial Data Collection and Normalization
139
+
140
+ - This task derives from the MultiFin dataset~\cite{jorgensen-etal-2023-multifin}, which comprises 10,048 financial article headlines in 15 languages.
141
+ - For the GRMultiFin subset, the Greek financial headlines were extracted and standardized, ensuring consistency in language and topic labels.
142
+
143
+ #### Who are the Source Language Producers?
144
+
145
+ - The source data originates from the MultiFin dataset, in which validated financial news headlines from various sources were used. The Greek subset forms the basis for this dataset.
146
+
147
+ ### Annotations
148
+
149
+ #### Annotation Process
150
+
151
+ - We adopted the original Greek part of the MultiFin dataset for this task. No further annotation was performed on the Greek subset.
152
+
153
+ ### Personal and Sensitive Information
154
+
155
+ - This dataset does not contain any personally identifiable information (PII) and focuses solely on the classification of public financial news headlines.
156
+
157
+ ## Considerations for Using the Data
158
+
159
+ ### Social Impact of Dataset
160
+
161
+ This dataset supports advancements in financial NLP by providing a challenging benchmark for topic classification of Greek financial news. Improved topic classification can enhance automated financial decision-making and support academic research in multilingual financial analysis.
162
+
163
+ ### Discussion of Biases
164
+
165
+ - The dataset's emphasis on Greek financial news may introduce domain-specific linguistic patterns and biases.
166
+ - The inherent ambiguity in financial headlines and overlap between topics could affect model performance.
167
+ - As we adopted the original annotations from MultiFin without further modification, any biases inherent in the source data are retained.
168
+
169
+ ### Other Known Limitations
170
+
171
+ - Pre-processing may be necessary to address variability in headline phrasing and context.
172
+ - Being specialized in the financial domain, the dataset's applicability to more general classification tasks might be limited.
173
+
174
+ ## Additional Information
175
+
176
+ ### Dataset Curators
177
+
178
+ - The Fin AI Team
179
+
180
+ ### Licensing Information
181
+
182
+ - **License:** CC BY-NC 4.0
183
+
184
+ ### Citation Information
185
+
186
+ If you use this dataset in your research, please cite it as follows:
187
+
188
+ **Original Dataset:**
189
+
190
+ ```bibtex
191
+ @inproceedings{jorgensen2023multifin,
192
+ title={MultiFin: A dataset for multilingual financial NLP},
193
+ author={J{\o}rgensen, Rasmus and Brandt, Oliver and Hartmann, Mareike and Dai, Xiang and Igel, Christian and Elliott, Desmond},
194
+ booktitle={Findings of the Association for Computational Linguistics: EACL 2023},
195
+ pages={894--909},
196
+ year={2023}
197
+ }
198
+ ```
199
+
200
+ **Adapted Version (FinBen-FOMC):**