Commit
·
35cdad2
1
Parent(s):
647bbf4
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- named-entity-recognition
|
| 5 |
+
language:
|
| 6 |
+
- ind
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# indolem_nerui
|
| 10 |
+
|
| 11 |
+
NER UI is a Named Entity Recognition dataset that contains 2,125 sentences obtained via an annotation assignment in an NLP course at the University of Indonesia in 2016.
|
| 12 |
+
|
| 13 |
+
The corpus has three named entity classes: location, organisation, and person with training/dev/test distribution: 1,530/170/42 and based on 5-fold cross validation.
|
| 14 |
+
|
| 15 |
+
## Dataset Usage
|
| 16 |
+
|
| 17 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@INPROCEEDINGS{8275098,
|
| 23 |
+
author={Gultom, Yohanes and Wibowo, Wahyu Catur},
|
| 24 |
+
booktitle={2017 International Workshop on Big Data and Information Security (IWBIS)},
|
| 25 |
+
title={Automatic open domain information extraction from Indonesian text},
|
| 26 |
+
year={2017},
|
| 27 |
+
volume={},
|
| 28 |
+
number={},
|
| 29 |
+
pages={23-30},
|
| 30 |
+
doi={10.1109/IWBIS.2017.8275098}}
|
| 31 |
+
|
| 32 |
+
@article{DBLP:journals/corr/abs-2011-00677,
|
| 33 |
+
author = {Fajri Koto and
|
| 34 |
+
Afshin Rahimi and
|
| 35 |
+
Jey Han Lau and
|
| 36 |
+
Timothy Baldwin},
|
| 37 |
+
title = {IndoLEM and IndoBERT: {A} Benchmark Dataset and Pre-trained Language
|
| 38 |
+
Model for Indonesian {NLP}},
|
| 39 |
+
journal = {CoRR},
|
| 40 |
+
volume = {abs/2011.00677},
|
| 41 |
+
year = {2020},
|
| 42 |
+
url = {https://arxiv.org/abs/2011.00677},
|
| 43 |
+
eprinttype = {arXiv},
|
| 44 |
+
eprint = {2011.00677},
|
| 45 |
+
timestamp = {Fri, 06 Nov 2020 15:32:47 +0100},
|
| 46 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2011-00677.bib},
|
| 47 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
| 48 |
+
}
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## License
|
| 52 |
+
|
| 53 |
+
Creative Commons Attribution 4.0
|
| 54 |
+
|
| 55 |
+
## Homepage
|
| 56 |
+
|
| 57 |
+
[https://indolem.github.io/](https://indolem.github.io/)
|
| 58 |
+
|
| 59 |
+
### NusaCatalogue
|
| 60 |
+
|
| 61 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|