Datasets:

Modalities:
Text
Formats:
parquet
Languages:
gr
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Xueqing commited on
Commit
1371d81
·
verified ·
1 Parent(s): 49369ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +160 -0
README.md CHANGED
@@ -32,4 +32,164 @@ 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: apache-2.0
36
+ task_categories:
37
+ - question-answering
38
+ language:
39
+ - gr
40
+ tags:
41
+ - finance
42
+ - qa
43
+ pretty_name: Plutus QA
44
+ size_categories:
45
+ - n<1K
46
  ---
47
+
48
+ ----------------------------------------------------------------
49
+ # Dataset Card for Plutus QA
50
+
51
+ ## Table of Contents
52
+
53
+ - [Table of Contents](#table-of-contents)
54
+ - [Dataset Description](#dataset-description)
55
+ - [Dataset Summary](#dataset-summary)
56
+ - [Supported Tasks](#supported-tasks)
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-QA
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 QA is a question-answering dataset designed for financial applications in the Greek language. This resource contains a diverse set of queries, each paired with an answer, additional context text, a set of multiple-choice options, and a gold label index indicating the correct choice. By integrating textual context with a multiple-choice format, the dataset is aimed at benchmarking the capabilities of large language models in resolving financial questions in low-resource settings.
88
+
89
+ ### Supported Tasks
90
+
91
+ - **Task:** Question Answering
92
+ - **Evaluation Metrics:** Accuracy
93
+
94
+ ### Languages
95
+
96
+ - Greek
97
+
98
+ ## Dataset Structure
99
+
100
+ ### Data Instances
101
+
102
+ Each instance in the dataset consists of the following five fields:
103
+
104
+ - **query:** A question or prompt regarding financial matters.
105
+ - **answer:** The corresponding answer text paired with the query.
106
+ - **text:** Additional context or background information to support the query.
107
+ - **choices:** A sequence field containing multiple-choice answer options.
108
+ - **gold:** An integer field representing the index of the correct answer in the choices.
109
+
110
+ ### Data Fields
111
+
112
+ - **query:** String – Represents the financial question or prompt.
113
+ - **answer:** String – Contains the answer aligned with the given query.
114
+ - **text:** String – Provides extra contextual information related to the query.
115
+ - **choices:** Sequence of strings – Lists all available answer options.
116
+ - **gold:** Int64 – Denotes the index of the correct answer from the choices.
117
+
118
+ ### Data Splits
119
+
120
+ The dataset is organized into three splits:
121
+
122
+ - **Train:** 267 instances (474,769 bytes)
123
+ - **Validation:** 48 instances (74,374 bytes)
124
+ - **Test:** 225 instances (387,629 bytes)
125
+
126
+ ## Dataset Creation
127
+
128
+ ### Curation Rationale
129
+
130
+ The Plutus QA dataset was created to enable the evaluation of large language models on question-answering tasks within the financial domain for Greek language texts. Its design—including multiple-choice answers with additional context—aims to reflect complex financial decision-making and reasoning processes in a low-resource language environment.
131
+
132
+ ### Source Data
133
+
134
+ #### Initial Data Collection and Normalization
135
+
136
+ The source data is derived from Greek university financial exams. Standardization and normalization procedures were applied to ensure consistency across queries, choices, and textual context.
137
+
138
+ #### Who are the Source Language Producers?
139
+
140
+ Greek university financial exams.
141
+
142
+ ### Annotations
143
+
144
+ #### Annotation Process
145
+
146
+ Annotations were performed by domain experts proficient in both finance and linguistics. The process included verifying the correct answer for each query and marking the corresponding correct index among provided choices.
147
+
148
+ #### Who are the Annotators?
149
+
150
+ A team of financial analysts and linguists collaborated to ensure the annotations are accurate and reflective of real-world financial reasoning.
151
+
152
+ ### Personal and Sensitive Information
153
+
154
+ This dataset is curated to exclude any personally identifiable information (PII) and only contains public financial text data necessary for question-answering tasks.
155
+
156
+ ## Considerations for Using the Data
157
+
158
+ ### Social Impact of Dataset
159
+
160
+ The Plutus QA dataset is instrumental in enhancing automated question-answering systems in the financial sector, particularly for Greek language applications. Improved QA systems can support better financial decision-making, increase the efficiency of financial services, and contribute to academic research in financial natural language processing.
161
+
162
+ ### Discussion of Biases
163
+
164
+ - The domain-specific financial language may limit generalizability to non-financial question-answering tasks.
165
+ - Annotation subjectivity could introduce biases in determining the correct answer among multiple choices.
166
+ - The dataset's focus on Greek financial documents may not fully represent other financial or multilingual contexts.
167
+
168
+ ### Other Known Limitations
169
+
170
+ - Pre-processing may be required to handle variations in question and answer formats.
171
+ - The dataset is specialized for the financial domain and may need adaptation for different QA tasks or domains.
172
+
173
+ ## Additional Information
174
+
175
+ ### Dataset Curators
176
+
177
+ - The Fin AI Team
178
+
179
+ ### Licensing Information
180
+
181
+ - **License:** Apache License 2.0
182
+
183
+ ### Citation Information
184
+
185
+ If you use this dataset in your research, please consider citing it as follows:
186
+
187
+ [Insert appropriate citation details and DOI when available.]
188
+
189
+ ### Contributions
190
+
191
+ Contributions, corrections, or improvements are welcome via the dataset’s repository on Hugging Face.
192
+
193
+ ----------------------------------------------------------------
194
+
195
+ This data card provides a detailed overview of the "Plutus QA" dataset, including its structure, usage, and key attributes along with the shared paper, leaderboard, and model details. Adjust any sections as needed to suit your evolving project documentation.