rifkiaputri commited on
Commit
4418e04
1 Parent(s): 7b65874

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ tags:
5
+ - machine-reading-comprehension
6
+ - question-answering
7
+ - extractive-qa
8
+ datasets:
9
+ - rifkiaputri/idk-mrc
10
+ ---
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://arxiv.org/abs/2210.13778) for more details on the model.
15
+
16
+ ## Citation Info
17
+ ```bibtex
18
+ @misc{putri2022idk,
19
+ doi = {10.48550/ARXIV.2210.13778},
20
+ url = {https://arxiv.org/abs/2210.13778},
21
+ author = {Putri, Rifki Afina and Oh, Alice},
22
+ title = {IDK-MRC: Unanswerable Questions for Indonesian Machine Reading Comprehension},
23
+ publisher = {arXiv},
24
+ year = {2022},
25
+ }
26
+ ```