holylovenia commited on
Commit
8251cc2
1 Parent(s): 2343951

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -14,10 +14,13 @@ language:
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
 
@@ -25,7 +28,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
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},
@@ -40,6 +44,8 @@ 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)
 
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
 
 
28
 
29
  ## Citation
30
 
31
+ ```
32
+ @unpublished{anonymous2023nusawrites:,
33
  title={NusaWrites: Constructing High-Quality Corpora for Underrepresented and Extremely Low-Resource Languages},
34
  author={Anonymous},
35
  journal={OpenReview Preprint},
 
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)