Datasets:

Modalities:
Video
Languages:
Chinese
Libraries:
Datasets
License:
AIMClab commited on
Commit
8eea0f4
·
1 Parent(s): c843231

Update ChinaOpen.py

Browse files
Files changed (1) hide show
  1. ChinaOpen.py +22 -0
ChinaOpen.py CHANGED
@@ -7,6 +7,28 @@ from datasets.tasks import QuestionAnsweringExtractive
7
 
8
  logger = datasets.logging.get_logger(__name__)
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  #_URL = "./ChinaOpen-1k.zip"
12
  _URLS = {
 
7
 
8
  logger = datasets.logging.get_logger(__name__)
9
 
10
+ _CITATION = """\
11
+ @article{2016arXiv160605250R,
12
+ author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},
13
+ Konstantin and {Liang}, Percy},
14
+ title = "{SQuAD: 100,000+ Questions for Machine Comprehension of Text}",
15
+ journal = {arXiv e-prints},
16
+ year = 2016,
17
+ eid = {arXiv:1606.05250},
18
+ pages = {arXiv:1606.05250},
19
+ archivePrefix = {arXiv},
20
+ eprint = {1606.05250},
21
+ }
22
+ """
23
+
24
+ _DESCRIPTION = """\
25
+ Stanford Question Answering Dataset (SQuAD) is a reading comprehension \
26
+ dataset, consisting of questions posed by crowdworkers on a set of Wikipedia \
27
+ articles, where the answer to every question is a segment of text, or span, \
28
+ from the corresponding reading passage, or the question might be unanswerable.
29
+ """
30
+
31
+
32
 
33
  #_URL = "./ChinaOpen-1k.zip"
34
  _URLS = {