orkg commited on
Commit
37d1922
·
1 Parent(s): 742d828

Update to v 1.0.1

Browse files
Files changed (1) hide show
  1. SciQA.py +1 -2
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.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"],