Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,15 +33,14 @@ Each sample includes:
|
|
33 |
|
34 |
| Field | Description |
|
35 |
|------------------|-------------|
|
36 |
-
| `
|
37 |
-
| `
|
38 |
-
| `
|
39 |
-
| `
|
40 |
-
| `
|
41 |
-
| `
|
42 |
-
|
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 |
|-------|------------------|
|