upload all kinds
Browse files
README.md
CHANGED
|
@@ -2,108 +2,97 @@
|
|
| 2 |
pretty_name: MCQ (Multi-config)
|
| 3 |
license: mit
|
| 4 |
configs:
|
| 5 |
-
---
|
| 6 |
-
configs:
|
| 7 |
-
|
| 8 |
-
# ===== MCQ =====
|
| 9 |
-
- config_name: mcq_main
|
| 10 |
-
data_files:
|
| 11 |
-
- split: train
|
| 12 |
-
path: mcq.csv
|
| 13 |
-
|
| 14 |
-
- config_name: mcq_table_1
|
| 15 |
-
data_files:
|
| 16 |
-
- split: train
|
| 17 |
-
path: mcq_table_1.csv
|
| 18 |
-
|
| 19 |
-
- config_name: mcq_table_2
|
| 20 |
-
data_files:
|
| 21 |
-
- split: train
|
| 22 |
-
path: mcq_table_2.csv
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
# ===== Constructed Response =====
|
| 26 |
-
- config_name: constructed_response_main
|
| 27 |
-
data_files:
|
| 28 |
-
- split: train
|
| 29 |
-
path: constructed_response.csv
|
| 30 |
-
|
| 31 |
-
- config_name: constructed_response_2questions
|
| 32 |
-
data_files:
|
| 33 |
-
- split: train
|
| 34 |
-
path: constructed_response_2questions.csv
|
| 35 |
-
|
| 36 |
-
- config_name: constructed_response_4questions
|
| 37 |
-
data_files:
|
| 38 |
-
- split: train
|
| 39 |
-
path: constructed_response_4questions.csv
|
| 40 |
-
|
| 41 |
-
- config_name: constructed_multiple_with_image
|
| 42 |
-
data_files:
|
| 43 |
-
- split: train
|
| 44 |
-
path: constructed_multiple_questions_with_image.csv
|
| 45 |
-
|
| 46 |
-
- config_name: constructed_yes_no_table
|
| 47 |
-
data_files:
|
| 48 |
-
- split: train
|
| 49 |
-
path: constructed_question_yes_no_with_table.csv
|
| 50 |
-
|
| 51 |
-
- config_name: single_constructed_with_image
|
| 52 |
-
data_files:
|
| 53 |
-
- split: train
|
| 54 |
-
path: single_constructed_response_with_image.csv
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
# ===== Figure / Table Variants =====
|
| 58 |
-
- config_name: figure_1
|
| 59 |
-
data_files:
|
| 60 |
-
- split: train
|
| 61 |
-
path: 1figure.csv
|
| 62 |
-
|
| 63 |
-
- config_name: figure_2
|
| 64 |
-
data_files:
|
| 65 |
-
- split: train
|
| 66 |
-
path: 2fig.csv
|
| 67 |
-
|
| 68 |
-
- config_name: figure_3
|
| 69 |
-
data_files:
|
| 70 |
-
- split: train
|
| 71 |
-
path: 3fig.csv
|
| 72 |
-
|
| 73 |
-
- config_name: table_1
|
| 74 |
-
data_files:
|
| 75 |
-
- split: train
|
| 76 |
-
path: 1table.csv
|
| 77 |
-
|
| 78 |
-
- config_name: table_2
|
| 79 |
-
data_files:
|
| 80 |
-
- split: train
|
| 81 |
-
path: 2table.csv
|
| 82 |
-
|
| 83 |
-
- config_name: fig_table
|
| 84 |
-
data_files:
|
| 85 |
-
- split: train
|
| 86 |
-
path: fig_2table.csv
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
# ===== Text Only =====
|
| 90 |
-
- config_name: text_only
|
| 91 |
-
data_files:
|
| 92 |
-
- split: train
|
| 93 |
-
path: text_only.csv
|
| 94 |
-
|
| 95 |
-
# ===== Metadata (optional) =====
|
| 96 |
-
- config_name: metadata
|
| 97 |
-
data_files:
|
| 98 |
-
- split: train
|
| 99 |
-
path: metadata.csv
|
| 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
---
|
| 102 |
-
|
| 103 |
-
# MCQ (Multi-config)
|
| 104 |
-
|
| 105 |
-
This dataset contains multiple configurations:
|
| 106 |
-
- `base` (mcq.csv)
|
| 107 |
-
- `table_1` (mcq_table_1.csv)
|
| 108 |
-
- `table_2` (mcq_table_2.csv)
|
| 109 |
-
- `metadata` (metadata.csv)
|
|
|
|
| 2 |
pretty_name: MCQ (Multi-config)
|
| 3 |
license: mit
|
| 4 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
+
# ===== MCQ =====
|
| 7 |
+
- config_name: mcq_main
|
| 8 |
+
data_files:
|
| 9 |
+
- split: train
|
| 10 |
+
path: mcq.csv
|
| 11 |
+
|
| 12 |
+
- config_name: mcq_table_1
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: mcq_table_1.csv
|
| 16 |
+
|
| 17 |
+
- config_name: mcq_table_2
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: mcq_table_2.csv
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
# ===== Constructed Response =====
|
| 24 |
+
- config_name: constructed_response_main
|
| 25 |
+
data_files:
|
| 26 |
+
- split: train
|
| 27 |
+
path: constructed_response.csv
|
| 28 |
+
|
| 29 |
+
- config_name: constructed_response_2questions
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: constructed_response_2questions.csv
|
| 33 |
+
|
| 34 |
+
- config_name: constructed_response_4questions
|
| 35 |
+
data_files:
|
| 36 |
+
- split: train
|
| 37 |
+
path: constructed_response_4questions.csv
|
| 38 |
+
|
| 39 |
+
- config_name: constructed_multiple_with_image
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: constructed_multiple_questions_with_image.csv
|
| 43 |
+
|
| 44 |
+
- config_name: constructed_yes_no_table
|
| 45 |
+
data_files:
|
| 46 |
+
- split: train
|
| 47 |
+
path: constructed_question_yes_no_with_table.csv
|
| 48 |
+
|
| 49 |
+
- config_name: single_constructed_with_image
|
| 50 |
+
data_files:
|
| 51 |
+
- split: train
|
| 52 |
+
path: single_constructed_response_with_image.csv
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
# ===== Figure / Table Variants =====
|
| 56 |
+
- config_name: figure_1
|
| 57 |
+
data_files:
|
| 58 |
+
- split: train
|
| 59 |
+
path: 1figure.csv
|
| 60 |
+
|
| 61 |
+
- config_name: figure_2
|
| 62 |
+
data_files:
|
| 63 |
+
- split: train
|
| 64 |
+
path: 2fig.csv
|
| 65 |
+
|
| 66 |
+
- config_name: figure_3
|
| 67 |
+
data_files:
|
| 68 |
+
- split: train
|
| 69 |
+
path: 3fig.csv
|
| 70 |
+
|
| 71 |
+
- config_name: table_1
|
| 72 |
+
data_files:
|
| 73 |
+
- split: train
|
| 74 |
+
path: 1table.csv
|
| 75 |
+
|
| 76 |
+
- config_name: table_2
|
| 77 |
+
data_files:
|
| 78 |
+
- split: train
|
| 79 |
+
path: 2table.csv
|
| 80 |
+
|
| 81 |
+
- config_name: fig_table
|
| 82 |
+
data_files:
|
| 83 |
+
- split: train
|
| 84 |
+
path: fig_2table.csv
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
# ===== Text Only =====
|
| 88 |
+
- config_name: text_only
|
| 89 |
+
data_files:
|
| 90 |
+
- split: train
|
| 91 |
+
path: text_only.csv
|
| 92 |
+
|
| 93 |
+
# ===== Metadata =====
|
| 94 |
+
- config_name: metadata
|
| 95 |
+
data_files:
|
| 96 |
+
- split: train
|
| 97 |
+
path: metadata.csv
|
| 98 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|