phucdev commited on
Commit
12f2fdc
1 Parent(s): 7569efc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -42,7 +42,7 @@ size_categories:
42
  - 10K<n<100K
43
  ---
44
 
45
- Vietnamese portion of MLQA: https://huggingface.co/datasets/facebook/mlqa
46
 
47
  The train split is the machine translated train data from SQuAD v1.1.
48
  The validation split and the test split are from MLQA.
@@ -72,4 +72,27 @@ mlqa["test"] = mlqa_val_test["test"]
72
  year = 2019,
73
  eid = {arXiv: 1910.07475}
74
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ```
 
42
  - 10K<n<100K
43
  ---
44
 
45
+ Vietnamese portion of MLQA for monolingual QA
46
 
47
  The train split is the machine translated train data from SQuAD v1.1.
48
  The validation split and the test split are from MLQA.
 
72
  year = 2019,
73
  eid = {arXiv: 1910.07475}
74
  }
75
+
76
+ @inproceedings{rajpurkar-etal-2016-squad,
77
+ title = "{SQ}u{AD}: 100,000+ Questions for Machine Comprehension of Text",
78
+ author = "Rajpurkar, Pranav and
79
+ Zhang, Jian and
80
+ Lopyrev, Konstantin and
81
+ Liang, Percy",
82
+ editor = "Su, Jian and
83
+ Duh, Kevin and
84
+ Carreras, Xavier",
85
+ booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
86
+ month = nov,
87
+ year = "2016",
88
+ address = "Austin, Texas",
89
+ publisher = "Association for Computational Linguistics",
90
+ url = "https://aclanthology.org/D16-1264",
91
+ doi = "10.18653/v1/D16-1264",
92
+ pages = "2383--2392",
93
+ eprint={1606.05250},
94
+ archivePrefix={arXiv},
95
+ primaryClass={cs.CL},
96
+ }
97
+
98
  ```