holylovenia
commited on
Commit
·
0bcc8c2
1
Parent(s):
e202040
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
tags:
|
4 |
+
- named-entity-recognition
|
5 |
+
language:
|
6 |
+
- ind
|
7 |
+
---
|
8 |
+
|
9 |
+
# indolem_ner_ugm
|
10 |
+
|
11 |
+
NER UGM is a Named Entity Recognition dataset that comprises 2,343 sentences from news articles, and was constructed at the University of Gajah Mada based on five named entity classes: person, organization, location, time, and quantity.
|
12 |
+
|
13 |
+
## Dataset Usage
|
14 |
+
|
15 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
|
19 |
+
```
|
20 |
+
@inproceedings{koto-etal-2020-indolem,
|
21 |
+
title = "{I}ndo{LEM} and {I}ndo{BERT}: A Benchmark Dataset and Pre-trained Language Model for {I}ndonesian {NLP}",
|
22 |
+
author = "Koto, Fajri and
|
23 |
+
Rahimi, Afshin and
|
24 |
+
Lau, Jey Han and
|
25 |
+
Baldwin, Timothy",
|
26 |
+
booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
|
27 |
+
month = dec,
|
28 |
+
year = "2020",
|
29 |
+
address = "Barcelona, Spain (Online)",
|
30 |
+
publisher = "International Committee on Computational Linguistics",
|
31 |
+
url = "https://aclanthology.org/2020.coling-main.66",
|
32 |
+
doi = "10.18653/v1/2020.coling-main.66",
|
33 |
+
pages = "757--770"
|
34 |
+
}
|
35 |
+
@phdthesis{fachri2014pengenalan,
|
36 |
+
title = {Pengenalan Entitas Bernama Pada Teks Bahasa Indonesia Menggunakan Hidden Markov Model},
|
37 |
+
author = {FACHRI, MUHAMMAD},
|
38 |
+
year = {2014},
|
39 |
+
school = {Universitas Gadjah Mada}
|
40 |
+
}
|
41 |
+
```
|
42 |
+
|
43 |
+
## License
|
44 |
+
|
45 |
+
Creative Commons Attribution 4.0
|
46 |
+
|
47 |
+
## Homepage
|
48 |
+
|
49 |
+
[https://indolem.github.io/](https://indolem.github.io/)
|
50 |
+
|
51 |
+
### NusaCatalogue
|
52 |
+
|
53 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|