Datasets:

Modalities:
Text
Formats:
parquet
Languages:
gr
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 7,901 Bytes
7982f03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84c3314
7982f03
 
84c3314
7982f03
 
84c3314
7982f03
84c3314
 
7982f03
 
 
 
 
 
 
 
 
7ff47c8
 
80e6c40
7ff47c8
 
 
 
 
 
 
 
7982f03
7ff47c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4161ddf
7ff47c8
4161ddf
 
 
7ff47c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e6eeca5
3aa019e
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
---
dataset_info:
  features:
  - name: query
    dtype: string
  - name: answer
    dtype: string
  - name: text
    dtype: string
  - name: choices
    sequence: string
  - name: gold
    dtype: int64
  splits:
  - name: train
    num_bytes: 146842
    num_examples: 171
  - name: validation
    num_bytes: 37590
    num_examples: 43
  - name: test
    num_bytes: 46372
    num_examples: 54
  download_size: 51385
  dataset_size: 230804
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: cc-by-nc-4.0
task_categories:
- text-classification
language:
- gr
tags:
- finance
- classification
pretty_name: Plutus Multifin
size_categories:
- n<1K
---

----------------------------------------------------------------
# Dataset Card for Plutus Multifin

## Table of Contents

- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks](#supported-tasks)
  - [Task Definition](#task-definition)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
  - [Social Impact of Dataset](#social-impact-of-dataset)
  - [Discussion of Biases](#discussion-of-biases)
  - [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Homepage:** https://huggingface.co./collections/TheFinAI/plutus-benchmarking-greek-financial-llms-67bc718fb8d897c65f1e87db 
- **Repository:** https://huggingface.co./datasets/TheFinAI/plutus-multifin  
- **Paper:** Plutus: Benchmarking Large Language Models in Low-Resource Greek Finance  
- **Leaderboard:** https://huggingface.co./spaces/TheFinAI/Open-Greek-Financial-LLM-Leaderboard#/  
- **Model:** https://huggingface.co./spaces/TheFinAI/plutus-8B-instruct  

### Dataset Summary

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.

### Supported Tasks

- **Task:** Topic Classification  
- **Evaluation Metrics:** Accuracy, F1 Score, and other classification-specific measures

### Task Definition

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. 

### Languages

- Greek

## Dataset Structure

### Data Instances

Each instance in this dataset consists of the following five fields:

- **query:** A financial news headline serving as the input text.
- **answer:** The detailed answer text associated with the headline.
- **text:** Additional context or background information related to the news headline.
- **choices:** A list of candidate topics representing various financial categories.
- **gold:** An integer indicating the index of the correct topic within the choices.

### Data Fields

- **query:** String – Represents the financial news headline.
- **answer:** String – Provides supplementary detail or explanation corresponding to the headline.
- **text:** String – Supplemental context offered to aid in topic determination.
- **choices:** Sequence of strings – A list of possible topics to which the headline may belong.
- **gold:** Int64 – Specifies the index of the correct topic within the list of choices.

### Data Splits

The dataset is divided into three splits:

- **Train:** 171 examples (146,842 bytes)
- **Validation:** 43 examples (37,590 bytes)
- **Test:** 54 examples (46,372 bytes)

## Dataset Creation

### Curation Rationale

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.

### Source Data

#### Initial Data Collection and Normalization

- This task derives from the MultiFin dataset~\cite{jorgensen-etal-2023-multifin}, which comprises 10,048 financial article headlines in 15 languages.  
- For the GRMultiFin subset, the Greek financial headlines were extracted and standardized, ensuring consistency in language and topic labels.

#### Who are the Source Language Producers?

- 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.

### Annotations

#### Annotation Process

- We adopted the original Greek part of the MultiFin dataset for this task. No further annotation was performed on the Greek subset.

### Personal and Sensitive Information

- This dataset does not contain any personally identifiable information (PII) and focuses solely on the classification of public financial news headlines.

## Considerations for Using the Data

### Social Impact of Dataset

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.

### Discussion of Biases

- The dataset's emphasis on Greek financial news may introduce domain-specific linguistic patterns and biases.
- The inherent ambiguity in financial headlines and overlap between topics could affect model performance.
- As we adopted the original annotations from MultiFin without further modification, any biases inherent in the source data are retained.

### Other Known Limitations

- Pre-processing may be necessary to address variability in headline phrasing and context.
- Being specialized in the financial domain, the dataset's applicability to more general classification tasks might be limited.

## Additional Information

### Dataset Curators

- Rasmus Jørgensen, Oliver Brandt, Mareike Hartmann, Xiang Dai, Christian Igel, Desmond Elliott

- The Fin AI Team

### Licensing Information

- **License:** CC BY-NC 4.0

### Citation Information

**Original Dataset:**

```bibtex
@inproceedings{jorgensen2023multifin,
  title={MultiFin: A dataset for multilingual financial NLP},
  author={J{\o}rgensen, Rasmus and Brandt, Oliver and Hartmann, Mareike and Dai, Xiang and Igel, Christian and Elliott, Desmond},
  booktitle={Findings of the Association for Computational Linguistics: EACL 2023},
  pages={894--909},
  year={2023}
}
```

**Adapted Version (Plutus):**

```bibtex
@misc{peng2025plutusbenchmarkinglargelanguage,
      title={Plutus: Benchmarking Large Language Models in Low-Resource Greek Finance}, 
      author={Xueqing Peng and Triantafillos Papadopoulos and Efstathia Soufleri and Polydoros Giannouris and Ruoyu Xiang and Yan Wang and Lingfei Qian and Jimin Huang and Qianqian Xie and Sophia Ananiadou},
      year={2025},
      eprint={2502.18772},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2502.18772}, 
}
```