Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
conversational-qa
License:
Update coqa.py
#2
by
epec254
- opened
coqa.py
CHANGED
@@ -29,8 +29,8 @@ _DESCRIPTION = """\
|
|
29 |
CoQA: A Conversational Question Answering Challenge
|
30 |
"""
|
31 |
|
32 |
-
_TRAIN_DATA_URL = "https://
|
33 |
-
_DEV_DATA_URL = "https://
|
34 |
|
35 |
|
36 |
class Coqa(datasets.GeneratorBasedBuilder):
|
|
|
29 |
CoQA: A Conversational Question Answering Challenge
|
30 |
"""
|
31 |
|
32 |
+
_TRAIN_DATA_URL = "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-train-v1.0.json"
|
33 |
+
_DEV_DATA_URL = "https://downloads.cs.stanford.edu/nlp/data/coqa/coqa-dev-v1.0.json"
|
34 |
|
35 |
|
36 |
class Coqa(datasets.GeneratorBasedBuilder):
|