Datasets:
Tasks:
Question Answering
Modalities:
Text
Languages:
English
Size:
1K - 10K
Tags:
knowledge-base-qa
License:
Include all fields in the _generate_examples function
Browse files
SciQA.py
CHANGED
@@ -107,6 +107,7 @@ class SciQA(datasets.GeneratorBasedBuilder):
|
|
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"],
|
|
|
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"],
|