Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
nightingal3 commited on
Commit
0f9147e
1 Parent(s): 294c956

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -1
README.md CHANGED
@@ -12,4 +12,91 @@ language:
12
  - yo
13
  size_categories:
14
  - 1K<n<10K
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - yo
13
  size_categories:
14
  - 1K<n<10K
15
+ ---
16
+
17
+ # Dataset Card for multi-figqa
18
+
19
+ ## Table of Contents
20
+ - [Dataset Description](#dataset-description)
21
+ - [Dataset Summary](#dataset-summary)
22
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
23
+ - [Languages](#languages)
24
+ - [Dataset Structure](#dataset-structure)
25
+ - [Data Instances](#data-instances)
26
+ - [Data Fields](#data-instances)
27
+ - [Data Splits](#data-instances)
28
+ - [Dataset Creation](#dataset-creation)
29
+ - [Curation Rationale](#curation-rationale)
30
+ - [Source Data](#source-data)
31
+ - [Annotations](#annotations)
32
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
33
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
34
+ - [Social Impact of Dataset](#social-impact-of-dataset)
35
+ - [Discussion of Biases](#discussion-of-biases)
36
+ - [Other Known Limitations](#other-known-limitations)
37
+ - [Additional Information](#additional-information)
38
+ - [Dataset Curators](#dataset-curators)
39
+ - [Licensing Information](#licensing-information)
40
+ - [Citation Information](#citation-information)
41
+
42
+ ## Dataset Description
43
+
44
+ - **Homepage:** [Needs More Information]
45
+ - **Repository:** [Multi-FigQA](https://github.com/simran-khanuja/Multilingual-Fig-QA)
46
+ - **Paper:** [Multi-lingual and Multi-cultural Figurative Language Understanding
47
+ ](https://arxiv.org/abs/2305.16171)
48
+ - **Leaderboard:** [Needs More Information]
49
+ - **Point of Contact:** [Emmy Liu](emmy@cmu.edu)
50
+
51
+ ### Dataset Summary
52
+
53
+ A multilingual dataset of human-written creative figurative expressions in many languages (mostly metaphors and similes). The English version (with the same format) can be found [here](https://huggingface.co/datasets/nightingal3/fig-qa)
54
+
55
+ ### Languages
56
+
57
+ Languages included are Hindi, Indonesian, Javanese, Kannada, Sundanese, Swahili, and Yoruba. The language codes are respectively `hi`, `id`, `kn`, `su`, `sw`, and `yo`.
58
+
59
+ ## Dataset Structure
60
+
61
+ ### Data Instances
62
+ ```
63
+ {
64
+ 'startphrase': the phrase,
65
+ 'ending1': one possible answer,
66
+ 'ending2': another possible answer,
67
+ 'labels': 0 if ending1 is correct else 1
68
+ }
69
+ ```
70
+
71
+ ### Data Splits
72
+
73
+ All data in each language is originally intended to be used as a test set for that language.
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ Figurative language permeates human communication, but at the same time is relatively understudied in NLP. Datasets have been created in English to accelerate progress towards measuring and improving figurative language processing in language models (LMs). However, the use of figurative language is an expression of our cultural and societal experiences, making it difficult for these phrases to be universally applicable. We created this dataset as part of an effort to introduce more culturally relevant training data for different languages and cultures.
80
+
81
+ ### Source Data
82
+
83
+
84
+ #### Who are the source language producers?
85
+
86
+ The language producers were hired to write creative sentences in their native languages.
87
+
88
+ ## Additional Information
89
+
90
+
91
+ ### Citation Information
92
+ Please use this citation if you found this helpful:
93
+ ```
94
+ @misc{kabra2023multilingual,
95
+ title={Multi-lingual and Multi-cultural Figurative Language Understanding},
96
+ author={Anubha Kabra and Emmy Liu and Simran Khanuja and Alham Fikri Aji and Genta Indra Winata and Samuel Cahyawijaya and Anuoluwapo Aremu and Perez Ogayo and Graham Neubig},
97
+ year={2023},
98
+ eprint={2305.16171},
99
+ archivePrefix={arXiv},
100
+ primaryClass={cs.CL}
101
+ }
102
+ ```