holylovenia
commited on
Commit
·
e1b741c
1
Parent(s):
1c1d0cc
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,14 +5,21 @@ 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 |
|
@@ -20,7 +27,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
20 |
|
21 |
## Citation
|
22 |
|
23 |
-
|
|
|
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)},
|
@@ -36,6 +44,8 @@ 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)
|
|
|
5 |
- ind
|
6 |
---
|
7 |
|
8 |
+
# nerp
|
9 |
+
|
10 |
The NERP dataset (Hoesen and Purwarianti, 2018) contains texts collected from several Indonesian news websites with five labels
|
11 |
+
|
12 |
- PER (name of person)
|
13 |
+
|
14 |
- LOC (name of location)
|
15 |
+
|
16 |
- IND (name of product or brand)
|
17 |
+
|
18 |
- EVT (name of the event)
|
19 |
+
|
20 |
- FNB (name of food and beverage).
|
|
|
21 |
|
22 |
+
NERP makes use of the IOB chunking format, just like the TermA dataset.
|
23 |
|
24 |
## Dataset Usage
|
25 |
|
|
|
27 |
|
28 |
## Citation
|
29 |
|
30 |
+
```
|
31 |
+
@inproceedings{hoesen2018investigating,
|
32 |
title={Investigating bi-lstm and crf with pos tag embedding for indonesian named entity tagger},
|
33 |
author={Hoesen, Devin and Purwarianti, Ayu},
|
34 |
booktitle={2018 International Conference on Asian Language Processing (IALP)},
|
|
|
44 |
|
45 |
## Homepage
|
46 |
|
47 |
+
[https://github.com/IndoNLP/indonlu](https://github.com/IndoNLP/indonlu)
|
48 |
+
|
49 |
### NusaCatalogue
|
50 |
|
51 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|