Update README.md
Browse files
README.md
CHANGED
@@ -121,7 +121,6 @@ FAMMA is continuously updated with new questions. We provide different versions
|
|
121 |
|
122 |
## Dataset Structure
|
123 |
|
124 |
-
### features
|
125 |
- idx:a unique identifier for the index of the question in the dataset.
|
126 |
- question_id: a unique identifier for the question across the whole dataset: {language}_{main_question_id}_{sub_question_id}_{release_version}.
|
127 |
- context: relevant background information related to the question.
|
@@ -138,9 +137,11 @@ FAMMA is continuously updated with new questions. We provide different versions
|
|
138 |
- main_question_id:a unique identifier for the question within its context; questions with the same context share the same ID.
|
139 |
- sub_question_id:a unique identifier for the question within its corresponding main question.
|
140 |
- ans_image_1 - ans_image_6: **(public on release v2406, non-public on the live set release v2501)**
|
|
|
141 |
|
142 |
-
|
143 |
|
|
|
144 |
|
145 |
|
146 |
## Citation
|
|
|
121 |
|
122 |
## Dataset Structure
|
123 |
|
|
|
124 |
- idx:a unique identifier for the index of the question in the dataset.
|
125 |
- question_id: a unique identifier for the question across the whole dataset: {language}_{main_question_id}_{sub_question_id}_{release_version}.
|
126 |
- context: relevant background information related to the question.
|
|
|
137 |
- main_question_id:a unique identifier for the question within its context; questions with the same context share the same ID.
|
138 |
- sub_question_id:a unique identifier for the question within its corresponding main question.
|
139 |
- ans_image_1 - ans_image_6: **(public on release v2406, non-public on the live set release v2501)**
|
140 |
+
|
141 |
|
142 |
+
## Download
|
143 |
|
144 |
+
see the script at https://github.com/famma-bench/bench-script/blob/main/step_1_download_dataset.py
|
145 |
|
146 |
|
147 |
## Citation
|