You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data and code for NeurIPS 2022 Paper "[Learn to Explain: Multimodal Reasoning via
6
6
Thought Chains for Science Question Answering](http://lupantech.github.io/papers/neurips22_scienceqa.pdf)".
@@ -25,7 +25,7 @@ For more details, you can find our project page [here](https://scienceqa.github.
25
25
26
26
## Download the dataset
27
27
28
-
The text part of the **ScienceQA** dataset is provided in [data/scienceqa/problems.json](https://github.com/lupantech/ScienceQA/data/scienceqa/problems.json). You can download the image data of ScienceQA by running:
28
+
The text part of the **ScienceQA** dataset is provided in [data/scienceqa/problems.json](https://github.com/lupantech/ScienceQA/blob/main/data/scienceqa/problems.json). You can download the image data of ScienceQA by running:
29
29
30
30
```sh
31
31
. tools/download.sh
@@ -62,7 +62,7 @@ pip install -r requirements.txt
62
62
63
63
### Generate the image captions
64
64
65
-
We use the image captioning model to generate the text content for images in ScienceQA. The pre-generated image captions are provided in [data/captions.json](https://github.com/lupantech/ScienceQA/data/problems.json).
65
+
We use the image captioning model to generate the text content for images in ScienceQA. The pre-generated image captions are provided in [data/captions.json](https://github.com/lupantech/ScienceQA/blob/main/data/captions.json).
66
66
67
67
(Optionally) You can generate the image captions with user-specific arguments with the following command, which will save the caption data in `data/captions_user.json`.
68
68
@@ -138,6 +138,7 @@ This work is licensed under a [MIT License](http://creativecommons.org/licenses/
138
138
The ScienceQA dataset is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
139
139
140
140
141
+
141
142
## Cite
142
143
143
144
If the paper, codes, or the dataset inspire you, please cite us:
0 commit comments