holylovenia
commited on
Commit
•
5fd7c7a
1
Parent(s):
0fa05d7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- named-entity-recognition
|
4 |
+
language:
|
5 |
+
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
The NERP dataset (Hoesen and Purwarianti, 2018) contains texts collected from several Indonesian news websites with five labels
|
9 |
+
- PER (name of person)
|
10 |
+
- LOC (name of location)
|
11 |
+
- IND (name of product or brand)
|
12 |
+
- EVT (name of the event)
|
13 |
+
- FNB (name of food and beverage).
|
14 |
+
NERP makes use of the IOB chunking format, just like the TermA dataset.
|
15 |
+
|
16 |
+
|
17 |
+
## Dataset Usage
|
18 |
+
|
19 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
20 |
+
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
```@inproceedings{hoesen2018investigating,
|
24 |
+
title={Investigating bi-lstm and crf with pos tag embedding for indonesian named entity tagger},
|
25 |
+
author={Hoesen, Devin and Purwarianti, Ayu},
|
26 |
+
booktitle={2018 International Conference on Asian Language Processing (IALP)},
|
27 |
+
pages={35--38},
|
28 |
+
year={2018},
|
29 |
+
organization={IEEE}
|
30 |
+
}
|
31 |
+
```
|
32 |
+
|
33 |
+
## License
|
34 |
+
|
35 |
+
Creative Common Attribution Share-Alike 4.0 International
|
36 |
+
|
37 |
+
## Homepage
|
38 |
+
|
39 |
+
### NusaCatalogue
|
40 |
+
|
41 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|