VANTAGE-Bench update: prompts + question-only annotations + Vantage2DPointing rename + test split + data/README + CHANGELOG

#17
CHANGELOG.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Changelog
2
+
3
+ All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench`** on Hugging Face.
4
+
5
+ ## 2026-05-15
6
+
7
+ - Per-task `prompt.json` added under `data/2dbbox/` and
8
+ `data/dense_captioning/` (schema: `{"prompt": "<text>"}`).
9
+ - Question-only annotation JSONs added under
10
+ `data/vqa/data_jsons/annotations/`,
11
+ `data/temporal_localization/data_jsons/annotations/`,
12
+ `data/event_verification/filtered/**`,
13
+ and `data/referring/refdrone_test_llava.json`. Answer fields
14
+ (`gt`, `gt_option`, `answer`, GT bbox coordinates, etc.) are
15
+ stripped — only the question side ships.
16
+ - `Metropolis2DPointing` references renamed to `Vantage2DPointing`.
17
+ - New `data/README.md` summarizing the dataset layout and listing the
18
+ per-task prompts.
19
+
20
+ ## 2026-05-09
21
+ - **`data/` restructured.** Top-level task directories renamed:
22
+ `dense_captioning/`, `event_verification/`, `pointing/`,
23
+ `referring/`, `temporal_localization/`, `vqa/`. The legacy
24
+ `Spatial/` directory was dropped.
25
+
26
+ ## 2026-05-04
27
+ - **Initial release**: full release uploaded to
28
+ `nvidia/PhysicalAI-VANTAGE-Bench` under `data/` (PR #2).
README.md CHANGED
@@ -2,6 +2,10 @@
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
  license_link: LICENSE.md
 
 
 
 
5
  ---
6
 
7
  # VANTAGE-BENCH
 
2
  license: other
3
  license_name: nvidia-evaluation-data-license
4
  license_link: LICENSE.md
5
+ dataset_info:
6
+ splits:
7
+ - name: test
8
+ num_examples: 35027
9
  ---
10
 
11
  # VANTAGE-BENCH
data/2dbbox/prompt.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "prompt": "Locate every instance that belongs to the following categories: 'person'. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances."
3
+ }
data/README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VANTAGE-Bench — `data/`
2
+
3
+ Brief overview of the dataset structure and per-task prompts.
4
+ Ground-truth answers are held server-side; only the **question side** of
5
+ each annotation ships here.
6
+
7
+ ## Layout
8
+
9
+ ```
10
+ data/
11
+ ├── 2dbbox/ # 2D bounding-box detection
12
+ │ ├── prompt.json
13
+ │ └── <sequence>/images/*.jpg
14
+ ├── dense_captioning/ # Dense video captioning
15
+ │ ├── prompt.json
16
+ │ └── *.mp4
17
+ ├── event_verification/ # Binary event classification
18
+ │ └── filtered/
19
+ │ ├── metropolis_event_verification/{*.mp4, test_annotation.json}
20
+ │ ├── tailgating/{location_a, location_b}/{*.mp4, test_annotation.json}
21
+ │ └── warehouse_near_miss/{*.mp4, test_annotations.json}
22
+ ├── pointing/ # 2D spatial pointing
23
+ │ └── Vantage2DPointing.tsv
24
+ ├── referring/ # 2D referring expressions
25
+ │ └── refdrone_test_llava.json
26
+ ├── temporal_localization/ # Temporal grounding
27
+ │ ├── *.mp4
28
+ │ └── data_jsons/annotations/*.json
29
+ ├── tracking/ # Stateless single-object tracking
30
+ │ └── sot_benchmark.jsonl
31
+ └── vqa/ # Video question answering
32
+ ├── *.mp4
33
+ └── data_jsons/annotations/*.json
34
+ ```
35
+
36
+ ## Per-task prompts
37
+
38
+ Tasks without a per-entry `question` field carry a top-level
39
+ `prompt.json` with the model instruction (schema: `{"prompt": "<text>"}`).
40
+
41
+ ### `2dbbox/` — 2D Detection
42
+ > Locate every instance that belongs to the following categories: `person`. For each instance of the class, report bbox coordinates in JSON format. Do not group instances and report only individual instances. Avoid reporting duplicate instances.
43
+
44
+ ### `dense_captioning/` — Dense Video Captioning
45
+ > Describe the notable events in the provided video. Provide the result in json format with `mm:ss.ff` format for time depiction for each event. Use keywords `start`, `end` and `caption` in the json output.
46
+
47
+ ### `vqa/` — Video Question Answering
48
+ Per-entry questions in `vqa/data_jsons/annotations/*.json`. Each entry has `{q_uid, question, options, …}`; answer keys (`gt`, `gt_option`, `*_update_*`, etc.) are removed.
49
+
50
+ ### `temporal_localization/` — Temporal Grounding
51
+ Per-entry questions in `temporal_localization/data_jsons/annotations/*.json`. Each entry has `{vid, question_id, question, duration, …}`; the `answer` timestamps are removed.
52
+
53
+ ### `event_verification/` — Binary Event Verification
54
+ - **bcq format** (`metropolis_event_verification/`, `tailgating/location_a/`, `tailgating/location_b/`): top-level key `"bcq"` is a list of `{id, video, system_prompt, question}`; the binary `answer` is removed.
55
+ - **simple format** (`warehouse_near_miss/`): a list of `{id, video_id, question}`; the binary `answer` is removed.
56
+
57
+ ### `pointing/` — 2D Spatial Pointing
58
+ `Vantage2DPointing.tsv` — tab-separated. Each row carries the question and multiple-choice options; the last two ground-truth columns are dropped.
59
+
60
+ ### `referring/` — 2D Referring Expressions
61
+ `refdrone_test_llava.json` — list of LLaVA conversation entries. Only the `human` turn (the question) is retained; the `gpt` turn (predicted bboxes) and GT meta fields are removed.
62
+
63
+ ### `tracking/` — Stateless Single-Object Tracking
64
+ `sot_benchmark.jsonl` — one JSON object per clip with `seq_id`, `scene`, `camera`, `init_bbox` (the seed bounding box you're given as input), `init_frame_id`, and `canonical_frame_ids` (the frames you must predict at). Ground-truth trajectories are held server-side.
65
+
66
+ ## Submitting predictions
67
+
68
+ See the top-level `README.md` for the eval-server instructions per task.
data/dense_captioning/prompt.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "prompt": "Describe the notable events in the provided video. Provide the result in json format with 'mm:ss.ff' format for time depiction for each event. Use keywords 'start', 'end' and 'caption' in the json output."
3
+ }
data/event_verification/filtered/metropolis_event_verification/test_annotation.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bcq": [
3
+ {
4
+ "id": "traffic_chunks/LUPZNgg5idk_13",
5
+ "video": "traffic_chunks/LUPZNgg5idk_13.mp4",
6
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
7
+ "question": "Did a collision occur between two or more vehicles?"
8
+ },
9
+ {
10
+ "id": "traffic_chunks/IpgfZf6Y2BE_14",
11
+ "video": "traffic_chunks/IpgfZf6Y2BE_14.mp4",
12
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
13
+ "question": "Did a collision occur between two or more vehicles?"
14
+ },
15
+ {
16
+ "id": "traffic_chunks/IpgfZf6Y2BE_15",
17
+ "video": "traffic_chunks/IpgfZf6Y2BE_15.mp4",
18
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
19
+ "question": "Did a collision occur between two or more vehicles?"
20
+ },
21
+ {
22
+ "id": "traffic_chunks/NOALQmAB4yE_16",
23
+ "video": "traffic_chunks/NOALQmAB4yE_16.mp4",
24
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
25
+ "question": "Did a vehicle collide with pedestrian?"
26
+ },
27
+ {
28
+ "id": "traffic_chunks/SEb7p5oszeM_17",
29
+ "video": "traffic_chunks/SEb7p5oszeM_17.mp4",
30
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
31
+ "question": "Did a vehicle collide with a cyclist?"
32
+ },
33
+ {
34
+ "id": "traffic_chunks/SEb7p5oszeM_18",
35
+ "video": "traffic_chunks/SEb7p5oszeM_18.mp4",
36
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
37
+ "question": "Did a vehicle collide with a pedestrian?"
38
+ },
39
+ {
40
+ "id": "traffic_chunks/MmsgbcpWn-k_19",
41
+ "video": "traffic_chunks/MmsgbcpWn-k_19.mp4",
42
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
43
+ "question": "Did a collision occur between two or more vehicles?"
44
+ },
45
+ {
46
+ "id": "traffic_chunks/MmsgbcpWn-k_20",
47
+ "video": "traffic_chunks/MmsgbcpWn-k_20.mp4",
48
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
49
+ "question": "Did a collision occur between two or more vehicles?"
50
+ },
51
+ {
52
+ "id": "traffic_chunks/MmsgbcpWn-k_21",
53
+ "video": "traffic_chunks/MmsgbcpWn-k_21.mp4",
54
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
55
+ "question": "Did a collision occur between two or more vehicles?"
56
+ },
57
+ {
58
+ "id": "traffic_chunks/NOALQmAB4yE_24",
59
+ "video": "traffic_chunks/NOALQmAB4yE_24.mp4",
60
+ "system_prompt": "You are a traffic monitoring system analyzing video of a street. Determine if a collision between vehicles, or vehicle and pedestrian or vehicle and cyclist has likely occurred.\nThe clip may not show the exact moment of impact, so use post-event evidence such as:\n- Vehicles in contact or showing visible damage (dents, debris, smoke, broken parts).\n- Pedestrian or cyclist on the ground, struck, or showing clear signs of impact or distress.. \n- Abnormal positions (intersecting, facing opposite directions, one against the side/rear of another).\n- Stationary vehicles remaining in contact or stopped in unnatural alignment.\n- Behavior inconsistent with normal driving (sudden halt, failure to separate, blocked motion).\n- Other unusual signs (e.g., airbags, leaking fluids, shattered glass) can also support the conclusion.\nA collision is \u201clikely\u201d if two or more independent cues strongly indicate impact, even if the collision itself is not shown. If evidence is weak or ambiguous, do not assume a collision.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
61
+ "question": "Did a collision occur between two or more vehicles?"
62
+ },
63
+ {
64
+ "id": "safety_chunks/evs_134db13b21",
65
+ "video": "safety_chunks/evs_134db13b21.mp4",
66
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
67
+ "question": "Did a person tailgate through the access gate without badging?"
68
+ },
69
+ {
70
+ "id": "safety_chunks/evs_99c1cd175d",
71
+ "video": "safety_chunks/evs_99c1cd175d.mp4",
72
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
73
+ "question": "Did a person tailgate through the access gate without badging?"
74
+ },
75
+ {
76
+ "id": "safety_chunks/evs_8cc3cd0258",
77
+ "video": "safety_chunks/evs_8cc3cd0258.mp4",
78
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
79
+ "question": "Did a person tailgate through the access gate without badging?"
80
+ },
81
+ {
82
+ "id": "safety_chunks/evs_bc929d97da",
83
+ "video": "safety_chunks/evs_bc929d97da.mp4",
84
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
85
+ "question": "Did a person tailgate through the access gate without badging?"
86
+ },
87
+ {
88
+ "id": "safety_chunks/evs_d897e4ada3",
89
+ "video": "safety_chunks/evs_d897e4ada3.mp4",
90
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
91
+ "question": "Did a person tailgate through the access gate without badging?"
92
+ },
93
+ {
94
+ "id": "safety_chunks/evs_c3e684b820",
95
+ "video": "safety_chunks/evs_c3e684b820.mp4",
96
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
97
+ "question": "Did a person tailgate through the access gate without badging?"
98
+ },
99
+ {
100
+ "id": "safety_chunks/evs_17560f2666",
101
+ "video": "safety_chunks/evs_17560f2666.mp4",
102
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
103
+ "question": "Did a person tailgate through the access gate without badging?"
104
+ },
105
+ {
106
+ "id": "safety_chunks/evs_0f0c53aa1c",
107
+ "video": "safety_chunks/evs_0f0c53aa1c.mp4",
108
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
109
+ "question": "Did a person tailgate through the access gate without badging?"
110
+ },
111
+ {
112
+ "id": "safety_chunks/evs_405dd1e5f8",
113
+ "video": "safety_chunks/evs_405dd1e5f8.mp4",
114
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
115
+ "question": "Did a person tailgate through the access gate without badging?"
116
+ },
117
+ {
118
+ "id": "safety_chunks/evs_8f5ae5b865",
119
+ "video": "safety_chunks/evs_8f5ae5b865.mp4",
120
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
121
+ "question": "Did a person tailgate through the access gate without badging?"
122
+ },
123
+ {
124
+ "id": "safety_chunks/evs_50815b9c8c",
125
+ "video": "safety_chunks/evs_50815b9c8c.mp4",
126
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
127
+ "question": "Did a person tailgate through the access gate without badging?"
128
+ },
129
+ {
130
+ "id": "safety_chunks/tailgating_13",
131
+ "video": "safety_chunks/tailgating_13.mp4",
132
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
133
+ "question": "Did a person tailgate through the access gate without badging?"
134
+ },
135
+ {
136
+ "id": "safety_chunks/evs_866549be90",
137
+ "video": "safety_chunks/evs_866549be90.mp4",
138
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
139
+ "question": "Did a person tailgate through the access gate without badging?"
140
+ },
141
+ {
142
+ "id": "safety_chunks/evs_e5ccfbd6bd",
143
+ "video": "safety_chunks/evs_e5ccfbd6bd.mp4",
144
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
145
+ "question": "Did a person tailgate through the access gate without badging?"
146
+ },
147
+ {
148
+ "id": "safety_chunks/evs_d2523c5c64",
149
+ "video": "safety_chunks/evs_d2523c5c64.mp4",
150
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
151
+ "question": "Did a person tailgate through the access gate without badging?"
152
+ },
153
+ {
154
+ "id": "safety_chunks/evs_f717d6dd57",
155
+ "video": "safety_chunks/evs_f717d6dd57.mp4",
156
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
157
+ "question": "Did a person tailgate through the access gate without badging?"
158
+ },
159
+ {
160
+ "id": "safety_chunks/evs_110cbe0aac",
161
+ "video": "safety_chunks/evs_110cbe0aac.mp4",
162
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
163
+ "question": "Is anyone fighting?"
164
+ },
165
+ {
166
+ "id": "safety_chunks/evs_8e472b1db0",
167
+ "video": "safety_chunks/evs_8e472b1db0.mp4",
168
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
169
+ "question": "Is anyone fighting?"
170
+ },
171
+ {
172
+ "id": "safety_chunks/evs_abf9d9bc50",
173
+ "video": "safety_chunks/evs_abf9d9bc50.mp4",
174
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
175
+ "question": "Did a person tailgate through the access gate without badging?"
176
+ },
177
+ {
178
+ "id": "safety_chunks/evs_c950abf04f",
179
+ "video": "safety_chunks/evs_c950abf04f.mp4",
180
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
181
+ "question": "Did a person tailgate through the access gate without badging?"
182
+ },
183
+ {
184
+ "id": "safety_chunks/Security_3_22",
185
+ "video": "safety_chunks/Security_3_22.mp4",
186
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
187
+ "question": "Is anyone fighting?"
188
+ },
189
+ {
190
+ "id": "safety_chunks/Security_2_23",
191
+ "video": "safety_chunks/Security_2_23.mp4",
192
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
193
+ "question": "Did a person tailgate through the access gate without badging?"
194
+ },
195
+ {
196
+ "id": "safety_chunks/Security_2_24",
197
+ "video": "safety_chunks/Security_2_24.mp4",
198
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
199
+ "question": "Did a person tailgate through the access gate without badging?"
200
+ },
201
+ {
202
+ "id": "safety_chunks/Security_2_25",
203
+ "video": "safety_chunks/Security_2_25.mp4",
204
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
205
+ "question": "Entering is from left to right and exiting is from right to left, is anyone exiting with a cart full of equipment?"
206
+ },
207
+ {
208
+ "id": "safety_chunks/Security_2_26",
209
+ "video": "safety_chunks/Security_2_26.mp4",
210
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
211
+ "question": "Entering is from left to right and exiting is from right to left, is anyone entering with a cart full of equipment?"
212
+ },
213
+ {
214
+ "id": "safety_chunks/GX010011_Clip_8_27",
215
+ "video": "safety_chunks/GX010011_Clip_8_27.mp4",
216
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
217
+ "question": "Is the hallway overcrowded?"
218
+ },
219
+ {
220
+ "id": "safety_chunks/GX010011_Clip_9_28",
221
+ "video": "safety_chunks/GX010011_Clip_9_28.mp4",
222
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
223
+ "question": "Does everyone scan a badge to enter the room?"
224
+ },
225
+ {
226
+ "id": "safety_chunks/evs_f262e9ed6a",
227
+ "video": "safety_chunks/evs_f262e9ed6a.mp4",
228
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
229
+ "question": "Did a person tailgate through the access gate without badging?"
230
+ },
231
+ {
232
+ "id": "safety_chunks/evs_48a0587066",
233
+ "video": "safety_chunks/evs_48a0587066.mp4",
234
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
235
+ "question": "Did a person tailgate through the access gate without badging?"
236
+ },
237
+ {
238
+ "id": "safety_chunks/evs_191151ccf4",
239
+ "video": "safety_chunks/evs_191151ccf4.mp4",
240
+ "system_prompt": "You are a security monitoring system analyzing video of a access gate and hallways. \n\nGate Monitoring:\nWhen monitoring access gate, people are required to badge, the gate unlocks, and they enter. Determine whether a tailgating/piggybacking event has likely occurred (i.e., one or more people enter on a single authorization without individually badging).\nThe video clip shows the badge reader. Infer from post-event evidence such as:\n- Single gate-open event while multiple people pass through before the gate closes.\n- A follower enters closely behind the badged person (minimal gap in time or distance) without stopping at the reader or making a clear badging gesture.\n- The gate is held open/propped, or gate-open duration is longer than typical for a single entrant.\n- Multiple people cross the threshold during one gate cycle (gate does not close between them).\n- The leader looks back/holds the door while the follower does not badge.\n\nHallway Monitoring: \n- At the hallways look for fights and overcrowding.\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
241
+ "question": "Did a person tailgate through the access gate without badging?"
242
+ },
243
+ {
244
+ "id": "warehouse_chunks/Warehouse_240219_GoPro_7_GX070600_100_3_2",
245
+ "video": "warehouse_chunks/Warehouse_240219_GoPro_7_GX070600_100_3_2.mp4",
246
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
247
+ "question": "Are all workers wearing PPE (hardhats and safety vests)?"
248
+ },
249
+ {
250
+ "id": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_500_2_3",
251
+ "video": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_500_2_3.mp4",
252
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
253
+ "question": "Is the path obstructed for the forklift to pass?"
254
+ },
255
+ {
256
+ "id": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_500_1_4",
257
+ "video": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_500_1_4.mp4",
258
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
259
+ "question": "Are the boxes properly stacked on the pallet loaded on the forklift?"
260
+ },
261
+ {
262
+ "id": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_400_1_5",
263
+ "video": "warehouse_chunks/Warehouse_240219_GoPro_7_GX010600_400_1_5.mp4",
264
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
265
+ "question": "Is the path obstructed for the forklift to pass?"
266
+ },
267
+ {
268
+ "id": "warehouse_chunks/warehouse_1_600_4_6",
269
+ "video": "warehouse_chunks/warehouse_1_600_4_6.mp4",
270
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
271
+ "question": "Did anyone experience a fall or end up on the ground?"
272
+ },
273
+ {
274
+ "id": "warehouse_chunks/warehouse_1_540_7",
275
+ "video": "warehouse_chunks/warehouse_1_540_7.mp4",
276
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
277
+ "question": "Is any person near or in close proximity to the box when it falls?"
278
+ },
279
+ {
280
+ "id": "warehouse_chunks/warehouse_1_540_4_8",
281
+ "video": "warehouse_chunks/warehouse_1_540_4_8.mp4",
282
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
283
+ "question": "Is the operator or a person using a cell phone while working?"
284
+ },
285
+ {
286
+ "id": "warehouse_chunks/warehouse_1_425_6_9",
287
+ "video": "warehouse_chunks/warehouse_1_425_6_9.mp4",
288
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
289
+ "question": "Is the operator or a person jumping from the ladder?"
290
+ },
291
+ {
292
+ "id": "warehouse_chunks/concat_wh_52_0_0_10",
293
+ "video": "warehouse_chunks/concat_wh_52_0_0_10.mp4",
294
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
295
+ "question": "Does any box fall off the robot?"
296
+ },
297
+ {
298
+ "id": "warehouse_chunks/warehouse_1_425_4_11",
299
+ "video": "warehouse_chunks/warehouse_1_425_4_11.mp4",
300
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
301
+ "question": "Are the boxes properly stacked as the operator lifts?"
302
+ },
303
+ {
304
+ "id": "warehouse_chunks/warehouse_1_120_12",
305
+ "video": "warehouse_chunks/warehouse_1_120_12.mp4",
306
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
307
+ "question": "Does the operator throw any boxes?"
308
+ },
309
+ {
310
+ "id": "warehouse_chunks/concat_wh_52_0_5_13",
311
+ "video": "warehouse_chunks/concat_wh_52_0_5_13.mp4",
312
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
313
+ "question": "Does a box fall off the robot?"
314
+ },
315
+ {
316
+ "id": "warehouse_chunks/concat_wh_52_300_0_14",
317
+ "video": "warehouse_chunks/concat_wh_52_300_0_14.mp4",
318
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
319
+ "question": "Does anyone walk in front of the forklift?"
320
+ },
321
+ {
322
+ "id": "warehouse_chunks/concat_wh_52_300_1_15",
323
+ "video": "warehouse_chunks/concat_wh_52_300_1_15.mp4",
324
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
325
+ "question": "Does anyone walk in front of the forklift?"
326
+ },
327
+ {
328
+ "id": "warehouse_chunks/concat_wh_52_300_2_16",
329
+ "video": "warehouse_chunks/concat_wh_52_300_2_16.mp4",
330
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
331
+ "question": "Is the path of the forklift clear?"
332
+ },
333
+ {
334
+ "id": "warehouse_chunks/concat_wh_52_300_2_17",
335
+ "video": "warehouse_chunks/concat_wh_52_300_2_17.mp4",
336
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
337
+ "question": "Are the boxes properly stacked on the pallet that is loaded on the forklift?"
338
+ },
339
+ {
340
+ "id": "warehouse_chunks/concat_wh_52_300_1_18",
341
+ "video": "warehouse_chunks/concat_wh_52_300_1_18.mp4",
342
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
343
+ "question": "Are all workers wearing PPE?"
344
+ },
345
+ {
346
+ "id": "warehouse_chunks/concat_wh_52_300_3_19",
347
+ "video": "warehouse_chunks/concat_wh_52_300_3_19.mp4",
348
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
349
+ "question": "Are the boxes properly stacked on the pallet that is loaded on the forklift?"
350
+ },
351
+ {
352
+ "id": "warehouse_chunks/concat_wh_52_1890_0_20",
353
+ "video": "warehouse_chunks/concat_wh_52_1890_0_20.mp4",
354
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
355
+ "question": "Are all workers wearing PPE?"
356
+ },
357
+ {
358
+ "id": "warehouse_chunks/concat_wh_52_1890_4_21",
359
+ "video": "warehouse_chunks/concat_wh_52_1890_4_21.mp4",
360
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
361
+ "question": "Are any boxes crushed?"
362
+ },
363
+ {
364
+ "id": "warehouse_chunks/concat_wh_52_1890_4_22",
365
+ "video": "warehouse_chunks/concat_wh_52_1890_4_22.mp4",
366
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
367
+ "question": "Do any boxes get dropped?"
368
+ },
369
+ {
370
+ "id": "warehouse_chunks/concat_wh_52_1890_5_23",
371
+ "video": "warehouse_chunks/concat_wh_52_1890_5_23.mp4",
372
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
373
+ "question": "Are any boxes crushed?"
374
+ },
375
+ {
376
+ "id": "warehouse_chunks/concat_wh_52_1890_5_24",
377
+ "video": "warehouse_chunks/concat_wh_52_1890_5_24.mp4",
378
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
379
+ "question": "Do any boxes get dropped?"
380
+ },
381
+ {
382
+ "id": "warehouse_chunks/concat_wh_52_1890_9_25",
383
+ "video": "warehouse_chunks/concat_wh_52_1890_9_25.mp4",
384
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
385
+ "question": "Is everyone wearing a hardhat and safety vest?"
386
+ },
387
+ {
388
+ "id": "warehouse_chunks/concat_wh_52_2925_1_26",
389
+ "video": "warehouse_chunks/concat_wh_52_2925_1_26.mp4",
390
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
391
+ "question": "Do any boxes get dropped?"
392
+ },
393
+ {
394
+ "id": "warehouse_chunks/concat_wh_52_2925_27",
395
+ "video": "warehouse_chunks/concat_wh_52_2925_27.mp4",
396
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
397
+ "question": "Is anything blocking the path of the small yellow robot?"
398
+ },
399
+ {
400
+ "id": "warehouse_chunks/concat_wh_52_2925_28",
401
+ "video": "warehouse_chunks/concat_wh_52_2925_28.mp4",
402
+ "system_prompt": "You are a warehouse monitoring system analyzing video footage. Your task is to answer safety and compliance questions strictly with \"Yes\" or \"No\".\nThe clip may not show the entire event, so rely on visible evidence. Infer from post-event evidence: \n- PPE compliance (hardhats, safety vests, etc.).\n- Path clear or obstructed for forklifts or robots.\n- Boxes stacked properly on pallets or being lifted.\n- Boxes crushed, dropped, or falling off forklifts/robots/operators.\n- Operator behavior (falling, using cell phone, throwing boxes).\n- Human safety risks (walking in front of forklift, near falling boxes, jumping from ladders).\n\nConfirm \"Yes\" only when visual evidence is clear.\nOtherwise, answer \"No\".",
403
+ "question": "Is anything blocking the path of the forklift?"
404
+ }
405
+ ]
406
+ }
data/event_verification/filtered/tailgating/location_a/test_annotation.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bcq": [
3
+ {
4
+ "id": "videos/site_1/category_tailgate/10_15_2025_sp_8_35_08_sp_PM_sp__lp_UTC-07_00_rp_",
5
+ "video": "videos/site_1/category_tailgate/10_15_2025_sp_8_35_08_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
6
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
7
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
8
+ },
9
+ {
10
+ "id": "videos/site_1/category_badge/11_20_2025_sp_4_13_08_sp_PM_sp__lp_UTC-08_00_rp_",
11
+ "video": "videos/site_1/category_badge/11_20_2025_sp_4_13_08_sp_PM_sp__lp_UTC-08_00_rp_.mp4",
12
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
13
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
14
+ },
15
+ {
16
+ "id": "videos/site_1/category_badge/11_24_2025_sp_9_44_18_sp_AM_sp__lp_UTC-08_00_rp_",
17
+ "video": "videos/site_1/category_badge/11_24_2025_sp_9_44_18_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
18
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
19
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
20
+ },
21
+ {
22
+ "id": "videos/site_1/category_badge/11_20_2025_sp_1_01_55_sp_PM_sp__lp_UTC-08_00_rp_",
23
+ "video": "videos/site_1/category_badge/11_20_2025_sp_1_01_55_sp_PM_sp__lp_UTC-08_00_rp_.mp4",
24
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
25
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
26
+ },
27
+ {
28
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_30_25_sp_PM_sp__lp_UTC-07_00_rp_",
29
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_30_25_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
30
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
31
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
32
+ },
33
+ {
34
+ "id": "videos/site_1/category_tailgate/10_15_2025_sp_8_38_19_sp_PM_sp__lp_UTC-07_00_rp_",
35
+ "video": "videos/site_1/category_tailgate/10_15_2025_sp_8_38_19_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
36
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
37
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
38
+ },
39
+ {
40
+ "id": "videos/site_1/category_tailgate/10_8_2025_sp_8_38_03_sp_PM_sp__lp_UTC-07_00_rp_",
41
+ "video": "videos/site_1/category_tailgate/10_8_2025_sp_8_38_03_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
42
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
43
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
44
+ },
45
+ {
46
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_09_05_sp_PM_sp__lp_UTC-07_00_rp_",
47
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_09_05_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
48
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
49
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
50
+ },
51
+ {
52
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_46_58_sp_PM_sp__lp_UTC-07_00_rp_",
53
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_46_58_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
54
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
55
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
56
+ },
57
+ {
58
+ "id": "videos/site_1/category_badge/11_24_2025_sp_10_23_17_sp_AM_sp__lp_UTC-08_00_rp_",
59
+ "video": "videos/site_1/category_badge/11_24_2025_sp_10_23_17_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
60
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
61
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
62
+ },
63
+ {
64
+ "id": "videos/site_1/category_tailgate/10_9_2025_sp_8_48_30_sp_PM_sp__lp_UTC-07_00_rp_",
65
+ "video": "videos/site_1/category_tailgate/10_9_2025_sp_8_48_30_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
66
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
67
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
68
+ },
69
+ {
70
+ "id": "videos/site_1/category_tailgate/10_8_2025_sp_8_43_54_sp_PM_sp__lp_UTC-07_00_rp_",
71
+ "video": "videos/site_1/category_tailgate/10_8_2025_sp_8_43_54_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
72
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
73
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
74
+ },
75
+ {
76
+ "id": "videos/site_1/category_tailgate/11_21_2025_sp_11_56_03_sp_AM_sp__lp_UTC-08_00_rp_",
77
+ "video": "videos/site_1/category_tailgate/11_21_2025_sp_11_56_03_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
78
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
79
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
80
+ },
81
+ {
82
+ "id": "videos/site_1/category_tailgate/10_16_2025_sp_9_00_13_sp_PM_sp__lp_UTC-07_00_rp_",
83
+ "video": "videos/site_1/category_tailgate/10_16_2025_sp_9_00_13_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
84
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
85
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
86
+ },
87
+ {
88
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_48_55_sp_PM_sp__lp_UTC-07_00_rp_",
89
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_48_55_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
90
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
91
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
92
+ },
93
+ {
94
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_12_31_sp_PM_sp__lp_UTC-07_00_rp_",
95
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_12_31_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
96
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
97
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
98
+ },
99
+ {
100
+ "id": "videos/site_1/category_tailgate/10_16_2025_sp_9_10_29_sp_PM_sp__lp_UTC-07_00_rp_",
101
+ "video": "videos/site_1/category_tailgate/10_16_2025_sp_9_10_29_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
102
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
103
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
104
+ },
105
+ {
106
+ "id": "videos/site_1/category_tailgate/10_15_2025_sp_8_39_16_sp_PM_sp__lp_UTC-07_00_rp_",
107
+ "video": "videos/site_1/category_tailgate/10_15_2025_sp_8_39_16_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
108
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
109
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
110
+ },
111
+ {
112
+ "id": "videos/site_1/category_badge/11_24_2025_sp_10_44_28_sp_AM_sp__lp_UTC-08_00_rp_",
113
+ "video": "videos/site_1/category_badge/11_24_2025_sp_10_44_28_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
114
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
115
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
116
+ },
117
+ {
118
+ "id": "videos/site_1/category_badge/11_24_2025_sp_1_28_55_sp_PM_sp__lp_UTC-08_00_rp_",
119
+ "video": "videos/site_1/category_badge/11_24_2025_sp_1_28_55_sp_PM_sp__lp_UTC-08_00_rp_.mp4",
120
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
121
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
122
+ },
123
+ {
124
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_32_48_sp_PM_sp__lp_UTC-07_00_rp_",
125
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_32_48_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
126
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
127
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
128
+ },
129
+ {
130
+ "id": "videos/site_1/category_badge/11_21_2025_sp_11_40_45_sp_AM_sp__lp_UTC-08_00_rp_",
131
+ "video": "videos/site_1/category_badge/11_21_2025_sp_11_40_45_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
132
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
133
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
134
+ },
135
+ {
136
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_15_08_sp_PM_sp__lp_UTC-07_00_rp_",
137
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_15_08_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
138
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
139
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
140
+ },
141
+ {
142
+ "id": "videos/site_1/category_tailgate/10_25_2025_sp_6_22_57_sp_PM_sp__lp_UTC-07_00_rp_",
143
+ "video": "videos/site_1/category_tailgate/10_25_2025_sp_6_22_57_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
144
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
145
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
146
+ },
147
+ {
148
+ "id": "videos/site_1/category_tailgate/11_21_2025_sp_11_55_17_sp_AM_sp__lp_UTC-08_00_rp_",
149
+ "video": "videos/site_1/category_tailgate/11_21_2025_sp_11_55_17_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
150
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
151
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
152
+ },
153
+ {
154
+ "id": "videos/site_1/category_tailgate/10_9_2025_sp_8_51_57_sp_PM_sp__lp_UTC-07_00_rp_",
155
+ "video": "videos/site_1/category_tailgate/10_9_2025_sp_8_51_57_sp_PM_sp__lp_UTC-07_00_rp_.mp4",
156
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
157
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
158
+ },
159
+ {
160
+ "id": "videos/site_1/category_badge/11_21_2025_sp_11_18_34_sp_AM_sp__lp_UTC-08_00_rp_",
161
+ "video": "videos/site_1/category_badge/11_21_2025_sp_11_18_34_sp_AM_sp__lp_UTC-08_00_rp_.mp4",
162
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
163
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
164
+ },
165
+ {
166
+ "id": "videos/site_1/category_badge/11_24_2025_sp_2_57_33_sp_PM_sp__lp_UTC-08_00_rp_",
167
+ "video": "videos/site_1/category_badge/11_24_2025_sp_2_57_33_sp_PM_sp__lp_UTC-08_00_rp_.mp4",
168
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
169
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
170
+ }
171
+ ]
172
+ }
data/event_verification/filtered/tailgating/location_b/test_annotation.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bcq": [
3
+ {
4
+ "id": "videos/redacted/evs_6a52f11dad",
5
+ "video": "videos/redacted/evs_6a52f11dad.mp4",
6
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
7
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
8
+ },
9
+ {
10
+ "id": "videos/redacted/evs_b561420691",
11
+ "video": "videos/redacted/evs_b561420691.mp4",
12
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
13
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
14
+ },
15
+ {
16
+ "id": "videos/redacted/evs_907fe737cf",
17
+ "video": "videos/redacted/evs_907fe737cf.mp4",
18
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
19
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
20
+ },
21
+ {
22
+ "id": "videos/redacted/evs_0ea91247d8",
23
+ "video": "videos/redacted/evs_0ea91247d8.mp4",
24
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
25
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
26
+ },
27
+ {
28
+ "id": "videos/redacted/evs_6ad1a891ad",
29
+ "video": "videos/redacted/evs_6ad1a891ad.mp4",
30
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
31
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
32
+ },
33
+ {
34
+ "id": "videos/redacted/evs_d0e459f682",
35
+ "video": "videos/redacted/evs_d0e459f682.mp4",
36
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
37
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
38
+ },
39
+ {
40
+ "id": "videos/redacted/evs_2e30648c0a",
41
+ "video": "videos/redacted/evs_2e30648c0a.mp4",
42
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
43
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
44
+ },
45
+ {
46
+ "id": "videos/redacted/evs_292daa255e",
47
+ "video": "videos/redacted/evs_292daa255e.mp4",
48
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
49
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
50
+ },
51
+ {
52
+ "id": "videos/redacted/evs_a9e180fff3",
53
+ "video": "videos/redacted/evs_a9e180fff3.mp4",
54
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
55
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
56
+ },
57
+ {
58
+ "id": "videos/redacted/evs_53f64ccbe8",
59
+ "video": "videos/redacted/evs_53f64ccbe8.mp4",
60
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
61
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
62
+ },
63
+ {
64
+ "id": "videos/redacted/evs_b982d3f339",
65
+ "video": "videos/redacted/evs_b982d3f339.mp4",
66
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
67
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
68
+ },
69
+ {
70
+ "id": "videos/redacted/evs_03018e0ecf",
71
+ "video": "videos/redacted/evs_03018e0ecf.mp4",
72
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
73
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
74
+ },
75
+ {
76
+ "id": "videos/redacted/evs_bf746e9608",
77
+ "video": "videos/redacted/evs_bf746e9608.mp4",
78
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
79
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
80
+ },
81
+ {
82
+ "id": "videos/redacted/evs_6e738337bc",
83
+ "video": "videos/redacted/evs_6e738337bc.mp4",
84
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
85
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
86
+ },
87
+ {
88
+ "id": "videos/redacted/evs_f979eb0318",
89
+ "video": "videos/redacted/evs_f979eb0318.mp4",
90
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
91
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
92
+ },
93
+ {
94
+ "id": "videos/redacted/evs_024ae78480",
95
+ "video": "videos/redacted/evs_024ae78480.mp4",
96
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
97
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
98
+ },
99
+ {
100
+ "id": "videos/redacted/evs_fa68a5a4f8",
101
+ "video": "videos/redacted/evs_fa68a5a4f8.mp4",
102
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
103
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
104
+ },
105
+ {
106
+ "id": "videos/redacted/evs_eed8192951",
107
+ "video": "videos/redacted/evs_eed8192951.mp4",
108
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
109
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
110
+ },
111
+ {
112
+ "id": "videos/redacted/evs_32231b0bd6",
113
+ "video": "videos/redacted/evs_32231b0bd6.mp4",
114
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
115
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
116
+ },
117
+ {
118
+ "id": "videos/redacted/evs_a713802c9d",
119
+ "video": "videos/redacted/evs_a713802c9d.mp4",
120
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
121
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
122
+ },
123
+ {
124
+ "id": "videos/redacted/evs_3f674e8c19",
125
+ "video": "videos/redacted/evs_3f674e8c19.mp4",
126
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
127
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
128
+ },
129
+ {
130
+ "id": "videos/redacted/evs_6a4da56832",
131
+ "video": "videos/redacted/evs_6a4da56832.mp4",
132
+ "system_prompt": "You are an expert AI assistant for video analysis. Your task is to accurately classify whether a surveillance video depicts **normal access** or **tailgating** behavior, based on the strict definitions below.\n\n# Category Definitions\n\n- **Normal Access**: \nA person (or group) enters a secure area **properly authenticated** (e.g., by using a badge, keycard, or biometric system). Only those with authorization enter. There is **no evidence of security breach** or abnormal entry. \n\n- **Tailgating**: \nOne or more individuals **enter a secure area without authorization** by following closely behind an authorized person who has legitimately gained access. The unauthorized individual does not use valid credentials but takes advantage of the door being open. This includes: \n- Following immediately behind someone with a badge swipe. \n- Entering as part of a group where only the first person authenticates. \n- Entering without any visible authentication while leveraging someone else's access.",
133
+ "question": "Does the video depict tailgating behavior? Answer \"Yes\" or \"No\"."
134
+ }
135
+ ]
136
+ }
data/event_verification/filtered/warehouse_near_miss/test_annotations.json ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "positive/scene_07_01_00-23-52_to_00-25-33_GoPro1_Fork_Lift_stopped_while_person_crossing_the_isle_08-22",
4
+ "video_id": "positive/scene_07_01_00-23-52_to_00-25-33_GoPro1_Fork_Lift_stopped_while_person_crossing_the_isle_08-22.mp4",
5
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
6
+ },
7
+ {
8
+ "id": "positive/scene_08_01_00-00-46_to_00-02-20_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_01-15",
9
+ "video_id": "positive/scene_08_01_00-00-46_to_00-02-20_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_01-15.mp4",
10
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
11
+ },
12
+ {
13
+ "id": "positive/scene_08_02_00-02-20_to_00-04-56_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_08-22",
14
+ "video_id": "positive/scene_08_02_00-02-20_to_00-04-56_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_08-22.mp4",
15
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
16
+ },
17
+ {
18
+ "id": "positive/scene_08_03_00-04-56_to_00-08-15_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_04-18",
19
+ "video_id": "positive/scene_08_03_00-04-56_to_00-08-15_GoPro1_Fork_Lift_crossing_while_person_running_in_front_of_it_04-18.mp4",
20
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
21
+ },
22
+ {
23
+ "id": "positive/scene_09_01_00-08-15_to_00-10-22_GoPro1_Fork_Lift_moving_while_person_on_the_phone_crossing_the_isle_06-20",
24
+ "video_id": "positive/scene_09_01_00-08-15_to_00-10-22_GoPro1_Fork_Lift_moving_while_person_on_the_phone_crossing_the_isle_06-20.mp4",
25
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
26
+ },
27
+ {
28
+ "id": "positive/scene_10_01_00-10-22_to_00-13-12_GoPro1_Fork_Lift_moving_while_person_crossing_the_isle_06-20",
29
+ "video_id": "positive/scene_10_01_00-10-22_to_00-13-12_GoPro1_Fork_Lift_moving_while_person_crossing_the_isle_06-20.mp4",
30
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
31
+ },
32
+ {
33
+ "id": "positive/scene_11_01_00-13-12_to_00-16-16_GoPro1_Fork_Lift_moving_while_multiple_people_in_the_scene_04-22",
34
+ "video_id": "positive/scene_11_01_00-13-12_to_00-16-16_GoPro1_Fork_Lift_moving_while_multiple_people_in_the_scene_04-22.mp4",
35
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
36
+ },
37
+ {
38
+ "id": "positive/scene_12_01_00-16-16_to_00-17-31_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_06-20",
39
+ "video_id": "positive/scene_12_01_00-16-16_to_00-17-31_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_06-20.mp4",
40
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
41
+ },
42
+ {
43
+ "id": "positive/scene_12_02_00-17-31_to_00-19-50_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_02-16",
44
+ "video_id": "positive/scene_12_02_00-17-31_to_00-19-50_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_02-16.mp4",
45
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
46
+ },
47
+ {
48
+ "id": "positive/scene_14_01_00-19-50_to_00-22-54_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_04-18",
49
+ "video_id": "positive/scene_14_01_00-19-50_to_00-22-54_GoPro1_Fork_Lift_moving_while_person_walking_behind_the_forklift_04-18.mp4",
50
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
51
+ },
52
+ {
53
+ "id": "positive/scene_16_01_00-22-54_to_00-25-38_GoPro1_person_walking_in_front_of_fork_lift_04-48",
54
+ "video_id": "positive/scene_16_01_00-22-54_to_00-25-38_GoPro1_person_walking_in_front_of_fork_lift_04-48.mp4",
55
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
56
+ },
57
+ {
58
+ "id": "positive/scene_17_01_00-25-38_to_00-27-32_GoPro1_person_running_in_front_of_fork_lift_02-16",
59
+ "video_id": "positive/scene_17_01_00-25-38_to_00-27-32_GoPro1_person_running_in_front_of_fork_lift_02-16.mp4",
60
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
61
+ },
62
+ {
63
+ "id": "positive/scene_17_02_00-27-32_to_00-30-55_GoPro1_person_running_in_front_of_fork_lift_02-26",
64
+ "video_id": "positive/scene_17_02_00-27-32_to_00-30-55_GoPro1_person_running_in_front_of_fork_lift_02-26.mp4",
65
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
66
+ },
67
+ {
68
+ "id": "positive/scene_18_01_00-30-55_to_00-33-57_GoPro1_person_jumping_to_not_get_hit_by_the_forklift_00-20",
69
+ "video_id": "positive/scene_18_01_00-30-55_to_00-33-57_GoPro1_person_jumping_to_not_get_hit_by_the_forklift_00-20.mp4",
70
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
71
+ },
72
+ {
73
+ "id": "positive/scene_19_01_00-33-57_to_00-35-41_GoPro1_fork_lift_moving_backwards_person_cutting_in_front_of_the_fo_04-24",
74
+ "video_id": "positive/scene_19_01_00-33-57_to_00-35-41_GoPro1_fork_lift_moving_backwards_person_cutting_in_front_of_the_fo_04-24.mp4",
75
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
76
+ },
77
+ {
78
+ "id": "positive/scene_20_01_00-35-41_to_00-37-23_GoPro1_fork_lift_going_backwards_person_running_passed_04-22",
79
+ "video_id": "positive/scene_20_01_00-35-41_to_00-37-23_GoPro1_fork_lift_going_backwards_person_running_passed_04-22.mp4",
80
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
81
+ },
82
+ {
83
+ "id": "positive/scene_21_01_00-37-23_to_00-39-30_GoPro1_fork_lift_going_backwards_person_stops_06-24",
84
+ "video_id": "positive/scene_21_01_00-37-23_to_00-39-30_GoPro1_fork_lift_going_backwards_person_stops_06-24.mp4",
85
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
86
+ },
87
+ {
88
+ "id": "positive/scene_22_01_00-39-30_to_00-45-36_GoPro1_fork_lift_moving_person_hesitating_and_stepping_back_01-20",
89
+ "video_id": "positive/scene_22_01_00-39-30_to_00-45-36_GoPro1_fork_lift_moving_person_hesitating_and_stepping_back_01-20.mp4",
90
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
91
+ },
92
+ {
93
+ "id": "positive/scene_23_01_00-45-36_to_00-49-03_GoPro1_boxes_blocking_the_view_of_the_driver_and_person_crossing_06-26",
94
+ "video_id": "positive/scene_23_01_00-45-36_to_00-49-03_GoPro1_boxes_blocking_the_view_of_the_driver_and_person_crossing_06-26.mp4",
95
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
96
+ },
97
+ {
98
+ "id": "positive/scene_25_01_00-02-02_to_00-05-05_GoPro1_person_working_on_boxes_while_fork_lift_approaches_06-30",
99
+ "video_id": "positive/scene_25_01_00-02-02_to_00-05-05_GoPro1_person_working_on_boxes_while_fork_lift_approaches_06-30.mp4",
100
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
101
+ },
102
+ {
103
+ "id": "positive/scene_26_01_00-05-05_to_00-08-50_GoPro1_same_as_above_person_jumping_05-24",
104
+ "video_id": "positive/scene_26_01_00-05-05_to_00-08-50_GoPro1_same_as_above_person_jumping_05-24.mp4",
105
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
106
+ },
107
+ {
108
+ "id": "positive/scene_27_01_00-08-50_to_00-15-25_GoPro1_person_bending_down_fork_lift_moving_forward_10-30",
109
+ "video_id": "positive/scene_27_01_00-08-50_to_00-15-25_GoPro1_person_bending_down_fork_lift_moving_forward_10-30.mp4",
110
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
111
+ },
112
+ {
113
+ "id": "negative/Scene_13_S13T1_C2_CS_S13T1_1-12-11-59_chunk_5__event_005_5",
114
+ "video_id": "negative/Scene_13_S13T1_C2_CS_S13T1_1-12-11-59_chunk_5__event_005_5.mp4",
115
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
116
+ },
117
+ {
118
+ "id": "negative/Scene_13_S13T3_C5_AS_S13T3_01-18-12-10_chunk_2__event_001_1",
119
+ "video_id": "negative/Scene_13_S13T3_C5_AS_S13T3_01-18-12-10_chunk_2__event_001_1.mp4",
120
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
121
+ },
122
+ {
123
+ "id": "negative/Scene_13_S13T4_C4_AS_S13T4_1-12-12-28_chunk_5__event_008_8",
124
+ "video_id": "negative/Scene_13_S13T4_C4_AS_S13T4_1-12-12-28_chunk_5__event_008_8.mp4",
125
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
126
+ },
127
+ {
128
+ "id": "negative/Scene_13_S13T4_C4_AS_S13T4_1-12-12-28_chunk_6__event_001_1",
129
+ "video_id": "negative/Scene_13_S13T4_C4_AS_S13T4_1-12-12-28_chunk_6__event_001_1.mp4",
130
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
131
+ },
132
+ {
133
+ "id": "negative/Scene_13_S13T4_C5_AS_S13T4_00-58-12-14_chunk_5__event_004_4",
134
+ "video_id": "negative/Scene_13_S13T4_C5_AS_S13T4_00-58-12-14_chunk_5__event_004_4.mp4",
135
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
136
+ },
137
+ {
138
+ "id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_1__event_004_4",
139
+ "video_id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_1__event_004_4.mp4",
140
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
141
+ },
142
+ {
143
+ "id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_5__event_004_4",
144
+ "video_id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_5__event_004_4.mp4",
145
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
146
+ },
147
+ {
148
+ "id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_6__event_001_1",
149
+ "video_id": "negative/Scene_13_S13T4_C6_AS_S13T4_00-43-11-59_chunk_6__event_001_1.mp4",
150
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
151
+ },
152
+ {
153
+ "id": "negative/Scene_13_S13T5_C2_AS_S13T5_0-51-11-39_chunk_5__event_004_4",
154
+ "video_id": "negative/Scene_13_S13T5_C2_AS_S13T5_0-51-11-39_chunk_5__event_004_4.mp4",
155
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
156
+ },
157
+ {
158
+ "id": "negative/Scene_13_S13T5_C3_AS_S13T5_0-53-11-38_chunk_5__event_004_4",
159
+ "video_id": "negative/Scene_13_S13T5_C3_AS_S13T5_0-53-11-38_chunk_5__event_004_4.mp4",
160
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
161
+ },
162
+ {
163
+ "id": "negative/Scene_13_S13T5_C4_AS_S13T5_0-53-11-39_chunk_5__event_004_4",
164
+ "video_id": "negative/Scene_13_S13T5_C4_AS_S13T5_0-53-11-39_chunk_5__event_004_4.mp4",
165
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
166
+ },
167
+ {
168
+ "id": "negative/Scene_13_S13T5_C6_AS_S13T5_00-29-11-15_chunk_5__event_003_3",
169
+ "video_id": "negative/Scene_13_S13T5_C6_AS_S13T5_00-29-11-15_chunk_5__event_003_3.mp4",
170
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
171
+ },
172
+ {
173
+ "id": "negative/Scene_4_S4T4_C2_CV_S4T4_00-54-10-48_chunk_5__event_001_1",
174
+ "video_id": "negative/Scene_4_S4T4_C2_CV_S4T4_00-54-10-48_chunk_5__event_001_1.mp4",
175
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
176
+ },
177
+ {
178
+ "id": "negative/Scene_4_S4T4_C4_CS_S4T4_00-54-10-48_chunk_4__event_003_3",
179
+ "video_id": "negative/Scene_4_S4T4_C4_CS_S4T4_00-54-10-48_chunk_4__event_003_3.mp4",
180
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
181
+ },
182
+ {
183
+ "id": "negative/Scene_4_S4T4_C6_CS_S4T4_00-54-10-48_chunk_1__event_004_4",
184
+ "video_id": "negative/Scene_4_S4T4_C6_CS_S4T4_00-54-10-48_chunk_1__event_004_4.mp4",
185
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
186
+ },
187
+ {
188
+ "id": "negative/Scene_4_S4T4_C6_CS_S4T4_00-54-10-48_chunk_5__event_002_2",
189
+ "video_id": "negative/Scene_4_S4T4_C6_CS_S4T4_00-54-10-48_chunk_5__event_002_2.mp4",
190
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
191
+ },
192
+ {
193
+ "id": "negative/scene_01_01_00-00-00_to_00-07-34_GoPro1_Calibration_with_people_walking_around_06-26",
194
+ "video_id": "negative/scene_01_01_00-00-00_to_00-07-34_GoPro1_Calibration_with_people_walking_around_06-26.mp4",
195
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
196
+ },
197
+ {
198
+ "id": "negative/scene_02_01_00-07-34_to_00-11-38_GoPro1_Forklifts_being_moved_out_of_the_way_06-26",
199
+ "video_id": "negative/scene_02_01_00-07-34_to_00-11-38_GoPro1_Forklifts_being_moved_out_of_the_way_06-26.mp4",
200
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
201
+ },
202
+ {
203
+ "id": "negative/scene_04_01_00-11-38_to_00-19-46_GoPro1_Forklift_entering_the_aisle_no_pedestrians_around_06-26",
204
+ "video_id": "negative/scene_04_01_00-11-38_to_00-19-46_GoPro1_Forklift_entering_the_aisle_no_pedestrians_around_06-26.mp4",
205
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
206
+ },
207
+ {
208
+ "id": "negative/scene_05_01_00-19-46_to_00-21-03_GoPro1_Fork_Lift_crossing_people_crossing_afterwards_06-26",
209
+ "video_id": "negative/scene_05_01_00-19-46_to_00-21-03_GoPro1_Fork_Lift_crossing_people_crossing_afterwards_06-26.mp4",
210
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
211
+ },
212
+ {
213
+ "id": "negative/scene_06_01_00-21-03_to_00-23-52_GoPro1_Fork_Lift_crossing_people_following_the_forklift_06-26",
214
+ "video_id": "negative/scene_06_01_00-21-03_to_00-23-52_GoPro1_Fork_Lift_crossing_people_following_the_forklift_06-26.mp4",
215
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
216
+ },
217
+ {
218
+ "id": "negative/scene_28_01_00-15-25_to_00-27-58_GoPro1_boxes_falling_04-22",
219
+ "video_id": "negative/scene_28_01_00-15-25_to_00-27-58_GoPro1_boxes_falling_04-22.mp4",
220
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
221
+ },
222
+ {
223
+ "id": "negative/scene_29_01_00-01-07_to_00-10-18_GoPro1_driver_picks_up_trash_00-50",
224
+ "video_id": "negative/scene_29_01_00-01-07_to_00-10-18_GoPro1_driver_picks_up_trash_00-50.mp4",
225
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
226
+ },
227
+ {
228
+ "id": "negative/scene_29_01_00-09-27_to_00-12-53_GoPro1_driver_picks_up_trash_00-20",
229
+ "video_id": "negative/scene_29_01_00-09-27_to_00-12-53_GoPro1_driver_picks_up_trash_00-20.mp4",
230
+ "question": "Please tell whether the video contains near-miss collision between person and forklift. Your final answer should be either Yes or No."
231
+ }
232
+ ]
data/pointing/{Metropolis2DPointing.tsv → Vantage2DPointing.tsv} RENAMED
File without changes
data/referring/refdrone_test_llava.json ADDED
The diff for this file is too large to render. See raw diff
 
data/temporal_localization/data_jsons/annotations/nv_lita_benchmark.json ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "vid": "Warehouse_240219_GoPro_7_GX010600_400",
4
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_400.mp4_0",
5
+ "question": "At what time in the video does \"A man drives a forklift behind three workers\" take place? Convey your answer using start and end timestamps exclusively.",
6
+ "duration": 60.026633
7
+ },
8
+ {
9
+ "vid": "Warehouse_240219_GoPro_7_GX010600_400",
10
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_400.mp4_1",
11
+ "question": "At what time in the video does \"Three factory workers in green vests wearing yellow hats talk\" take place? Convey your answer using start and end timestamps exclusively.",
12
+ "duration": 60.026633
13
+ },
14
+ {
15
+ "vid": "Warehouse_240219_GoPro_7_GX010600_400",
16
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_400.mp4_2",
17
+ "question": "When does \"The three workers move out of the way of the forklift\" happen in the video? Convey your answer using start and end timestamps exclusively.",
18
+ "duration": 60.026633
19
+ },
20
+ {
21
+ "vid": "Warehouse_240219_GoPro_7_GX010600_400",
22
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_400.mp4_3",
23
+ "question": "When does \"The forklift moves forward and rotates 90 degrees in front of a shelf of boxes\" happen in the video? Convey your answer using start and end timestamps exclusively.",
24
+ "duration": 60.026633
25
+ },
26
+ {
27
+ "vid": "Warehouse_240219_GoPro_7_GX010600_400",
28
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_400.mp4_4",
29
+ "question": "At what time in the video does \"The forklift lifts its arm and inserts it into a shelf of boxes\" take place? Convey your answer using start and end timestamps exclusively.",
30
+ "duration": 60.026633
31
+ },
32
+ {
33
+ "vid": "Warehouse_240219_GoPro_7_GX010600_500",
34
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_500.mp4_0",
35
+ "question": "When is \"A forklift's bars go underneath boxes on a shelf\" depicted in the video? Provide a response using only start and end timestamps.",
36
+ "duration": 60.026633
37
+ },
38
+ {
39
+ "vid": "Warehouse_240219_GoPro_7_GX010600_500",
40
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_500.mp4_1",
41
+ "question": "When is \"The forklift slowly takes the boxes off of the shelf\" depicted in the video? Answer the question only using start and end timestamps.",
42
+ "duration": 60.026633
43
+ },
44
+ {
45
+ "vid": "Warehouse_240219_GoPro_7_GX010600_500",
46
+ "question_id": "Warehouse_240219_GoPro_7_GX010600_500.mp4_2",
47
+ "question": "When does \"The forklift drives into the distance\" happen in the video? Convey your answer using start and end timestamps exclusively.",
48
+ "duration": 60.026633
49
+ },
50
+ {
51
+ "vid": "concat_wh_52_0",
52
+ "question_id": "concat_wh_52_0.mp4_0",
53
+ "question": "When is \"A box falls\" depicted in the video? Answer the question only using start and end timestamps.",
54
+ "duration": 60.0
55
+ },
56
+ {
57
+ "vid": "concat_wh_52_0",
58
+ "question_id": "concat_wh_52_0.mp4_1",
59
+ "question": "At what point in the video does \"The forklift waits for the robot in its way\" happen? Provide a response using only start and end timestamps.",
60
+ "duration": 60.0
61
+ },
62
+ {
63
+ "vid": "concat_wh_52_0",
64
+ "question_id": "concat_wh_52_0.mp4_2",
65
+ "question": "At what point in the video does \"A worker walks to the box\" happen? Answer the question only using start and end timestamps.",
66
+ "duration": 60.0
67
+ },
68
+ {
69
+ "vid": "concat_wh_52_0",
70
+ "question_id": "concat_wh_52_0.mp4_3",
71
+ "question": "When does \"A lady picks up the box\" happen in the video? Answer the question only using start and end timestamps.",
72
+ "duration": 60.0
73
+ },
74
+ {
75
+ "vid": "concat_wh_52_0",
76
+ "question_id": "concat_wh_52_0.mp4_4",
77
+ "question": "At what point in the video does \"The worker walks back\" happen? Answer the question only using start and end timestamps.",
78
+ "duration": 60.0
79
+ },
80
+ {
81
+ "vid": "concat_wh_52_0",
82
+ "question_id": "concat_wh_52_0.mp4_5",
83
+ "question": "At what point in the video does \"The box falls again\" happen? Convey your answer using start and end timestamps exclusively.",
84
+ "duration": 60.0
85
+ },
86
+ {
87
+ "vid": "concat_wh_52_0",
88
+ "question_id": "concat_wh_52_0.mp4_6",
89
+ "question": "At what point in the video does \"The lady picks up the box again\" happen? Answer the question only using start and end timestamps.",
90
+ "duration": 60.0
91
+ },
92
+ {
93
+ "vid": "concat_wh_52_0",
94
+ "question_id": "concat_wh_52_0.mp4_7",
95
+ "question": "At what time in the video does \"The forklift moves forward\" take place? Provide a response using only start and end timestamps.",
96
+ "duration": 60.0
97
+ },
98
+ {
99
+ "vid": "concat_wh_52_0",
100
+ "question_id": "concat_wh_52_0.mp4_8",
101
+ "question": "At what point in the video does \"The forklift's arms go up to pick up boxes\" happen? Convey your answer using start and end timestamps exclusively.",
102
+ "duration": 60.0
103
+ },
104
+ {
105
+ "vid": "concat_wh_52_300",
106
+ "question_id": "concat_wh_52_300.mp4_0",
107
+ "question": "At what point in the video does \"A forklift with boxes moves forward\" happen? Provide a response using only start and end timestamps.",
108
+ "duration": 60.0
109
+ },
110
+ {
111
+ "vid": "concat_wh_52_300",
112
+ "question_id": "concat_wh_52_300.mp4_1",
113
+ "question": "At what point in the video does \"People cross in front of the forklift\" happen? Convey your answer using start and end timestamps exclusively.",
114
+ "duration": 60.0
115
+ },
116
+ {
117
+ "vid": "concat_wh_52_300",
118
+ "question_id": "concat_wh_52_300.mp4_2",
119
+ "question": "At what point in the video does \"The forklift moves forward\" happen? Answer the question only using start and end timestamps.",
120
+ "duration": 60.0
121
+ },
122
+ {
123
+ "vid": "concat_wh_52_300",
124
+ "question_id": "concat_wh_52_300.mp4_3",
125
+ "question": "When is \"The forklift's arms go up with boxes on top\" depicted in the video? Convey your answer using start and end timestamps exclusively.",
126
+ "duration": 60.0
127
+ },
128
+ {
129
+ "vid": "concat_wh_52_910",
130
+ "question_id": "concat_wh_52_910.mp4_0",
131
+ "question": "When does \"A forklift removes boxes from the shelf\" happen in the video? Answer the question only using start and end timestamps.",
132
+ "duration": 60.0
133
+ },
134
+ {
135
+ "vid": "concat_wh_52_910",
136
+ "question_id": "concat_wh_52_910.mp4_1",
137
+ "question": "When is \"People without uniforms are walking in the warehouse\" depicted in the video? Answer the question only using start and end timestamps.",
138
+ "duration": 60.0
139
+ },
140
+ {
141
+ "vid": "concat_wh_52_910",
142
+ "question_id": "concat_wh_52_910.mp4_2",
143
+ "question": "At what point in the video does \"A forklift with boxes on it moves forward\" happen? Provide a response using only start and end timestamps.",
144
+ "duration": 60.0
145
+ },
146
+ {
147
+ "vid": "concat_wh_52_910",
148
+ "question_id": "concat_wh_52_910.mp4_3",
149
+ "question": "When is \"There are boxes on the floor\" depicted in the video? Answer the question only using start and end timestamps.",
150
+ "duration": 60.0
151
+ },
152
+ {
153
+ "vid": "concat_wh_52_910",
154
+ "question_id": "concat_wh_52_910.mp4_4",
155
+ "question": "When does \"The forklift is stuck because of boxes on the floor\" happen in the video? Convey your answer using start and end timestamps exclusively.",
156
+ "duration": 60.0
157
+ },
158
+ {
159
+ "vid": "concat_wh_52_910",
160
+ "question_id": "concat_wh_52_910.mp4_5",
161
+ "question": "When is \"People remove the boxes\" depicted in the video? Answer the question only using start and end timestamps.",
162
+ "duration": 60.0
163
+ },
164
+ {
165
+ "vid": "concat_wh_52_910",
166
+ "question_id": "concat_wh_52_910.mp4_6",
167
+ "question": "At what point in the video does \"The forklift with boxes on it moves forward\" happen? Convey your answer using start and end timestamps exclusively.",
168
+ "duration": 60.0
169
+ },
170
+ {
171
+ "vid": "concat_wh_52_1890",
172
+ "question_id": "concat_wh_52_1890.mp4_0",
173
+ "question": "When does \"A worker wearing a protective vest and yellow hard hat walks forward and smiles\" happen in the video? Provide a response using only start and end timestamps.",
174
+ "duration": 60.0
175
+ },
176
+ {
177
+ "vid": "concat_wh_52_1890",
178
+ "question_id": "concat_wh_52_1890.mp4_1",
179
+ "question": "At what point in the video does \"A worker takes of his hat and puts it back on\" happen? Convey your answer using start and end timestamps exclusively.",
180
+ "duration": 60.0
181
+ },
182
+ {
183
+ "vid": "concat_wh_52_1890",
184
+ "question_id": "concat_wh_52_1890.mp4_2",
185
+ "question": "At what point in the video does \"A cart with boxes on it arrives\" happen? Provide a response using only start and end timestamps.",
186
+ "duration": 60.0
187
+ },
188
+ {
189
+ "vid": "concat_wh_52_1890",
190
+ "question_id": "concat_wh_52_1890.mp4_3",
191
+ "question": "When does \"Workers move boxes down a conveyor belt\" happen in the video? Convey your answer using start and end timestamps exclusively.",
192
+ "duration": 60.0
193
+ },
194
+ {
195
+ "vid": "concat_wh_52_1890",
196
+ "question_id": "concat_wh_52_1890.mp4_4",
197
+ "question": "When is \"A box falls off the conveyor belt\" depicted in the video? Answer the question only using start and end timestamps.",
198
+ "duration": 60.0
199
+ },
200
+ {
201
+ "vid": "concat_wh_52_1890",
202
+ "question_id": "concat_wh_52_1890.mp4_5",
203
+ "question": "At what point in the video does \"A box falls off the conveyor belt\" happen? Convey your answer using start and end timestamps exclusively.",
204
+ "duration": 60.0
205
+ },
206
+ {
207
+ "vid": "concat_wh_52_1890",
208
+ "question_id": "concat_wh_52_1890.mp4_6",
209
+ "question": "At what time in the video does \"A box falls off the conveyor belt\" take place? Convey your answer using start and end timestamps exclusively.",
210
+ "duration": 60.0
211
+ },
212
+ {
213
+ "vid": "concat_wh_52_1890",
214
+ "question_id": "concat_wh_52_1890.mp4_7",
215
+ "question": "At what point in the video does \"Workers are chitchatting\" happen? Provide a response using only start and end timestamps.",
216
+ "duration": 60.0
217
+ },
218
+ {
219
+ "vid": "concat_wh_52_1890",
220
+ "question_id": "concat_wh_52_1890.mp4_8",
221
+ "question": "At what point in the video does \"A man in a white shirt without a uniform is holding his phone and walking\" happen? Convey your answer using start and end timestamps exclusively.",
222
+ "duration": 60.0
223
+ },
224
+ {
225
+ "vid": "concat_wh_52_1890",
226
+ "question_id": "concat_wh_52_1890.mp4_9",
227
+ "question": "At what point in the video does \"Two people wearing dark clothes and no uniform are walking and chatting\" happen? Answer the question only using start and end timestamps.",
228
+ "duration": 60.0
229
+ },
230
+ {
231
+ "vid": "concat_wh_52_2925",
232
+ "question_id": "concat_wh_52_2925.mp4_0",
233
+ "question": "At what point in the video does \"A robot carrying a box is still in a warehouse, and there are people on the sides\" happen? Provide a response using only start and end timestamps.",
234
+ "duration": 59.562
235
+ },
236
+ {
237
+ "vid": "concat_wh_52_2925",
238
+ "question_id": "concat_wh_52_2925.mp4_1",
239
+ "question": "At what time in the video does \"A box falls off the robot\" take place? Answer the question only using start and end timestamps.",
240
+ "duration": 59.562
241
+ },
242
+ {
243
+ "vid": "concat_wh_52_2925",
244
+ "question_id": "concat_wh_52_2925.mp4_2",
245
+ "question": "At what point in the video does \"A man wearing white without uniform walks closer to the camera\" happen? Provide a response using only start and end timestamps.",
246
+ "duration": 59.562
247
+ },
248
+ {
249
+ "vid": "concat_wh_52_2925",
250
+ "question_id": "concat_wh_52_2925.mp4_3",
251
+ "question": "When does \"A man puts the box back on the robot\" happen in the video? Convey your answer using start and end timestamps exclusively.",
252
+ "duration": 59.562
253
+ },
254
+ {
255
+ "vid": "concat_wh_52_2925",
256
+ "question_id": "concat_wh_52_2925.mp4_4",
257
+ "question": "At what time in the video does \"The man wearing white without uniform walks away\" take place? Answer the question only using start and end timestamps.",
258
+ "duration": 59.562
259
+ },
260
+ {
261
+ "vid": "concat_wh_52_2925",
262
+ "question_id": "concat_wh_52_2925.mp4_5",
263
+ "question": "At what point in the video does \"A forklift moves closer to the camera\" happen? Provide a response using only start and end timestamps.",
264
+ "duration": 59.562
265
+ },
266
+ {
267
+ "vid": "concat_wh_52_2925",
268
+ "question_id": "concat_wh_52_2925.mp4_6",
269
+ "question": "When does \"A robot with a box is blocking the forklift\" happen in the video? Provide a response using only start and end timestamps.",
270
+ "duration": 59.562
271
+ }
272
+ ]
data/temporal_localization/data_jsons/annotations/output_llava_temporal.json ADDED
The diff for this file is too large to render. See raw diff
 
data/temporal_localization/data_jsons/annotations/smart_spaces_03262025.json ADDED
The diff for this file is too large to render. See raw diff
 
data/vqa/data_jsons/annotations/Metropolis_VQA_Verification_Final_ITS_Data.json ADDED
The diff for this file is too large to render. See raw diff
 
data/vqa/data_jsons/annotations/metrics_spatial_ss.json ADDED
@@ -0,0 +1,2636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "dimension": "Spatial reasoning",
4
+ "question": "How many people can exit the door at once while walking?",
5
+ "options": [
6
+ "4",
7
+ "all",
8
+ "3",
9
+ "2"
10
+ ],
11
+ "q_uid": "GX010071_Clip_4.mp4"
12
+ },
13
+ {
14
+ "dimension": "Counting problems",
15
+ "question": "How many people went to the left and right after exiting the door?",
16
+ "options": [
17
+ "left-3 and right-9",
18
+ "left-4 and right-8",
19
+ "left-4 and right-9",
20
+ "left-3 and right-7"
21
+ ],
22
+ "q_uid": "GX010071_Clip_4.mp4"
23
+ },
24
+ {
25
+ "dimension": "Counting problems",
26
+ "question": "How many people holding objects walk out of the room?",
27
+ "options": [
28
+ "5",
29
+ "12",
30
+ "6",
31
+ "4"
32
+ ],
33
+ "q_uid": "GX010071_Clip_4.mp4"
34
+ },
35
+ {
36
+ "dimension": "Action Recognition",
37
+ "question": "What is the outfit color of the last person running and entering the frame?",
38
+ "options": [
39
+ "White",
40
+ "Red",
41
+ "Black",
42
+ "Brown"
43
+ ],
44
+ "q_uid": "GX010031_Clip_5.mp4"
45
+ },
46
+ {
47
+ "dimension": "Action reasoning",
48
+ "question": "Why do three men walk backward and stand on the frame?",
49
+ "options": [
50
+ "To see the vehicle entering the frame",
51
+ "To see the men running and entering the frame",
52
+ "To see the man adjusting the tripod stand",
53
+ "To see the men running and exiting the frame"
54
+ ],
55
+ "q_uid": "GX010031_Clip_5.mp4"
56
+ },
57
+ {
58
+ "dimension": "Object recognition",
59
+ "question": "Which of these items are not seen in the video segment?",
60
+ "options": [
61
+ "Tripod stands",
62
+ "Bag",
63
+ "Laptop",
64
+ "Digital camera"
65
+ ],
66
+ "q_uid": "GX010031_Clip_5.mp4"
67
+ },
68
+ {
69
+ "dimension": "Action Recognition",
70
+ "question": "How many people run and enter the frame?",
71
+ "options": [
72
+ "One",
73
+ "Two",
74
+ "Three",
75
+ "None of the above"
76
+ ],
77
+ "q_uid": "GX010031_Clip_5.mp4"
78
+ },
79
+ {
80
+ "dimension": "Spatial reasoning",
81
+ "question": "Walking in the same orientation as shown in the video, how many people can walk through the transparent gate simultaneously?",
82
+ "options": [
83
+ "One",
84
+ "Two",
85
+ "Three",
86
+ "None of the above"
87
+ ],
88
+ "q_uid": "GX010071_Clip_6.mp4"
89
+ },
90
+ {
91
+ "dimension": "Spatial perception",
92
+ "question": "In this scene, which way is the person moving on the stairs?",
93
+ "options": [
94
+ "Upwards",
95
+ "Downwards",
96
+ "Sideways",
97
+ "None of the above"
98
+ ],
99
+ "q_uid": "GX010071_Clip_6.mp4"
100
+ },
101
+ {
102
+ "dimension": "Spatial reasoning",
103
+ "question": "Walking in the same orientation as shown in the scene, how many people can pass through the transparent gates simultaneously?",
104
+ "options": [
105
+ "One",
106
+ "Two",
107
+ "Three",
108
+ "None of the above"
109
+ ],
110
+ "q_uid": "GX010032_Clip_2.mp4"
111
+ },
112
+ {
113
+ "dimension": "Counting problems",
114
+ "question": "How many people pass through the transparent gates in the scene?",
115
+ "options": [
116
+ "Two",
117
+ "Three",
118
+ "Four",
119
+ "None of the above"
120
+ ],
121
+ "q_uid": "GX010032_Clip_2.mp4"
122
+ },
123
+ {
124
+ "dimension": "Action Recognition",
125
+ "question": "What is the outfit of the person walking through the frame and exiting in between two jumps happening in the segment?",
126
+ "options": [
127
+ "White half-sleeve t-shirt",
128
+ "White full-sleeve t-shirt",
129
+ "Brown full-sleeve t-shirt",
130
+ "Black shirt"
131
+ ],
132
+ "q_uid": "GX010013_Clip_5.mp4"
133
+ },
134
+ {
135
+ "dimension": "Counting problems",
136
+ "question": "Which of these items is present with the most number of people in the segment?",
137
+ "options": [
138
+ "Laptop",
139
+ "Coffe mug",
140
+ "Badge",
141
+ "Bag"
142
+ ],
143
+ "q_uid": "GX010013_Clip_5.mp4"
144
+ },
145
+ {
146
+ "dimension": "Action reasoning",
147
+ "question": "Why are some people jumping in the scene?",
148
+ "options": [
149
+ "To avoid water on the ground",
150
+ "To avoid waste particles on the ground",
151
+ "To avoid the use of badge in check-in kiosk",
152
+ "To reach first in the office meeting"
153
+ ],
154
+ "q_uid": "GX010013_Clip_5.mp4"
155
+ },
156
+ {
157
+ "dimension": "Action Recognition",
158
+ "question": "How many people walk backward just before the man wearing a brown full-sleeve t-shirt jumps and enters the frame?",
159
+ "options": [
160
+ "None",
161
+ "One",
162
+ "Two",
163
+ "Three"
164
+ ],
165
+ "q_uid": "GX010013_Clip_5.mp4"
166
+ },
167
+ {
168
+ "dimension": "Action Recognition",
169
+ "question": "What is happening in the scene?",
170
+ "options": [
171
+ "A person entering a door while pulling a trolley",
172
+ "People entering a door",
173
+ "Both a and b",
174
+ "None of the above"
175
+ ],
176
+ "q_uid": "GX010013_Clip_3.mp4"
177
+ },
178
+ {
179
+ "dimension": "Counting problems",
180
+ "question": "How many people enter the door on the left in the scene?",
181
+ "options": [
182
+ "Four",
183
+ "Five",
184
+ "Six",
185
+ "None of the above"
186
+ ],
187
+ "q_uid": "GX010013_Clip_3.mp4"
188
+ },
189
+ {
190
+ "dimension": "Object recognition",
191
+ "question": "What objects are present in the scene?",
192
+ "options": [
193
+ "Metal rods",
194
+ "Brown boxes",
195
+ "A plant",
196
+ "All of the above"
197
+ ],
198
+ "q_uid": "GX010013_Clip_3.mp4"
199
+ },
200
+ {
201
+ "dimension": "Attribute perception",
202
+ "question": "What was the reaction to the hand gesture made by the person wearing a white sweatshirt between times 1 and 2 seconds?",
203
+ "options": [
204
+ "A person started running in that direction",
205
+ "People started to look in that direction",
206
+ "People started to make the same gesture",
207
+ "No reaction was observed"
208
+ ],
209
+ "q_uid": "GX010013_Clip_1.mp4"
210
+ },
211
+ {
212
+ "dimension": "Scene perception",
213
+ "question": "Describe which option best describes what is happening in the scene.",
214
+ "options": [
215
+ "People are standing in a group, then they start running while another person joins them in running",
216
+ "People are standing in a group, then they start running",
217
+ "People are standing in a group, then they start climbing stairs",
218
+ "People are standing in a group, then they start walking"
219
+ ],
220
+ "q_uid": "GX010013_Clip_1.mp4"
221
+ },
222
+ {
223
+ "dimension": "Action Recognition",
224
+ "question": "Which of the actions did not happen in the segment?",
225
+ "options": [
226
+ "People climb stairs",
227
+ "People run",
228
+ "People make hand gestures",
229
+ "People open their handbags"
230
+ ],
231
+ "q_uid": "GX010013_Clip_1.mp4"
232
+ },
233
+ {
234
+ "dimension": "Action Recognition",
235
+ "question": "How many people run during the segment?",
236
+ "options": [
237
+ "Eleven",
238
+ "Tweleve",
239
+ "Ten",
240
+ "Nine"
241
+ ],
242
+ "q_uid": "GX010013_Clip_1.mp4"
243
+ },
244
+ {
245
+ "dimension": "Action Recognition",
246
+ "question": "Describe the clothes of the person who starts running first.",
247
+ "options": [
248
+ "Blue jacket, black pants, and black t-shirt",
249
+ "White sweatshirt and black pants",
250
+ "Brown T-shirt and green pants",
251
+ "Orange sweatshirt and jeans"
252
+ ],
253
+ "q_uid": "GX010013_Clip_1.mp4"
254
+ },
255
+ {
256
+ "dimension": "Action Recognition",
257
+ "question": "How many people are walking in the opposite direction to that of people running?",
258
+ "options": [
259
+ "Three",
260
+ "Four",
261
+ "Five",
262
+ "Six"
263
+ ],
264
+ "q_uid": "GX010031_Clip_1.mp4"
265
+ },
266
+ {
267
+ "dimension": "Scene perception",
268
+ "question": "What is happening in the scene?",
269
+ "options": [
270
+ "People are standing in a group, then they start running while a person runs toward them",
271
+ "People are standing in a group doing handshakes, then they start running while a person runs towards them",
272
+ "People are standing in a group doing handshakes while a person runs towards them",
273
+ "People are standing in a group, then they start running while a person runs away from them"
274
+ ],
275
+ "q_uid": "GX010031_Clip_1.mp4"
276
+ },
277
+ {
278
+ "dimension": "Attribute perception",
279
+ "question": "At 0 seconds, which combination of clothes is not visible?",
280
+ "options": [
281
+ "Orange sweatshirt and blue pants",
282
+ "White sweatshirt and black pants",
283
+ "Green t-shirt and black pants",
284
+ "Yellow sweatshirt and red pants"
285
+ ],
286
+ "q_uid": "GX010031_Clip_1.mp4"
287
+ },
288
+ {
289
+ "dimension": "Counting problems",
290
+ "question": "In the scene, how many people leap over the transparent gates?",
291
+ "options": [
292
+ "Two",
293
+ "Three",
294
+ "Four",
295
+ "None of the above"
296
+ ],
297
+ "q_uid": "GX010071_Clip_5.mp4"
298
+ },
299
+ {
300
+ "dimension": "Action Recognition",
301
+ "question": "What is happening in the scene?",
302
+ "options": [
303
+ "People leaping over the transparent gates and running",
304
+ "People walking",
305
+ "People standing",
306
+ "All of the above"
307
+ ],
308
+ "q_uid": "GX010071_Clip_5.mp4"
309
+ },
310
+ {
311
+ "dimension": "Object reasoning",
312
+ "question": "What is the violation in the scene?",
313
+ "options": [
314
+ "People holding boxes",
315
+ "People pulling trolleys",
316
+ "People leaping over the turnstiles",
317
+ "None of the above"
318
+ ],
319
+ "q_uid": "GX010071_Clip_5.mp4"
320
+ },
321
+ {
322
+ "dimension": "Attribute perception",
323
+ "question": "What do all three men have in common?",
324
+ "options": [
325
+ "Same color clothes",
326
+ "Watches",
327
+ "ID cards on their waists",
328
+ "None of the above"
329
+ ],
330
+ "q_uid": "GX010071_Clip_5.mp4"
331
+ },
332
+ {
333
+ "dimension": "Action reasoning",
334
+ "question": "What strange behavior is taking place among the people there?",
335
+ "options": [
336
+ "People walking",
337
+ "People pushing each other",
338
+ "People standing",
339
+ "None of the above"
340
+ ],
341
+ "q_uid": "GX010013_Clip_7.mp4"
342
+ },
343
+ {
344
+ "dimension": "Object recognition",
345
+ "question": "In the scene, what object are the people passing by holding?",
346
+ "options": [
347
+ "Bottles",
348
+ "Mobile phones",
349
+ "Bags",
350
+ "None of the above"
351
+ ],
352
+ "q_uid": "GX010013_Clip_7.mp4"
353
+ },
354
+ {
355
+ "dimension": "Action Recognition",
356
+ "question": "What is happening in the scene?",
357
+ "options": [
358
+ "People standing",
359
+ "People walking by",
360
+ "People pushing each other",
361
+ "All of the above"
362
+ ],
363
+ "q_uid": "GX010013_Clip_7.mp4"
364
+ },
365
+ {
366
+ "dimension": "Scene perception",
367
+ "question": "What is happening in the scene?",
368
+ "options": [
369
+ "People are repairing a glass turnstile",
370
+ "People carrying objects walk through glass turnstile multiple times",
371
+ "People are throwing objects",
372
+ "People are pushing the doors open"
373
+ ],
374
+ "q_uid": "GX010072_Clip_2.mp4"
375
+ },
376
+ {
377
+ "dimension": "Action Recognition",
378
+ "question": "What is the outfit of the man who tailgates another man having a badge?",
379
+ "options": [
380
+ "White full-sleeve t-shirt and black pants",
381
+ "White full-sleeve t-shirt and blue pants",
382
+ "Black full-sleeve t-shirt and black pants",
383
+ "Black full-sleeve t-shirt and white pants"
384
+ ],
385
+ "q_uid": "GX010072_Clip_2.mp4"
386
+ },
387
+ {
388
+ "dimension": "Spatial perception",
389
+ "question": "Which direction was the man wearing a white full-sleeve t-shirt walking when he showed a badge?",
390
+ "options": [
391
+ "Away from the frame",
392
+ "Towards the frame",
393
+ "Towards the stairs",
394
+ "None of the above"
395
+ ],
396
+ "q_uid": "GX010072_Clip_2.mp4"
397
+ },
398
+ {
399
+ "dimension": "Action Recognition",
400
+ "question": "How many times is the glass turnstile door opened without showing a badge?",
401
+ "options": [
402
+ "Three",
403
+ "Two",
404
+ "One",
405
+ "None"
406
+ ],
407
+ "q_uid": "GX010072_Clip_2.mp4"
408
+ },
409
+ {
410
+ "dimension": "Attribute perception",
411
+ "question": "Describe the attire of the person wearing bag in front of them.",
412
+ "options": [
413
+ "Green t-shirt, black pants, and a pair of spectacles",
414
+ "Black hoodie, blue jeans, and a pair of spectacles",
415
+ "Black sweater, white T-shirt, and black pants",
416
+ "None of the above"
417
+ ],
418
+ "q_uid": "GX010013_Clip_4.mp4"
419
+ },
420
+ {
421
+ "dimension": "Object recognition",
422
+ "question": "In the scene, what items are some of the individuals holding?",
423
+ "options": [
424
+ "Laptops",
425
+ "paper cups",
426
+ "Sheets of paper",
427
+ "All of the above"
428
+ ],
429
+ "q_uid": "GX010013_Clip_4.mp4"
430
+ },
431
+ {
432
+ "dimension": "Counting problems",
433
+ "question": "How many people are walking in the scene?",
434
+ "options": [
435
+ "Eleven",
436
+ "Twelve",
437
+ "Thirteen",
438
+ "None of the above"
439
+ ],
440
+ "q_uid": "GX010013_Clip_4.mp4"
441
+ },
442
+ {
443
+ "dimension": "Spatial perception",
444
+ "question": "In which direction are the people walking in the scene?",
445
+ "options": [
446
+ "Towards the right side of the camera view",
447
+ "Towards the camera",
448
+ "Towards the left side of the camera view",
449
+ "All of the above"
450
+ ],
451
+ "q_uid": "GX010013_Clip_4.mp4"
452
+ },
453
+ {
454
+ "dimension": "Action reasoning",
455
+ "question": "In the scene, why do people scan cards beside the transparent gates multiple times?",
456
+ "options": [
457
+ "To open the gates",
458
+ "To close the gates",
459
+ "Both a and b",
460
+ "None of the above"
461
+ ],
462
+ "q_uid": "GX010014_Clip_1.mp4"
463
+ },
464
+ {
465
+ "dimension": "Spatial reasoning",
466
+ "question": "How many people can pass through a single turnstile simultaneously?",
467
+ "options": [
468
+ "One",
469
+ "Two",
470
+ "Three",
471
+ "None of the above"
472
+ ],
473
+ "q_uid": "GX010014_Clip_1.mp4"
474
+ },
475
+ {
476
+ "dimension": "Spatial perception",
477
+ "question": "Which direction are people walking on the stairs in the scene?",
478
+ "options": [
479
+ "upwards",
480
+ "downwards",
481
+ "both a and b",
482
+ "none of the above"
483
+ ],
484
+ "q_uid": "GX010014_Clip_1.mp4"
485
+ },
486
+ {
487
+ "dimension": "Object recognition",
488
+ "question": "In the scene, what objects are there on the trolley?",
489
+ "options": [
490
+ "A brown box",
491
+ "A black cabinet",
492
+ "Laptops",
493
+ "All of the above"
494
+ ],
495
+ "q_uid": "GX010014_Clip_1.mp4"
496
+ },
497
+ {
498
+ "dimension": "Counting problems",
499
+ "question": "How many people pass through the transparent gates?",
500
+ "options": [
501
+ "Two",
502
+ "Three",
503
+ "Four",
504
+ "None of the above"
505
+ ],
506
+ "q_uid": "GX010014_Clip_1.mp4"
507
+ },
508
+ {
509
+ "dimension": "Action Recognition",
510
+ "question": "What is happening in the scene?",
511
+ "options": [
512
+ "People passing through the transparent gates while holding boxes",
513
+ "People walking down the stairs",
514
+ "A man pushing a trolley",
515
+ "All of the above"
516
+ ],
517
+ "q_uid": "GX010014_Clip_1.mp4"
518
+ },
519
+ {
520
+ "dimension": "Counting problems",
521
+ "question": "How many people in the segment are holding an object in their hand?",
522
+ "options": [
523
+ "2",
524
+ "3",
525
+ "4",
526
+ "1"
527
+ ],
528
+ "q_uid": "GX010014_Clip_2.mp4"
529
+ },
530
+ {
531
+ "dimension": "Action Recognition",
532
+ "question": "How many people walked through the path behind the plant in this segment?",
533
+ "options": [
534
+ "One",
535
+ "Two",
536
+ "Three",
537
+ "Four"
538
+ ],
539
+ "q_uid": "GX010071_Clip_2.mp4"
540
+ },
541
+ {
542
+ "dimension": "Attribute perception",
543
+ "question": "In which direction did the man wearing a suit walk after interacting with another man wearing a red shirt?",
544
+ "options": [
545
+ "Towards the right side of the man wearing the suit",
546
+ "Towards the left side of the man wearing the suit",
547
+ "Turns and walks backwards",
548
+ "Towards the crowd"
549
+ ],
550
+ "q_uid": "GX010071_Clip_2.mp4"
551
+ },
552
+ {
553
+ "dimension": "Spatial reasoning",
554
+ "question": "Why did the man wearing a bag run through the left side of the pillar?",
555
+ "options": [
556
+ "To easily enter the room on the left",
557
+ "Right side was congested, whereas left side was free",
558
+ "To talk to the man standing on the left side",
559
+ "None of the above"
560
+ ],
561
+ "q_uid": "GX010071_Clip_2.mp4"
562
+ },
563
+ {
564
+ "dimension": "Action reasoning",
565
+ "question": "What caused the group of people to run immediately?",
566
+ "options": [
567
+ "A fire broke out in the building",
568
+ "A man fired gunshots",
569
+ "A man runs and enters the frame from behind",
570
+ "A sudden earthquake hit the area"
571
+ ],
572
+ "q_uid": "GX010071_Clip_2.mp4"
573
+ },
574
+ {
575
+ "dimension": "Object reasoning",
576
+ "question": "What is the violation in the segment?",
577
+ "options": [
578
+ "creating distraction",
579
+ "touching hands",
580
+ "friendly banter",
581
+ "pushing each other"
582
+ ],
583
+ "q_uid": "GX010031_Clip_6.mp4"
584
+ },
585
+ {
586
+ "dimension": "Action Recognition",
587
+ "question": "What happened before the trolley with the dustbin appeared partially?",
588
+ "options": [
589
+ "The trolley came first, and then people started pushing.",
590
+ "A person pushes a man, a person walks across, and people are speaking.",
591
+ "A person walked across, then the trolley appeared.",
592
+ "The trolley was always visible."
593
+ ],
594
+ "q_uid": "GX010031_Clip_6.mp4"
595
+ },
596
+ {
597
+ "dimension": "Scene perception",
598
+ "question": "What was happening in the scene when a person walked across?",
599
+ "options": [
600
+ "two people were pushing each other",
601
+ "a group of people were speaking",
602
+ "another person was walking",
603
+ "people were standing without interaction"
604
+ ],
605
+ "q_uid": "GX010031_Clip_6.mp4"
606
+ },
607
+ {
608
+ "dimension": "Object reasoning",
609
+ "question": "What is the use of the vehicle seen in the segment?",
610
+ "options": [
611
+ "For transportation of people",
612
+ "For transportation of goods",
613
+ "For cleaning purpose",
614
+ "For advertisement"
615
+ ],
616
+ "q_uid": "GX010013_Clip_6.mp4"
617
+ },
618
+ {
619
+ "dimension": "Attribute perception",
620
+ "question": "Which direction did the man wearing a backpack walk?",
621
+ "options": [
622
+ "Towards the staircase",
623
+ "Towards the elevator",
624
+ "Towards the check-in kiosk",
625
+ "Towards the room"
626
+ ],
627
+ "q_uid": "GX010013_Clip_6.mp4"
628
+ },
629
+ {
630
+ "dimension": "Object recognition",
631
+ "question": "Which of these items are not seen in the video?",
632
+ "options": [
633
+ "Backpack",
634
+ "Laptop",
635
+ "Watch",
636
+ "Chair"
637
+ ],
638
+ "q_uid": "GX010013_Clip_6.mp4"
639
+ },
640
+ {
641
+ "dimension": "Action Recognition",
642
+ "question": "Which of these actions were not performed by the man in the white outfit and the man in the black outfit who are facing each other?",
643
+ "options": [
644
+ "Pushing each other",
645
+ "Talking each other",
646
+ "Walking backwards",
647
+ "Shake their hands"
648
+ ],
649
+ "q_uid": "GX010013_Clip_6.mp4"
650
+ },
651
+ {
652
+ "dimension": "Action reasoning",
653
+ "question": "Why do people scan cards multiple times beside the transparent gates?",
654
+ "options": [
655
+ "To open the gate",
656
+ "To close the gate",
657
+ "Both a and b",
658
+ "None of the above"
659
+ ],
660
+ "q_uid": "GX010032_Clip_1.mp4"
661
+ },
662
+ {
663
+ "dimension": "Object recognition",
664
+ "question": "What objects are there on the trolley in the scene?",
665
+ "options": [
666
+ "A brown box",
667
+ "Laptops",
668
+ "A black cabinet",
669
+ "All of the above"
670
+ ],
671
+ "q_uid": "GX010032_Clip_1.mp4"
672
+ },
673
+ {
674
+ "dimension": "Action Recognition",
675
+ "question": "What is happening in the scene?",
676
+ "options": [
677
+ "People walking while holding brown boxes",
678
+ "A man pushing a trolley",
679
+ "Both a and b",
680
+ "None of the above"
681
+ ],
682
+ "q_uid": "GX010032_Clip_1.mp4"
683
+ },
684
+ {
685
+ "dimension": "Counting problems",
686
+ "question": "How many people are visible holding objects in their hands in the segment?",
687
+ "options": [
688
+ "8",
689
+ "1",
690
+ "2",
691
+ "3"
692
+ ],
693
+ "q_uid": "GX010031_Clip_7.mp4"
694
+ },
695
+ {
696
+ "dimension": "Action Recognition",
697
+ "question": "What is happening in the scene?",
698
+ "options": [
699
+ "A group of people is pushing each other; a man and a woman walk across.",
700
+ "A group of people is pushing each other; a man and a woman walk across with objects in their hands.",
701
+ "A group of people is pushing each other",
702
+ "A group of people is pushing each other, and a man walks with a laptop in his hand."
703
+ ],
704
+ "q_uid": "GX010031_Clip_7.mp4"
705
+ },
706
+ {
707
+ "dimension": "Counting problems",
708
+ "question": "How many people enter the room in the segment?",
709
+ "options": [
710
+ "12",
711
+ "6",
712
+ "5",
713
+ "4"
714
+ ],
715
+ "q_uid": "GX010071_Clip_3.mp4"
716
+ },
717
+ {
718
+ "dimension": "Action Recognition",
719
+ "question": "Which of the activities were not performed in the segment?",
720
+ "options": [
721
+ "a person opened a small door",
722
+ "People are walking",
723
+ "people are going up the stairs",
724
+ "people do handshakes"
725
+ ],
726
+ "q_uid": "GX010071_Clip_3.mp4"
727
+ },
728
+ {
729
+ "dimension": "Counting problems",
730
+ "question": "How many people are visible in the segment?",
731
+ "options": [
732
+ "16",
733
+ "12",
734
+ "10",
735
+ "11"
736
+ ],
737
+ "q_uid": "GX010071_Clip_3.mp4"
738
+ },
739
+ {
740
+ "dimension": "Object recognition",
741
+ "question": "Which of these objects are not visible in the scene?",
742
+ "options": [
743
+ "Plant",
744
+ "Boxes",
745
+ "Shoulder bags",
746
+ "Laptops"
747
+ ],
748
+ "q_uid": "GX010013_Clip_2.mp4"
749
+ },
750
+ {
751
+ "dimension": "Action Recognition",
752
+ "question": "Which of these actions is happening in the scene?",
753
+ "options": [
754
+ "People are running, walking, and making gestures",
755
+ "People are running and making gestures",
756
+ "People are walking and making gestures",
757
+ "People are running and jumping"
758
+ ],
759
+ "q_uid": "GX010013_Clip_2.mp4"
760
+ },
761
+ {
762
+ "dimension": "Attribute perception",
763
+ "question": "Describe what the person who starts running first is wearing.",
764
+ "options": [
765
+ "Green T-shirt and black pants",
766
+ "White sweatshirt and black pants",
767
+ "Grey T-shirt and blue pants",
768
+ "Brown sweatshirt and green pants"
769
+ ],
770
+ "q_uid": "GX010013_Clip_2.mp4"
771
+ },
772
+ {
773
+ "dimension": "Spatial perception",
774
+ "question": "Which space is utilized by more people to walk in the frame?",
775
+ "options": [
776
+ "Through the left side of the leftmost tripod stand",
777
+ "Through the right side of the rightmost tripod stand",
778
+ "Through the center of both tripod stands",
779
+ "None of the above"
780
+ ],
781
+ "q_uid": "GX010031_Clip_4.mp4"
782
+ },
783
+ {
784
+ "dimension": "Scene perception",
785
+ "question": "What is happening in the scene?",
786
+ "options": [
787
+ "People are talking each other",
788
+ "People are walking",
789
+ "People are dancing",
790
+ "A man is opening a door"
791
+ ],
792
+ "q_uid": "GX010031_Clip_4.mp4"
793
+ },
794
+ {
795
+ "dimension": "Action Recognition",
796
+ "question": "How many people wearing bags are walking through the frame?",
797
+ "options": [
798
+ "One",
799
+ "Two",
800
+ "Three",
801
+ "Four"
802
+ ],
803
+ "q_uid": "GX010031_Clip_4.mp4"
804
+ },
805
+ {
806
+ "dimension": "Counting problems",
807
+ "question": "How many people with bags are standing in the group at 4 seconds?",
808
+ "options": [
809
+ "Two",
810
+ "Three",
811
+ "Four",
812
+ "Five"
813
+ ],
814
+ "q_uid": "GX010031_Clip_2.mp4"
815
+ },
816
+ {
817
+ "dimension": "Action Recognition",
818
+ "question": "What did the people do after 13 seconds?",
819
+ "options": [
820
+ "Walking and standing",
821
+ "Running",
822
+ "Standing",
823
+ "Walking"
824
+ ],
825
+ "q_uid": "GX010031_Clip_2.mp4"
826
+ },
827
+ {
828
+ "dimension": "Action Recognition",
829
+ "question": "Which person started running at the last of the given options?",
830
+ "options": [
831
+ "The person wearing an orange sweatshirt and blue pants",
832
+ "The person wearing a grey t-shirt and blue pants",
833
+ "The person wearing a brown sweatshirt and green pants",
834
+ "The person wearing white sweatshirt and black pants"
835
+ ],
836
+ "q_uid": "GX010031_Clip_2.mp4"
837
+ },
838
+ {
839
+ "dimension": "Spatial reasoning",
840
+ "question": "Will the brown box at the top fit inside the brown box at the bottom?",
841
+ "options": [
842
+ "Yes, one such box will fit",
843
+ "Yes, two such boxes will fit",
844
+ "Yes, three such boxes will fit",
845
+ "No, they are the same size"
846
+ ],
847
+ "q_uid": "GX010031_Clip_2.mp4"
848
+ },
849
+ {
850
+ "dimension": "Spatial perception",
851
+ "question": "Why did the person at 4 seconds walk towards a different path from where a group of people are standing?",
852
+ "options": [
853
+ "He saw a sign to avoid the path",
854
+ "There was no space in that path",
855
+ "A person made gestures for him to go on that path",
856
+ "There was no apparent reason"
857
+ ],
858
+ "q_uid": "GX010031_Clip_2.mp4"
859
+ },
860
+ {
861
+ "dimension": "Action Recognition",
862
+ "question": "What caused one of the glass turnstile doors to open for some time?",
863
+ "options": [
864
+ "A man pushed the door",
865
+ "A man pulled the door",
866
+ "A man waved his hand at the switch",
867
+ "A man swiped a badge"
868
+ ],
869
+ "q_uid": "GX010072_Clip_1.mp4"
870
+ },
871
+ {
872
+ "dimension": "Spatial perception",
873
+ "question": "What is the direction in which the woman carrying a bag turns after climbing down the stairs?",
874
+ "options": [
875
+ "Towards her left side",
876
+ "Towards her right side",
877
+ "Turns backwards",
878
+ "None of the above"
879
+ ],
880
+ "q_uid": "GX010072_Clip_1.mp4"
881
+ },
882
+ {
883
+ "dimension": "Action reasoning",
884
+ "question": "What caused the man with the trolley to wait in front of the glass turnstile door?",
885
+ "options": [
886
+ "Another person was standing in front of him",
887
+ "His trolley carrying larger boxes got stuck in the door",
888
+ "A man was repairing the glass turnstile",
889
+ "Door was not opened and required assistance from opposite side"
890
+ ],
891
+ "q_uid": "GX010072_Clip_1.mp4"
892
+ },
893
+ {
894
+ "dimension": "Action reasoning",
895
+ "question": "Why did the man wearing a black full-sleeve t-shirt tailgate another man?",
896
+ "options": [
897
+ "He did not have a badge",
898
+ "He was talking to the man walking infront of him",
899
+ "Glass turnstile did not open when he showed his badge",
900
+ "To handover an object to the man in front"
901
+ ],
902
+ "q_uid": "GX010072_Clip_1.mp4"
903
+ },
904
+ {
905
+ "dimension": "Action Recognition",
906
+ "question": "How many people are climbing up the stairs in this segment?",
907
+ "options": [
908
+ "One",
909
+ "Two",
910
+ "Three",
911
+ "None"
912
+ ],
913
+ "q_uid": "GX010072_Clip_1.mp4"
914
+ },
915
+ {
916
+ "dimension": "Object recognition",
917
+ "question": "What type of boxes are carried by the men?",
918
+ "options": [
919
+ "Identical boxes",
920
+ "Open boxes",
921
+ "Different size boxes",
922
+ "Transparent boxes"
923
+ ],
924
+ "q_uid": "GX010072_Clip_1.mp4"
925
+ },
926
+ {
927
+ "dimension": "Action Recognition",
928
+ "question": "What is happening in the scene?",
929
+ "options": [
930
+ "A few men repairing the glass turnstile",
931
+ "A few men carrying boxes are passing through glass turnstile",
932
+ "A few men keeps the boxes in a corner",
933
+ "A few men pick up boxes from a corner"
934
+ ],
935
+ "q_uid": "GX010072_Clip_1.mp4"
936
+ },
937
+ {
938
+ "dimension": "Spatial perception",
939
+ "question": "How was the glass turnstile functioned when the first person went through it?",
940
+ "options": [
941
+ "Manually by an operator",
942
+ "Using automatic sensors",
943
+ "By pressing a button",
944
+ "By showing badges"
945
+ ],
946
+ "q_uid": "GX010072_Clip_1.mp4"
947
+ },
948
+ {
949
+ "dimension": "Action Recognition",
950
+ "question": "What is the violation here?",
951
+ "options": [
952
+ "walking downstairs",
953
+ "kicking each other",
954
+ "pushing each other",
955
+ "punching on face"
956
+ ],
957
+ "q_uid": "GX010071_Clip_7.mp4"
958
+ },
959
+ {
960
+ "dimension": "Spatial perception",
961
+ "question": "In which direction is the person on the stairs moving?",
962
+ "options": [
963
+ "upward",
964
+ "to left",
965
+ "to right",
966
+ "downward"
967
+ ],
968
+ "q_uid": "GX010071_Clip_7.mp4"
969
+ },
970
+ {
971
+ "dimension": "Spatial perception",
972
+ "question": "In which direction did the man in the black hoodie get pushed by two other individuals?",
973
+ "options": [
974
+ "towards the man wearing white",
975
+ "towards the stairs",
976
+ "towards the gates",
977
+ "both a and b"
978
+ ],
979
+ "q_uid": "GX010071_Clip_7.mp4"
980
+ },
981
+ {
982
+ "dimension": "Action Recognition",
983
+ "question": "What is happening in the scene?",
984
+ "options": [
985
+ "people walking",
986
+ "people pushing each other",
987
+ "a person walking downstairs",
988
+ "all of the above"
989
+ ],
990
+ "q_uid": "GX010071_Clip_7.mp4"
991
+ },
992
+ {
993
+ "dimension": "Action reasoning",
994
+ "question": "What is the abnormal behavior of people seen in this segment?",
995
+ "options": [
996
+ "They stand in a group",
997
+ "Some of them are walking",
998
+ "Started running immediately",
999
+ "Pushes each other"
1000
+ ],
1001
+ "q_uid": "GX010071_Clip_1.mp4"
1002
+ },
1003
+ {
1004
+ "dimension": "Action Recognition",
1005
+ "question": "Which of these activities is not happening in the scene?",
1006
+ "options": [
1007
+ "People walking",
1008
+ "People running",
1009
+ "People speaking",
1010
+ "People climbing steps"
1011
+ ],
1012
+ "q_uid": "GX010071_Clip_1.mp4"
1013
+ },
1014
+ {
1015
+ "dimension": "Spatial perception",
1016
+ "question": "How many people run through the left side of the pillar?",
1017
+ "options": [
1018
+ "One",
1019
+ "Two",
1020
+ "Three",
1021
+ "None"
1022
+ ],
1023
+ "q_uid": "GX010071_Clip_1.mp4"
1024
+ },
1025
+ {
1026
+ "dimension": "Action Recognition",
1027
+ "question": "What is the exact timestamp at which a man wearing a bag runs and enters the frame?",
1028
+ "options": [
1029
+ "4th second",
1030
+ "5th second",
1031
+ "6th second",
1032
+ "7th second"
1033
+ ],
1034
+ "q_uid": "GX010071_Clip_1.mp4"
1035
+ },
1036
+ {
1037
+ "dimension": "Action Recognition",
1038
+ "question": "Which of the actions were not performed in the segment?",
1039
+ "options": [
1040
+ "a person opens a door",
1041
+ "people walking",
1042
+ "a person closes a door",
1043
+ "stopping a person from opening a door"
1044
+ ],
1045
+ "q_uid": "GX010031_Clip_3.mp4"
1046
+ },
1047
+ {
1048
+ "dimension": "Counting problems",
1049
+ "question": "How many people enter the two rooms in the segment?",
1050
+ "options": [
1051
+ "7",
1052
+ "6",
1053
+ "9",
1054
+ "8"
1055
+ ],
1056
+ "q_uid": "GX010031_Clip_3.mp4"
1057
+ },
1058
+ {
1059
+ "dimension": "Object recognition",
1060
+ "question": "What is the person wearing a gray t-shirt holding in his hands?",
1061
+ "options": [
1062
+ "Mobile phone",
1063
+ "ATM card",
1064
+ "Pen",
1065
+ "Badge"
1066
+ ],
1067
+ "q_uid": "vqa_172a5f65d7.mp4"
1068
+ },
1069
+ {
1070
+ "dimension": "Counting problems",
1071
+ "question": "How many CCTV cameras are placed above the door?",
1072
+ "options": [
1073
+ "One",
1074
+ "Two",
1075
+ "Three",
1076
+ "Four"
1077
+ ],
1078
+ "q_uid": "vqa_172a5f65d7.mp4"
1079
+ },
1080
+ {
1081
+ "dimension": "Action reasoning",
1082
+ "question": "Why is the man wearing a red striped t-shirt walking quickly towards the door?",
1083
+ "options": [
1084
+ "The man is exercising",
1085
+ "The man follows and talks to the man wearing gray t-shirt",
1086
+ "The man doesn't have a badge and enters the building without a badge",
1087
+ "It is raining outside and the man is hurrying to get inside"
1088
+ ],
1089
+ "q_uid": "vqa_172a5f65d7.mp4"
1090
+ },
1091
+ {
1092
+ "dimension": "Action Recognition",
1093
+ "question": "Why was the door not opened when the man wearing a gray t-shirt pushed it initially?",
1094
+ "options": [
1095
+ "Not enough force was exerted",
1096
+ "It was locked",
1097
+ "Sensor complaint",
1098
+ "Opposite action was performed by the man"
1099
+ ],
1100
+ "q_uid": "vqa_172a5f65d7.mp4"
1101
+ },
1102
+ {
1103
+ "dimension": "Action Recognition",
1104
+ "question": "What do the two people entering through the door have in common in the scene?",
1105
+ "options": [
1106
+ "Spectacles",
1107
+ "Scanning cards beside the door and entering the door",
1108
+ "Both a and b",
1109
+ "None of the above"
1110
+ ],
1111
+ "q_uid": "GX010029_Clip_9.mp4"
1112
+ },
1113
+ {
1114
+ "dimension": "Action Recognition",
1115
+ "question": "Which person entered through the door without scanning a card next to it in the scene?",
1116
+ "options": [
1117
+ "First person",
1118
+ "Third person",
1119
+ "Last person",
1120
+ "None of the above"
1121
+ ],
1122
+ "q_uid": "GX010029_Clip_9.mp4"
1123
+ },
1124
+ {
1125
+ "dimension": "Counting problems",
1126
+ "question": "How many people enter through the door in the scene?",
1127
+ "options": [
1128
+ "3",
1129
+ "4",
1130
+ "5",
1131
+ "None of the above"
1132
+ ],
1133
+ "q_uid": "GX010029_Clip_9.mp4"
1134
+ },
1135
+ {
1136
+ "dimension": "Attribute perception",
1137
+ "question": "How many people entering the room are not wearing black shirts/t-shirts?",
1138
+ "options": [
1139
+ "One",
1140
+ "Two",
1141
+ "Three",
1142
+ "Four"
1143
+ ],
1144
+ "q_uid": "GX010069_Clip_3.mp4"
1145
+ },
1146
+ {
1147
+ "dimension": "Object recognition",
1148
+ "question": "Which of these items are not seen in the video segment?",
1149
+ "options": [
1150
+ "Watch",
1151
+ "Tripod stand",
1152
+ "Badge",
1153
+ "Laptop"
1154
+ ],
1155
+ "q_uid": "GX010069_Clip_3.mp4"
1156
+ },
1157
+ {
1158
+ "dimension": "Action Recognition",
1159
+ "question": "How did the man in the green t-shirt open the door?",
1160
+ "options": [
1161
+ "The door was not locked",
1162
+ "The man pushed the door with extreme force",
1163
+ "A person assisted him from inside the room",
1164
+ "He showed the badge infront of the scanner before turning the handle"
1165
+ ],
1166
+ "q_uid": "GX010069_Clip_3.mp4"
1167
+ },
1168
+ {
1169
+ "dimension": "Action Recognition",
1170
+ "question": "In which direction did the last person who walked through the corridor move?",
1171
+ "options": [
1172
+ "Towards his left",
1173
+ "Towards his right",
1174
+ "Straight towards the corner",
1175
+ "Stops at the corner and turns back"
1176
+ ],
1177
+ "q_uid": "GX010069_Clip_3.mp4"
1178
+ },
1179
+ {
1180
+ "dimension": "Spatial perception",
1181
+ "question": "In which direction did the individual walk?",
1182
+ "options": [
1183
+ "Towards the door",
1184
+ "Towards the camera",
1185
+ "Towards the metal rod",
1186
+ "None of the above"
1187
+ ],
1188
+ "q_uid": "GX010029_Clip_6.mp4"
1189
+ },
1190
+ {
1191
+ "dimension": "Counting problems",
1192
+ "question": "How many people are walking in the hallway?",
1193
+ "options": [
1194
+ "One",
1195
+ "Two",
1196
+ "Three",
1197
+ "None of the above"
1198
+ ],
1199
+ "q_uid": "GX010029_Clip_6.mp4"
1200
+ },
1201
+ {
1202
+ "dimension": "Counting problems",
1203
+ "question": "How many individuals walk through the door on the right?",
1204
+ "options": [
1205
+ "One",
1206
+ "Two",
1207
+ "Three",
1208
+ "None of the above"
1209
+ ],
1210
+ "q_uid": "GX010029_Clip_6.mp4"
1211
+ },
1212
+ {
1213
+ "dimension": "Spatial perception",
1214
+ "question": "In which direction did the last two individuals walk?",
1215
+ "options": [
1216
+ "Towards the camera",
1217
+ "Toward the door",
1218
+ "Both a and b",
1219
+ "None of the above"
1220
+ ],
1221
+ "q_uid": "GX010029_Clip_6.mp4"
1222
+ },
1223
+ {
1224
+ "dimension": "Counting problems",
1225
+ "question": "How many people are wearing glasses?",
1226
+ "options": [
1227
+ "One",
1228
+ "Two",
1229
+ "Three",
1230
+ "None of the above"
1231
+ ],
1232
+ "q_uid": "GX010029_Clip_6.mp4"
1233
+ },
1234
+ {
1235
+ "dimension": "Counting problems",
1236
+ "question": "How many people walk through the white door that is on the right side?",
1237
+ "options": [
1238
+ "One",
1239
+ "Two",
1240
+ "Three",
1241
+ "None of the above"
1242
+ ],
1243
+ "q_uid": "GX010029_Clip_6.mp4"
1244
+ },
1245
+ {
1246
+ "dimension": "Spatial perception",
1247
+ "question": "In the scene, which direction are people walking on the stairs?",
1248
+ "options": [
1249
+ "Upwards",
1250
+ "Downwards",
1251
+ "Both a and b",
1252
+ "None of the above"
1253
+ ],
1254
+ "q_uid": "GX010030_Clip_2.mp4"
1255
+ },
1256
+ {
1257
+ "dimension": "Counting problems",
1258
+ "question": "How many people pass through the turnstiles?",
1259
+ "options": [
1260
+ "Two",
1261
+ "Three",
1262
+ "Four",
1263
+ "None of the above"
1264
+ ],
1265
+ "q_uid": "GX010030_Clip_2.mp4"
1266
+ },
1267
+ {
1268
+ "dimension": "Object recognition",
1269
+ "question": "In the scene, what objects are being held by the people passing through the turnstiles?",
1270
+ "options": [
1271
+ "Mobile phones",
1272
+ "Laptops",
1273
+ "Sheets of paper",
1274
+ "All of the above"
1275
+ ],
1276
+ "q_uid": "GX010030_Clip_2.mp4"
1277
+ },
1278
+ {
1279
+ "dimension": "Spatial perception",
1280
+ "question": "In a single turnstile, how many people could go through at once?",
1281
+ "options": [
1282
+ "One",
1283
+ "Two",
1284
+ "Three",
1285
+ "None of the above"
1286
+ ],
1287
+ "q_uid": "GX010030_Clip_2.mp4"
1288
+ },
1289
+ {
1290
+ "dimension": "Action Recognition",
1291
+ "question": "What is happening in the scene?",
1292
+ "options": [
1293
+ "People walking",
1294
+ "People standing",
1295
+ "A woman walking down stairs",
1296
+ "All of the above"
1297
+ ],
1298
+ "q_uid": "GX010030_Clip_2.mp4"
1299
+ },
1300
+ {
1301
+ "dimension": "Action Recognition",
1302
+ "question": "What is the man in the black outfit doing in the scene?",
1303
+ "options": [
1304
+ "dragging a trolley that has a paper on it.",
1305
+ "dragging the trolley that has a laptop on it.",
1306
+ "dragging the trolley that has a CPU on it.",
1307
+ "dragging the trolley that has a PC, paper, and CPU on it."
1308
+ ],
1309
+ "q_uid": "GX010069_Clip_7.mp4"
1310
+ },
1311
+ {
1312
+ "dimension": "Action Recognition",
1313
+ "question": "What happened after the door opened?",
1314
+ "options": [
1315
+ "people are walking inside one by one",
1316
+ "people are running",
1317
+ "a woman walked inside",
1318
+ "people are walking out one by one"
1319
+ ],
1320
+ "q_uid": "GX010029_Clip_3.mp4"
1321
+ },
1322
+ {
1323
+ "dimension": "Counting problems",
1324
+ "question": "How many people are entering the room without punching the card?",
1325
+ "options": [
1326
+ "3",
1327
+ "5",
1328
+ "4",
1329
+ "6"
1330
+ ],
1331
+ "q_uid": "GX010029_Clip_3.mp4"
1332
+ },
1333
+ {
1334
+ "dimension": "Counting problems",
1335
+ "question": "How many people pass the automatic door system?",
1336
+ "options": [
1337
+ "5",
1338
+ "6",
1339
+ "7",
1340
+ "8"
1341
+ ],
1342
+ "q_uid": "GX010030_Clip_5.mp4"
1343
+ },
1344
+ {
1345
+ "dimension": "Counting problems",
1346
+ "question": "How many people are wearing glasses in this scene?",
1347
+ "options": [
1348
+ "2",
1349
+ "1",
1350
+ "3",
1351
+ "4"
1352
+ ],
1353
+ "q_uid": "GX010029_Clip_10.mp4"
1354
+ },
1355
+ {
1356
+ "dimension": "Object recognition",
1357
+ "question": "What object are the people not holding in this scene?",
1358
+ "options": [
1359
+ "Monitor",
1360
+ "Clipboard",
1361
+ "Folded chair",
1362
+ "Bottle"
1363
+ ],
1364
+ "q_uid": "GX010029_Clip_10.mp4"
1365
+ },
1366
+ {
1367
+ "dimension": "Spatial perception",
1368
+ "question": "What direction does the first person exiting the room walk towards?",
1369
+ "options": [
1370
+ "Right",
1371
+ "Straight",
1372
+ "Left",
1373
+ "The person stands still"
1374
+ ],
1375
+ "q_uid": "GX010029_Clip_10.mp4"
1376
+ },
1377
+ {
1378
+ "dimension": "Counting problems",
1379
+ "question": "How many people come out of the door?",
1380
+ "options": [
1381
+ "2",
1382
+ "1",
1383
+ "3",
1384
+ "4"
1385
+ ],
1386
+ "q_uid": "GX010029_Clip_10.mp4"
1387
+ },
1388
+ {
1389
+ "dimension": "Object recognition",
1390
+ "question": "What is the person wearing white shoes and a blue top crossing the gates carrying?",
1391
+ "options": [
1392
+ "A backpack",
1393
+ "A fanny pack",
1394
+ "A laptop",
1395
+ "A paper"
1396
+ ],
1397
+ "q_uid": "GX010012_Clip_3.mp4"
1398
+ },
1399
+ {
1400
+ "dimension": "Counting problems",
1401
+ "question": "How many people go down the stairs holding a cup?",
1402
+ "options": [
1403
+ "1",
1404
+ "3",
1405
+ "2",
1406
+ "0"
1407
+ ],
1408
+ "q_uid": "GX010012_Clip_3.mp4"
1409
+ },
1410
+ {
1411
+ "dimension": "Action Recognition",
1412
+ "question": "What happens after the 9th second?",
1413
+ "options": [
1414
+ "A man in a green T-shirts runs a little bit",
1415
+ "A man in a white T-shirt walks ahead",
1416
+ "The gates open for the man in a white T-shirt",
1417
+ "A person goes up the stairs"
1418
+ ],
1419
+ "q_uid": "GX010012_Clip_3.mp4"
1420
+ },
1421
+ {
1422
+ "dimension": "Spatial reasoning",
1423
+ "question": "Can two people fit between the gates at once to get through?",
1424
+ "options": [
1425
+ "Yes",
1426
+ "No"
1427
+ ],
1428
+ "q_uid": "GX010012_Clip_3.mp4"
1429
+ },
1430
+ {
1431
+ "dimension": "Counting problems",
1432
+ "question": "How many people hold cards at the gate to get through it?",
1433
+ "options": [
1434
+ "2",
1435
+ "1",
1436
+ "4",
1437
+ "3"
1438
+ ],
1439
+ "q_uid": "GX010012_Clip_3.mp4"
1440
+ },
1441
+ {
1442
+ "dimension": "Object recognition",
1443
+ "question": "In the scene, where did the man wearing a green shirt put his phone before leaving?",
1444
+ "options": [
1445
+ "In his pant pocket",
1446
+ "In a blue bag hanging around his shoulders",
1447
+ "In his shirt pocket",
1448
+ "None of the above"
1449
+ ],
1450
+ "q_uid": "GX010069_Clip_8.mp4"
1451
+ },
1452
+ {
1453
+ "dimension": "Spatial reasoning",
1454
+ "question": "How many people can enter the white door at once while entering in the same orientation as those entering?",
1455
+ "options": [
1456
+ "One",
1457
+ "Two",
1458
+ "Three",
1459
+ "None of the above"
1460
+ ],
1461
+ "q_uid": "GX010069_Clip_8.mp4"
1462
+ },
1463
+ {
1464
+ "dimension": "Action Recognition",
1465
+ "question": "What is happening in the scene?",
1466
+ "options": [
1467
+ "People walking",
1468
+ "People knocking on a door",
1469
+ "People opening and walking through a door",
1470
+ "All of the above"
1471
+ ],
1472
+ "q_uid": "GX010069_Clip_8.mp4"
1473
+ },
1474
+ {
1475
+ "dimension": "Counting problems",
1476
+ "question": "What's the total number of people that walk in the three lanes?",
1477
+ "options": [
1478
+ "4",
1479
+ "6",
1480
+ "5",
1481
+ "7"
1482
+ ],
1483
+ "q_uid": "GX010012_Clip_5.mp4"
1484
+ },
1485
+ {
1486
+ "dimension": "Attribute perception",
1487
+ "question": "What is the color of the man's t-shirt that's walking in the middle lane with a bag?",
1488
+ "options": [
1489
+ "Black",
1490
+ "Green",
1491
+ "Red",
1492
+ "Gray"
1493
+ ],
1494
+ "q_uid": "GX010012_Clip_5.mp4"
1495
+ },
1496
+ {
1497
+ "dimension": "Action Recognition",
1498
+ "question": "Why is the man in a white outfit carrying an object with one hand when he re-enters the hallway?",
1499
+ "options": [
1500
+ "The man is helping another man with his other hand.",
1501
+ "The object is small in size and can be carried with one hand.",
1502
+ "The man has to keep his other hand free to high-five.",
1503
+ "The man is holding another object in his other hand."
1504
+ ],
1505
+ "q_uid": "GX010069_Clip_11.mp4"
1506
+ },
1507
+ {
1508
+ "dimension": "Action reasoning",
1509
+ "question": "Why is the man opening the door with his leg?",
1510
+ "options": [
1511
+ "The man is disabled.",
1512
+ "The man is holding a child.",
1513
+ "The man is holding an object with both hands.",
1514
+ "The man's hands are dirty."
1515
+ ],
1516
+ "q_uid": "GX010069_Clip_11.mp4"
1517
+ },
1518
+ {
1519
+ "dimension": "Counting problems",
1520
+ "question": "How many people went left, right, and center after passing the system?",
1521
+ "options": [
1522
+ "left-2, right-2, center-1",
1523
+ "left-1, right-1, center-3",
1524
+ "left-1, right-2, center-2",
1525
+ "left-3 and right-2, center-1"
1526
+ ],
1527
+ "q_uid": "GX010070_Clip_4.mp4"
1528
+ },
1529
+ {
1530
+ "dimension": "Counting problems",
1531
+ "question": "How many people fold their hands at least once during this segment?",
1532
+ "options": [
1533
+ "1",
1534
+ "2",
1535
+ "3",
1536
+ "none of the above"
1537
+ ],
1538
+ "q_uid": "GX010070_Clip_4.mp4"
1539
+ },
1540
+ {
1541
+ "dimension": "Action Recognition",
1542
+ "question": "Which of the activities were not performed in the video?",
1543
+ "options": [
1544
+ "people walking",
1545
+ "people speaking to each other",
1546
+ "people standing next to each other",
1547
+ "people doing handshakes"
1548
+ ],
1549
+ "q_uid": "GX010070_Clip_4.mp4"
1550
+ },
1551
+ {
1552
+ "dimension": "Action reasoning",
1553
+ "question": "Why did the man wearing a green t-shirt wait outside the room?",
1554
+ "options": [
1555
+ "Waited for permission",
1556
+ "He forgot the key",
1557
+ "The room was crowded",
1558
+ "Waited for others to enter"
1559
+ ],
1560
+ "q_uid": "GX010069_Clip_1.mp4"
1561
+ },
1562
+ {
1563
+ "dimension": "Attribute perception",
1564
+ "question": "What is the outfit color of the fifth person entering the room?",
1565
+ "options": [
1566
+ "Black",
1567
+ "Green",
1568
+ "White",
1569
+ "Brown"
1570
+ ],
1571
+ "q_uid": "GX010069_Clip_1.mp4"
1572
+ },
1573
+ {
1574
+ "dimension": "Action Recognition",
1575
+ "question": "Which of these actions were not performed by the man wearing a green t-shirt after approaching the door?",
1576
+ "options": [
1577
+ "Shows a badge infront of the scanner",
1578
+ "Turns the door handle",
1579
+ "Pulls the door",
1580
+ "Pushes the door"
1581
+ ],
1582
+ "q_uid": "GX010069_Clip_1.mp4"
1583
+ },
1584
+ {
1585
+ "dimension": "Counting problems",
1586
+ "question": "How many people wearing bags entered the room?",
1587
+ "options": [
1588
+ "Eleven",
1589
+ "Four",
1590
+ "Three",
1591
+ "Two"
1592
+ ],
1593
+ "q_uid": "GX010069_Clip_1.mp4"
1594
+ },
1595
+ {
1596
+ "dimension": "Counting problems",
1597
+ "question": "What is the ratio of women to men coming out of a room?",
1598
+ "options": [
1599
+ "11:1",
1600
+ "1:11",
1601
+ "1:10",
1602
+ "10:1"
1603
+ ],
1604
+ "q_uid": "GX010029_Clip_2.mp4"
1605
+ },
1606
+ {
1607
+ "dimension": "Object recognition",
1608
+ "question": "A man in glasses and a black jacket comes out of the room at tenth position what is he carrying in his hands?",
1609
+ "options": [
1610
+ "Notebook in both the hands",
1611
+ "A notebook in the right hand and a device in the left hand",
1612
+ "A notebook in the left hand and a device in the right hand",
1613
+ "Just a notebook in the left hand."
1614
+ ],
1615
+ "q_uid": "GX010029_Clip_2.mp4"
1616
+ },
1617
+ {
1618
+ "dimension": "Action Recognition",
1619
+ "question": "At what timestamp does the man in white upper wear and a black pant opens the door of another room?",
1620
+ "options": [
1621
+ "20 seconds",
1622
+ "33 seconds",
1623
+ "40 seconds",
1624
+ "48 seconds"
1625
+ ],
1626
+ "q_uid": "GX010029_Clip_2.mp4"
1627
+ },
1628
+ {
1629
+ "dimension": "Action Recognition",
1630
+ "question": "Is there any pattern the people are following while entering another room?",
1631
+ "options": [
1632
+ "Yes, firstly a man enters and then a woman.",
1633
+ "Yes, people are entering the room alternatively.",
1634
+ "No one enters into another room.",
1635
+ "No, they are randomly entering the room."
1636
+ ],
1637
+ "q_uid": "GX010029_Clip_2.mp4"
1638
+ },
1639
+ {
1640
+ "dimension": "Object recognition",
1641
+ "question": "Are the people interacting with each other while walking?",
1642
+ "options": [
1643
+ "Yes",
1644
+ "No"
1645
+ ],
1646
+ "q_uid": "GX010029_Clip_2.mp4"
1647
+ },
1648
+ {
1649
+ "dimension": "Counting problems",
1650
+ "question": "After how many men does a woman exit the room?",
1651
+ "options": [
1652
+ "10",
1653
+ "3",
1654
+ "6",
1655
+ "2"
1656
+ ],
1657
+ "q_uid": "GX010029_Clip_2.mp4"
1658
+ },
1659
+ {
1660
+ "dimension": "Attribute perception",
1661
+ "question": "Describe the person who opens the white door.",
1662
+ "options": [
1663
+ "A man in a green T-shirt and a white pant with a hat",
1664
+ "A man in a black pant and blue T-shirt",
1665
+ "A man in a green t-shirt and a black pant wearing glasses",
1666
+ "A man carrying a bag in a blue outfit"
1667
+ ],
1668
+ "q_uid": "GX010029_Clip_2.mp4"
1669
+ },
1670
+ {
1671
+ "dimension": "Counting problems",
1672
+ "question": "How many people are coming out of a room?",
1673
+ "options": [
1674
+ "11",
1675
+ "15",
1676
+ "20",
1677
+ "18"
1678
+ ],
1679
+ "q_uid": "GX010029_Clip_2.mp4"
1680
+ },
1681
+ {
1682
+ "dimension": "Spatial reasoning",
1683
+ "question": "How many people can walk out of the door simultaneously if they walk the same as shown in the scene?",
1684
+ "options": [
1685
+ "0",
1686
+ "1",
1687
+ "2",
1688
+ "Can't be determined"
1689
+ ],
1690
+ "q_uid": "GX010069_Clip_5.mp4"
1691
+ },
1692
+ {
1693
+ "dimension": "Action Recognition",
1694
+ "question": "What is happening in the scene?",
1695
+ "options": [
1696
+ "Three men are walking out of the room.",
1697
+ "Three men walked out of the room, with only one man with empty hands.",
1698
+ "Three men walked out of the room while all holding boxes in their hands.",
1699
+ "Three men walked out of the room while only two men were holding the boxes."
1700
+ ],
1701
+ "q_uid": "GX010069_Clip_5.mp4"
1702
+ },
1703
+ {
1704
+ "dimension": "Counting problems",
1705
+ "question": "How many people walk out of the room while holding a box in their hand?",
1706
+ "options": [
1707
+ "0",
1708
+ "2",
1709
+ "1",
1710
+ "3"
1711
+ ],
1712
+ "q_uid": "GX010069_Clip_5.mp4"
1713
+ },
1714
+ {
1715
+ "dimension": "Action Recognition",
1716
+ "question": "Is the person going downstairs with their right hand on the brown railing?",
1717
+ "options": [
1718
+ "Yes",
1719
+ "There is no railing",
1720
+ "No",
1721
+ "Their hand is on the railing, half way down the stairs"
1722
+ ],
1723
+ "q_uid": "GX010012_Clip_4.mp4"
1724
+ },
1725
+ {
1726
+ "dimension": "Counting problems",
1727
+ "question": "How many people's full body is not visible throughout the segment?",
1728
+ "options": [
1729
+ "1",
1730
+ "2",
1731
+ "7",
1732
+ "3"
1733
+ ],
1734
+ "q_uid": "GX010012_Clip_4.mp4"
1735
+ },
1736
+ {
1737
+ "dimension": "Spatial perception",
1738
+ "question": "Does any person walk in the direction of the camera when passing through the gates?",
1739
+ "options": [
1740
+ "Yes, one person",
1741
+ "Yes, two people",
1742
+ "Yes, three people",
1743
+ "No, no one"
1744
+ ],
1745
+ "q_uid": "GX010030_Clip_3.mp4"
1746
+ },
1747
+ {
1748
+ "dimension": "Scene perception",
1749
+ "question": "Describe what is happening in the scene",
1750
+ "options": [
1751
+ "People are walking through the gates, then they go and stand",
1752
+ "People are walking through the gates",
1753
+ "People are standing in a group",
1754
+ "People are walking through the gates, then they climb stairs and stand"
1755
+ ],
1756
+ "q_uid": "GX010030_Clip_3.mp4"
1757
+ },
1758
+ {
1759
+ "dimension": "Object recognition",
1760
+ "question": "Which of these objects are not visible in the scene?",
1761
+ "options": [
1762
+ "Plant",
1763
+ "Papers",
1764
+ "Bag",
1765
+ "Water bottle"
1766
+ ],
1767
+ "q_uid": "GX010030_Clip_3.mp4"
1768
+ },
1769
+ {
1770
+ "dimension": "Counting problems",
1771
+ "question": "What is the largest number of people who walk through the gate without it closing?",
1772
+ "options": [
1773
+ "Two",
1774
+ "Four",
1775
+ "Three",
1776
+ "One"
1777
+ ],
1778
+ "q_uid": "GX010030_Clip_3.mp4"
1779
+ },
1780
+ {
1781
+ "dimension": "Object recognition",
1782
+ "question": "Which of these objects is not visible?",
1783
+ "options": [
1784
+ "Laptop",
1785
+ "Suitcase",
1786
+ "Hand watch",
1787
+ "Speakers"
1788
+ ],
1789
+ "q_uid": "GX010070_Clip_3.mp4"
1790
+ },
1791
+ {
1792
+ "dimension": "Action reasoning",
1793
+ "question": "Which law was violated in this scene?",
1794
+ "options": [
1795
+ "People walked through gates without scanning anything",
1796
+ "People were forcefully opening closed gates",
1797
+ "People were jumping over closed gates",
1798
+ "No rules were broken"
1799
+ ],
1800
+ "q_uid": "GX010070_Clip_3.mp4"
1801
+ },
1802
+ {
1803
+ "dimension": "Counting problems",
1804
+ "question": "How many people walked through the gates without scanning anything?",
1805
+ "options": [
1806
+ "seven",
1807
+ "six",
1808
+ "five",
1809
+ "four"
1810
+ ],
1811
+ "q_uid": "GX010070_Clip_3.mp4"
1812
+ },
1813
+ {
1814
+ "dimension": "Action Recognition",
1815
+ "question": "Which of these actions are not happening in the scene?",
1816
+ "options": [
1817
+ "People are scanning their cards",
1818
+ "Running",
1819
+ "Climbing stairs",
1820
+ "People are closing doors"
1821
+ ],
1822
+ "q_uid": "GX010070_Clip_3.mp4"
1823
+ },
1824
+ {
1825
+ "dimension": "Counting problems",
1826
+ "question": "How many people come out from the left side that has the brown wall?",
1827
+ "options": [
1828
+ "1",
1829
+ "2",
1830
+ "3",
1831
+ "0"
1832
+ ],
1833
+ "q_uid": "GX010070_Clip_1.mp4"
1834
+ },
1835
+ {
1836
+ "dimension": "Object recognition",
1837
+ "question": "What kind of bag is the man in the green t-shirt carrying?",
1838
+ "options": [
1839
+ "Backpack",
1840
+ "Suitcase",
1841
+ "Handbag",
1842
+ "Slingbag"
1843
+ ],
1844
+ "q_uid": "GX010070_Clip_1.mp4"
1845
+ },
1846
+ {
1847
+ "dimension": "Counting problems",
1848
+ "question": "How many people in total walk through the lanes?",
1849
+ "options": [
1850
+ "4",
1851
+ "5",
1852
+ "6",
1853
+ "7"
1854
+ ],
1855
+ "q_uid": "GX010070_Clip_1.mp4"
1856
+ },
1857
+ {
1858
+ "dimension": "Object recognition",
1859
+ "question": "What is the object in the hand of the person in the video segment who is going through the right transparent gate?",
1860
+ "options": [
1861
+ "A mobile phone",
1862
+ "A bag",
1863
+ "A jacket",
1864
+ "None of the above"
1865
+ ],
1866
+ "q_uid": "GX010030_Clip_1.mp4"
1867
+ },
1868
+ {
1869
+ "dimension": "Action reasoning",
1870
+ "question": "In the video segment, why did the man in the black jacket ask the woman in the pink outfit to pass through a different transparent gate?",
1871
+ "options": [
1872
+ "One of the transparent gates was not working",
1873
+ "There is crowd at one transparent gate",
1874
+ "Only one person at a time can pass through a transparent gate",
1875
+ "None of the above"
1876
+ ],
1877
+ "q_uid": "GX010030_Clip_1.mp4"
1878
+ },
1879
+ {
1880
+ "dimension": "Attribute perception",
1881
+ "question": "What is the color of the object that the man in the white T-shirt is carrying?",
1882
+ "options": [
1883
+ "Silver",
1884
+ "Black",
1885
+ "Red",
1886
+ "Gold"
1887
+ ],
1888
+ "q_uid": "GX010029_Clip_11.mp4"
1889
+ },
1890
+ {
1891
+ "dimension": "Counting problems",
1892
+ "question": "How many people are carrying objects and walking?",
1893
+ "options": [
1894
+ "1",
1895
+ "2",
1896
+ "3",
1897
+ "4"
1898
+ ],
1899
+ "q_uid": "GX010029_Clip_11.mp4"
1900
+ },
1901
+ {
1902
+ "dimension": "Counting problems",
1903
+ "question": "How many people are carrying brown boxes in the segment?",
1904
+ "options": [
1905
+ "3",
1906
+ "2",
1907
+ "1",
1908
+ "4"
1909
+ ],
1910
+ "q_uid": "GX010070_Clip_2.mp4"
1911
+ },
1912
+ {
1913
+ "dimension": "Object recognition",
1914
+ "question": "What is the eighth person going through the gate holding in their hand?",
1915
+ "options": [
1916
+ "A bag",
1917
+ "A card",
1918
+ "Papers",
1919
+ "Books"
1920
+ ],
1921
+ "q_uid": "GX010070_Clip_2.mp4"
1922
+ },
1923
+ {
1924
+ "dimension": "Counting problems",
1925
+ "question": "How many gates are there through which people pass by?",
1926
+ "options": [
1927
+ "1",
1928
+ "3",
1929
+ "5",
1930
+ "4"
1931
+ ],
1932
+ "q_uid": "GX010070_Clip_2.mp4"
1933
+ },
1934
+ {
1935
+ "dimension": "Counting problems",
1936
+ "question": "How many of the individuals were wearing spectacles?",
1937
+ "options": [
1938
+ "5",
1939
+ "7",
1940
+ "4",
1941
+ "6"
1942
+ ],
1943
+ "q_uid": "GX010069_Clip_2.mp4"
1944
+ },
1945
+ {
1946
+ "dimension": "Action reasoning",
1947
+ "question": "Did the 10th person turn to their left after coming out of the white door?",
1948
+ "options": [
1949
+ "Yes",
1950
+ "No"
1951
+ ],
1952
+ "q_uid": "GX010069_Clip_2.mp4"
1953
+ },
1954
+ {
1955
+ "dimension": "Counting problems",
1956
+ "question": "How many people in total walked out of the room?",
1957
+ "options": [
1958
+ "5",
1959
+ "11",
1960
+ "9",
1961
+ "10"
1962
+ ],
1963
+ "q_uid": "GX010069_Clip_2.mp4"
1964
+ },
1965
+ {
1966
+ "dimension": "Object recognition",
1967
+ "question": "Which items are shown in the video?",
1968
+ "options": [
1969
+ "Metal rods",
1970
+ "Brown boxes",
1971
+ "A white desk",
1972
+ "All of the above"
1973
+ ],
1974
+ "q_uid": "GX010011_Clip_3.mp4"
1975
+ },
1976
+ {
1977
+ "dimension": "Counting problems",
1978
+ "question": "How many people are wearing spectacles?",
1979
+ "options": [
1980
+ "Two",
1981
+ "Three",
1982
+ "Four",
1983
+ "None of the above"
1984
+ ],
1985
+ "q_uid": "GX010011_Clip_3.mp4"
1986
+ },
1987
+ {
1988
+ "dimension": "Counting problems",
1989
+ "question": "How many persons walk through the hallway?",
1990
+ "options": [
1991
+ "3",
1992
+ "4",
1993
+ "5",
1994
+ "None of the above"
1995
+ ],
1996
+ "q_uid": "GX010011_Clip_3.mp4"
1997
+ },
1998
+ {
1999
+ "dimension": "Action reasoning",
2000
+ "question": "What happened to the exterior silver knob of the door when the door opened from the inside?",
2001
+ "options": [
2002
+ "It turned to its right",
2003
+ "A green light blinked from it",
2004
+ "It remained still",
2005
+ "It turned to its left"
2006
+ ],
2007
+ "q_uid": "GX010011_Clip_5.mp4"
2008
+ },
2009
+ {
2010
+ "dimension": "Spatial reasoning",
2011
+ "question": "Could all three of the men walk side-by-side together through the corridor?",
2012
+ "options": [
2013
+ "Yes",
2014
+ "No",
2015
+ "Maybe",
2016
+ "Uncertain"
2017
+ ],
2018
+ "q_uid": "GX010011_Clip_5.mp4"
2019
+ },
2020
+ {
2021
+ "dimension": "Action Recognition",
2022
+ "question": "Which of the actions were not performed in the segment?",
2023
+ "options": [
2024
+ "knocking on the door",
2025
+ "looking at the phone",
2026
+ "speaking to each other",
2027
+ "shaking their hands"
2028
+ ],
2029
+ "q_uid": "GX010029_Clip_8.mp4"
2030
+ },
2031
+ {
2032
+ "dimension": "Object recognition",
2033
+ "question": "Which of the items did it not see in the video?",
2034
+ "options": [
2035
+ "watch",
2036
+ "paper",
2037
+ "phone",
2038
+ "wallet"
2039
+ ],
2040
+ "q_uid": "GX010029_Clip_8.mp4"
2041
+ },
2042
+ {
2043
+ "dimension": "Action Recognition",
2044
+ "question": "Which of the activities were not performed in the video?",
2045
+ "options": [
2046
+ "Walking",
2047
+ "People greeting others",
2048
+ "People scanning their card",
2049
+ "People do handshakes"
2050
+ ],
2051
+ "q_uid": "GX010011_Clip_1.mp4"
2052
+ },
2053
+ {
2054
+ "dimension": "Attribute perception",
2055
+ "question": "Describe what the second last person to enter the room is wearing.",
2056
+ "options": [
2057
+ "Black jacket, t-shirt, pants, and white shoes",
2058
+ "White sweatshirt and black pants and shoes",
2059
+ "Lime T-shirt and black shoes and pants",
2060
+ "Green T-shirt, blue jeans, and black shoes"
2061
+ ],
2062
+ "q_uid": "GX010011_Clip_1.mp4"
2063
+ },
2064
+ {
2065
+ "dimension": "Scene perception",
2066
+ "question": "What is happening in the scene?",
2067
+ "options": [
2068
+ "People are walking in a room while a person holds the door open",
2069
+ "People are walking in a room and sitting in chairs",
2070
+ "People are exiting a building",
2071
+ "People are walking in a room and standing, while a person is standing at the door"
2072
+ ],
2073
+ "q_uid": "GX010011_Clip_1.mp4"
2074
+ },
2075
+ {
2076
+ "dimension": "Action reasoning",
2077
+ "question": "Identify which person changes lanes during the video segment.",
2078
+ "options": [
2079
+ "The driver",
2080
+ "The passenger",
2081
+ "The cyclist",
2082
+ "The pedestrian"
2083
+ ],
2084
+ "q_uid": "GX010070.mp4"
2085
+ },
2086
+ {
2087
+ "dimension": "Counting problems",
2088
+ "question": "Among all the transparent gateways, identify the one with the highest number of people passing through.",
2089
+ "options": [
2090
+ "3",
2091
+ "2",
2092
+ "1",
2093
+ "4"
2094
+ ],
2095
+ "q_uid": "GX010070.mp4"
2096
+ },
2097
+ {
2098
+ "dimension": "Action Recognition",
2099
+ "question": "What is happening in the scene?",
2100
+ "options": [
2101
+ "Four people carrying boxes are walking",
2102
+ "Four people are talking each other",
2103
+ "Three people carrying boxes are walking",
2104
+ "Three people are talking each other"
2105
+ ],
2106
+ "q_uid": "GX010029_Clip_5.mp4"
2107
+ },
2108
+ {
2109
+ "dimension": "Action Recognition",
2110
+ "question": "What happens from the 9th second to the 10th second?",
2111
+ "options": [
2112
+ "A man wearing white outfit walks out of the room and closes the door",
2113
+ "A man wearing black outfit walks out of the room",
2114
+ "A man wearing white outfit walks through the corridor",
2115
+ "A man wearing black outfit opens the door and walks out of the room"
2116
+ ],
2117
+ "q_uid": "GX010029_Clip_5.mp4"
2118
+ },
2119
+ {
2120
+ "dimension": "Attribute perception",
2121
+ "question": "What is the outfit color of the man carrying a box wrapped with blue packing tape on the sides?",
2122
+ "options": [
2123
+ "White",
2124
+ "Green",
2125
+ "Brown",
2126
+ "Black"
2127
+ ],
2128
+ "q_uid": "GX010029_Clip_5.mp4"
2129
+ },
2130
+ {
2131
+ "dimension": "Counting problems",
2132
+ "question": "How many open boxes are carried by the men?",
2133
+ "options": [
2134
+ "One",
2135
+ "Two",
2136
+ "Three",
2137
+ "None"
2138
+ ],
2139
+ "q_uid": "GX010029_Clip_5.mp4"
2140
+ },
2141
+ {
2142
+ "dimension": "Action Recognition",
2143
+ "question": "What is the person doing in the video?",
2144
+ "options": [
2145
+ "Pulling a trolley",
2146
+ "Opening a door",
2147
+ "Both a and b",
2148
+ "None of the above"
2149
+ ],
2150
+ "q_uid": "GX010029_Clip_7.mp4"
2151
+ },
2152
+ {
2153
+ "dimension": "Spatial reasoning",
2154
+ "question": "What caused the trolley to be momentarily blocked while entering the door?",
2155
+ "options": [
2156
+ "A person stopped pulling the door",
2157
+ "Because the width of the trolley and the door are comparable, the trolley must be rotated to fit through the door",
2158
+ "An object blocking the door",
2159
+ "None of the above"
2160
+ ],
2161
+ "q_uid": "GX010029_Clip_7.mp4"
2162
+ },
2163
+ {
2164
+ "dimension": "Action Recognition",
2165
+ "question": "What happened after the door opened?",
2166
+ "options": [
2167
+ "People were walking out of the door one by one.",
2168
+ "People were running.",
2169
+ "People were sitting and watching the door.",
2170
+ "None of the above."
2171
+ ],
2172
+ "q_uid": "GX010011_Clip_2.mp4"
2173
+ },
2174
+ {
2175
+ "dimension": "Counting problems",
2176
+ "question": "How many people went to the left and right after exiting the door?",
2177
+ "options": [
2178
+ "left - 9 and right - 2",
2179
+ "left - 5 and right - 4",
2180
+ "left - 7 and right - 3",
2181
+ "none of the above"
2182
+ ],
2183
+ "q_uid": "GX010011_Clip_2.mp4"
2184
+ },
2185
+ {
2186
+ "dimension": "Action Recognition",
2187
+ "question": "Which of the actions were not performed in the segment?",
2188
+ "options": [
2189
+ "A person gives another person some papers",
2190
+ "A person lifts object",
2191
+ "A person opens a door",
2192
+ "A person closes a door"
2193
+ ],
2194
+ "q_uid": "GX010011_Clip_10.mp4"
2195
+ },
2196
+ {
2197
+ "dimension": "Spatial perception",
2198
+ "question": "What directions did the people go after exiting the room?",
2199
+ "options": [
2200
+ "The man with a black box went away from the camera, while the man with a monitor went towards it",
2201
+ "The man with a black box went towards the camera while the man with a monitor went away from it",
2202
+ "They both went towards the camera",
2203
+ "They both went away from the camera"
2204
+ ],
2205
+ "q_uid": "GX010011_Clip_10.mp4"
2206
+ },
2207
+ {
2208
+ "dimension": "Action reasoning",
2209
+ "question": "How was the door opened?",
2210
+ "options": [
2211
+ "A man pushed it",
2212
+ "The door has sensors",
2213
+ "A man scans on a black device",
2214
+ "It was already opened"
2215
+ ],
2216
+ "q_uid": "GX010069_Clip_6.mp4"
2217
+ },
2218
+ {
2219
+ "dimension": "Spatial perception",
2220
+ "question": "In what direction does the third man in the scene turn to enter a room?",
2221
+ "options": [
2222
+ "left, but the viewer's right",
2223
+ "Right",
2224
+ "North",
2225
+ "South"
2226
+ ],
2227
+ "q_uid": "GX010069_Clip_6.mp4"
2228
+ },
2229
+ {
2230
+ "dimension": "Counting problems",
2231
+ "question": "How many people enter the room?",
2232
+ "options": [
2233
+ "5",
2234
+ "4",
2235
+ "3",
2236
+ "6"
2237
+ ],
2238
+ "q_uid": "GX010069_Clip_6.mp4"
2239
+ },
2240
+ {
2241
+ "dimension": "Counting problems",
2242
+ "question": "How many individuals in total enter the room in the segment?",
2243
+ "options": [
2244
+ "Four individuals",
2245
+ "Five individuals",
2246
+ "Six individuals",
2247
+ "Seven individuals"
2248
+ ],
2249
+ "q_uid": "GX010069_Clip_9.mp4"
2250
+ },
2251
+ {
2252
+ "dimension": "Action reasoning",
2253
+ "question": "Why are the individuals seen pushing cards against the black rectangular object on the white wall in the segment?",
2254
+ "options": [
2255
+ "They authenticate their cards for unlocking the door and enter it",
2256
+ "They push the card to make the white wall attractive",
2257
+ "They push the card to change the color of the door knob",
2258
+ "None of the above"
2259
+ ],
2260
+ "q_uid": "GX010069_Clip_9.mp4"
2261
+ },
2262
+ {
2263
+ "dimension": "OCR problems",
2264
+ "question": "What are the alphanumeric symbols on the square white panel above the rectangular black object on the white wall in the segment?",
2265
+ "options": [
2266
+ "L1-5052",
2267
+ "L1-E032",
2268
+ "L1-E0E2",
2269
+ "L1-3032"
2270
+ ],
2271
+ "q_uid": "GX010069_Clip_9.mp4"
2272
+ },
2273
+ {
2274
+ "dimension": "Spatial perception",
2275
+ "question": "What lanes allow access for the individuals to pass through?",
2276
+ "options": [
2277
+ "The first, second, and third lanes from the left side",
2278
+ "The second, third, and fourth lanes from the left side with green lights",
2279
+ "The third, fourth, and fifth lanes from the left side",
2280
+ "None of the above"
2281
+ ],
2282
+ "q_uid": "GX010012_Clip_2.mp4"
2283
+ },
2284
+ {
2285
+ "dimension": "Object recognition",
2286
+ "question": "What are the three individuals seen carrying down the staircase?",
2287
+ "options": [
2288
+ "(A) Yellow boxes and a suitcase",
2289
+ "(B) Green trolleys and a camera",
2290
+ "(C) Red boxes and a camera",
2291
+ "(D) Purple boxes and a suitcase"
2292
+ ],
2293
+ "q_uid": "GX010012_Clip_2.mp4"
2294
+ },
2295
+ {
2296
+ "dimension": "Object recognition",
2297
+ "question": "What object does the woman entering through the third lane hold in her hand?",
2298
+ "options": [
2299
+ "A television",
2300
+ "A partially folded laptop",
2301
+ "A book",
2302
+ "A bag"
2303
+ ],
2304
+ "q_uid": "GX010012_Clip_2.mp4"
2305
+ },
2306
+ {
2307
+ "dimension": "Counting problems",
2308
+ "question": "How many individuals walk down the stairs from the timestamp of 1 second to the timestamp of 13 seconds within the specified time segment?",
2309
+ "options": [
2310
+ "1",
2311
+ "2",
2312
+ "3",
2313
+ "4"
2314
+ ],
2315
+ "q_uid": "GX010012_Clip_2.mp4"
2316
+ },
2317
+ {
2318
+ "dimension": "Attribute perception",
2319
+ "question": "What is the outfit color of the man walking through the corridor at last?",
2320
+ "options": [
2321
+ "White",
2322
+ "Blue",
2323
+ "Red",
2324
+ "Black"
2325
+ ],
2326
+ "q_uid": "GX010011_Clip_6.mp4"
2327
+ },
2328
+ {
2329
+ "dimension": "Spatial perception",
2330
+ "question": "Which of these directions have the men in the segment not taken?",
2331
+ "options": [
2332
+ "Turns left and enters the room",
2333
+ "Walks straight in the corridor",
2334
+ "Turns left and leaves the corridor",
2335
+ "Turns right and leaves the corridor"
2336
+ ],
2337
+ "q_uid": "GX010011_Clip_6.mp4"
2338
+ },
2339
+ {
2340
+ "dimension": "Action Recognition",
2341
+ "question": "How many times was the door closed in the segment?",
2342
+ "options": [
2343
+ "One",
2344
+ "Two",
2345
+ "Three",
2346
+ "Four"
2347
+ ],
2348
+ "q_uid": "GX010011_Clip_6.mp4"
2349
+ },
2350
+ {
2351
+ "dimension": "Action reasoning",
2352
+ "question": "Why did two men walk through the corridor?",
2353
+ "options": [
2354
+ "As a workout exercise",
2355
+ "To talk each other",
2356
+ "To enter a room",
2357
+ "To leave the building"
2358
+ ],
2359
+ "q_uid": "GX010011_Clip_6.mp4"
2360
+ },
2361
+ {
2362
+ "dimension": "Action Recognition",
2363
+ "question": "What did the man wearing a red long-sleeved t-shirt do initially after approaching to the door?",
2364
+ "options": [
2365
+ "Pushed the door",
2366
+ "Insert the key on the door",
2367
+ "Turns the door handle",
2368
+ "Shows a badge in front of a scanner"
2369
+ ],
2370
+ "q_uid": "GX010011_Clip_6.mp4"
2371
+ },
2372
+ {
2373
+ "dimension": "Action Recognition",
2374
+ "question": "How many people walked and crossed the man wearing a green t-shirt?",
2375
+ "options": [
2376
+ "One",
2377
+ "Two",
2378
+ "Three",
2379
+ "Four"
2380
+ ],
2381
+ "q_uid": "GX010011_Clip_6.mp4"
2382
+ },
2383
+ {
2384
+ "dimension": "Action Recognition",
2385
+ "question": "What did the man in the black outfit do after stopping in front of the closed white door?",
2386
+ "options": [
2387
+ "He knocked on the door with his hand.",
2388
+ "He placed a card on a black device attached beside the door on the wall.",
2389
+ "He pressed the bell on the wall.",
2390
+ "He turned the knob on the door and opened it."
2391
+ ],
2392
+ "q_uid": "GX010011_Clip_7.mp4"
2393
+ },
2394
+ {
2395
+ "dimension": "Attribute perception",
2396
+ "question": "What objects are kept on the silver trolley?",
2397
+ "options": [
2398
+ "A black monitor screen and a black CPU",
2399
+ "Two black cabinets",
2400
+ "Two black boxes",
2401
+ "A black speaker and a monitor screen"
2402
+ ],
2403
+ "q_uid": "GX010011_Clip_7.mp4"
2404
+ },
2405
+ {
2406
+ "dimension": "Spatial reasoning",
2407
+ "question": "How many people, walking in the same orientations as the scene, could fit through the transparent door at once?",
2408
+ "options": [
2409
+ "One",
2410
+ "Two",
2411
+ "Three",
2412
+ "None of the above"
2413
+ ],
2414
+ "q_uid": "GX010030_Clip_4.mp4"
2415
+ },
2416
+ {
2417
+ "dimension": "Counting problems",
2418
+ "question": "How many people passed through the transparent doors?",
2419
+ "options": [
2420
+ "3",
2421
+ "4",
2422
+ "5",
2423
+ "None of the above"
2424
+ ],
2425
+ "q_uid": "GX010030_Clip_4.mp4"
2426
+ },
2427
+ {
2428
+ "dimension": "Action Recognition",
2429
+ "question": "What is happening in the scene?",
2430
+ "options": [
2431
+ "People standing",
2432
+ "People walking through the transparent doors",
2433
+ "People walking down the stairs",
2434
+ "All of the above"
2435
+ ],
2436
+ "q_uid": "GX010030_Clip_4.mp4"
2437
+ },
2438
+ {
2439
+ "dimension": "Attribute perception",
2440
+ "question": "What is the man in the red shirt doing throughout the scene?",
2441
+ "options": [
2442
+ "Walking, standing, and using gestures",
2443
+ "Walking, standing, and speaking",
2444
+ "Walking",
2445
+ "Standing and speaking"
2446
+ ],
2447
+ "q_uid": "GX010011_Clip_8.mp4"
2448
+ },
2449
+ {
2450
+ "dimension": "Action Recognition",
2451
+ "question": "What is the man in the white t-shirt doing throughout the scene?",
2452
+ "options": [
2453
+ "Knocking on the door, making hand gestures, standing, and speaking.",
2454
+ "Knocking on the door and walking around.",
2455
+ "Knocking on the door, making hand gestures, standing, speaking, and closing the door.",
2456
+ "Speaking, standing, and making gestures."
2457
+ ],
2458
+ "q_uid": "GX010011_Clip_8.mp4"
2459
+ },
2460
+ {
2461
+ "dimension": "Counting problems",
2462
+ "question": "How many individuals in black outfits go through the door?",
2463
+ "options": [
2464
+ "1",
2465
+ "2",
2466
+ "3",
2467
+ "4"
2468
+ ],
2469
+ "q_uid": "GX010029_Clip_4.mp4"
2470
+ },
2471
+ {
2472
+ "dimension": "Action Recognition",
2473
+ "question": "What did the man wearing a green t-shirt do at the end?",
2474
+ "options": [
2475
+ "Closed the door",
2476
+ "Opened the door",
2477
+ "Follows the man wearing black t-shirt and enters the room",
2478
+ "Follows the man wearing white full-sleeve t-shirt and enters the room"
2479
+ ],
2480
+ "q_uid": "GX010029_Clip_1.mp4"
2481
+ },
2482
+ {
2483
+ "dimension": "Action reasoning",
2484
+ "question": "Why was the man wearing a green t-shirt able to open the door?",
2485
+ "options": [
2486
+ "He pushed it with force",
2487
+ "He showed the badge infront of the scanner",
2488
+ "The door was not locked",
2489
+ "Someone opened it for him"
2490
+ ],
2491
+ "q_uid": "GX010029_Clip_1.mp4"
2492
+ },
2493
+ {
2494
+ "dimension": "Attribute perception",
2495
+ "question": "What is the outfit color of the fifth person entering the room?",
2496
+ "options": [
2497
+ "Black",
2498
+ "Brown",
2499
+ "Green",
2500
+ "Orange"
2501
+ ],
2502
+ "q_uid": "GX010029_Clip_1.mp4"
2503
+ },
2504
+ {
2505
+ "dimension": "Counting problems",
2506
+ "question": "How many people entered the room wearing bags?",
2507
+ "options": [
2508
+ "One",
2509
+ "Two",
2510
+ "Three",
2511
+ "Four"
2512
+ ],
2513
+ "q_uid": "GX010029_Clip_1.mp4"
2514
+ },
2515
+ {
2516
+ "dimension": "Action Recognition",
2517
+ "question": "What is the man in the black outfit doing in the scene?",
2518
+ "options": [
2519
+ "(A) Dragging a purple sack across the floor",
2520
+ "(B) Pushing a black suitcase over the floor",
2521
+ "(C) Pushing a black trolley over the floor",
2522
+ "(D) None of the above"
2523
+ ],
2524
+ "q_uid": "GX010011_Clip_11.mp4"
2525
+ },
2526
+ {
2527
+ "dimension": "Attribute perception",
2528
+ "question": "What is the color of the partially visible bin beside the red bin that is visible after the white door of the room opens?",
2529
+ "options": [
2530
+ "White",
2531
+ "Dark Blue",
2532
+ "Light Blue",
2533
+ "Green"
2534
+ ],
2535
+ "q_uid": "GX010011_Clip_11.mp4"
2536
+ },
2537
+ {
2538
+ "dimension": "Attribute perception",
2539
+ "question": "What color T-shirt is the person holding one box in his hand wearing?",
2540
+ "options": [
2541
+ "Black",
2542
+ "Green",
2543
+ "White",
2544
+ "Red"
2545
+ ],
2546
+ "q_uid": "GX010069_Clip_4.mp4"
2547
+ },
2548
+ {
2549
+ "dimension": "Spatial perception",
2550
+ "question": "In which direction are the people holding boxes turning to enter the room?",
2551
+ "options": [
2552
+ "Turning to their Left",
2553
+ "Turning to their Right",
2554
+ "Left of the video",
2555
+ "Going straight"
2556
+ ],
2557
+ "q_uid": "GX010069_Clip_4.mp4"
2558
+ },
2559
+ {
2560
+ "dimension": "Action reasoning",
2561
+ "question": "How many people walked inside the room?",
2562
+ "options": [
2563
+ "1",
2564
+ "2",
2565
+ "3",
2566
+ "4"
2567
+ ],
2568
+ "q_uid": "GX010069_Clip_4.mp4"
2569
+ },
2570
+ {
2571
+ "dimension": "Counting problems",
2572
+ "question": "How many people left the room before the door was closed?",
2573
+ "options": [
2574
+ "3",
2575
+ "5",
2576
+ "10",
2577
+ "None of the above"
2578
+ ],
2579
+ "q_uid": "GX010069_Clip_10.mp4"
2580
+ },
2581
+ {
2582
+ "dimension": "Counting problems",
2583
+ "question": "How many people went to left and right after the door opened?",
2584
+ "options": [
2585
+ "Left - 1 & Right -1",
2586
+ "Right -1 & Left - 4",
2587
+ "no one left the room after the door was opened",
2588
+ "None of the above"
2589
+ ],
2590
+ "q_uid": "GX010069_Clip_10.mp4"
2591
+ },
2592
+ {
2593
+ "dimension": "Object recognition",
2594
+ "question": "Which of the items did it not see in the video?",
2595
+ "options": [
2596
+ "table",
2597
+ "chair",
2598
+ "boxes",
2599
+ "black stand"
2600
+ ],
2601
+ "q_uid": "GX010011_Clip_9.mp4"
2602
+ },
2603
+ {
2604
+ "dimension": "Counting problems",
2605
+ "question": "How many members entered the room after punching their cards?",
2606
+ "options": [
2607
+ "4",
2608
+ "5",
2609
+ "6",
2610
+ "3"
2611
+ ],
2612
+ "q_uid": "GX010011_Clip_9.mp4"
2613
+ },
2614
+ {
2615
+ "dimension": "Spatial perception",
2616
+ "question": "Where was the box placed by the last person walking through the door?",
2617
+ "options": [
2618
+ "On the ground",
2619
+ "On another box",
2620
+ "On a white desk",
2621
+ "None of the above"
2622
+ ],
2623
+ "q_uid": "GX010011_Clip_4.mp4"
2624
+ },
2625
+ {
2626
+ "dimension": "Counting problems",
2627
+ "question": "How many people walk while holding boxes?",
2628
+ "options": [
2629
+ "Two",
2630
+ "Three",
2631
+ "Four",
2632
+ "None of the above"
2633
+ ],
2634
+ "q_uid": "GX010011_Clip_4.mp4"
2635
+ }
2636
+ ]
data/vqa/data_jsons/annotations/metrics_spatial_wo_ss.json ADDED
The diff for this file is too large to render. See raw diff
 
data/vqa/data_jsons/annotations/metrics_temporal_filtered_ss.json ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "dimension": "Temporal reasoning",
4
+ "question": "Which of the following is true according to the segment?",
5
+ "options": [
6
+ "everyone is holding something",
7
+ "some people may have empty hands",
8
+ "no one is carrying a laptop",
9
+ "only one person at a time can leave the room"
10
+ ],
11
+ "q_uid": "GX010071_Clip_4.mp4"
12
+ },
13
+ {
14
+ "dimension": "Temporal reasoning",
15
+ "question": "In the scene, what caused the transparent gate to open?",
16
+ "options": [
17
+ "A man touching a metal part of the transparent gate",
18
+ "A man scanning a card beside the transparent gate",
19
+ "The door opens automatically as the person approaches",
20
+ "None of the above"
21
+ ],
22
+ "q_uid": "GX010071_Clip_6.mp4"
23
+ },
24
+ {
25
+ "dimension": "Temporal reasoning",
26
+ "question": "In the scene, what is causing the transparent gates to open?",
27
+ "options": [
28
+ "People scanning cards beside the transparent doors",
29
+ "People clicking a button beside the transparent doors",
30
+ "It senses a person approaching and opens automatically",
31
+ "None of the above"
32
+ ],
33
+ "q_uid": "GX010032_Clip_2.mp4"
34
+ },
35
+ {
36
+ "dimension": "Temporal reasoning",
37
+ "question": "What is causing the transparent gates to open?",
38
+ "options": [
39
+ "People scanning cards beside the gates",
40
+ "People pushing a button beside the gates",
41
+ "When someone approaches, the gate automatically opens after detecting their presence",
42
+ "None of the above"
43
+ ],
44
+ "q_uid": "GX010014_Clip_1.mp4"
45
+ },
46
+ {
47
+ "dimension": "Temporal reasoning",
48
+ "question": "Why was the person wearing a black T-shirt stopped by others near the door?",
49
+ "options": [
50
+ "was for higher level",
51
+ "had a no-black shirts policy",
52
+ "privacy purpose",
53
+ "both a and c"
54
+ ],
55
+ "q_uid": "GX010031_Clip_3.mp4"
56
+ },
57
+ {
58
+ "dimension": "Temporal reasoning",
59
+ "question": "Why did the door on the right close?",
60
+ "options": [
61
+ "A person pulling the door",
62
+ "A person pushing the door",
63
+ "A person rotating the door handle",
64
+ "None of the above"
65
+ ],
66
+ "q_uid": "GX010029_Clip_6.mp4"
67
+ },
68
+ {
69
+ "dimension": "Temporal reasoning",
70
+ "question": "In the scene, what is causing the turnstiles to open?",
71
+ "options": [
72
+ "People pushing a button beside the turnstile",
73
+ "People scanning cards beside the turnstile",
74
+ "When someone approaches the turnstile, it detects their presence and opens automatically",
75
+ "None of the above"
76
+ ],
77
+ "q_uid": "GX010030_Clip_2.mp4"
78
+ },
79
+ {
80
+ "dimension": "Temporal reasoning",
81
+ "question": "What caused the door to close?",
82
+ "options": [
83
+ "The door being closed automatically",
84
+ "A person closing the door",
85
+ "A person scanning a card beside the door",
86
+ "None of the above"
87
+ ],
88
+ "q_uid": "GX010069_Clip_8.mp4"
89
+ },
90
+ {
91
+ "dimension": "Temporal reasoning",
92
+ "question": "What is the least likely reason the person stood alone, folding his hands, before others?",
93
+ "options": [
94
+ "had permission to exit early",
95
+ "finished the work early",
96
+ "skipped a meeting and reached early",
97
+ "a secret force pulled him ahead"
98
+ ],
99
+ "q_uid": "GX010070_Clip_4.mp4"
100
+ },
101
+ {
102
+ "dimension": "Temporal reasoning",
103
+ "question": "What caused the door to close?",
104
+ "options": [
105
+ "closed automatically",
106
+ "a man pushing the door",
107
+ "a man pulling the door",
108
+ "none of the above"
109
+ ],
110
+ "q_uid": "GX010069_Clip_5.mp4"
111
+ },
112
+ {
113
+ "dimension": "Temporal reasoning",
114
+ "question": "What caused the transparent gate to open and close?",
115
+ "options": [
116
+ "People open and close it manually",
117
+ "The gate has sensors",
118
+ "There is a switch near the gate",
119
+ "The gate opens and closes randomly"
120
+ ],
121
+ "q_uid": "GX010012_Clip_4.mp4"
122
+ },
123
+ {
124
+ "dimension": "Temporal reasoning",
125
+ "question": "What caused the transparent doors to open in the video segment?",
126
+ "options": [
127
+ "A vehicle passing through",
128
+ "A man scanning a card beside the transparent doors",
129
+ "Objects passing through",
130
+ "None of the above"
131
+ ],
132
+ "q_uid": "GX010030_Clip_1.mp4"
133
+ },
134
+ {
135
+ "dimension": "Temporal reasoning",
136
+ "question": "What caused the door to open?",
137
+ "options": [
138
+ "A person swiping a card beside the door",
139
+ "A person pushing the door",
140
+ "Both a and b",
141
+ "None of the above"
142
+ ],
143
+ "q_uid": "GX010011_Clip_3.mp4"
144
+ },
145
+ {
146
+ "dimension": "Temporal reasoning",
147
+ "question": "What caused the door to open?",
148
+ "options": [
149
+ "A person scanning a card beside the door",
150
+ "A person rotating the door handle and pushing the door",
151
+ "Both a and b",
152
+ "None of the above"
153
+ ],
154
+ "q_uid": "GX010029_Clip_7.mp4"
155
+ },
156
+ {
157
+ "dimension": "Temporal reasoning",
158
+ "question": "When the first person walked up to the transparent door, why did it open?",
159
+ "options": [
160
+ "The person scanned a card beside the door",
161
+ "The door detects the person and automatically opens",
162
+ "The person clicked a button beside the door",
163
+ "None of the above"
164
+ ],
165
+ "q_uid": "GX010030_Clip_4.mp4"
166
+ },
167
+ {
168
+ "dimension": "Temporal reasoning",
169
+ "question": "Why does the man wearing the black outfit near the door push a small card against the black object on the white wall beside the door?",
170
+ "options": [
171
+ "To change the color of the wall",
172
+ "To break the door open",
173
+ "To gain access to the room and unlock the door",
174
+ "None of the above"
175
+ ],
176
+ "q_uid": "GX010029_Clip_4.mp4"
177
+ },
178
+ {
179
+ "dimension": "Temporal reasoning",
180
+ "question": "Did two people in the video tailgate?",
181
+ "options": [
182
+ "Yes",
183
+ "No"
184
+ ],
185
+ "q_uid": "GX010069_Clip_4.mp4"
186
+ },
187
+ {
188
+ "dimension": "Temporal reasoning",
189
+ "question": "What caused the people who entered the room to close the door twice?",
190
+ "options": [
191
+ "maintain privacy",
192
+ "avoid distractions",
193
+ "focus on work",
194
+ "all of the above"
195
+ ],
196
+ "q_uid": "GX010011_Clip_9.mp4"
197
+ },
198
+ {
199
+ "dimension": "Temporal reasoning",
200
+ "question": "What caused the third person not to punch his card while entering the room?",
201
+ "options": [
202
+ "forgot his card",
203
+ "had no card",
204
+ "Forgot to punch the card",
205
+ "all of the above"
206
+ ],
207
+ "q_uid": "GX010011_Clip_9.mp4"
208
+ },
209
+ {
210
+ "dimension": "Temporal reasoning",
211
+ "question": "What caused the door to open?",
212
+ "options": [
213
+ "A man swiping a card beside the door",
214
+ "A man rotating the door handle and pushing the door",
215
+ "Both a and b",
216
+ "None of the above"
217
+ ],
218
+ "q_uid": "GX010011_Clip_4.mp4"
219
+ }
220
+ ]
data/vqa/data_jsons/annotations/metrics_temporal_wo_ss.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "q_uid": "concat_wh_52_0_0.mp4",
4
+ "dimension": "Temporal reasoning",
5
+ "question": "What caused the box to fall?",
6
+ "options": [
7
+ "The black object under the box moves away",
8
+ "A person hits the box",
9
+ "An object hits the box",
10
+ "None of the above"
11
+ ]
12
+ },
13
+ {
14
+ "q_uid": "concat_wh_52_0_1.mp4",
15
+ "dimension": "Temporal reasoning",
16
+ "question": "What caused the box to fall?",
17
+ "options": [
18
+ "The box is not properly placed on the moving black object",
19
+ "A person hitting the box",
20
+ "An object hits the box",
21
+ "None of the above"
22
+ ]
23
+ }
24
+ ]