video
stringlengths
28
28
question_id
stringclasses
5 values
question_type
stringclasses
1 value
question
stringlengths
34
80
program
listlengths
7
12
choices
dict
conversations
dict
train_videos/video_09065.mp4
14
counterfactual
What will happen without the cyan object?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube and the sphere collide", "The red object collides with the cylinder", "The sphere collides with the cylinder", "The blue cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the cyan object?\nOptions:\nA. The rubber cube and the sphere collide\nB. The red object collides with the cylinder\nC. The sphere collides with the cylinder\nD. The blue cube and the cylinder collide\n\nAnswer:", "D. The blue cube and the cylinder collide" ] }
train_videos/video_09066.mp4
13
counterfactual
Without the red rubber cube, which event will happen?
[ "all_events", "objects", "red", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal object and the blue object collide", "The metal cube collides with the cylinder", "The metal object collides with the sphere", "The cylinder collides with the blue cube" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the red rubber cube, which event will happen?\nOptions:\nA. The metal object and the blue object collide\nB. The metal cube collides with the cylinder\nC. The metal object collides with the sphere\nD. The cylinder collides with the blue cube\n\nAnswer:", "D. The cylinder collides with the blue cube" ] }
train_videos/video_09066.mp4
14
counterfactual
What will happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal object and the red rubber cube collide", "The metal object collides with the cylinder", "The cylinder and the red rubber object collide", "The cylinder collides with the blue object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "red", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the sphere?\nOptions:\nA. The metal object and the red rubber cube collide\nB. The metal object collides with the cylinder\nC. The cylinder and the red rubber object collide\nD. The cylinder collides with the blue object\n\nAnswer:", "D. The cylinder collides with the blue object" ] }
train_videos/video_09067.mp4
13
counterfactual
Without the cylinder, which of the following will not happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere collides with the yellow sphere", "The cube collides with the blue object", "The gray sphere collides with the blue object", "The cube collides with the gray sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, which of the following will not happen?\nOptions:\nA. The gray sphere collides with the yellow sphere\nB. The cube collides with the blue object\nC. The gray sphere collides with the blue object\nD. The cube collides with the gray sphere\n\nAnswer:", "C. The gray sphere collides with the blue object" ] }
train_videos/video_09067.mp4
14
counterfactual
If the yellow object is removed, which event will not happen?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere and the blue sphere collide", "The cube and the blue sphere collide", "The cube and the cylinder collide", "The cube and the gray sphere collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the yellow object is removed, which event will not happen?\nOptions:\nA. The gray sphere and the blue sphere collide\nB. The cube and the blue sphere collide\nC. The cube and the cylinder collide\nD. The cube and the gray sphere collide\n\nAnswer:", "C. The cube and the cylinder collide" ] }
train_videos/video_09068.mp4
13
counterfactual
Which event will not happen if the cylinder is removed?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube collides with the sphere", "The yellow object collides with the cyan object", "The yellow cube collides with the gray cube", "The cyan cube and the gray cube collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the cylinder is removed?\nOptions:\nA. The yellow cube collides with the sphere\nB. The yellow object collides with the cyan object\nC. The yellow cube collides with the gray cube\nD. The cyan cube and the gray cube collide\n\nAnswer:", "D. The cyan cube and the gray cube collide" ] }
train_videos/video_09068.mp4
14
counterfactual
Without the metal cube, what will not happen?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the cylinder", "The gray cube collides with the cylinder", "The cyan cube and the gray cube collide", "The sphere and the gray cube collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the metal cube, what will not happen?\nOptions:\nA. The sphere collides with the cylinder\nB. The gray cube collides with the cylinder\nC. The cyan cube and the gray cube collide\nD. The sphere and the gray cube collide\n\nAnswer:", "C. The cyan cube and the gray cube collide" ] }
train_videos/video_09069.mp4
14
counterfactual
Which of the following will happen without the green object?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the sphere collide", "The purple object collides with the blue object", "The brown object collides with the blue object", "The brown object and the sphere collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the green object?\nOptions:\nA. The purple object and the sphere collide\nB. The purple object collides with the blue object\nC. The brown object collides with the blue object\nD. The brown object and the sphere collide\n\nAnswer:", "B. The purple object collides with the blue object" ] }
train_videos/video_09069.mp4
15
counterfactual
What will happen without the blue cylinder?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder and the sphere collide", "The rubber cylinder collides with the green cube", "The purple cube and the brown object collide", "The purple cube and the sphere collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the blue cylinder?\nOptions:\nA. The rubber cylinder and the sphere collide\nB. The rubber cylinder collides with the green cube\nC. The purple cube and the brown object collide\nD. The purple cube and the sphere collide\n\nAnswer:", "D. The purple cube and the sphere collide" ] }
train_videos/video_09070.mp4
13
counterfactual
What will happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object collides with the brown sphere", "The gray object and the blue cylinder collide", "The purple object and the brown sphere collide", "The purple cylinder collides with the gray object" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the cube is removed?\nOptions:\nA. The gray object collides with the brown sphere\nB. The gray object and the blue cylinder collide\nC. The purple object and the brown sphere collide\nD. The purple cylinder collides with the gray object\n\nAnswer:", "D. The purple cylinder collides with the gray object" ] }
train_videos/video_09070.mp4
14
counterfactual
Without the blue cylinder, which of the following will happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object collides with the gray object", "The cube collides with the brown sphere", "The gray sphere collides with the cube", "The purple cylinder collides with the cube" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue cylinder, which of the following will happen?\nOptions:\nA. The purple object collides with the gray object\nB. The cube collides with the brown sphere\nC. The gray sphere collides with the cube\nD. The purple cylinder collides with the cube\n\nAnswer:", "C. The gray sphere collides with the cube" ] }
train_videos/video_09071.mp4
13
counterfactual
What will happen without the metal cube?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the cylinder collide", "The rubber object collides with the cylinder", "The red object collides with the sphere" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the metal cube?\nOptions:\nA. The sphere and the cylinder collide\nB. The rubber object collides with the cylinder\nC. The red object collides with the sphere\n\nAnswer:", "C. The red object collides with the sphere" ] }
train_videos/video_09072.mp4
13
counterfactual
Without the red cylinder, what will not happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber sphere and the brown object collide", "The blue object collides with the cube", "The green sphere collides with the brown object", "The blue cylinder collides with the green object" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the red cylinder, what will not happen?\nOptions:\nA. The rubber sphere and the brown object collide\nB. The blue object collides with the cube\nC. The green sphere collides with the brown object\nD. The blue cylinder collides with the green object\n\nAnswer:", "D. The blue cylinder collides with the green object" ] }
train_videos/video_09072.mp4
14
counterfactual
Which of the following will not happen without the purple sphere?
[ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the brown cylinder", "The blue cylinder and the cube collide", "The blue cylinder collides with the brown object", "The blue object collides with the red object" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the purple sphere?\nOptions:\nA. The cube collides with the brown cylinder\nB. The blue cylinder and the cube collide\nC. The blue cylinder collides with the brown object\nD. The blue object collides with the red object\n\nAnswer:", "C. The blue cylinder collides with the brown object" ] }
train_videos/video_09073.mp4
14
counterfactual
If the green sphere is removed, which event will happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue sphere and the blue cube collide", "The blue cube and the cylinder collide", "The green cube collides with the blue cube", "The green cube and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the green sphere is removed, which event will happen?\nOptions:\nA. The blue sphere and the blue cube collide\nB. The blue cube and the cylinder collide\nC. The green cube collides with the blue cube\nD. The green cube and the rubber sphere collide\n\nAnswer:", "A. The blue sphere and the blue cube collide" ] }
train_videos/video_09073.mp4
15
counterfactual
Without the rubber sphere, which event will not happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green sphere and the cylinder collide", "The green cube and the blue cube collide", "The green cube collides with the cylinder", "The metal sphere collides with the blue cube" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the rubber sphere, which event will not happen?\nOptions:\nA. The green sphere and the cylinder collide\nB. The green cube and the blue cube collide\nC. The green cube collides with the cylinder\nD. The metal sphere collides with the blue cube\n\nAnswer:", "D. The metal sphere collides with the blue cube" ] }
train_videos/video_09074.mp4
13
counterfactual
Without the blue sphere, which event will happen?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder and the cube collide", "The metal sphere collides with the metal cylinder", "The rubber cylinder collides with the metal sphere", "The cube and the metal sphere collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue sphere, which event will happen?\nOptions:\nA. The rubber cylinder and the cube collide\nB. The metal sphere collides with the metal cylinder\nC. The rubber cylinder collides with the metal sphere\nD. The cube and the metal sphere collide\n\nAnswer:", "D. The cube and the metal sphere collide" ] }
train_videos/video_09074.mp4
14
counterfactual
If the rubber cylinder is removed, which event will not happen?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal sphere collides with the metal cylinder", "The cube collides with the yellow sphere", "The blue sphere and the metal cylinder collide", "The yellow sphere and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the rubber cylinder is removed, which event will not happen?\nOptions:\nA. The metal sphere collides with the metal cylinder\nB. The cube collides with the yellow sphere\nC. The blue sphere and the metal cylinder collide\nD. The yellow sphere and the rubber sphere collide\n\nAnswer:", "D. The yellow sphere and the rubber sphere collide" ] }
train_videos/video_09075.mp4
13
counterfactual
Without the cube, which event will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cylinder collides with the green cylinder", "The cyan cylinder and the red cylinder collide", "The cyan cylinder collides with the sphere", "The sphere and the red cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cube, which event will happen?\nOptions:\nA. The cyan cylinder collides with the green cylinder\nB. The cyan cylinder and the red cylinder collide\nC. The cyan cylinder collides with the sphere\nD. The sphere and the red cylinder collide\n\nAnswer:", "C. The cyan cylinder collides with the sphere" ] }
train_videos/video_09075.mp4
14
counterfactual
Without the sphere, which of the following will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cylinder collides with the green cylinder", "The green cylinder and the cube collide", "The green cylinder collides with the metal cylinder", "The cyan cylinder and the red object collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the sphere, which of the following will not happen?\nOptions:\nA. The cyan cylinder collides with the green cylinder\nB. The green cylinder and the cube collide\nC. The green cylinder collides with the metal cylinder\nD. The cyan cylinder and the red object collide\n\nAnswer:", "D. The cyan cylinder and the red object collide" ] }
train_videos/video_09076.mp4
13
counterfactual
What will happen if the cylinder is removed?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the cube collide", "The metal sphere and the purple object collide", "The metal sphere and the brown object collide", "The cube collides with the brown object" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the cylinder is removed?\nOptions:\nA. The purple object and the cube collide\nB. The metal sphere and the purple object collide\nC. The metal sphere and the brown object collide\nD. The cube collides with the brown object\n\nAnswer:", "B. The metal sphere and the purple object collide" ] }
train_videos/video_09076.mp4
14
counterfactual
What will not happen if the brown sphere is removed?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the cube collide", "The gray sphere and the cylinder collide", "The purple sphere collides with the cylinder", "The metal sphere collides with the purple object" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the brown sphere is removed?\nOptions:\nA. The cylinder and the cube collide\nB. The gray sphere and the cylinder collide\nC. The purple sphere collides with the cylinder\nD. The metal sphere collides with the purple object\n\nAnswer:", "C. The purple sphere collides with the cylinder" ] }
train_videos/video_09077.mp4
14
counterfactual
Without the red cylinder, what will not happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown object collides with the purple cylinder", "The gray object and the brown cylinder collide", "The gray object and the purple cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the red cylinder, what will not happen?\nOptions:\nA. The brown object collides with the purple cylinder\nB. The gray object and the brown cylinder collide\nC. The gray object and the purple cylinder collide\n\nAnswer:", "A. The brown object collides with the purple cylinder" ] }
train_videos/video_09077.mp4
15
counterfactual
What will not happen without the gray object?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown object collides with the purple object", "The red cylinder and the purple cylinder collide", "The brown cylinder collides with the red cylinder" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen without the gray object?\nOptions:\nA. The brown object collides with the purple object\nB. The red cylinder and the purple cylinder collide\nC. The brown cylinder collides with the red cylinder\n\nAnswer:", "B. The red cylinder and the purple cylinder collide" ] }
train_videos/video_09078.mp4
14
counterfactual
Without the rubber sphere, which of the following will happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder collides with the blue sphere", "The cube collides with the blue sphere", "The cube and the red cylinder collide", "The purple object collides with the cube" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the rubber sphere, which of the following will happen?\nOptions:\nA. The rubber cylinder collides with the blue sphere\nB. The cube collides with the blue sphere\nC. The cube and the red cylinder collide\nD. The purple object collides with the cube\n\nAnswer:", "C. The cube and the red cylinder collide" ] }
train_videos/video_09078.mp4
15
counterfactual
What will happen if the metal sphere is removed?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green sphere collides with the purple cylinder", "The green object collides with the cube", "The rubber cylinder collides with the metal cylinder", "The green object collides with the red cylinder" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the metal sphere is removed?\nOptions:\nA. The green sphere collides with the purple cylinder\nB. The green object collides with the cube\nC. The rubber cylinder collides with the metal cylinder\nD. The green object collides with the red cylinder\n\nAnswer:", "C. The rubber cylinder collides with the metal cylinder" ] }
train_videos/video_09079.mp4
14
counterfactual
Which event will not happen if the blue sphere is removed?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder collides with the red sphere", "The brown cylinder collides with the brown sphere", "The metal sphere and the brown sphere collide", "The red object and the yellow cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the blue sphere is removed?\nOptions:\nA. The brown cylinder collides with the red sphere\nB. The brown cylinder collides with the brown sphere\nC. The metal sphere and the brown sphere collide\nD. The red object and the yellow cylinder collide\n\nAnswer:", "D. The red object and the yellow cylinder collide" ] }
train_videos/video_09079.mp4
15
counterfactual
Which of the following will happen if the brown cylinder is removed?
[ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown sphere and the yellow object collide", "The yellow cylinder and the blue sphere collide", "The brown sphere and the blue sphere collide", "The metal sphere and the brown sphere collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the brown cylinder is removed?\nOptions:\nA. The brown sphere and the yellow object collide\nB. The yellow cylinder and the blue sphere collide\nC. The brown sphere and the blue sphere collide\nD. The metal sphere and the brown sphere collide\n\nAnswer:", "D. The metal sphere and the brown sphere collide" ] }
train_videos/video_09080.mp4
13
counterfactual
If the rubber cylinder is removed, which event will happen?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber cube and the gray cylinder collide", "The gray object and the green cube collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the rubber cylinder is removed, which event will happen?\nOptions:\nA. The rubber cube and the gray cylinder collide\nB. The gray object and the green cube collide\n\nAnswer:", "A. The rubber cube and the gray cylinder collide" ] }
train_videos/video_09080.mp4
14
counterfactual
Which event will happen if the green cube is removed?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber cube collides with the rubber cylinder", "The gray cylinder collides with the rubber cylinder", "The cyan object and the metal cylinder collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen if the green cube is removed?\nOptions:\nA. The rubber cube collides with the rubber cylinder\nB. The gray cylinder collides with the rubber cylinder\nC. The cyan object and the metal cylinder collide\n\nAnswer:", "C. The cyan object and the metal cylinder collide" ] }
train_videos/video_09081.mp4
14
counterfactual
If the metal cube is removed, which of the following will happen?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the purple cube collide", "The cylinder and the green rubber object collide", "The cylinder collides with the sphere", "The green rubber object and the purple cube collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the metal cube is removed, which of the following will happen?\nOptions:\nA. The cylinder and the purple cube collide\nB. The cylinder and the green rubber object collide\nC. The cylinder collides with the sphere\nD. The green rubber object and the purple cube collide\n\nAnswer:", "B. The cylinder and the green rubber object collide" ] }
train_videos/video_09081.mp4
15
counterfactual
Without the purple object, which of the following will not happen?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the metal cube collide", "The metal cube collides with the green rubber object", "The green rubber cube and the sphere collide", "The cylinder collides with the sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the purple object, which of the following will not happen?\nOptions:\nA. The cylinder and the metal cube collide\nB. The metal cube collides with the green rubber object\nC. The green rubber cube and the sphere collide\nD. The cylinder collides with the sphere\n\nAnswer:", "C. The green rubber cube and the sphere collide" ] }
train_videos/video_09082.mp4
13
counterfactual
If the yellow object is removed, which of the following will not happen?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cube collides with the brown object", "The cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the yellow object is removed, which of the following will not happen?\nOptions:\nA. The cube collides with the brown object\nB. The cube and the cylinder collide\n\nAnswer:", "B. The cube and the cylinder collide" ] }
train_videos/video_09082.mp4
14
counterfactual
Without the cylinder, which event will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber sphere and the yellow object collide", "The cube and the rubber sphere collide", "The cube collides with the yellow sphere" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, which event will happen?\nOptions:\nA. The rubber sphere and the yellow object collide\nB. The cube and the rubber sphere collide\nC. The cube collides with the yellow sphere\n\nAnswer:", "B. The cube and the rubber sphere collide" ] }
train_videos/video_09083.mp4
13
counterfactual
Without the gray cube, which of the following will not happen?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cyan object collides with the red cube", "The metal object collides with the cyan object" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the gray cube, which of the following will not happen?\nOptions:\nA. The cyan object collides with the red cube\nB. The metal object collides with the cyan object\n\nAnswer:", "A. The cyan object collides with the red cube" ] }
train_videos/video_09083.mp4
14
counterfactual
Without the red object, which event will happen?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal cube and the cyan object collide", "The metal cube collides with the gray object", "The cyan object collides with the gray object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the red object, which event will happen?\nOptions:\nA. The metal cube and the cyan object collide\nB. The metal cube collides with the gray object\nC. The cyan object collides with the gray object\n\nAnswer:", "C. The cyan object collides with the gray object" ] }
train_videos/video_09084.mp4
13
counterfactual
Which event will not happen if the green cylinder is removed?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object and the brown object collide", "The brown object and the green sphere collide", "The gray sphere and the red object collide", "The gray object collides with the blue object" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the green cylinder is removed?\nOptions:\nA. The gray object and the brown object collide\nB. The brown object and the green sphere collide\nC. The gray sphere and the red object collide\nD. The gray object collides with the blue object\n\nAnswer:", "B. The brown object and the green sphere collide" ] }
train_videos/video_09084.mp4
14
counterfactual
Without the blue sphere, what will not happen?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder and the green sphere collide", "The brown object and the green cylinder collide", "The green cylinder and the red object collide", "The gray object and the green cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue sphere, what will not happen?\nOptions:\nA. The brown cylinder and the green sphere collide\nB. The brown object and the green cylinder collide\nC. The green cylinder and the red object collide\nD. The gray object and the green cylinder collide\n\nAnswer:", "B. The brown object and the green cylinder collide" ] }
train_videos/video_09085.mp4
13
counterfactual
Without the blue cylinder, which of the following will happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the cube collide", "The brown cylinder collides with the purple object", "The brown cylinder and the yellow cylinder collide", "The sphere collides with the brown object" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue cylinder, which of the following will happen?\nOptions:\nA. The sphere and the cube collide\nB. The brown cylinder collides with the purple object\nC. The brown cylinder and the yellow cylinder collide\nD. The sphere collides with the brown object\n\nAnswer:", "D. The sphere collides with the brown object" ] }
train_videos/video_09085.mp4
14
counterfactual
Which of the following will happen if the brown cylinder is removed?
[ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the yellow cylinder collide", "The sphere and the blue object collide", "The purple cylinder collides with the blue object", "The yellow object and the cube collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the brown cylinder is removed?\nOptions:\nA. The sphere and the yellow cylinder collide\nB. The sphere and the blue object collide\nC. The purple cylinder collides with the blue object\nD. The yellow object and the cube collide\n\nAnswer:", "B. The sphere and the blue object collide" ] }
train_videos/video_09086.mp4
13
counterfactual
Without the green sphere, what will not happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown object and the cylinder collide", "The rubber object collides with the purple sphere", "The purple sphere collides with the cylinder" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the green sphere, what will not happen?\nOptions:\nA. The brown object and the cylinder collide\nB. The rubber object collides with the purple sphere\nC. The purple sphere collides with the cylinder\n\nAnswer:", "C. The purple sphere collides with the cylinder" ] }
train_videos/video_09086.mp4
14
counterfactual
Without the cylinder, which of the following will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The green sphere collides with the purple sphere", "The brown object and the purple object collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, which of the following will happen?\nOptions:\nA. The green sphere collides with the purple sphere\nB. The brown object and the purple object collide\n\nAnswer:", "B. The brown object and the purple object collide" ] }
train_videos/video_09087.mp4
14
counterfactual
Which event will happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue cylinder and the sphere collide", "The cyan cylinder and the blue cylinder collide", "The cyan cylinder collides with the sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen without the cube?\nOptions:\nA. The blue cylinder and the sphere collide\nB. The cyan cylinder and the blue cylinder collide\nC. The cyan cylinder collides with the sphere\n\nAnswer:", "A. The blue cylinder and the sphere collide" ] }
train_videos/video_09087.mp4
15
counterfactual
Which of the following will happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the cyan cylinder", "The cube collides with the blue cylinder", "The cyan cylinder collides with the blue cylinder" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the sphere?\nOptions:\nA. The cube collides with the cyan cylinder\nB. The cube collides with the blue cylinder\nC. The cyan cylinder collides with the blue cylinder\n\nAnswer:", "C. The cyan cylinder collides with the blue cylinder" ] }
train_videos/video_09088.mp4
14
counterfactual
What will happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber sphere collides with the cylinder", "The metal sphere and the cylinder collide", "The gray sphere collides with the purple sphere" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the cube is removed?\nOptions:\nA. The rubber sphere collides with the cylinder\nB. The metal sphere and the cylinder collide\nC. The gray sphere collides with the purple sphere\n\nAnswer:", "C. The gray sphere collides with the purple sphere" ] }
train_videos/video_09088.mp4
15
counterfactual
Without the cylinder, what will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The gray sphere and the cube collide", "The rubber sphere collides with the cube", "The metal sphere collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, what will happen?\nOptions:\nA. The gray sphere and the cube collide\nB. The rubber sphere collides with the cube\nC. The metal sphere collides with the rubber sphere\n\nAnswer:", "C. The metal sphere collides with the rubber sphere" ] }
train_videos/video_09089.mp4
14
counterfactual
If the sphere is removed, what will happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube and the purple cylinder collide", "The purple metal cube collides with the gray cylinder", "The gray cylinder and the green object collide", "The gray cylinder collides with the rubber object" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, what will happen?\nOptions:\nA. The rubber cube and the purple cylinder collide\nB. The purple metal cube collides with the gray cylinder\nC. The gray cylinder and the green object collide\nD. The gray cylinder collides with the rubber object\n\nAnswer:", "D. The gray cylinder collides with the rubber object" ] }
train_videos/video_09089.mp4
15
counterfactual
Without the purple cylinder, which event will not happen?
[ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple metal cube collides with the green object", "The green cube collides with the sphere", "The gray cylinder and the sphere collide", "The gray cylinder collides with the rubber cube" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the purple cylinder, which event will not happen?\nOptions:\nA. The purple metal cube collides with the green object\nB. The green cube collides with the sphere\nC. The gray cylinder and the sphere collide\nD. The gray cylinder collides with the rubber cube\n\nAnswer:", "C. The gray cylinder and the sphere collide" ] }
train_videos/video_09090.mp4
13
counterfactual
What will happen without the blue object?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the gray cube collide", "The sphere collides with the cylinder", "The gray cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the blue object?\nOptions:\nA. The sphere and the gray cube collide\nB. The sphere collides with the cylinder\nC. The gray cube and the cylinder collide\n\nAnswer:", "B. The sphere collides with the cylinder" ] }
train_videos/video_09091.mp4
13
counterfactual
What will not happen if the yellow sphere is removed?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber sphere and the cyan cylinder collide", "The rubber sphere collides with the purple cylinder", "The purple object collides with the cyan object" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the yellow sphere is removed?\nOptions:\nA. The rubber sphere and the cyan cylinder collide\nB. The rubber sphere collides with the purple cylinder\nC. The purple object collides with the cyan object\n\nAnswer:", "C. The purple object collides with the cyan object" ] }
train_videos/video_09091.mp4
14
counterfactual
Which event will not happen if the rubber sphere is removed?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple cylinder and the metal object collide", "The purple object collides with the cyan cylinder", "The cyan cylinder collides with the metal object" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the rubber sphere is removed?\nOptions:\nA. The purple cylinder and the metal object collide\nB. The purple object collides with the cyan cylinder\nC. The cyan cylinder collides with the metal object\n\nAnswer:", "C. The cyan cylinder collides with the metal object" ] }
train_videos/video_09092.mp4
13
counterfactual
Which of the following will happen without the cylinder?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan object collides with the purple cube", "The cyan cube and the sphere collide", "The sphere and the purple object collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the cylinder?\nOptions:\nA. The cyan object collides with the purple cube\nB. The cyan cube and the sphere collide\nC. The sphere and the purple object collide\n\nAnswer:", "B. The cyan cube and the sphere collide" ] }
train_videos/video_09092.mp4
14
counterfactual
Which of the following will happen if the purple cube is removed?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the cylinder collide", "The cyan cube and the sphere collide", "The cyan cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the purple cube is removed?\nOptions:\nA. The sphere and the cylinder collide\nB. The cyan cube and the sphere collide\nC. The cyan cube and the cylinder collide\n\nAnswer:", "B. The cyan cube and the sphere collide" ] }
train_videos/video_09093.mp4
13
counterfactual
What will happen if the sphere is removed?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal cube collides with the cylinder", "The rubber object and the cylinder collide", "The brown cube and the yellow object collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the sphere is removed?\nOptions:\nA. The metal cube collides with the cylinder\nB. The rubber object and the cylinder collide\nC. The brown cube and the yellow object collide\n\nAnswer:", "C. The brown cube and the yellow object collide" ] }
train_videos/video_09093.mp4
14
counterfactual
What will not happen if the metal cube is removed?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow cube and the cylinder collide", "The sphere and the rubber cube collide", "The sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the metal cube is removed?\nOptions:\nA. The yellow cube and the cylinder collide\nB. The sphere and the rubber cube collide\nC. The sphere and the cylinder collide\n\nAnswer:", "C. The sphere and the cylinder collide" ] }
train_videos/video_09094.mp4
14
counterfactual
Which of the following will happen without the cylinder?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cube and the red cube collide", "The sphere and the purple rubber cube collide", "The red cube collides with the purple rubber cube", "The metal cube collides with the sphere" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the cylinder?\nOptions:\nA. The metal cube and the red cube collide\nB. The sphere and the purple rubber cube collide\nC. The red cube collides with the purple rubber cube\nD. The metal cube collides with the sphere\n\nAnswer:", "D. The metal cube collides with the sphere" ] }
train_videos/video_09095.mp4
14
counterfactual
If the rubber sphere is removed, which event will not happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue cylinder collides with the cyan metal sphere", "The cube collides with the green sphere", "The green sphere and the green cylinder collide", "The blue cylinder and the green cylinder collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the rubber sphere is removed, which event will not happen?\nOptions:\nA. The blue cylinder collides with the cyan metal sphere\nB. The cube collides with the green sphere\nC. The green sphere and the green cylinder collide\nD. The blue cylinder and the green cylinder collide\n\nAnswer:", "D. The blue cylinder and the green cylinder collide" ] }
train_videos/video_09095.mp4
15
counterfactual
Which event will not happen if the blue cylinder is removed?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the rubber sphere", "The cube and the green sphere collide", "The cyan metal object and the green cylinder collide", "The cube collides with the green cylinder" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "metal", "filter_material", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the blue cylinder is removed?\nOptions:\nA. The cube collides with the rubber sphere\nB. The cube and the green sphere collide\nC. The cyan metal object and the green cylinder collide\nD. The cube collides with the green cylinder\n\nAnswer:", "D. The cube collides with the green cylinder" ] }
train_videos/video_09096.mp4
11
counterfactual
If the sphere is removed, which of the following will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan object and the cube collide", "The cyan cylinder and the brown object collide", "The cube and the brown object collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, which of the following will not happen?\nOptions:\nA. The cyan object and the cube collide\nB. The cyan cylinder and the brown object collide\nC. The cube and the brown object collide\n\nAnswer:", "C. The cube and the brown object collide" ] }
train_videos/video_09096.mp4
12
counterfactual
What will not happen without the brown object?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan object collides with the cube", "The cyan object and the sphere collide", "The cube collides with the sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen without the brown object?\nOptions:\nA. The cyan object collides with the cube\nB. The cyan object and the sphere collide\nC. The cube collides with the sphere\n\nAnswer:", "B. The cyan object and the sphere collide" ] }
train_videos/video_09097.mp4
13
counterfactual
Which of the following will not happen without the green cylinder?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere collides with the purple cylinder", "The metal cylinder and the cube collide", "The sphere collides with the cube" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the green cylinder?\nOptions:\nA. The sphere collides with the purple cylinder\nB. The metal cylinder and the cube collide\nC. The sphere collides with the cube\n\nAnswer:", "B. The metal cylinder and the cube collide" ] }
train_videos/video_09098.mp4
14
counterfactual
Which event will not happen without the metal sphere?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cylinder and the green object collide", "The cyan cube and the cyan sphere collide", "The cyan cube collides with the metal cylinder", "The rubber cylinder and the cyan cube collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen without the metal sphere?\nOptions:\nA. The metal cylinder and the green object collide\nB. The cyan cube and the cyan sphere collide\nC. The cyan cube collides with the metal cylinder\nD. The rubber cylinder and the cyan cube collide\n\nAnswer:", "B. The cyan cube and the cyan sphere collide" ] }
train_videos/video_09098.mp4
15
counterfactual
What will not happen if the green object is removed?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object collides with the metal sphere", "The cyan cube and the purple cylinder collide", "The rubber cylinder and the rubber sphere collide", "The cyan cube collides with the metal sphere" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the green object is removed?\nOptions:\nA. The purple object collides with the metal sphere\nB. The cyan cube and the purple cylinder collide\nC. The rubber cylinder and the rubber sphere collide\nD. The cyan cube collides with the metal sphere\n\nAnswer:", "D. The cyan cube collides with the metal sphere" ] }
train_videos/video_09099.mp4
13
counterfactual
Without the brown object, what will happen?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder and the sphere collide", "The cylinder and the purple object collide", "The metal cube collides with the sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the brown object, what will happen?\nOptions:\nA. The cylinder and the sphere collide\nB. The cylinder and the purple object collide\nC. The metal cube collides with the sphere\n\nAnswer:", "B. The cylinder and the purple object collide" ] }
train_videos/video_09099.mp4
14
counterfactual
What will happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cylinder and the brown object collide", "The metal cube collides with the brown cube" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the sphere?\nOptions:\nA. The cylinder and the brown object collide\nB. The metal cube collides with the brown cube\n\nAnswer:", "A. The cylinder and the brown object collide" ] }
train_videos/video_09100.mp4
13
counterfactual
Which of the following will happen without the red metal object?
[ "all_events", "objects", "red", "filter_color", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown sphere collides with the yellow object", "The brown sphere collides with the cube", "The cylinder and the brown object collide", "The rubber sphere and the cube collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the red metal object?\nOptions:\nA. The brown sphere collides with the yellow object\nB. The brown sphere collides with the cube\nC. The cylinder and the brown object collide\nD. The rubber sphere and the cube collide\n\nAnswer:", "C. The cylinder and the brown object collide" ] }
train_videos/video_09100.mp4
14
counterfactual
Which event will happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber sphere collides with the brown sphere", "The cylinder collides with the yellow object", "The cylinder collides with the red metal object", "The rubber sphere and the yellow object collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen if the cube is removed?\nOptions:\nA. The rubber sphere collides with the brown sphere\nB. The cylinder collides with the yellow object\nC. The cylinder collides with the red metal object\nD. The rubber sphere and the yellow object collide\n\nAnswer:", "B. The cylinder collides with the yellow object" ] }
train_videos/video_09101.mp4
14
counterfactual
If the sphere is removed, what will happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cyan cube and the red object collide", "The cylinder collides with the cyan cube" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, what will happen?\nOptions:\nA. The cyan cube and the red object collide\nB. The cylinder collides with the cyan cube\n\nAnswer:", "B. The cylinder collides with the cyan cube" ] }
train_videos/video_09102.mp4
14
counterfactual
Which event will not happen if the purple cube is removed?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The gray object and the green sphere collide", "The gray object collides with the cyan object", "The rubber object collides with the metal sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the purple cube is removed?\nOptions:\nA. The gray object and the green sphere collide\nB. The gray object collides with the cyan object\nC. The rubber object collides with the metal sphere\n\nAnswer:", "C. The rubber object collides with the metal sphere" ] }
train_videos/video_09102.mp4
15
counterfactual
What will not happen if the rubber sphere is removed?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The gray cube and the purple object collide", "The purple object collides with the green sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the rubber sphere is removed?\nOptions:\nA. The gray cube and the purple object collide\nB. The purple object collides with the green sphere\n\nAnswer:", "B. The purple object collides with the green sphere" ] }
train_videos/video_09103.mp4
13
counterfactual
Which of the following will not happen without the blue cube?
[ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the blue sphere collide", "The blue sphere collides with the yellow sphere", "The cyan cube and the purple cube collide", "The yellow sphere and the purple object collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the blue cube?\nOptions:\nA. The cylinder and the blue sphere collide\nB. The blue sphere collides with the yellow sphere\nC. The cyan cube and the purple cube collide\nD. The yellow sphere and the purple object collide\n\nAnswer:", "D. The yellow sphere and the purple object collide" ] }
train_videos/video_09103.mp4
14
counterfactual
Which event will happen without the blue sphere?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the blue cube", "The cylinder collides with the yellow object", "The cylinder collides with the purple cube", "The cyan cube collides with the purple object" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen without the blue sphere?\nOptions:\nA. The cylinder collides with the blue cube\nB. The cylinder collides with the yellow object\nC. The cylinder collides with the purple cube\nD. The cyan cube collides with the purple object\n\nAnswer:", "B. The cylinder collides with the yellow object" ] }
train_videos/video_09104.mp4
14
counterfactual
Which of the following will happen without the rubber sphere?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube collides with the blue object", "The brown cube collides with the yellow cube", "The yellow cube collides with the yellow sphere", "The metal sphere collides with the blue object" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the rubber sphere?\nOptions:\nA. The yellow cube collides with the blue object\nB. The brown cube collides with the yellow cube\nC. The yellow cube collides with the yellow sphere\nD. The metal sphere collides with the blue object\n\nAnswer:", "C. The yellow cube collides with the yellow sphere" ] }
train_videos/video_09104.mp4
15
counterfactual
Without the yellow cube, which event will not happen?
[ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cube and the blue cube collide", "The brown cube collides with the brown sphere", "The metal sphere collides with the blue object", "The brown sphere collides with the blue cube" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the yellow cube, which event will not happen?\nOptions:\nA. The brown cube and the blue cube collide\nB. The brown cube collides with the brown sphere\nC. The metal sphere collides with the blue object\nD. The brown sphere collides with the blue cube\n\nAnswer:", "D. The brown sphere collides with the blue cube" ] }
train_videos/video_09105.mp4
13
counterfactual
Which of the following will not happen if the brown cube is removed?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red object and the purple sphere collide", "The red object collides with the blue object", "The cylinder collides with the yellow cube", "The red sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen if the brown cube is removed?\nOptions:\nA. The red object and the purple sphere collide\nB. The red object collides with the blue object\nC. The cylinder collides with the yellow cube\nD. The red sphere and the cylinder collide\n\nAnswer:", "C. The cylinder collides with the yellow cube" ] }
train_videos/video_09105.mp4
14
counterfactual
Which event will happen if the metal sphere is removed?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red sphere and the blue sphere collide", "The red sphere and the brown object collide", "The brown cube collides with the yellow object", "The red sphere and the yellow object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen if the metal sphere is removed?\nOptions:\nA. The red sphere and the blue sphere collide\nB. The red sphere and the brown object collide\nC. The brown cube collides with the yellow object\nD. The red sphere and the yellow object collide\n\nAnswer:", "A. The red sphere and the blue sphere collide" ] }
train_videos/video_09106.mp4
13
counterfactual
If the blue cylinder is removed, which of the following will happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple cube collides with the green cylinder", "The gray object and the green object collide", "The purple object collides with the gray object" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue cylinder is removed, which of the following will happen?\nOptions:\nA. The purple cube collides with the green cylinder\nB. The gray object and the green object collide\nC. The purple object collides with the gray object\n\nAnswer:", "C. The purple object collides with the gray object" ] }
train_videos/video_09106.mp4
14
counterfactual
Which of the following will not happen if the rubber cylinder is removed?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple cube and the metal cylinder collide", "The gray object collides with the blue object", "The purple cube and the gray cube collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen if the rubber cylinder is removed?\nOptions:\nA. The purple cube and the metal cylinder collide\nB. The gray object collides with the blue object\nC. The purple cube and the gray cube collide\n\nAnswer:", "B. The gray object collides with the blue object" ] }
train_videos/video_09107.mp4
13
counterfactual
If the gray cylinder is removed, which of the following will not happen?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the green cylinder collide", "The cyan object and the sphere collide", "The green cylinder and the sphere collide", "The cyan object collides with the cube" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the gray cylinder is removed, which of the following will not happen?\nOptions:\nA. The cyan object and the green cylinder collide\nB. The cyan object and the sphere collide\nC. The green cylinder and the sphere collide\nD. The cyan object collides with the cube\n\nAnswer:", "C. The green cylinder and the sphere collide" ] }
train_videos/video_09107.mp4
14
counterfactual
If the sphere is removed, which of the following will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cylinder and the green object collide", "The cube collides with the metal cylinder", "The green cylinder and the metal cylinder collide", "The cyan cylinder and the cube collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, which of the following will not happen?\nOptions:\nA. The cyan cylinder and the green object collide\nB. The cube collides with the metal cylinder\nC. The green cylinder and the metal cylinder collide\nD. The cyan cylinder and the cube collide\n\nAnswer:", "C. The green cylinder and the metal cylinder collide" ] }
train_videos/video_09108.mp4
13
counterfactual
If the brown cube is removed, which event will not happen?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere and the purple cube collide", "The rubber cylinder collides with the gray cylinder", "The metal sphere collides with the red object", "The metal sphere and the metal cylinder collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the brown cube is removed, which event will not happen?\nOptions:\nA. The gray sphere and the purple cube collide\nB. The rubber cylinder collides with the gray cylinder\nC. The metal sphere collides with the red object\nD. The metal sphere and the metal cylinder collide\n\nAnswer:", "B. The rubber cylinder collides with the gray cylinder" ] }
train_videos/video_09108.mp4
14
counterfactual
Without the cyan object, what will happen?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cylinder and the brown cube collide", "The rubber cylinder and the metal cylinder collide", "The metal sphere and the purple cube collide", "The gray sphere collides with the gray cylinder" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cyan object, what will happen?\nOptions:\nA. The metal cylinder and the brown cube collide\nB. The rubber cylinder and the metal cylinder collide\nC. The metal sphere and the purple cube collide\nD. The gray sphere collides with the gray cylinder\n\nAnswer:", "D. The gray sphere collides with the gray cylinder" ] }
train_videos/video_09109.mp4
13
counterfactual
Without the green sphere, which of the following will happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the gray object collide", "The cube collides with the cylinder", "The gray sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the green sphere, which of the following will happen?\nOptions:\nA. The cube and the gray object collide\nB. The cube collides with the cylinder\nC. The gray sphere and the cylinder collide\n\nAnswer:", "C. The gray sphere and the cylinder collide" ] }
train_videos/video_09110.mp4
13
counterfactual
If the yellow cylinder is removed, which event will not happen?
[ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder and the cyan object collide", "The blue cylinder collides with the cyan object", "The sphere and the cyan object collide", "The blue object collides with the sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the yellow cylinder is removed, which event will not happen?\nOptions:\nA. The brown cylinder and the cyan object collide\nB. The blue cylinder collides with the cyan object\nC. The sphere and the cyan object collide\nD. The blue object collides with the sphere\n\nAnswer:", "C. The sphere and the cyan object collide" ] }
train_videos/video_09110.mp4
14
counterfactual
If the cyan cylinder is removed, which of the following will not happen?
[ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cylinder collides with the brown cylinder", "The blue object and the brown cylinder collide", "The blue cylinder collides with the yellow object", "The blue object and the sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the cyan cylinder is removed, which of the following will not happen?\nOptions:\nA. The yellow cylinder collides with the brown cylinder\nB. The blue object and the brown cylinder collide\nC. The blue cylinder collides with the yellow object\nD. The blue object and the sphere collide\n\nAnswer:", "B. The blue object and the brown cylinder collide" ] }
train_videos/video_09111.mp4
12
counterfactual
If the brown cube is removed, what will not happen?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cube and the green rubber object collide", "The metal cube collides with the sphere", "The metal object collides with the green rubber cube", "The sphere collides with the red cube" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "green", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the brown cube is removed, what will not happen?\nOptions:\nA. The red cube and the green rubber object collide\nB. The metal cube collides with the sphere\nC. The metal object collides with the green rubber cube\nD. The sphere collides with the red cube\n\nAnswer:", "C. The metal object collides with the green rubber cube" ] }
train_videos/video_09111.mp4
13
counterfactual
Which of the following will not happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cube collides with the green rubber cube", "The metal cube and the red cube collide", "The gray object collides with the brown cube", "The metal object collides with the gray object" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the sphere?\nOptions:\nA. The red cube collides with the green rubber cube\nB. The metal cube and the red cube collide\nC. The gray object collides with the brown cube\nD. The metal object collides with the gray object\n\nAnswer:", "C. The gray object collides with the brown cube" ] }
train_videos/video_09112.mp4
13
counterfactual
Without the cylinder, which event will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the purple sphere", "The metal sphere and the rubber sphere collide", "The cube and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, which event will happen?\nOptions:\nA. The cube collides with the purple sphere\nB. The metal sphere and the rubber sphere collide\nC. The cube and the rubber sphere collide\n\nAnswer:", "B. The metal sphere and the rubber sphere collide" ] }
train_videos/video_09112.mp4
14
counterfactual
What will not happen if the rubber sphere is removed?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cube and the purple object collide", "The purple object collides with the cylinder" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the rubber sphere is removed?\nOptions:\nA. The cube and the purple object collide\nB. The purple object collides with the cylinder\n\nAnswer:", "B. The purple object collides with the cylinder" ] }
train_videos/video_09113.mp4
14
counterfactual
What will not happen if the metal cylinder is removed?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown cylinder collides with the sphere", "The brown cylinder collides with the gray object", "The gray cylinder collides with the sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the metal cylinder is removed?\nOptions:\nA. The brown cylinder collides with the sphere\nB. The brown cylinder collides with the gray object\nC. The gray cylinder collides with the sphere\n\nAnswer:", "B. The brown cylinder collides with the gray object" ] }
train_videos/video_09113.mp4
15
counterfactual
What will happen if the sphere is removed?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal cylinder collides with the brown cylinder", "The green object collides with the gray cylinder", "The brown cylinder collides with the gray object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the sphere is removed?\nOptions:\nA. The metal cylinder collides with the brown cylinder\nB. The green object collides with the gray cylinder\nC. The brown cylinder collides with the gray object\n\nAnswer:", "C. The brown cylinder collides with the gray object" ] }
train_videos/video_09114.mp4
13
counterfactual
Which event will not happen without the purple cube?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cube collides with the cyan cube", "The brown cube collides with the cylinder", "The cyan cube and the gray cube collide", "The brown cube and the gray object collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen without the purple cube?\nOptions:\nA. The brown cube collides with the cyan cube\nB. The brown cube collides with the cylinder\nC. The cyan cube and the gray cube collide\nD. The brown cube and the gray object collide\n\nAnswer:", "D. The brown cube and the gray object collide" ] }
train_videos/video_09114.mp4
14
counterfactual
If the gray object is removed, which event will not happen?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the purple object", "The brown cube collides with the cyan object", "The purple cube and the cylinder collide", "The cyan cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the gray object is removed, which event will not happen?\nOptions:\nA. The cyan object collides with the purple object\nB. The brown cube collides with the cyan object\nC. The purple cube and the cylinder collide\nD. The cyan cube and the cylinder collide\n\nAnswer:", "C. The purple cube and the cylinder collide" ] }
train_videos/video_09115.mp4
13
counterfactual
If the red cylinder is removed, which of the following will happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The green object collides with the purple object", "The purple object collides with the sphere", "The green object collides with the sphere" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the red cylinder is removed, which of the following will happen?\nOptions:\nA. The green object collides with the purple object\nB. The purple object collides with the sphere\nC. The green object collides with the sphere\n\nAnswer:", "A. The green object collides with the purple object" ] }
train_videos/video_09115.mp4
14
counterfactual
If the purple object is removed, which of the following will happen?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The green cylinder collides with the sphere", "The red cylinder and the metal cylinder collide", "The red object and the sphere collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the purple object is removed, which of the following will happen?\nOptions:\nA. The green cylinder collides with the sphere\nB. The red cylinder and the metal cylinder collide\nC. The red object and the sphere collide\n\nAnswer:", "B. The red cylinder and the metal cylinder collide" ] }
train_videos/video_09116.mp4
13
counterfactual
If the gray cylinder is removed, what will not happen?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the sphere", "The sphere and the yellow cylinder collide", "The cube and the yellow cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the gray cylinder is removed, what will not happen?\nOptions:\nA. The cube collides with the sphere\nB. The sphere and the yellow cylinder collide\nC. The cube and the yellow cylinder collide\n\nAnswer:", "C. The cube and the yellow cylinder collide" ] }
train_videos/video_09116.mp4
14
counterfactual
Without the yellow cylinder, what will happen?
[ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere collides with the gray object", "The cube collides with the gray cylinder", "The cube and the sphere collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the yellow cylinder, what will happen?\nOptions:\nA. The sphere collides with the gray object\nB. The cube collides with the gray cylinder\nC. The cube and the sphere collide\n\nAnswer:", "C. The cube and the sphere collide" ] }
train_videos/video_09117.mp4
14
counterfactual
Which of the following will happen without the brown object?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cylinder collides with the gray rubber object", "The red cylinder collides with the green cylinder", "The gray rubber cylinder and the sphere collide", "The red cylinder collides with the gray metal object" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the brown object?\nOptions:\nA. The green cylinder collides with the gray rubber object\nB. The red cylinder collides with the green cylinder\nC. The gray rubber cylinder and the sphere collide\nD. The red cylinder collides with the gray metal object\n\nAnswer:", "D. The red cylinder collides with the gray metal object" ] }
train_videos/video_09117.mp4
15
counterfactual
Which of the following will happen if the gray metal cylinder is removed?
[ "all_events", "objects", "gray", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red object collides with the green object", "The green cylinder collides with the sphere", "The red object and the brown cylinder collide", "The brown cylinder collides with the gray rubber cylinder" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the gray metal cylinder is removed?\nOptions:\nA. The red object collides with the green object\nB. The green cylinder collides with the sphere\nC. The red object and the brown cylinder collide\nD. The brown cylinder collides with the gray rubber cylinder\n\nAnswer:", "D. The brown cylinder collides with the gray rubber cylinder" ] }
train_videos/video_09118.mp4
14
counterfactual
Without the yellow object, which event will not happen?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The brown cylinder and the green object collide", "The green object collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the yellow object, which event will not happen?\nOptions:\nA. The brown cylinder and the green object collide\nB. The green object collides with the rubber sphere\n\nAnswer:", "B. The green object collides with the rubber sphere" ] }