Update README.md
Browse files
README.md
CHANGED
@@ -102,6 +102,25 @@ for token, label in results:
|
|
102 |
```
|
103 |
|
104 |
### Dataset and citation info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
* The DEE NER dataset: Ika Alfina, Ruli Manurung, and Mohamad Ivan Fanany, ["DBpedia Entities Expansion in Automatically Building Dataset for Indonesian NER"](https://ieeexplore.ieee.org/document/7872784), in Proceeding of 8th International Conference on Advanced Computer Science and Information Systems 2016 (ICACSIS 2016).
|
107 |
|
|
|
102 |
```
|
103 |
|
104 |
### Dataset and citation info
|
105 |
+
```
|
106 |
+
@article{DBLP:journals/corr/abs-1810-04805,
|
107 |
+
author = {Jacob Devlin and
|
108 |
+
Ming{-}Wei Chang and
|
109 |
+
Kenton Lee and
|
110 |
+
Kristina Toutanova},
|
111 |
+
title = {{BERT:} Pre-training of Deep Bidirectional Transformers for Language
|
112 |
+
Understanding},
|
113 |
+
journal = {CoRR},
|
114 |
+
volume = {abs/1810.04805},
|
115 |
+
year = {2018},
|
116 |
+
url = {http://arxiv.org/abs/1810.04805},
|
117 |
+
archivePrefix = {arXiv},
|
118 |
+
eprint = {1810.04805},
|
119 |
+
timestamp = {Tue, 30 Oct 2018 20:39:56 +0100},
|
120 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-1810-04805.bib},
|
121 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
122 |
+
}
|
123 |
+
```
|
124 |
|
125 |
* The DEE NER dataset: Ika Alfina, Ruli Manurung, and Mohamad Ivan Fanany, ["DBpedia Entities Expansion in Automatically Building Dataset for Indonesian NER"](https://ieeexplore.ieee.org/document/7872784), in Proceeding of 8th International Conference on Advanced Computer Science and Information Systems 2016 (ICACSIS 2016).
|
126 |
|