Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
5376619
·
verified ·
1 Parent(s): 2de04e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +288 -84
README.md CHANGED
@@ -1,84 +1,288 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: label
7
- dtype: string
8
- - name: prompts
9
- list:
10
- - name: text
11
- dtype: string
12
- - name: prompt_templates
13
- sequence: string
14
- - name: metadata
15
- struct:
16
- - name: language
17
- dtype: string
18
- splits:
19
- - name: id
20
- num_bytes: 188736
21
- num_examples: 400
22
- - name: id_fewshot
23
- num_bytes: 702
24
- num_examples: 5
25
- - name: jv
26
- num_bytes: 168113
27
- num_examples: 394
28
- - name: jv_fewshot
29
- num_bytes: 913
30
- num_examples: 5
31
- - name: su
32
- num_bytes: 178579
33
- num_examples: 394
34
- - name: su_fewshot
35
- num_bytes: 911
36
- num_examples: 5
37
- - name: ta
38
- num_bytes: 1225066
39
- num_examples: 1000
40
- - name: ta_fewshot
41
- num_bytes: 1859
42
- num_examples: 5
43
- - name: th
44
- num_bytes: 898057
45
- num_examples: 1000
46
- - name: th_fewshot
47
- num_bytes: 523
48
- num_examples: 5
49
- - name: vi
50
- num_bytes: 434373
51
- num_examples: 1000
52
- - name: vi_fewshot
53
- num_bytes: 655
54
- num_examples: 5
55
- download_size: 506409
56
- dataset_size: 3098487
57
- configs:
58
- - config_name: default
59
- data_files:
60
- - split: id
61
- path: data/id-*
62
- - split: id_fewshot
63
- path: data/id_fewshot-*
64
- - split: jv
65
- path: data/jv-*
66
- - split: jv_fewshot
67
- path: data/jv_fewshot-*
68
- - split: su
69
- path: data/su-*
70
- - split: su_fewshot
71
- path: data/su_fewshot-*
72
- - split: ta
73
- path: data/ta-*
74
- - split: ta_fewshot
75
- path: data/ta_fewshot-*
76
- - split: th
77
- path: data/th-*
78
- - split: th_fewshot
79
- path: data/th_fewshot-*
80
- - split: vi
81
- path: data/vi-*
82
- - split: vi_fewshot
83
- path: data/vi_fewshot-*
84
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SEA Sentiment Analysis
3
+ license:
4
+ - cc-by-sa-4.0
5
+ - cc-by-4.0
6
+ - cc0-1.0
7
+ task_categories:
8
+ - text-generation
9
+ - text-classification
10
+ language:
11
+ - id
12
+ - jv
13
+ - su
14
+ - ta
15
+ - th
16
+ - vi
17
+ dataset_info:
18
+ features:
19
+ - name: id
20
+ dtype: string
21
+ - name: label
22
+ dtype: string
23
+ - name: prompts
24
+ list:
25
+ - name: text
26
+ dtype: string
27
+ - name: prompt_templates
28
+ sequence: string
29
+ - name: metadata
30
+ struct:
31
+ - name: language
32
+ dtype: string
33
+ splits:
34
+ - name: id
35
+ num_bytes: 188736
36
+ num_examples: 400
37
+ num_tokens_gpt_4o: 15131
38
+ num_tokens_gemma_2: 13918
39
+ num_tokens_llama_3: 19274
40
+ - name: id_fewshot
41
+ num_bytes: 702
42
+ num_examples: 5
43
+ num_tokens_gpt_4o: 145
44
+ num_tokens_gemma_2: 137
45
+ num_tokens_llama_3: 175
46
+ - name: jv
47
+ num_bytes: 168113
48
+ num_examples: 394
49
+ num_tokens_gpt_4o: 16731
50
+ num_tokens_gemma_2: 17453
51
+ num_tokens_llama_3: 20638
52
+ - name: jv_fewshot
53
+ num_bytes: 913
54
+ num_examples: 5
55
+ num_tokens_gpt_4o: 201
56
+ num_tokens_gemma_2: 219
57
+ num_tokens_llama_3: 255
58
+ - name: su
59
+ num_bytes: 178579
60
+ num_examples: 394
61
+ num_tokens_gpt_4o: 17123
62
+ num_tokens_gemma_2: 18632
63
+ num_tokens_llama_3: 22056
64
+ - name: su_fewshot
65
+ num_bytes: 911
66
+ num_examples: 5
67
+ num_tokens_gpt_4o: 201
68
+ num_tokens_gemma_2: 217
69
+ num_tokens_llama_3: 253
70
+ - name: ta
71
+ num_bytes: 1225066
72
+ num_examples: 1000
73
+ num_tokens_gpt_4o: 54038
74
+ num_tokens_gemma_2: 71449
75
+ num_tokens_llama_3: 211075
76
+ - name: ta_fewshot
77
+ num_bytes: 1859
78
+ num_examples: 5
79
+ num_tokens_gpt_4o: 192
80
+ num_tokens_gemma_2: 264
81
+ num_tokens_llama_3: 792
82
+ - name: th
83
+ num_bytes: 898057
84
+ num_examples: 1000
85
+ num_tokens_gpt_4o: 38252
86
+ num_tokens_gemma_2: 38111
87
+ num_tokens_llama_3: 44447
88
+ - name: th_fewshot
89
+ num_bytes: 523
90
+ num_examples: 5
91
+ num_tokens_gpt_4o: 50
92
+ num_tokens_gemma_2: 54
93
+ num_tokens_llama_3: 63
94
+ - name: vi
95
+ num_bytes: 434373
96
+ num_examples: 1000
97
+ num_tokens_gpt_4o: 16732
98
+ num_tokens_gemma_2: 16307
99
+ num_tokens_llama_3: 16755
100
+ - name: vi_fewshot
101
+ num_bytes: 655
102
+ num_examples: 5
103
+ num_tokens_gpt_4o: 87
104
+ num_tokens_gemma_2: 87
105
+ num_tokens_llama_3: 90
106
+ download_size: 506409
107
+ dataset_size: 3098487
108
+ total_tokens_gpt_4o: 158883
109
+ total_tokens_gemma_2: 176848
110
+ total_tokens_llama_3: 335873
111
+ configs:
112
+ - config_name: default
113
+ data_files:
114
+ - split: id
115
+ path: data/id-*
116
+ - split: id_fewshot
117
+ path: data/id_fewshot-*
118
+ - split: jv
119
+ path: data/jv-*
120
+ - split: jv_fewshot
121
+ path: data/jv_fewshot-*
122
+ - split: su
123
+ path: data/su-*
124
+ - split: su_fewshot
125
+ path: data/su_fewshot-*
126
+ - split: ta
127
+ path: data/ta-*
128
+ - split: ta_fewshot
129
+ path: data/ta_fewshot-*
130
+ - split: th
131
+ path: data/th-*
132
+ - split: th_fewshot
133
+ path: data/th_fewshot-*
134
+ - split: vi
135
+ path: data/vi-*
136
+ - split: vi_fewshot
137
+ path: data/vi_fewshot-*
138
+ size_categories:
139
+ - 1K<n<10K
140
+ ---
141
+
142
+ # SEA Sentiment Analysis
143
+
144
+ SEA Sentiment Analysis evaluates a model's ability to identify the sentiment polarity of a text. It is sampled from [NusaX](https://aclanthology.org/2023.eacl-main.57/) for Indonesian, Javanese, and Sundanese, [IndicSentiment](https://aclanthology.org/2023.acl-long.693) for Tamil, [Wisesight Sentiment](https://doi.org/10.5281/zenodo.3457446) for Thai, and [UIT-VSFC](https://www.researchgate.net/publication/329645066_UIT-VSFC_Vietnamese_Students%27_Feedback_Corpus_for_Sentiment_Analysis) for Vietnamese.
145
+
146
+ ### Supported Tasks and Leaderboards
147
+
148
+ SEA Sentiment Analysis is designed for evaluating chat or instruction-tuned large language models (LLMs). It is part of the [SEA-HELM](https://leaderboard.sea-lion.ai/) leaderboard from [AI Singapore](https://aisingapore.org/).
149
+
150
+ ### Languages
151
+ - Indonesian (id)
152
+ - Javanese (jv)
153
+ - Sundanese (su)
154
+ - Tamil (ta)
155
+ - Thai (th)
156
+ - Vietnamese (vi)
157
+
158
+ ### Dataset Details
159
+ SEA Sentiment Analysis is split by language, with additional splits containing fewshot examples. Below are the statistics for this dataset. The number of tokens only refer to the strings of text found within the `prompts` column.
160
+
161
+ | Split | # of examples | # of GPT-4o tokens | # of Gemma 2 tokens | # of Llama 3 tokens |
162
+ |-|:-|:-|:-|:-|
163
+ | id | 400 | 15131 | 13918 | 19274
164
+ | jv | 394 | 16731 | 17453 | 20638
165
+ | su | 394 | 17123 | 18632 | 22056
166
+ | ta | 1000 | 54038 | 71449 | 211075
167
+ | th | 1000 | 38252 | 38111 | 4444
168
+ | vi | 1000 | 16732 | 16307 | 16755
169
+ | id_fewshot | 5 | 145 | 137 | 175
170
+ | jv_fewshot | 5 | 201 | 219 | 255
171
+ | su_fewshot | 5 | 201 | 217 | 253
172
+ | ta_fewshot | 5 | 192 | 264 | 792
173
+ | th_fewshot | 5 | 50 | 54 | 63
174
+ | vi_fewshot | 5 | 87 | 87 | 90
175
+ | **total** | 4218 | 158883 | 176848 | 335873 |
176
+
177
+ ### Data Sources
178
+
179
+ | Data Source | License | Language/s | Split/s
180
+ |-|:-|:-| :-|
181
+ | [NusaX-Senti](https://huggingface.co/datasets/indonlp/NusaX-senti) | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | Indonesian, Javanese, Sundanese | id, id_fewshot, jv, jv_fewshot, su, su_fewshot
182
+ | [IndicSentiment](https://huggingface.co/datasets/ai4bharat/IndicQA) | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | Tamil | ta, ta_fewshot
183
+ | [Wisesight Sentiment](https://github.com/PyThaiNLP/wisesight-sentiment) | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) | Thai | th, th_fewshot
184
+ | [UIT-VSFC](https://huggingface.co/datasets/uitnlp/vietnamese_students_feedback) | - | Vietnamese | vi, vi_fewshot
185
+
186
+
187
+ ### License
188
+
189
+ For the license/s of the dataset/s, please refer to the data sources table above.
190
+
191
+ We endeavor to ensure data used is permissible and have chosen datasets from creators who have processes to exclude copyrighted or disputed data.
192
+
193
+
194
+ ### References
195
+
196
+ ```bibtex
197
+ @inproceedings{winata-etal-2023-nusax,
198
+ title = "{N}usa{X}: Multilingual Parallel Sentiment Dataset for 10 {I}ndonesian Local Languages",
199
+ author = "Winata, Genta Indra and
200
+ Aji, Alham Fikri and
201
+ Cahyawijaya, Samuel and
202
+ Mahendra, Rahmad and
203
+ Koto, Fajri and
204
+ Romadhony, Ade and
205
+ Kurniawan, Kemal and
206
+ Moeljadi, David and
207
+ Prasojo, Radityo Eko and
208
+ Fung, Pascale and
209
+ Baldwin, Timothy and
210
+ Lau, Jey Han and
211
+ Sennrich, Rico and
212
+ Ruder, Sebastian",
213
+ editor = "Vlachos, Andreas and
214
+ Augenstein, Isabelle",
215
+ booktitle = "Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics",
216
+ month = may,
217
+ year = "2023",
218
+ address = "Dubrovnik, Croatia",
219
+ publisher = "Association for Computational Linguistics",
220
+ url = "https://aclanthology.org/2023.eacl-main.57",
221
+ doi = "10.18653/v1/2023.eacl-main.57",
222
+ pages = "815--834",
223
+ }
224
+
225
+ @inproceedings{doddapaneni-etal-2023-towards,
226
+ title = "Towards Leaving No {I}ndic Language Behind: Building Monolingual Corpora, Benchmark and Models for {I}ndic Languages",
227
+ author = "Doddapaneni, Sumanth and
228
+ Aralikatte, Rahul and
229
+ Ramesh, Gowtham and
230
+ Goyal, Shreya and
231
+ Khapra, Mitesh M. and
232
+ Kunchukuttan, Anoop and
233
+ Kumar, Pratyush",
234
+ editor = "Rogers, Anna and
235
+ Boyd-Graber, Jordan and
236
+ Okazaki, Naoaki",
237
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
238
+ month = jul,
239
+ year = "2023",
240
+ address = "Toronto, Canada",
241
+ publisher = "Association for Computational Linguistics",
242
+ url = "https://aclanthology.org/2023.acl-long.693",
243
+ doi = "10.18653/v1/2023.acl-long.693",
244
+ pages = "12402--12426",
245
+ }
246
+
247
+ @misc{Suriyawongkul_PyThaiNLP_Wisesight_Sentiment_Corpus_2020,
248
+ author = {Suriyawongkul, Arthit and
249
+ Chuangsuwanich, Ekapol and
250
+ Chormai, Pattarawat and
251
+ Chantarapratin, Nitchakarn and
252
+ Prasertsom, Ponrawee and
253
+ Sawatphol, Jitkapat and
254
+ Yamada, Nozomi and
255
+ Rutherford, Attapol and
256
+ Polpanumas, Charin and
257
+ Udomcharoenchaikit, Can},
258
+ doi = {10.5281/zenodo.3457446},
259
+ license = {CC0-1.0},
260
+ month = nov,
261
+ publisher = {Zenodo},
262
+ title = {{PyThaiNLP/Wisesight Sentiment Corpus with Word Tokenization Label}},
263
+ url = {https://doi.org/10.5281/zenodo.3457446},
264
+ version = {v1.1},
265
+ year = 2024
266
+ }
267
+
268
+ @InProceedings{8573337,
269
+ author={Nguyen, Kiet Van and Nguyen, Vu Duc and Nguyen, Phu X. V. and Truong, Tham T. H. and Nguyen, Ngan Luu-Thuy},
270
+ booktitle={2018 10th International Conference on Knowledge and Systems Engineering (KSE)},
271
+ title={UIT-VSFC: Vietnamese Students’ Feedback Corpus for Sentiment Analysis},
272
+ year={2018},
273
+ volume={},
274
+ number={},
275
+ pages={19-24},
276
+ doi={10.1109/KSE.2018.8573337}
277
+ }
278
+
279
+ @misc{leong2023bhasaholisticsoutheastasian,
280
+ title={BHASA: A Holistic Southeast Asian Linguistic and Cultural Evaluation Suite for Large Language Models},
281
+ author={Wei Qi Leong and Jian Gang Ngui and Yosephine Susanto and Hamsawardhini Rengarajan and Kengatharaiyer Sarveswaran and William Chandra Tjhi},
282
+ year={2023},
283
+ eprint={2309.06085},
284
+ archivePrefix={arXiv},
285
+ primaryClass={cs.CL},
286
+ url={https://arxiv.org/abs/2309.06085},
287
+ }
288
+ ```