holylovenia commited on
Commit
fd19978
1 Parent(s): c61007b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -12,4 +12,34 @@ language:
12
  - mui
13
  - rej
14
  - sun
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - mui
13
  - rej
14
  - sun
15
+ ---
16
+
17
+ 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.
18
+ 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).
19
+ For the rhetoric mode classification task, we cover 5 rhetoric modes, i.e., narrative, persuasive, argumentative, descriptive, and expository.
20
+
21
+
22
+ ## Dataset Usage
23
+
24
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
25
+
26
+ ## Citation
27
+
28
+ ```@unpublished{anonymous2023nusawrites:,
29
+ title={NusaWrites: Constructing High-Quality Corpora for Underrepresented and Extremely Low-Resource Languages},
30
+ author={Anonymous},
31
+ journal={OpenReview Preprint},
32
+ year={2023},
33
+ note={anonymous preprint under review}
34
+ }
35
+ ```
36
+
37
+ ## License
38
+
39
+ Creative Commons Attribution Share-Alike 4.0 International
40
+
41
+ ## Homepage
42
+
43
+ ### NusaCatalogue
44
+
45
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)