Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
afff655
·
verified ·
1 Parent(s): 23df3a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +182 -68
README.md CHANGED
@@ -1,68 +1,182 @@
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
- - name: url
19
- dtype: string
20
- - name: title
21
- dtype: string
22
- splits:
23
- - name: id
24
- num_bytes: 322112
25
- num_examples: 100
26
- - name: id_fewshot
27
- num_bytes: 5963
28
- num_examples: 5
29
- - name: ta
30
- num_bytes: 1075514
31
- num_examples: 100
32
- - name: ta_fewshot
33
- num_bytes: 10198
34
- num_examples: 5
35
- - name: th
36
- num_bytes: 1201794
37
- num_examples: 100
38
- - name: th_fewshot
39
- num_bytes: 8735
40
- num_examples: 5
41
- - name: vi
42
- num_bytes: 395697
43
- num_examples: 100
44
- - name: vi_fewshot
45
- num_bytes: 9092
46
- num_examples: 5
47
- download_size: 1258846
48
- dataset_size: 3029105
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: id
53
- path: data/id-*
54
- - split: id_fewshot
55
- path: data/id_fewshot-*
56
- - split: ta
57
- path: data/ta-*
58
- - split: ta_fewshot
59
- path: data/ta_fewshot-*
60
- - split: th
61
- path: data/th-*
62
- - split: th_fewshot
63
- path: data/th_fewshot-*
64
- - split: vi
65
- path: data/vi-*
66
- - split: vi_fewshot
67
- path: data/vi_fewshot-*
68
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SEA Abstractive Summarization
3
+ license:
4
+ - cc-by-nc-sa-4.0
5
+ task_categories:
6
+ - text-generation
7
+ language:
8
+ - id
9
+ - ta
10
+ - th
11
+ - vi
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: label
17
+ dtype: string
18
+ - name: prompts
19
+ list:
20
+ - name: text
21
+ dtype: string
22
+ - name: prompt_templates
23
+ sequence: string
24
+ - name: metadata
25
+ struct:
26
+ - name: language
27
+ dtype: string
28
+ - name: url
29
+ dtype: string
30
+ - name: title
31
+ dtype: string
32
+ splits:
33
+ - name: id
34
+ num_bytes: 322112
35
+ num_examples: 100
36
+ num_tokens_gpt_4o: 61628
37
+ num_tokens_gemma_2: 55485
38
+ num_tokens_llama_3: 77016
39
+ - name: id_fewshot
40
+ num_bytes: 5963
41
+ num_examples: 5
42
+ num_tokens_gpt_4o: 1124
43
+ num_tokens_gemma_2: 1050
44
+ num_tokens_llama_3: 1430
45
+ - name: ta
46
+ num_bytes: 1075514
47
+ num_examples: 100
48
+ num_tokens_gpt_4o: 114275
49
+ num_tokens_gemma_2: 156476
50
+ num_tokens_llama_3: 457559
51
+ - name: ta_fewshot
52
+ num_bytes: 10198
53
+ num_examples: 5
54
+ num_tokens_gpt_4o: 964
55
+ num_tokens_gemma_2: 1339
56
+ num_tokens_llama_3: 3905
57
+ - name: th
58
+ num_bytes: 1201794
59
+ num_examples: 100
60
+ num_tokens_gpt_4o: 155203
61
+ num_tokens_gemma_2: 151988
62
+ num_tokens_llama_3: 176985
63
+ - name: th_fewshot
64
+ num_bytes: 8735
65
+ num_examples: 5
66
+ num_tokens_gpt_4o: 925
67
+ num_tokens_gemma_2: 869
68
+ num_tokens_llama_3: 1062
69
+ - name: vi
70
+ num_bytes: 395697
71
+ num_examples: 100
72
+ num_tokens_gpt_4o: 86305
73
+ num_tokens_gemma_2: 78285
74
+ num_tokens_llama_3: 82269
75
+ - name: vi_fewshot
76
+ num_bytes: 9092
77
+ num_examples: 5
78
+ num_tokens_gpt_4o: 2396
79
+ num_tokens_gemma_2: 2170
80
+ num_tokens_llama_3: 2282
81
+ download_size: 1258846
82
+ dataset_size: 3029105
83
+ total_tokens_gpt_4o: 422820
84
+ total_tokens_gemma_2: 447662
85
+ total_tokens_llama_3: 802508
86
+ configs:
87
+ - config_name: default
88
+ data_files:
89
+ - split: id
90
+ path: data/id-*
91
+ - split: id_fewshot
92
+ path: data/id_fewshot-*
93
+ - split: ta
94
+ path: data/ta-*
95
+ - split: ta_fewshot
96
+ path: data/ta_fewshot-*
97
+ - split: th
98
+ path: data/th-*
99
+ - split: th_fewshot
100
+ path: data/th_fewshot-*
101
+ - split: vi
102
+ path: data/vi-*
103
+ - split: vi_fewshot
104
+ path: data/vi_fewshot-*
105
+ size_categories:
106
+ - n<1K
107
+ ---
108
+
109
+ # SEA Abstractive Summarization
110
+
111
+ SEA Abstractive Summarization evaluates a model's ability to read a document, identify the key points within, and summarize them into a coherent and fluent text while paraphrasing the document. It is sampled from [XL-Sum](https://aclanthology.org/2021.findings-acl.413/) for Indonesian, Tamil, Thai, and Vietnamese.
112
+
113
+ ### Supported Tasks and Leaderboards
114
+
115
+ SEA Abstractive Summarization 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/).
116
+
117
+ ### Languages
118
+ - Indonesian (id)
119
+ - Tamil (ta)
120
+ - Thai (th)
121
+ - Vietnamese (vi)
122
+
123
+ ### Dataset Details
124
+ SEA Abstractive Summarization 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.
125
+
126
+ | Split | # of examples | # of GPT-4o tokens | # of Gemma 2 tokens | # of Llama 3 tokens |
127
+ |-|:-|:-|:-|:-|
128
+ | id | 100 | 61628 | 55485 | 77016 |
129
+ | ta | 100 | 114275 | 156476 | 457559 |
130
+ | th | 100 | 155203 | 151988 | 176985 |
131
+ | vi | 100 | 86305 | 78285 | 82269 |
132
+ | id_fewshot | 5 | 1124 | 1050 | 1430 |
133
+ | ta_fewshot | 5 | 964 | 1339 | 3905 |
134
+ | th_fewshot | 5 | 925 | 869 | 1062 |
135
+ | vi_fewshot | 5 | 2396 | 2170 | 2282 |
136
+ | **total** | 420 | 422820 | 447662 | 802508 |
137
+
138
+ ### Data Sources
139
+
140
+ | Data Source | License | Language/s | Split/s
141
+ |-|:-|:-| :-|
142
+ | [XL-Sum](https://huggingface.co/datasets/csebuetnlp/xlsum) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) | Indonesian, Tamil, Thai, Vietnamese | id, id_fewshot, ta, ta_fewshot, th, th_fewshot, vi, vi_fewshot
143
+
144
+ ### License
145
+
146
+ For the license/s of the dataset/s, please refer to the data sources table above.
147
+
148
+ We endeavor to ensure data used is permissible and have chosen datasets from creators who have processes to exclude copyrighted or disputed data.
149
+
150
+
151
+ ### References
152
+
153
+ ```bibtex
154
+ @inproceedings{hasan-etal-2021-xl,
155
+ title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
156
+ author = "Hasan, Tahmid and
157
+ Bhattacharjee, Abhik and
158
+ Islam, Md. Saiful and
159
+ Mubasshir, Kazi and
160
+ Li, Yuan-Fang and
161
+ Kang, Yong-Bin and
162
+ Rahman, M. Sohel and
163
+ Shahriyar, Rifat",
164
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
165
+ month = aug,
166
+ year = "2021",
167
+ address = "Online",
168
+ publisher = "Association for Computational Linguistics",
169
+ url = "https://aclanthology.org/2021.findings-acl.413",
170
+ pages = "4693--4703",
171
+ }
172
+
173
+ @misc{leong2023bhasaholisticsoutheastasian,
174
+ title={BHASA: A Holistic Southeast Asian Linguistic and Cultural Evaluation Suite for Large Language Models},
175
+ author={Wei Qi Leong and Jian Gang Ngui and Yosephine Susanto and Hamsawardhini Rengarajan and Kengatharaiyer Sarveswaran and William Chandra Tjhi},
176
+ year={2023},
177
+ eprint={2309.06085},
178
+ archivePrefix={arXiv},
179
+ primaryClass={cs.CL},
180
+ url={https://arxiv.org/abs/2309.06085},
181
+ }
182
+ ```