Datasets:

Modalities:
Image
Text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
hsun77 commited on
Commit
98b4919
·
verified ·
1 Parent(s): d2ca373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -33,15 +33,14 @@ Each sample includes:
33
 
34
  | Field | Description |
35
  |------------------|-------------|
36
- | `index` | Unique ID (e.g., `a0001`) |
37
- | `media_type` | Either `image` or `video` |
38
- | `media` | Local file name (e.g., `a0001.png`, `a0044.gif`) |
39
- | `question_type` | Either `MC` or `TF` |
40
- | `sec_label` | Integer from 1 to 3 (see section mapping below) |
41
- | `question` | Natural language question with embedded options (for MC) |
42
- | `correct_answer` | The correct response (e.g., `A`, `B`, `Yes`, `No`) |
43
-
44
- ### 🔢 `sec_label` Categories
45
 
46
  | Label | Category |
47
  |-------|------------------|
 
33
 
34
  | Field | Description |
35
  |------------------|-------------|
36
+ | `Index` | Unique ID (e.g., `a0031`) |
37
+ | `Data.Type` | Either `image` or `video` |
38
+ | `Qustion.Type` | Either `MC` or `TF` |
39
+ | `Sec..Label` | Integer from 1 to 3 (see section mapping below) |
40
+ | `Question` | Natural language question with embedded options (for MC) |
41
+ | `Correct.Answer` | The correct response (e.g., `A`, `B`, `Yes`, `No`) |
42
+
43
+ ### 🔢 `Sec..Label` Categories
 
44
 
45
  | Label | Category |
46
  |-------|------------------|