Shangding-Gu commited on
Commit
a3f5ce2
·
verified ·
1 Parent(s): bd3486a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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