holylovenia commited on
Commit
016302c
1 Parent(s): 0f345c5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - named-entity-recognition
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # indonlu_nergrit
10
+
11
+ This NER dataset is taken from the Grit-ID repository, and the labels are spans in IOB chunking representation.
12
+
13
+ The dataset consists of three kinds of named entity tags, PERSON (name of person), PLACE (name of location), and
14
+
15
+ ORGANIZATION (name of organization).
16
+
17
+ ## Dataset Usage
18
+
19
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
20
+
21
+ ## Citation
22
+
23
+ ```
24
+ @inproceedings{wilie2020indonlu,
25
+ title={IndoNLU: Benchmark and Resources for Evaluating Indonesian Natural Language Understanding},
26
+ author={Bryan Wilie and Karissa Vincentio and Genta Indra Winata and Samuel Cahyawijaya and X. Li and Zhi Yuan Lim and S. Soleman and R. Mahendra and Pascale Fung and Syafri Bahar and A. Purwarianti},
27
+ booktitle={Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing},
28
+ year={2020}
29
+ }
30
+ @online{nergrit2019,
31
+ title={NERGrit Corpus},
32
+ author={NERGrit Developers},
33
+ year={2019},
34
+ url={https://github.com/grit-id/nergrit-corpus}
35
+ }
36
+ ```
37
+
38
+ ## License
39
+
40
+ MIT
41
+
42
+ ## Homepage
43
+
44
+ [https://github.com/grit-id/nergrit-corpus](https://github.com/grit-id/nergrit-corpus)
45
+
46
+ ### NusaCatalogue
47
+
48
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)