Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10M - 100M
ArXiv:
License:
Update source data URL
#3
by
pminhyung12
- opened
asnq.py
CHANGED
@@ -22,7 +22,8 @@ The dataset details can be found in the paper at
|
|
22 |
https://arxiv.org/abs/1911.04118
|
23 |
|
24 |
The dataset can be downloaded at
|
25 |
-
https://
|
|
|
26 |
"""
|
27 |
|
28 |
|
@@ -58,7 +59,7 @@ and
|
|
58 |
https://research.google/pubs/pub47761/
|
59 |
"""
|
60 |
|
61 |
-
_URL = "https://
|
62 |
|
63 |
|
64 |
class ASNQ(datasets.GeneratorBasedBuilder):
|
|
|
22 |
https://arxiv.org/abs/1911.04118
|
23 |
|
24 |
The dataset can be downloaded at
|
25 |
+
https://d3t7erp6ge410c.cloudfront.net/tanda-aaai-2020/data/asnq.tar
|
26 |
+
|
27 |
"""
|
28 |
|
29 |
|
|
|
59 |
https://research.google/pubs/pub47761/
|
60 |
"""
|
61 |
|
62 |
+
_URL = "https://d3t7erp6ge410c.cloudfront.net/tanda-aaai-2020/data/asnq.tar"
|
63 |
|
64 |
|
65 |
class ASNQ(datasets.GeneratorBasedBuilder):
|