rifkiaputri
commited on
Commit
•
c823c88
1
Parent(s):
87321fb
Update README.md
Browse files
README.md
CHANGED
@@ -12,16 +12,20 @@ datasets:
|
|
12 |
|
13 |
# IndoBERT for Indonesian MRC (uncased)
|
14 |
|
15 |
-
[IndoBERT](https://huggingface.co/indobenchmark/indobert-base-p2) model fine-tuned on [IDK-MRC dataset](https://huggingface.co/datasets/rifkiaputri/idk-mrc) for answering extractive questions in Indonesian. Please refer to [this paper](https://
|
16 |
|
17 |
## Citation Info
|
18 |
```bibtex
|
19 |
-
@
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
year =
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
```
|
|
|
12 |
|
13 |
# IndoBERT for Indonesian MRC (uncased)
|
14 |
|
15 |
+
[IndoBERT](https://huggingface.co/indobenchmark/indobert-base-p2) model fine-tuned on [IDK-MRC dataset](https://huggingface.co/datasets/rifkiaputri/idk-mrc) for answering extractive questions in Indonesian. Please refer to [this paper](https://aclanthology.org/2022.emnlp-main.465/) for more details on the model.
|
16 |
|
17 |
## Citation Info
|
18 |
```bibtex
|
19 |
+
@inproceedings{putri-oh-2022-idk,
|
20 |
+
title = "{IDK}-{MRC}: Unanswerable Questions for {I}ndonesian Machine Reading Comprehension",
|
21 |
+
author = "Putri, Rifki Afina and
|
22 |
+
Oh, Alice",
|
23 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
24 |
+
month = dec,
|
25 |
+
year = "2022",
|
26 |
+
address = "Abu Dhabi, United Arab Emirates",
|
27 |
+
publisher = "Association for Computational Linguistics",
|
28 |
+
url = "https://aclanthology.org/2022.emnlp-main.465",
|
29 |
+
pages = "6918--6933",
|
30 |
}
|
31 |
```
|