holylovenia commited on
Commit
b5b1745
1 Parent(s): 0aaa1e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -18
README.md CHANGED
@@ -1,7 +1,6 @@
 
1
  ---
2
- tags:
3
- - rhetoric-mode-classification
4
- language:
5
  - btk
6
  - bew
7
  - bug
@@ -12,22 +11,60 @@ language:
12
  - mui
13
  - rej
14
  - sun
 
 
 
 
 
15
  ---
16
 
17
- # nusaparagraph_rhetoric
18
-
19
  Democratizing access to natural language processing (NLP) technology is crucial, especially for underrepresented and extremely low-resource languages. Previous research has focused on developing labeled and unlabeled corpora for these languages through online scraping and document translation. While these methods have proven effective and cost-efficient, we have identified limitations in the resulting corpora, including a lack of lexical diversity and cultural relevance to local communities. To address this gap, we conduct a case study on Indonesian local languages. We compare the effectiveness of online scraping, human translation, and paragraph writing by native speakers in constructing datasets. Our findings demonstrate that datasets generated through paragraph writing by native speakers exhibit superior quality in terms of lexical diversity and cultural content. In addition, we present the NusaWrites benchmark, encompassing 12 underrepresented and extremely low-resource languages spoken by millions of individuals in Indonesia. Our empirical experiment results using existing multilingual large language models conclude the need to extend these models to more underrepresented languages.
20
-
21
  We introduce a novel high quality human curated corpora, i.e., NusaMenulis, which covers 12 languages spoken in Indonesia. The resource extend the coverage of languages to 5 new languages, i.e., Ambon (abs), Bima (bhp), Makassarese (mak), Palembang / Musi (mui), and Rejang (rej).
22
-
23
  For the rhetoric mode classification task, we cover 5 rhetoric modes, i.e., narrative, persuasive, argumentative, descriptive, and expository.
24
 
 
 
 
 
 
 
 
 
 
25
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## Citation
30
 
 
31
  ```
32
  @unpublished{anonymous2023nusawrites:,
33
  title={NusaWrites: Constructing High-Quality Corpora for Underrepresented and Extremely Low-Resource Languages},
@@ -36,16 +73,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
36
  year={2023},
37
  note={anonymous preprint under review}
38
  }
39
- ```
40
-
41
- ## License
42
-
43
- Creative Commons Attribution Share-Alike 4.0 International
44
 
45
- ## Homepage
46
 
47
- [https://github.com/IndoNLP/nusa-writes](https://github.com/IndoNLP/nusa-writes)
48
-
49
- ### NusaCatalogue
 
 
 
 
50
 
51
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
4
  - btk
5
  - bew
6
  - bug
 
11
  - mui
12
  - rej
13
  - sun
14
+ pretty_name: Nusaparagraph Rhetoric
15
+ task_categories:
16
+ - rhetoric-mode-classification
17
+ tags:
18
+ - rhetoric-mode-classification
19
  ---
20
 
 
 
21
  Democratizing access to natural language processing (NLP) technology is crucial, especially for underrepresented and extremely low-resource languages. Previous research has focused on developing labeled and unlabeled corpora for these languages through online scraping and document translation. While these methods have proven effective and cost-efficient, we have identified limitations in the resulting corpora, including a lack of lexical diversity and cultural relevance to local communities. To address this gap, we conduct a case study on Indonesian local languages. We compare the effectiveness of online scraping, human translation, and paragraph writing by native speakers in constructing datasets. Our findings demonstrate that datasets generated through paragraph writing by native speakers exhibit superior quality in terms of lexical diversity and cultural content. In addition, we present the NusaWrites benchmark, encompassing 12 underrepresented and extremely low-resource languages spoken by millions of individuals in Indonesia. Our empirical experiment results using existing multilingual large language models conclude the need to extend these models to more underrepresented languages.
 
22
  We introduce a novel high quality human curated corpora, i.e., NusaMenulis, which covers 12 languages spoken in Indonesia. The resource extend the coverage of languages to 5 new languages, i.e., Ambon (abs), Bima (bhp), Makassarese (mak), Palembang / Musi (mui), and Rejang (rej).
 
23
  For the rhetoric mode classification task, we cover 5 rhetoric modes, i.e., narrative, persuasive, argumentative, descriptive, and expository.
24
 
25
+
26
+ ## Languages
27
+
28
+ btk, bew, bug, jav, mad, mak, min, mui, rej, sun
29
+
30
+ ## Supported Tasks
31
+
32
+ Rhetoric Mode Classification
33
+
34
  ## Dataset Usage
35
+ ### Using `datasets` library
36
+ ```
37
+ from datasets import load_dataset
38
+ dset = datasets.load_dataset("SEACrowd/nusaparagraph_rhetoric", trust_remote_code=True)
39
+ ```
40
+ ### Using `seacrowd` library
41
+ ```import seacrowd as sc
42
+ # Load the dataset using the default config
43
+ dset = sc.load_dataset("nusaparagraph_rhetoric", schema="seacrowd")
44
+ # Check all available subsets (config names) of the dataset
45
+ print(sc.available_config_names("nusaparagraph_rhetoric"))
46
+ # Load the dataset using a specific config
47
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
48
+ ```
49
+
50
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
51
+
52
 
53
+ ## Dataset Homepage
54
+
55
+ [https://github.com/IndoNLP/nusa-writes](https://github.com/IndoNLP/nusa-writes)
56
+
57
+ ## Dataset Version
58
+
59
+ Source: 1.0.0. SEACrowd: 2024.06.20.
60
+
61
+ ## Dataset License
62
+
63
+ Creative Commons Attribution Share-Alike 4.0 International
64
 
65
  ## Citation
66
 
67
+ If you are using the **Nusaparagraph Rhetoric** dataloader in your work, please cite the following:
68
  ```
69
  @unpublished{anonymous2023nusawrites:,
70
  title={NusaWrites: Constructing High-Quality Corpora for Underrepresented and Extremely Low-Resource Languages},
 
73
  year={2023},
74
  note={anonymous preprint under review}
75
  }
 
 
 
 
 
76
 
 
77
 
78
+ @article{lovenia2024seacrowd,
79
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
80
+ author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
81
+ year={2024},
82
+ eprint={2406.10118},
83
+ journal={arXiv preprint arXiv: 2406.10118}
84
+ }
85
 
86
+ ```