rifkiaputri
commited on
Commit
•
10fe0d4
1
Parent(s):
4418e04
Update README.md
Browse files
README.md
CHANGED
@@ -11,16 +11,20 @@ datasets:
|
|
11 |
|
12 |
# XLM-R for Indonesian MRC (cased)
|
13 |
|
14 |
-
[XLM-R](https://huggingface.co/xlm-roberta-base) 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://
|
15 |
|
16 |
## Citation Info
|
17 |
```bibtex
|
18 |
-
@
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
year =
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
```
|
|
|
11 |
|
12 |
# XLM-R for Indonesian MRC (cased)
|
13 |
|
14 |
+
[XLM-R](https://huggingface.co/xlm-roberta-base) 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.
|
15 |
|
16 |
## Citation Info
|
17 |
```bibtex
|
18 |
+
@inproceedings{putri-oh-2022-idk,
|
19 |
+
title = "{IDK}-{MRC}: Unanswerable Questions for {I}ndonesian Machine Reading Comprehension",
|
20 |
+
author = "Putri, Rifki Afina and
|
21 |
+
Oh, Alice",
|
22 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
23 |
+
month = dec,
|
24 |
+
year = "2022",
|
25 |
+
address = "Abu Dhabi, United Arab Emirates",
|
26 |
+
publisher = "Association for Computational Linguistics",
|
27 |
+
url = "https://aclanthology.org/2022.emnlp-main.465",
|
28 |
+
pages = "6918--6933",
|
29 |
}
|
30 |
```
|