muhammadravi251001
commited on
Commit
•
fd4c5f6
1
Parent(s):
0af4692
Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,11 @@ data_files = {"train": "data_nli_train_df.csv",
|
|
12 |
dataset = load_dataset("muhammadravi251001/idk_mrc_nli_ner", data_files=data_files)
|
13 |
```
|
14 |
|
15 |
-
This is some modification from IDK-MRC dataset to IDK-MRC-NLI dataset. By convert QAS dataset to NLI dataset. You can find the original IDK-MRC in this link: https://huggingface.co/datasets/rifkiaputri/idk-mrc
|
16 |
|
|
|
|
|
|
|
17 |
@inproceedings{putri-oh-2022-idk,
|
18 |
title = "{IDK}-{MRC}: Unanswerable Questions for {I}ndonesian Machine Reading Comprehension",
|
19 |
author = "Putri, Rifki Afina and
|
@@ -26,3 +29,4 @@ This is some modification from IDK-MRC dataset to IDK-MRC-NLI dataset. By conver
|
|
26 |
url = "https://aclanthology.org/2022.emnlp-main.465",
|
27 |
pages = "6918--6933",
|
28 |
}
|
|
|
|
12 |
dataset = load_dataset("muhammadravi251001/idk_mrc_nli_ner", data_files=data_files)
|
13 |
```
|
14 |
|
15 |
+
This is some modification from IDK-MRC dataset to IDK-MRC-NLI dataset. By convert QAS dataset to NLI dataset. You can find the original IDK-MRC in this link: https://huggingface.co/datasets/rifkiaputri/idk-mrc.
|
16 |
|
17 |
+
### Citation Information
|
18 |
+
|
19 |
+
```bibtex
|
20 |
@inproceedings{putri-oh-2022-idk,
|
21 |
title = "{IDK}-{MRC}: Unanswerable Questions for {I}ndonesian Machine Reading Comprehension",
|
22 |
author = "Putri, Rifki Afina and
|
|
|
29 |
url = "https://aclanthology.org/2022.emnlp-main.465",
|
30 |
pages = "6918--6933",
|
31 |
}
|
32 |
+
```
|