Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This benchmark includes approximately 2,000 videos and 19,000 human-annotated qu
|
|
32 |
```jsonc
|
33 |
{
|
34 |
"id": int,
|
35 |
-
"dataset": "str",
|
36 |
"scene_name": "str", // e.g., video filename
|
37 |
"reasoning_style": "str", // e.g., temporal_reasoning, intent_goal_reasoning, etc.
|
38 |
"question": "str", // The reasoning question related to the scene
|
|
|
32 |
```jsonc
|
33 |
{
|
34 |
"id": int,
|
35 |
+
"dataset": "str", // e.g., sub dataset filename
|
36 |
"scene_name": "str", // e.g., video filename
|
37 |
"reasoning_style": "str", // e.g., temporal_reasoning, intent_goal_reasoning, etc.
|
38 |
"question": "str", // The reasoning question related to the scene
|