PY007 commited on
Commit
b6a4c32
1 Parent(s): 015ec9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -98,3 +98,14 @@ configs:
98
  - split: test
99
  path: ScienceQA-IMG/test-*
100
  ---
 
 
 
 
 
 
 
 
 
 
 
 
98
  - split: test
99
  path: ScienceQA-IMG/test-*
100
  ---
101
+ # This Dataset
102
+ This is a formatted version of [derek-thomas/ScienceQA](https://huggingface.co/datasets/derek-thomas/ScienceQA). It is used in our `lmms-eval` pipeline to allow for one-click evaluations of large multi-modality models.
103
+
104
+ ```
105
+ @inproceedings{lu2022learn,
106
+ title={Learn to Explain: Multimodal Reasoning via Thought Chains for Science Question Answering},
107
+ author={Lu, Pan and Mishra, Swaroop and Xia, Tony and Qiu, Liang and Chang, Kai-Wei and Zhu, Song-Chun and Tafjord, Oyvind and Clark, Peter and Ashwin Kalyan},
108
+ booktitle={The 36th Conference on Neural Information Processing Systems (NeurIPS)},
109
+ year={2022}
110
+ }
111
+ ```