Datasets:
Tasks:
Question Answering
Modalities:
Text
Languages:
English
Size:
1K - 10K
Tags:
knowledge-base-qa
License:
Update to v 1.0.1
Browse files
SciQA.py
CHANGED
@@ -47,7 +47,7 @@ class SciQA(datasets.GeneratorBasedBuilder):
|
|
47 |
The SciQA Scientific Question Answering Benchmark for Scholarly Knowledge.
|
48 |
"""
|
49 |
|
50 |
-
VERSION = datasets.Version("1.0.
|
51 |
|
52 |
def _info(self):
|
53 |
return datasets.DatasetInfo(
|
@@ -107,7 +107,6 @@ class SciQA(datasets.GeneratorBasedBuilder):
|
|
107 |
"id": row["id"],
|
108 |
"query_type": row["query_type"],
|
109 |
"question": row["question"],
|
110 |
-
"paraphrased_question": row["paraphrased_question"],
|
111 |
"query": row["query"],
|
112 |
"template_id": row["template_id"],
|
113 |
"query_shape": row["query_shape"],
|
|
|
47 |
The SciQA Scientific Question Answering Benchmark for Scholarly Knowledge.
|
48 |
"""
|
49 |
|
50 |
+
VERSION = datasets.Version("1.0.1")
|
51 |
|
52 |
def _info(self):
|
53 |
return datasets.DatasetInfo(
|
|
|
107 |
"id": row["id"],
|
108 |
"query_type": row["query_type"],
|
109 |
"question": row["question"],
|
|
|
110 |
"query": row["query"],
|
111 |
"template_id": row["template_id"],
|
112 |
"query_shape": row["query_shape"],
|