rifkiaputri commited on
Commit
c823c88
1 Parent(s): 87321fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
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://arxiv.org/abs/2210.13778) for more details on the model.
16
 
17
  ## Citation Info
18
  ```bibtex
19
- @misc{putri2022idk,
20
- doi = {10.48550/ARXIV.2210.13778},
21
- url = {https://arxiv.org/abs/2210.13778},
22
- author = {Putri, Rifki Afina and Oh, Alice},
23
- title = {IDK-MRC: Unanswerable Questions for Indonesian Machine Reading Comprehension},
24
- publisher = {arXiv},
25
- year = {2022},
 
 
 
 
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
  ```