derek-thomas HF staff commited on
Commit
aa9d48e
1 Parent(s): 6dcb0c6

Making ScienceQA consistently cased

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -205,7 +205,7 @@ When answering a question, humans utilize the information available across diffe
205
 
206
  ### Source Data
207
 
208
- SCIENCEQA is collected from elementary and high school science curricula.
209
 
210
  #### Initial Data Collection and Normalization
211
 
@@ -217,9 +217,9 @@ See Below
217
 
218
  ### Annotations
219
 
220
- Questions in the SCIENCEQA dataset are sourced from open resources managed by IXL Learning,
221
  an online learning platform curated by experts in the field of K-12 education. The dataset includes
222
- problems that align with California Common Core Content Standards. To construct SCIENCEQA, we
223
  downloaded the original science problems and then extracted individual components (e.g. questions,
224
  hints, images, options, answers, lectures, and solutions) from them based on heuristic rules.
225
  We manually removed invalid questions, such as questions that have only one choice, questions that
@@ -229,7 +229,7 @@ Also, we shuffled the answer options of each question to ensure the choices do n
229
  specific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat
230
  the lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are
231
  easily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets,
232
- SCIENCEQA is available for non-commercial research purposes only and the copyright belongs to
233
  the original authors. To ensure data quality, we developed a data exploration tool to review examples
234
  in the collected dataset, and incorrect annotations were further manually revised by experts. The tool
235
  can be accessed at https://scienceqa.github.io/explore.html.
 
205
 
206
  ### Source Data
207
 
208
+ ScienceQA is collected from elementary and high school science curricula.
209
 
210
  #### Initial Data Collection and Normalization
211
 
 
217
 
218
  ### Annotations
219
 
220
+ Questions in the ScienceQA dataset are sourced from open resources managed by IXL Learning,
221
  an online learning platform curated by experts in the field of K-12 education. The dataset includes
222
+ problems that align with California Common Core Content Standards. To construct ScienceQA, we
223
  downloaded the original science problems and then extracted individual components (e.g. questions,
224
  hints, images, options, answers, lectures, and solutions) from them based on heuristic rules.
225
  We manually removed invalid questions, such as questions that have only one choice, questions that
 
229
  specific pattern. To make the dataset easy to use, we then used semi-automated scripts to reformat
230
  the lectures and solutions. Therefore, special structures in the texts, such as tables and lists, are
231
  easily distinguishable from simple text passages. Similar to ImageNet, ReClor, and PMR datasets,
232
+ ScienceQA is available for non-commercial research purposes only and the copyright belongs to
233
  the original authors. To ensure data quality, we developed a data exploration tool to review examples
234
  in the collected dataset, and incorrect annotations were further manually revised by experts. The tool
235
  can be accessed at https://scienceqa.github.io/explore.html.