Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
License:

Update source data URL

#3
Files changed (1) hide show
  1. asnq.py +3 -2
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://wqa-public.s3.amazonaws.com/tanda-aaai-2020/data/asnq.tar
 
26
  """
27
 
28
 
@@ -58,7 +59,7 @@ and
58
  https://research.google/pubs/pub47761/
59
  """
60
 
61
- _URL = "https://wqa-public.s3.amazonaws.com/tanda-aaai-2020/data/asnq.tar"
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):