holylovenia commited on
Commit
215d4af
1 Parent(s): 56b6203

Upload README.md with huggingface_hub

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