awinml commited on
Commit
03e31c0
·
verified ·
1 Parent(s): 02b949b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -191,9 +191,8 @@ size_categories:
191
 
192
  MultiFin – a publicly available financial dataset consisting of real-world article headlines covering 15 languages across different writing systems and language families.
193
  The dataset consists of hierarchical label structure providing two classification tasks: multi-label and multi-class.
194
- ## Dataset Details
195
 
196
- ### Dataset Description
197
 
198
  The MULTIFIN dataset is a multilingual corpus, consisting of real-world article headlines covering 15
199
  languages. The corpus is annotated using hierarchical label structure, providing two classification tasks:
@@ -204,7 +203,7 @@ multi-class and multi-label classification.
204
  - **Language(s) (NLP):** English, Spanish, Polish, Hungarian, Greek, Danish, Turkish, Japanese, Swedish, Finnish, Norwegian, Russian, Italian, Hebrew, Icelandic.
205
  - **License:** [More Information Needed]
206
 
207
- ### Dataset Sources [optional]
208
 
209
  <!-- Provide the basic links for the dataset. -->
210
 
@@ -226,6 +225,7 @@ multi-class and multi-label classification.
226
 
227
  **BibTeX:**
228
 
 
229
  @inproceedings{jorgensen-etal-2023-multifin,
230
  title = "{M}ulti{F}in: A Dataset for Multilingual Financial {NLP}",
231
  author = "J{\o}rgensen, Rasmus and
@@ -246,7 +246,7 @@ multi-class and multi-label classification.
246
  pages = "894--909",
247
  abstract = "Financial information is generated and distributed across the world, resulting in a vast amount of domain-specific multilingual data. Multilingual models adapted to the financial domain would ease deployment when an organization needs to work with multiple languages on a regular basis. For the development and evaluation of such models, there is a need for multilingual financial language processing datasets. We describe MultiFin {--} a publicly available financial dataset consisting of real-world article headlines covering 15 languages across different writing systems and language families. The dataset consists of hierarchical label structure providing two classification tasks: multi-label and multi-class. We develop our annotation schema based on a real-world application and annotate our dataset using both {`}label by native-speaker{'} and {`}translate-then-label{'} approaches. The evaluation of several popular multilingual models, e.g., mBERT, XLM-R, and mT5, show that although decent accuracy can be achieved in high-resource languages, there is substantial room for improvement in low-resource languages.",
248
  }
249
-
250
 
251
 
252
 
 
191
 
192
  MultiFin – a publicly available financial dataset consisting of real-world article headlines covering 15 languages across different writing systems and language families.
193
  The dataset consists of hierarchical label structure providing two classification tasks: multi-label and multi-class.
 
194
 
195
+ ## Dataset Description
196
 
197
  The MULTIFIN dataset is a multilingual corpus, consisting of real-world article headlines covering 15
198
  languages. The corpus is annotated using hierarchical label structure, providing two classification tasks:
 
203
  - **Language(s) (NLP):** English, Spanish, Polish, Hungarian, Greek, Danish, Turkish, Japanese, Swedish, Finnish, Norwegian, Russian, Italian, Hebrew, Icelandic.
204
  - **License:** [More Information Needed]
205
 
206
+ ## Dataset Sources
207
 
208
  <!-- Provide the basic links for the dataset. -->
209
 
 
225
 
226
  **BibTeX:**
227
 
228
+ ```
229
  @inproceedings{jorgensen-etal-2023-multifin,
230
  title = "{M}ulti{F}in: A Dataset for Multilingual Financial {NLP}",
231
  author = "J{\o}rgensen, Rasmus and
 
246
  pages = "894--909",
247
  abstract = "Financial information is generated and distributed across the world, resulting in a vast amount of domain-specific multilingual data. Multilingual models adapted to the financial domain would ease deployment when an organization needs to work with multiple languages on a regular basis. For the development and evaluation of such models, there is a need for multilingual financial language processing datasets. We describe MultiFin {--} a publicly available financial dataset consisting of real-world article headlines covering 15 languages across different writing systems and language families. The dataset consists of hierarchical label structure providing two classification tasks: multi-label and multi-class. We develop our annotation schema based on a real-world application and annotate our dataset using both {`}label by native-speaker{'} and {`}translate-then-label{'} approaches. The evaluation of several popular multilingual models, e.g., mBERT, XLM-R, and mT5, show that although decent accuracy can be achieved in high-resource languages, there is substantial room for improvement in low-resource languages.",
248
  }
249
+ ```
250
 
251
 
252