Datasets:

Modalities:
Text
Formats:
parquet
Languages:
gr
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Xueqing commited on
Commit
9c7594b
·
verified ·
1 Parent(s): 8e38a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +150 -0
README.md CHANGED
@@ -30,4 +30,154 @@ configs:
30
  path: data/validation-*
31
  - split: test
32
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
33
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  path: data/validation-*
31
  - split: test
32
  path: data/test-*
33
+ license: apache-2.0
34
+ task_categories:
35
+ - text named entity recognition
36
+ language:
37
+ - gr
38
+ tags:
39
+ - finance
40
+ - text
41
+ pretty_name: Plutus Finner Text
42
+ size_categories:
43
+ - n<1K
44
  ---
45
+
46
+ ----------------------------------------------------------------
47
+ # Dataset Card for Plutus Finner Text
48
+
49
+ ## Table of Contents
50
+
51
+ - [Table of Contents](#table-of-contents)
52
+ - [Dataset Description](#dataset-description)
53
+ - [Dataset Summary](#dataset-summary)
54
+ - [Supported Tasks](#supported-tasks)
55
+ - [Languages](#languages)
56
+ - [Dataset Structure](#dataset-structure)
57
+ - [Data Instances](#data-instances)
58
+ - [Data Fields](#data-fields)
59
+ - [Data Splits](#data-splits)
60
+ - [Dataset Creation](#dataset-creation)
61
+ - [Curation Rationale](#curation-rationale)
62
+ - [Source Data](#source-data)
63
+ - [Annotations](#annotations)
64
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
65
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
66
+ - [Social Impact of Dataset](#social-impact-of-dataset)
67
+ - [Discussion of Biases](#discussion-of-biases)
68
+ - [Other Known Limitations](#other-known-limitations)
69
+ - [Additional Information](#additional-information)
70
+ - [Dataset Curators](#dataset-curators)
71
+ - [Licensing Information](#licensing-information)
72
+ - [Citation Information](#citation-information)
73
+ - [Contributions](#contributions)
74
+
75
+ ## Dataset Description
76
+
77
+ - **Homepage:** https://huggingface.co/datasets/TheFinAI/plutus-finner-text
78
+ - **Repository:** https://huggingface.co/datasets/TheFinAI/plutus-finner-text
79
+ - **Paper:** "Plutus: Benchmarking Large Language Models in Low-Resource Greek Finance"
80
+ - **Leaderboard:** https://huggingface.co/spaces/TheFinAI/Open-Greek-Financial-LLM-Leaderboard#/
81
+ - **Model:** https://huggingface.co/spaces/TheFinAI/plutus-8B-instruct
82
+
83
+ ### Dataset Summary
84
+
85
+ Plutus Finner Text is a dataset crafted for text named entity recognition (NER) within financial documents. Focusing on Greek language financial texts, this resource combines financial queries with answers, labels, and additional contextual text. The dataset is designed as a benchmark to enhance NER capabilities for extracting and categorizing textual entities in finance.
86
+
87
+ ### Supported Tasks
88
+
89
+ - **Task:** Text Named Entity Recognition
90
+ - **Evaluation Metrics:** Entity F1 Score
91
+
92
+ ### Languages
93
+
94
+ - Greek
95
+
96
+ ## Dataset Structure
97
+
98
+ ### Data Instances
99
+
100
+ Each instance in the dataset is composed of four fields:
101
+
102
+ - **query:** A financial query or prompt that includes text potentially containing named entities.
103
+ - **answer:** The expected answer associated with the query.
104
+ - **label:** A sequence field containing labels which denote the named entities.
105
+ - **text:** Additional context or commentary that clarifies the query.
106
+
107
+ ### Data Fields
108
+
109
+ - **query:** String – Represents the financial query or prompt.
110
+ - **answer:** String – The corresponding answer for the query.
111
+ - **label:** Sequence of strings – Contains the named entity labels linked to each instance.
112
+ - **text:** String – Provides supplementary context or details.
113
+
114
+ ### Data Splits
115
+
116
+ The dataset is organized into three splits:
117
+
118
+ - **Train:** 320 instances (649,136 bytes)
119
+ - **Validation:** 80 instances (157,953 bytes)
120
+ - **Test:** 100 instances (230,512 bytes)
121
+
122
+ ## Dataset Creation
123
+
124
+ ### Curation Rationale
125
+
126
+ The Plutus Finner Text dataset was developed to support robust text-based named entity recognition in the financial domain, tailored specifically for Greek language texts. It aims to empower researchers and practitioners with a challenging benchmark for extracting and classifying named entities within financial documents.
127
+
128
+ ### Source Data
129
+
130
+ #### Initial Data Collection and Normalization
131
+
132
+ The source data was derived from a diverse collection of Greek financial annual reports containing numeric information.
133
+
134
+ #### Who are the Source Language Producers?
135
+
136
+ Greek financial annual reports.
137
+
138
+ ### Annotations
139
+
140
+ #### Annotation Process
141
+
142
+ The annotation process involved domain experts in both finance and linguistics who manually identified and marked the relevant named entities within the financial queries and contextual text. Quality control was maintained to ensure high annotation consistency.
143
+
144
+ #### Who are the Annotators?
145
+
146
+ A collaboration between financial analysts, data scientists, and linguists was established to annotate the dataset accurately and reliably.
147
+
148
+ ### Personal and Sensitive Information
149
+
150
+ This dataset has been curated to exclude any personally identifiable information (PII) and focuses solely on financial textual data and entity extraction.
151
+
152
+ ## Considerations for Using the Data
153
+
154
+ ### Social Impact of Dataset
155
+
156
+ By advancing text NER within the Greek financial sector, this dataset supports improved information extraction and automated analysis—benefiting financial decision-making and research across the industry and academia.
157
+
158
+ ### Discussion of Biases
159
+
160
+ - The domain-specific language and textual formats may limit generalizability outside Greek financial texts.
161
+ - Annotation subjectivity could introduce biases in the identification of entities.
162
+ - The dataset’s focused scope in finance may require further adaptation for use in broader contexts.
163
+
164
+ ### Other Known Limitations
165
+
166
+ - Additional pre-processing might be needed to handle variations in text and entity presentation.
167
+ - The dataset’s application is primarily limited to the financial domain.
168
+
169
+ ## Additional Information
170
+
171
+ ### Dataset Curators
172
+
173
+ - The Fin AI Team
174
+
175
+ ### Licensing Information
176
+
177
+ - **License:** Apache License 2.0
178
+
179
+ ### Citation Information
180
+
181
+ If you use this dataset in your research, please consider citing it as follows:
182
+
183
+ [Include appropriate citation details and DOI when available.]