Datasets:

Languages:
Indonesian
ArXiv:
holylovenia commited on
Commit
87901c6
·
1 Parent(s): 96ec5ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - dependency-parsing
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # indolem_ud_id_pud
10
+
11
+ 1 of 8 sub-datasets of IndoLEM, a comprehensive dataset encompassing 7 NLP tasks (Koto et al., 2020).
12
+
13
+ This dataset is part of [Parallel Universal Dependencies (PUD)](http://universaldependencies.org/conll17/) project.
14
+
15
+ This is based on the first corrected version by Alfina et al. (2019), contains 1,000 sentences.
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
+ @conference{2f8c7438a7f44f6b85b773586cff54e8,
25
+ title = "A gold standard dependency treebank for Indonesian",
26
+ author = "Ika Alfina and Arawinda Dinakaramani and Fanany, {Mohamad Ivan} and Heru Suhartanto",
27
+ note = "Publisher Copyright: { extcopyright} 2019 Proceedings of the 33rd Pacific Asia Conference on Language, Information and Computation, PACLIC 2019. All rights reserved.; 33rd Pacific Asia Conference on Language, Information and Computation, PACLIC 2019 ; Conference date: 13-09-2019 Through 15-09-2019",
28
+ year = "2019",
29
+ month = jan,
30
+ day = "1",
31
+ language = "English",
32
+ pages = "1--9",
33
+ }
34
+
35
+ @article{DBLP:journals/corr/abs-2011-00677,
36
+ author = {Fajri Koto and
37
+ Afshin Rahimi and
38
+ Jey Han Lau and
39
+ Timothy Baldwin},
40
+ title = {IndoLEM and IndoBERT: {A} Benchmark Dataset and Pre-trained Language
41
+ Model for Indonesian {NLP}},
42
+ journal = {CoRR},
43
+ volume = {abs/2011.00677},
44
+ year = {2020},
45
+ url = {https://arxiv.org/abs/2011.00677},
46
+ eprinttype = {arXiv},
47
+ eprint = {2011.00677},
48
+ timestamp = {Fri, 06 Nov 2020 15:32:47 +0100},
49
+ biburl = {https://dblp.org/rec/journals/corr/abs-2011-00677.bib},
50
+ bibsource = {dblp computer science bibliography, https://dblp.org}
51
+ }
52
+ ```
53
+
54
+ ## License
55
+
56
+ Creative Commons Attribution 4.0
57
+
58
+ ## Homepage
59
+
60
+ [https://indolem.github.io/](https://indolem.github.io/)
61
+
62
+ ### NusaCatalogue
63
+
64
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)