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_07878.mp4
15
counterfactual
Which event will not happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue object collides with the purple object", "The brown object and the purple cylinder collide", "The blue object and the brown object collide", "The sphere collides with the purple object" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "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: Which event will not happen without the cube?\nOptions:\nA. The blue object collides with the purple object\nB. The brown object and the purple cylinder collide\nC. The blue object and the brown object collide\nD. The sphere collides with the purple object\n\nAnswer:", "D. The sphere collides with the purple object" ] }
train_videos/video_07879.mp4
12
counterfactual
Without the red cube, what will not happen?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cube collides with the rubber cylinder", "The green cylinder collides with the sphere", "The gray cylinder and the sphere collide", "The metal cylinder collides with the gray object" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "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", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "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: Without the red cube, what will not happen?\nOptions:\nA. The green cube collides with the rubber cylinder\nB. The green cylinder collides with the sphere\nC. The gray cylinder and the sphere collide\nD. The metal cylinder collides with the gray object\n\nAnswer:", "C. The gray cylinder and the sphere collide" ] }
train_videos/video_07880.mp4
13
counterfactual
What will not happen if the red object is removed?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the rubber cube collide", "The gray object collides with the blue object", "The rubber sphere and the rubber cube collide", "The metal cube collides with the rubber cube" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "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", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "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: What will not happen if the red object is removed?\nOptions:\nA. The cylinder and the rubber cube collide\nB. The gray object collides with the blue object\nC. The rubber sphere and the rubber cube collide\nD. The metal cube collides with the rubber cube\n\nAnswer:", "C. The rubber sphere and the rubber cube collide" ] }
train_videos/video_07880.mp4
14
counterfactual
If the blue sphere is removed, which of the following 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 sphere collides with the rubber cube", "The metal cube and the cylinder collide", "The metal cube collides with the red sphere", "The metal cube collides with the rubber cube" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "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", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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: If the blue sphere is removed, which of the following will happen?\nOptions:\nA. The rubber sphere collides with the rubber cube\nB. The metal cube and the cylinder collide\nC. The metal cube collides with the red sphere\nD. The metal cube collides with the rubber cube\n\nAnswer:", "D. The metal cube collides with the rubber cube" ] }
train_videos/video_07881.mp4
13
counterfactual
Which of the following will not happen without the brown metal object?
[ "all_events", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cube collides with the sphere", "The cylinder and the rubber cube collide", "The cylinder collides with the sphere", "The red cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "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: Which of the following will not happen without the brown metal object?\nOptions:\nA. The red cube collides with the sphere\nB. The cylinder and the rubber cube collide\nC. The cylinder collides with the sphere\nD. The red cube and the cylinder collide\n\nAnswer:", "C. The cylinder collides with the sphere" ] }
train_videos/video_07881.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 red cube collides with the rubber cube", "The rubber cube collides with the brown metal object", "The red object collides with the brown metal object", "The cylinder collides with the brown metal cube" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "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 sphere is removed, what will happen?\nOptions:\nA. The red cube collides with the rubber cube\nB. The rubber cube collides with the brown metal object\nC. The red object collides with the brown metal object\nD. The cylinder collides with the brown metal cube\n\nAnswer:", "B. The rubber cube collides with the brown metal object" ] }
train_videos/video_07882.mp4
13
counterfactual
Without the rubber cylinder, which event will happen?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the sphere collide", "The cube and the metal object collide", "The sphere collides with the metal object" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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 rubber cylinder, which event will happen?\nOptions:\nA. The cube and the sphere collide\nB. The cube and the metal object collide\nC. The sphere collides with the metal object\n\nAnswer:", "A. The cube and the sphere collide" ] }
train_videos/video_07882.mp4
14
counterfactual
If the sphere is removed, what will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the rubber cylinder collide", "The rubber cylinder collides with the metal cylinder", "The cube and the metal cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "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", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "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: If the sphere is removed, what will not happen?\nOptions:\nA. The cube and the rubber cylinder collide\nB. The rubber cylinder collides with the metal cylinder\nC. The cube and the metal cylinder collide\n\nAnswer:", "C. The cube and the metal cylinder collide" ] }
train_videos/video_07883.mp4
13
counterfactual
If the cylinder is removed, what will not happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green object and the red sphere collide", "The green object collides with the gray sphere", "The yellow sphere and the gray sphere collide", "The red sphere and the yellow sphere collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "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: If the cylinder is removed, what will not happen?\nOptions:\nA. The green object and the red sphere collide\nB. The green object collides with the gray sphere\nC. The yellow sphere and the gray sphere collide\nD. The red sphere and the yellow sphere collide\n\nAnswer:", "D. The red sphere and the yellow sphere collide" ] }
train_videos/video_07883.mp4
14
counterfactual
Which event will happen if the yellow sphere is removed?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green sphere and the gray object collide", "The green object and the cylinder collide", "The cylinder collides with the red object", "The cylinder collides with the gray sphere" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "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: Which event will happen if the yellow sphere is removed?\nOptions:\nA. The green sphere and the gray object collide\nB. The green object and the cylinder collide\nC. The cylinder collides with the red object\nD. The cylinder collides with the gray sphere\n\nAnswer:", "C. The cylinder collides with the red object" ] }
train_videos/video_07884.mp4
13
counterfactual
If the green cylinder is removed, which event will not happen?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue object collides with the metal cylinder", "The sphere collides with the blue cylinder", "The sphere and the gray object collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "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: If the green cylinder is removed, which event will not happen?\nOptions:\nA. The blue object collides with the metal cylinder\nB. The sphere collides with the blue cylinder\nC. The sphere and the gray object collide\n\nAnswer:", "B. The sphere collides with the blue cylinder" ] }
train_videos/video_07884.mp4
14
counterfactual
If the blue object is removed, which of the following will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The sphere collides with the gray cylinder", "The green cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "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" ] ], "answer": [ "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue object is removed, which of the following will not happen?\nOptions:\nA. The sphere collides with the gray cylinder\nB. The green cylinder and the sphere collide\n\nAnswer:", "" ] }
train_videos/video_07885.mp4
13
counterfactual
Which event will not happen without the yellow sphere?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red object collides with the yellow cube", "The brown cube and the red sphere collide", "The brown cube and the yellow cube collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "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" ] ], "answer": [ "wrong", "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 without the yellow sphere?\nOptions:\nA. The red object collides with the yellow cube\nB. The brown cube and the red sphere collide\nC. The brown cube and the yellow cube collide\n\nAnswer:", "C. The brown cube and the yellow cube collide" ] }
train_videos/video_07885.mp4
14
counterfactual
Which of the following will happen if the rubber cube is removed?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown cube collides with the yellow sphere", "The brown cube and the red object collide", "The red object and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "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: Which of the following will happen if the rubber cube is removed?\nOptions:\nA. The brown cube collides with the yellow sphere\nB. The brown cube and the red object collide\nC. The red object and the rubber sphere collide\n\nAnswer:", "B. The brown cube and the red object collide" ] }
train_videos/video_07886.mp4
14
counterfactual
Which event will not happen if the gray cube is removed?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple cylinder and the cyan cube collide", "The metal cylinder and the blue cylinder collide", "The purple cylinder and the sphere collide", "The cyan cube collides with the sphere" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "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", "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: Which event will not happen if the gray cube is removed?\nOptions:\nA. The purple cylinder and the cyan cube collide\nB. The metal cylinder and the blue cylinder collide\nC. The purple cylinder and the sphere collide\nD. The cyan cube collides with the sphere\n\nAnswer:", "D. The cyan cube collides with the sphere" ] }
train_videos/video_07886.mp4
15
counterfactual
If the cyan cube is removed, what will not happen?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cylinder and the gray object collide", "The blue cylinder and the cyan cylinder collide", "The metal cylinder collides with the cyan cylinder", "The purple object and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "blue", "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: If the cyan cube is removed, what will not happen?\nOptions:\nA. The cyan cylinder and the gray object collide\nB. The blue cylinder and the cyan cylinder collide\nC. The metal cylinder collides with the cyan cylinder\nD. The purple object and the blue cylinder collide\n\nAnswer:", "B. The blue cylinder and the cyan cylinder collide" ] }
train_videos/video_07887.mp4
13
counterfactual
What will happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue cylinder and the red cylinder collide", "The blue cylinder collides with the brown sphere", "The brown sphere collides with the yellow sphere", "The red object collides with the yellow object" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "yellow", "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 cube?\nOptions:\nA. The blue cylinder and the red cylinder collide\nB. The blue cylinder collides with the brown sphere\nC. The brown sphere collides with the yellow sphere\nD. The red object collides with the yellow object\n\nAnswer:", "D. The red object collides with the yellow object" ] }
train_videos/video_07887.mp4
14
counterfactual
Without the brown sphere, what will not happen?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cylinder collides with the yellow object", "The blue cylinder collides with the red object", "The blue object collides with the cube", "The blue object and the yellow object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "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", "blue", "filter_color", "unique", "filter_collision", "objects", "yellow", "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 brown sphere, what will not happen?\nOptions:\nA. The red cylinder collides with the yellow object\nB. The blue cylinder collides with the red object\nC. The blue object collides with the cube\nD. The blue object and the yellow object collide\n\nAnswer:", "D. The blue object and the yellow object collide" ] }
train_videos/video_07888.mp4
14
counterfactual
What will happen without the yellow cube?
[ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the red sphere collide", "The purple cube and the blue cube collide", "The purple cube collides with the cylinder", "The cylinder collides with the blue cube" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "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", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "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: What will happen without the yellow cube?\nOptions:\nA. The cylinder and the red sphere collide\nB. The purple cube and the blue cube collide\nC. The purple cube collides with the cylinder\nD. The cylinder collides with the blue cube\n\nAnswer:", "C. The purple cube collides with the cylinder" ] }
train_videos/video_07888.mp4
15
counterfactual
Without the blue cube, which of the following will not happen?
[ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow sphere collides with the metal object", "The purple object and the metal object collide", "The purple cube collides with the cylinder", "The cylinder and the yellow cube collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "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", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "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: Without the blue cube, which of the following will not happen?\nOptions:\nA. The yellow sphere collides with the metal object\nB. The purple object and the metal object collide\nC. The purple cube collides with the cylinder\nD. The cylinder and the yellow cube collide\n\nAnswer:", "D. The cylinder and the yellow cube collide" ] }
train_videos/video_07889.mp4
14
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 brown cylinder and the red object collide", "The brown object and the purple cube collide", "The purple object and the rubber sphere collide", "The blue sphere collides with the purple object" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "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 event will not happen if the blue cylinder is removed?\nOptions:\nA. The brown cylinder and the red object collide\nB. The brown object and the purple cube collide\nC. The purple object and the rubber sphere collide\nD. The blue sphere collides with the purple object\n\nAnswer:", "C. The purple object and the rubber sphere collide" ] }
train_videos/video_07889.mp4
15
counterfactual
If the red object is removed, which event will not happen?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue sphere collides with the blue cylinder", "The cyan cube collides with the purple object", "The blue sphere collides with the brown cylinder", "The metal cube and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "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" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "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: If the red object is removed, which event will not happen?\nOptions:\nA. The blue sphere collides with the blue cylinder\nB. The cyan cube collides with the purple object\nC. The blue sphere collides with the brown cylinder\nD. The metal cube and the blue cylinder collide\n\nAnswer:", "D. The metal cube and the blue cylinder collide" ] }
train_videos/video_07890.mp4
12
counterfactual
What will not happen if the gray cube is removed?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan cube collides with the cylinder", "The cyan cube collides with the green object", "The cylinder collides with the metal object" ], "program": [ [ "all_events", "objects", "cyan", "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", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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 gray cube is removed?\nOptions:\nA. The cyan cube collides with the cylinder\nB. The cyan cube collides with the green object\nC. The cylinder collides with the metal object\n\nAnswer:", "C. The cylinder collides with the metal object" ] }
train_videos/video_07890.mp4
13
counterfactual
What will not happen without the cyan cube?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cylinder and the metal cube collide", "The cylinder collides with the gray cube" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "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: What will not happen without the cyan cube?\nOptions:\nA. The cylinder and the metal cube collide\nB. The cylinder collides with the gray cube\n\nAnswer:", "B. The cylinder collides with the gray cube" ] }
train_videos/video_07891.mp4
13
counterfactual
What will happen if the purple sphere is removed?
[ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the blue sphere", "The blue object and the cylinder collide", "The cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "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: What will happen if the purple sphere is removed?\nOptions:\nA. The cube collides with the blue sphere\nB. The blue object and the cylinder collide\nC. The cube and the cylinder collide\n\nAnswer:", "A. The cube collides with the blue sphere" ] }
train_videos/video_07891.mp4
14
counterfactual
What will happen if the blue sphere is removed?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the purple object", "The cube and the cylinder collide", "The purple sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "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", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "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: What will happen if the blue sphere is removed?\nOptions:\nA. The cube collides with the purple object\nB. The cube and the cylinder collide\nC. The purple sphere and the cylinder collide\n\nAnswer:", "C. The purple sphere and the cylinder collide" ] }
train_videos/video_07892.mp4
13
counterfactual
Which event will not happen if the gray sphere is removed?
[ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the yellow sphere collide", "The yellow sphere collides with the yellow cylinder", "The yellow sphere and the cube collide", "The cyan cylinder and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "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": [ "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 event will not happen if the gray sphere is removed?\nOptions:\nA. The cyan object and the yellow sphere collide\nB. The yellow sphere collides with the yellow cylinder\nC. The yellow sphere and the cube collide\nD. The cyan cylinder and the blue cylinder collide\n\nAnswer:", "C. The yellow sphere and the cube collide" ] }
train_videos/video_07892.mp4
14
counterfactual
Which of the following will happen without the metal object?
[ "all_events", "objects", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow sphere and the yellow cylinder collide", "The cyan cylinder and the gray object collide", "The cyan object and the yellow sphere collide", "The yellow cylinder and the gray sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "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 metal object?\nOptions:\nA. The yellow sphere and the yellow cylinder collide\nB. The cyan cylinder and the gray object collide\nC. The cyan object and the yellow sphere collide\nD. The yellow cylinder and the gray sphere collide\n\nAnswer:", "C. The cyan object and the yellow sphere collide" ] }
train_videos/video_07893.mp4
14
counterfactual
Without the sphere, what will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue cylinder collides with the yellow cylinder", "The blue object and the cube collide", "The yellow cylinder collides with the cube" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "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: Without the sphere, what will not happen?\nOptions:\nA. The blue cylinder collides with the yellow cylinder\nB. The blue object and the cube collide\nC. The yellow cylinder collides with the cube\n\nAnswer:", "B. The blue object and the cube collide" ] }
train_videos/video_07893.mp4
15
counterfactual
What will not happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The blue object and the sphere collide", "The yellow object collides with the sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "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 cube is removed?\nOptions:\nA. The blue object and the sphere collide\nB. The yellow object collides with the sphere\n\nAnswer:", "B. The yellow object collides with the sphere" ] }
train_videos/video_07894.mp4
13
counterfactual
Which of the following 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, 3 ], "choice": [ "The yellow object and the sphere collide", "The green cylinder collides with the sphere", "The yellow cube collides with the green rubber cube", "The sphere and the brown object collide" ], "program": [ [ "all_events", "objects", "yellow", "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", "yellow", "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", "sphere", "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: Which of the following will happen without the metal cube?\nOptions:\nA. The yellow object and the sphere collide\nB. The green cylinder collides with the sphere\nC. The yellow cube collides with the green rubber cube\nD. The sphere and the brown object collide\n\nAnswer:", "B. The green cylinder collides with the sphere" ] }
train_videos/video_07894.mp4
14
counterfactual
Which event will not happen if the green rubber cube is removed?
[ "all_events", "objects", "green", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cylinder and the sphere collide", "The yellow object and the green cylinder collide", "The green cylinder collides with the metal cube", "The metal cube collides with the brown cylinder" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "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", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "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: Which event will not happen if the green rubber cube is removed?\nOptions:\nA. The green cylinder and the sphere collide\nB. The yellow object and the green cylinder collide\nC. The green cylinder collides with the metal cube\nD. The metal cube collides with the brown cylinder\n\nAnswer:", "D. The metal cube collides with the brown cylinder" ] }
train_videos/video_07895.mp4
13
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 gray cube collides with the red object", "The blue rubber sphere and the metal sphere collide", "The gray cube collides with the blue rubber object", "The blue rubber sphere collides with the green cube" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "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: What will happen without the cyan object?\nOptions:\nA. The gray cube collides with the red object\nB. The blue rubber sphere and the metal sphere collide\nC. The gray cube collides with the blue rubber object\nD. The blue rubber sphere collides with the green cube\n\nAnswer:", "C. The gray cube collides with the blue rubber object" ] }
train_videos/video_07895.mp4
14
counterfactual
Which event will happen if the green object is removed?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the red object collide", "The blue rubber object and the cyan object collide", "The gray object and the metal sphere collide", "The gray cube collides with the cyan sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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 event will happen if the green object is removed?\nOptions:\nA. The cyan object and the red object collide\nB. The blue rubber object and the cyan object collide\nC. The gray object and the metal sphere collide\nD. The gray cube collides with the cyan sphere\n\nAnswer:", "D. The gray cube collides with the cyan sphere" ] }
train_videos/video_07896.mp4
13
counterfactual
If the green object is removed, which of the following will happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red sphere and the purple object collide", "The brown object collides with the red object", "The rubber cube and the metal cube collide", "The rubber cube and the purple object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "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: If the green object is removed, which of the following will happen?\nOptions:\nA. The red sphere and the purple object collide\nB. The brown object collides with the red object\nC. The rubber cube and the metal cube collide\nD. The rubber cube and the purple object collide\n\nAnswer:", "C. The rubber cube and the metal cube collide" ] }
train_videos/video_07896.mp4
14
counterfactual
Which event will happen if the purple object is removed?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube collides with the rubber sphere", "The red object collides with the green object", "The cyan cube collides with the brown cube", "The metal cube and the red object collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "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: Which event will happen if the purple object is removed?\nOptions:\nA. The rubber cube collides with the rubber sphere\nB. The red object collides with the green object\nC. The cyan cube collides with the brown cube\nD. The metal cube and the red object collide\n\nAnswer:", "C. The cyan cube collides with the brown cube" ] }
train_videos/video_07897.mp4
12
counterfactual
Without the gray cylinder, what 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 yellow cube and the gray sphere collide", "The cyan cube collides with the metal sphere", "The brown object collides with the metal sphere", "The yellow cube and the cyan object collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "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", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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: Without the gray cylinder, what will not happen?\nOptions:\nA. The yellow cube and the gray sphere collide\nB. The cyan cube collides with the metal sphere\nC. The brown object collides with the metal sphere\nD. The yellow cube and the cyan object collide\n\nAnswer:", "C. The brown object collides with the metal sphere" ] }
train_videos/video_07897.mp4
13
counterfactual
If the metal sphere is removed, which event will happen?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cube and the green cylinder collide", "The yellow object collides with the green object", "The brown object and the green cylinder collide", "The cyan object collides with the brown object" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "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", "cyan", "filter_color", "unique", "filter_collision", "objects", "brown", "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: If the metal sphere is removed, which event will happen?\nOptions:\nA. The cyan cube and the green cylinder collide\nB. The yellow object collides with the green object\nC. The brown object and the green cylinder collide\nD. The cyan object collides with the brown object\n\nAnswer:", "D. The cyan object collides with the brown object" ] }
train_videos/video_07898.mp4
13
counterfactual
If the blue object is removed, which of the following will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal sphere collides with the cube", "The yellow sphere and the cube collide", "The yellow object collides with the metal object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "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 blue object is removed, which of the following will not happen?\nOptions:\nA. The metal sphere collides with the cube\nB. The yellow sphere and the cube collide\nC. The yellow object collides with the metal object\n\nAnswer:", "A. The metal sphere collides with the cube" ] }
train_videos/video_07899.mp4
13
counterfactual
Which of the following will happen if the green sphere is removed?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere collides with the brown object", "The blue sphere and the gray sphere collide", "The blue sphere and the cyan sphere collide", "The cyan object collides with the red cylinder" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "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: Which of the following will happen if the green sphere is removed?\nOptions:\nA. The gray sphere collides with the brown object\nB. The blue sphere and the gray sphere collide\nC. The blue sphere and the cyan sphere collide\nD. The cyan object collides with the red cylinder\n\nAnswer:", "C. The blue sphere and the cyan sphere collide" ] }
train_videos/video_07899.mp4
14
counterfactual
Without the red cylinder, which event will happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan sphere and the brown cylinder collide", "The brown object and the green sphere collide", "The blue sphere collides with the gray object", "The blue sphere collides with the cyan sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "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", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "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: Without the red cylinder, which event will happen?\nOptions:\nA. The cyan sphere and the brown cylinder collide\nB. The brown object and the green sphere collide\nC. The blue sphere collides with the gray object\nD. The blue sphere collides with the cyan sphere\n\nAnswer:", "D. The blue sphere collides with the cyan sphere" ] }
train_videos/video_07900.mp4
14
counterfactual
If the purple rubber object is removed, which event will not happen?
[ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the red cylinder", "The cube and the sphere collide", "The cube collides with the cyan object", "The red cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "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" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "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 purple rubber object is removed, which event will not happen?\nOptions:\nA. The cube collides with the red cylinder\nB. The cube and the sphere collide\nC. The cube collides with the cyan object\nD. The red cylinder and the sphere collide\n\nAnswer:", "B. The cube and the sphere collide" ] }
train_videos/video_07900.mp4
15
counterfactual
What will happen without the red object?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the purple rubber cylinder", "The cube collides with the cyan object", "The cyan object collides with the sphere", "The sphere and the purple metal cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "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: What will happen without the red object?\nOptions:\nA. The cyan object collides with the purple rubber cylinder\nB. The cube collides with the cyan object\nC. The cyan object collides with the sphere\nD. The sphere and the purple metal cylinder collide\n\nAnswer:", "B. The cube collides with the cyan object" ] }
train_videos/video_07901.mp4
14
counterfactual
Without the yellow sphere, which of the following will not happen?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube and the gray object collide", "The gray object and the purple cylinder collide", "The yellow cube collides with the purple cylinder", "The gray object collides with the cyan object" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cyan", "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 yellow sphere, which of the following will not happen?\nOptions:\nA. The yellow cube and the gray object collide\nB. The gray object and the purple cylinder collide\nC. The yellow cube collides with the purple cylinder\nD. The gray object collides with the cyan object\n\nAnswer:", "D. The gray object collides with the cyan object" ] }
train_videos/video_07901.mp4
15
counterfactual
Which event 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 purple cylinder and the purple sphere collide", "The yellow cube collides with the purple sphere", "The gray object collides with the yellow sphere", "The yellow cube and the purple cylinder collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "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 happen without the cyan object?\nOptions:\nA. The purple cylinder and the purple sphere collide\nB. The yellow cube collides with the purple sphere\nC. The gray object collides with the yellow sphere\nD. The yellow cube and the purple cylinder collide\n\nAnswer:", "D. The yellow cube and the purple cylinder collide" ] }
train_videos/video_07902.mp4
13
counterfactual
If the red sphere is removed, which event will not happen?
[ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the green sphere", "The yellow cube and the blue sphere collide", "The yellow object and the purple cube collide", "The green object and the blue sphere collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "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: If the red sphere is removed, which event will not happen?\nOptions:\nA. The cylinder collides with the green sphere\nB. The yellow cube and the blue sphere collide\nC. The yellow object and the purple cube collide\nD. The green object and the blue sphere collide\n\nAnswer:", "D. The green object and the blue sphere collide" ] }
train_videos/video_07902.mp4
14
counterfactual
If the purple object is removed, what will not happen?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube and the blue sphere collide", "The yellow object collides with the cylinder", "The cylinder and the red sphere collide", "The cylinder and the green object collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "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: If the purple object is removed, what will not happen?\nOptions:\nA. The yellow cube and the blue sphere collide\nB. The yellow object collides with the cylinder\nC. The cylinder and the red sphere collide\nD. The cylinder and the green object collide\n\nAnswer:", "C. The cylinder and the red sphere collide" ] }
train_videos/video_07903.mp4
12
counterfactual
If the blue cube is removed, which of the following will happen?
[ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere collides with the cylinder", "The cylinder and the rubber cube collide", "The sphere collides with the rubber cube" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "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", "rubber", "filter_material", "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: If the blue cube is removed, which of the following will happen?\nOptions:\nA. The sphere collides with the cylinder\nB. The cylinder and the rubber cube collide\nC. The sphere collides with the rubber cube\n\nAnswer:", "B. The cylinder and the rubber cube collide" ] }
train_videos/video_07903.mp4
13
counterfactual
Which event will happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue cube collides with the cylinder", "The blue cube and the rubber cube collide", "The cylinder and the rubber cube collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cube", "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", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "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: Which event will happen without the sphere?\nOptions:\nA. The blue cube collides with the cylinder\nB. The blue cube and the rubber cube collide\nC. The cylinder and the rubber cube collide\n\nAnswer:", "C. The cylinder and the rubber cube collide" ] }
train_videos/video_07904.mp4
12
counterfactual
Without the gray rubber object, which event will not happen?
[ "all_events", "objects", "gray", "filter_color", "rubber", "filter_material", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the cylinder", "The metal object and the cyan object collide", "The cylinder and the cyan sphere collide", "The metal sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "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" ] ], "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 gray rubber object, which event will not happen?\nOptions:\nA. The cube collides with the cylinder\nB. The metal object and the cyan object collide\nC. The cylinder and the cyan sphere collide\nD. The metal sphere and the cylinder collide\n\nAnswer:", "D. The metal sphere and the cylinder collide" ] }
train_videos/video_07904.mp4
13
counterfactual
If the cyan sphere is removed, what will not happen?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube and the cylinder collide", "The metal sphere collides with the gray rubber object", "The cube collides with the metal object", "The cylinder and the gray rubber sphere collide" ], "program": [ [ "all_events", "objects", "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", "gray", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "sphere", "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: If the cyan sphere is removed, what will not happen?\nOptions:\nA. The cube and the cylinder collide\nB. The metal sphere collides with the gray rubber object\nC. The cube collides with the metal object\nD. The cylinder and the gray rubber sphere collide\n\nAnswer:", "D. The cylinder and the gray rubber sphere collide" ] }
train_videos/video_07905.mp4
13
counterfactual
Which of the following will not happen without the gray cylinder?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the gray sphere", "The blue rubber object and the gray sphere collide", "The metal cylinder and the green sphere collide", "The gray sphere and the green sphere collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "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", "green", "filter_color", "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: Which of the following will not happen without the gray cylinder?\nOptions:\nA. The cube collides with the gray sphere\nB. The blue rubber object and the gray sphere collide\nC. The metal cylinder and the green sphere collide\nD. The gray sphere and the green sphere collide\n\nAnswer:", "D. The gray sphere and the green sphere collide" ] }
train_videos/video_07905.mp4
14
counterfactual
Which of the following will happen if the green sphere is removed?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue rubber object collides with the gray sphere", "The cube and the metal cylinder collide", "The gray sphere and the gray cylinder collide", "The blue rubber cylinder and the cube collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "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", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "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 green sphere is removed?\nOptions:\nA. The blue rubber object collides with the gray sphere\nB. The cube and the metal cylinder collide\nC. The gray sphere and the gray cylinder collide\nD. The blue rubber cylinder and the cube collide\n\nAnswer:", "D. The blue rubber cylinder and the cube collide" ] }
train_videos/video_07906.mp4
12
counterfactual
Which of the following will not happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube and the gray sphere collide", "The yellow object and the cube collide", "The yellow object and the gray sphere collide", "The yellow sphere collides with the rubber cylinder" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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 of the following will not happen if the brown object is removed?\nOptions:\nA. The cube and the gray sphere collide\nB. The yellow object and the cube collide\nC. The yellow object and the gray sphere collide\nD. The yellow sphere collides with the rubber cylinder\n\nAnswer:", "D. The yellow sphere collides with the rubber cylinder" ] }
train_videos/video_07906.mp4
13
counterfactual
Without the gray sphere, what will happen?
[ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube collides with the rubber cylinder", "The metal cylinder and the gray cylinder collide", "The cube collides with the brown object", "The yellow sphere collides with the cube" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "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", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "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 gray sphere, what will happen?\nOptions:\nA. The cube collides with the rubber cylinder\nB. The metal cylinder and the gray cylinder collide\nC. The cube collides with the brown object\nD. The yellow sphere collides with the cube\n\nAnswer:", "D. The yellow sphere collides with the cube" ] }
train_videos/video_07907.mp4
12
counterfactual
If the green object is removed, what will happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0 ], "choice": [ "The cylinder and the yellow object collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the green object is removed, what will happen?\nOptions:\nA. The cylinder and the yellow object collide\n\nAnswer:", "A. The cylinder and the yellow object collide" ] }
train_videos/video_07908.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, 3 ], "choice": [ "The sphere collides with the rubber cube", "The yellow cube collides with the cyan cube", "The sphere collides with the brown cube", "The yellow object and the brown object collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "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 cylinder?\nOptions:\nA. The sphere collides with the rubber cube\nB. The yellow cube collides with the cyan cube\nC. The sphere collides with the brown cube\nD. The yellow object and the brown object collide\n\nAnswer:", "D. The yellow object and the brown object collide" ] }
train_videos/video_07908.mp4
14
counterfactual
Without the brown cube, 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 cylinder and the cyan cube collide", "The yellow cube and the cylinder collide", "The sphere and the cyan cube collide", "The sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "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", "cyan", "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" ] ], "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 brown cube, which event will not happen?\nOptions:\nA. The cylinder and the cyan cube collide\nB. The yellow cube and the cylinder collide\nC. The sphere and the cyan cube collide\nD. The sphere and the cylinder collide\n\nAnswer:", "C. The sphere and the cyan cube collide" ] }
train_videos/video_07909.mp4
14
counterfactual
Which of the following will happen if the rubber cube is removed?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object and the green cube collide", "The yellow object collides with the brown sphere", "The cylinder and the cyan sphere collide", "The yellow object and the cyan sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "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 of the following will happen if the rubber cube is removed?\nOptions:\nA. The yellow object and the green cube collide\nB. The yellow object collides with the brown sphere\nC. The cylinder and the cyan sphere collide\nD. The yellow object and the cyan sphere collide\n\nAnswer:", "B. The yellow object collides with the brown sphere" ] }
train_videos/video_07909.mp4
15
counterfactual
What will not happen without the green cube?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube collides with the cyan object", "The yellow cube collides with the cylinder", "The yellow object collides with the rubber cube", "The yellow cube collides with the brown sphere" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "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 not happen without the green cube?\nOptions:\nA. The yellow cube collides with the cyan object\nB. The yellow cube collides with the cylinder\nC. The yellow object collides with the rubber cube\nD. The yellow cube collides with the brown sphere\n\nAnswer:", "C. The yellow object collides with the rubber cube" ] }
train_videos/video_07910.mp4
13
counterfactual
If the yellow sphere is removed, what will not happen?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the purple sphere", "The purple object and the brown sphere collide", "The cylinder collides with the brown sphere", "The red sphere collides with the purple object" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "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", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "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: If the yellow sphere is removed, what will not happen?\nOptions:\nA. The cylinder collides with the purple sphere\nB. The purple object and the brown sphere collide\nC. The cylinder collides with the brown sphere\nD. The red sphere collides with the purple object\n\nAnswer:", "C. The cylinder collides with the brown sphere" ] }
train_videos/video_07910.mp4
14
counterfactual
Which event will not happen without the cylinder?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object and the red sphere collide", "The gray sphere collides with the purple sphere", "The purple sphere collides with the yellow sphere", "The red object and the brown sphere collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "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" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "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 without the cylinder?\nOptions:\nA. The gray object and the red sphere collide\nB. The gray sphere collides with the purple sphere\nC. The purple sphere collides with the yellow sphere\nD. The red object and the brown sphere collide\n\nAnswer:", "D. The red object and the brown sphere collide" ] }
train_videos/video_07911.mp4
13
counterfactual
Which event will not happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue cube and the purple object collide", "The yellow object collides with the purple object", "The yellow object and the blue cube collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "blue", "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 event will not happen if the brown object is removed?\nOptions:\nA. The blue cube and the purple object collide\nB. The yellow object collides with the purple object\nC. The yellow object and the blue cube collide\n\nAnswer:", "B. The yellow object collides with the purple object" ] }
train_videos/video_07911.mp4
14
counterfactual
Without the purple cylinder, which event will happen?
[ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow object and the brown object collide", "The yellow cylinder collides with the blue object", "The blue cube collides with the brown cube" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "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 purple cylinder, which event will happen?\nOptions:\nA. The yellow object and the brown object collide\nB. The yellow cylinder collides with the blue object\nC. The blue cube collides with the brown cube\n\nAnswer:", "B. The yellow cylinder collides with the blue object" ] }
train_videos/video_07912.mp4
14
counterfactual
If the cube is removed, which event will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan cylinder collides with the blue sphere", "The yellow object collides with the purple cylinder", "The metal sphere and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "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": [ "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 cube is removed, which event will happen?\nOptions:\nA. The cyan cylinder collides with the blue sphere\nB. The yellow object collides with the purple cylinder\nC. The metal sphere and the rubber sphere collide\n\nAnswer:", "A. The cyan cylinder collides with the blue sphere" ] }
train_videos/video_07913.mp4
14
counterfactual
Without the blue object, what will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The gray sphere collides with the cyan cube", "The gray sphere and the cyan sphere collide", "The cyan cube and the cyan sphere collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "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", "cyan", "filter_color", "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 blue object, what will not happen?\nOptions:\nA. The gray sphere collides with the cyan cube\nB. The gray sphere and the cyan sphere collide\nC. The cyan cube and the cyan sphere collide\n\nAnswer:", "C. The cyan cube and the cyan sphere collide" ] }
train_videos/video_07913.mp4
15
counterfactual
What will not happen if the cyan sphere is removed?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The gray object and the blue cube collide", "The cyan cube and the blue object collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "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: What will not happen if the cyan sphere is removed?\nOptions:\nA. The gray object and the blue cube collide\nB. The cyan cube and the blue object collide\n\nAnswer:", "B. The cyan cube and the blue object collide" ] }
train_videos/video_07914.mp4
13
counterfactual
If the blue object is removed, which of the following will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cyan object and the purple cube collide", "The cyan cube collides with the yellow cube" ], "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", "yellow", "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 blue object is removed, which of the following will not happen?\nOptions:\nA. The cyan object and the purple cube collide\nB. The cyan cube collides with the yellow cube\n\nAnswer:", "B. The cyan cube collides with the yellow cube" ] }
train_videos/video_07915.mp4
13
counterfactual
What will not happen if the blue object is removed?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0 ], "choice": [ "The green object collides with the sphere" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "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 blue object is removed?\nOptions:\nA. The green object collides with the sphere\n\nAnswer:", "" ] }
train_videos/video_07916.mp4
13
counterfactual
Which event will happen if the yellow sphere is removed?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cube and the gray sphere collide", "The gray object collides with the metal object", "The purple cube and the gray object collide", "The cyan object and the blue rubber sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "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: Which event will happen if the yellow sphere is removed?\nOptions:\nA. The cyan cube and the gray sphere collide\nB. The gray object collides with the metal object\nC. The purple cube and the gray object collide\nD. The cyan object and the blue rubber sphere collide\n\nAnswer:", "A. The cyan cube and the gray sphere collide" ] }
train_videos/video_07916.mp4
14
counterfactual
If the blue rubber sphere is removed, which of the following will happen?
[ "all_events", "objects", "blue", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal sphere and the yellow sphere collide", "The cyan object collides with the gray sphere", "The cyan cube and the purple object collide", "The cyan cube and the metal object collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "gray", "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", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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: If the blue rubber sphere is removed, which of the following will happen?\nOptions:\nA. The metal sphere and the yellow sphere collide\nB. The cyan object collides with the gray sphere\nC. The cyan cube and the purple object collide\nD. The cyan cube and the metal object collide\n\nAnswer:", "D. The cyan cube and the metal object collide" ] }
train_videos/video_07917.mp4
13
counterfactual
If the metal cube is removed, which event will not happen?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber cylinder collides with the metal cylinder", "The rubber cube and the metal cylinder collide" ], "program": [ [ "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", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "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 metal cube is removed, which event will not happen?\nOptions:\nA. The rubber cylinder collides with the metal cylinder\nB. The rubber cube and the metal cylinder collide\n\nAnswer:", "A. The rubber cylinder collides with the metal cylinder" ] }
train_videos/video_07917.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 rubber cylinder collides with the metal cube", "The rubber cylinder and the rubber cube collide", "The rubber cube collides with the metal cube" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "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: What will not happen if the metal cylinder is removed?\nOptions:\nA. The rubber cylinder collides with the metal cube\nB. The rubber cylinder and the rubber cube collide\nC. The rubber cube collides with the metal cube\n\nAnswer:", "C. The rubber cube collides with the metal cube" ] }
train_videos/video_07918.mp4
14
counterfactual
What will happen without the red cylinder?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The brown sphere collides with the metal object", "The yellow sphere collides with the brown sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "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 red cylinder?\nOptions:\nA. The brown sphere collides with the metal object\nB. The yellow sphere collides with the brown sphere\n\nAnswer:", "A. The brown sphere collides with the metal object" ] }
train_videos/video_07918.mp4
15
counterfactual
Which event will not happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow sphere and the yellow cylinder collide", "The metal object and the red object collide", "The yellow sphere and the rubber cylinder collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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: Which event will not happen if the brown object is removed?\nOptions:\nA. The yellow sphere and the yellow cylinder collide\nB. The metal object and the red object collide\nC. The yellow sphere and the rubber cylinder collide\n\nAnswer:", "C. The yellow sphere and the rubber cylinder collide" ] }
train_videos/video_07919.mp4
12
counterfactual
What will not happen if the purple cylinder is removed?
[ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green object and the brown rubber object collide", "The metal cube and the yellow object collide", "The green object collides with the rubber cylinder", "The metal cube collides with the brown rubber object" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "rubber", "filter_material", "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: What will not happen if the purple cylinder is removed?\nOptions:\nA. The green object and the brown rubber object collide\nB. The metal cube and the yellow object collide\nC. The green object collides with the rubber cylinder\nD. The metal cube collides with the brown rubber object\n\nAnswer:", "B. The metal cube and the yellow object collide" ] }
train_videos/video_07919.mp4
13
counterfactual
Without the brown rubber cube, which event will happen?
[ "all_events", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cube and the yellow object collide", "The green object and the yellow object collide", "The green cube collides with the purple cylinder", "The green object collides with the metal cube" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "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", "metal", "filter_material", "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 brown rubber cube, which event will happen?\nOptions:\nA. The metal cube and the yellow object collide\nB. The green object and the yellow object collide\nC. The green cube collides with the purple cylinder\nD. The green object collides with the metal cube\n\nAnswer:", "D. The green object collides with the metal cube" ] }
train_videos/video_07920.mp4
14
counterfactual
Which of the following 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, 3 ], "choice": [ "The blue object and the cyan sphere collide", "The blue object collides with the yellow sphere", "The gray cube collides with the cyan sphere", "The blue cube collides with the gray object" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "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 if the metal cylinder is removed?\nOptions:\nA. The blue object and the cyan sphere collide\nB. The blue object collides with the yellow sphere\nC. The gray cube collides with the cyan sphere\nD. The blue cube collides with the gray object\n\nAnswer:", "C. The gray cube collides with the cyan sphere" ] }
train_videos/video_07920.mp4
15
counterfactual
If the cyan sphere is removed, what will happen?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder collides with the metal cylinder", "The rubber cylinder collides with the metal cylinder", "The blue cube collides with the metal cylinder", "The blue object collides with the yellow sphere" ], "program": [ [ "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", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "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 cyan sphere is removed, what will happen?\nOptions:\nA. The rubber cylinder collides with the metal cylinder\nB. The rubber cylinder collides with the metal cylinder\nC. The blue cube collides with the metal cylinder\nD. The blue object collides with the yellow sphere\n\nAnswer:", "C. The blue cube collides with the metal cylinder" ] }
train_videos/video_07921.mp4
14
counterfactual
What will not happen if the cyan cylinder is removed?
[ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown object collides with the gray cylinder", "The brown cylinder and the sphere collide", "The gray object collides with the sphere" ], "program": [ [ "all_events", "objects", "brown", "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", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "sphere", "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: What will not happen if the cyan cylinder is removed?\nOptions:\nA. The brown object collides with the gray cylinder\nB. The brown cylinder and the sphere collide\nC. The gray object collides with the sphere\n\nAnswer:", "C. The gray object collides with the sphere" ] }
train_videos/video_07921.mp4
15
counterfactual
If the gray object is removed, which of the following will not happen?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal object collides with the cyan object", "The sphere collides with the cyan cylinder", "The metal cylinder collides with the sphere" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "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: If the gray object is removed, which of the following will not happen?\nOptions:\nA. The metal object collides with the cyan object\nB. The sphere collides with the cyan cylinder\nC. The metal cylinder collides with the sphere\n\nAnswer:", "C. The metal cylinder collides with the sphere" ] }
train_videos/video_07922.mp4
13
counterfactual
Without the yellow cylinder, which event will happen?
[ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown object and the purple cube collide", "The metal cylinder and the red cube collide", "The brown object collides with the cyan cylinder", "The yellow cube and the red object collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "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: Without the yellow cylinder, which event will happen?\nOptions:\nA. The brown object and the purple cube collide\nB. The metal cylinder and the red cube collide\nC. The brown object collides with the cyan cylinder\nD. The yellow cube and the red object collide\n\nAnswer:", "C. The brown object collides with the cyan cylinder" ] }
train_videos/video_07922.mp4
14
counterfactual
If the red cube is removed, which of the following will happen?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cylinder and the metal cube collide", "The brown cylinder collides with the metal cylinder", "The metal cylinder collides with the purple object", "The yellow cylinder collides with the cyan cylinder" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "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: If the red cube is removed, which of the following will happen?\nOptions:\nA. The cyan cylinder and the metal cube collide\nB. The brown cylinder collides with the metal cylinder\nC. The metal cylinder collides with the purple object\nD. The yellow cylinder collides with the cyan cylinder\n\nAnswer:", "D. The yellow cylinder collides with the cyan cylinder" ] }
train_videos/video_07923.mp4
13
counterfactual
What will not happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the red cylinder", "The sphere and the red object collide", "The yellow object collides with the purple object", "The red cylinder and the purple cube collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "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", "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: What will not happen if the brown object is removed?\nOptions:\nA. The cyan object collides with the red cylinder\nB. The sphere and the red object collide\nC. The yellow object collides with the purple object\nD. The red cylinder and the purple cube collide\n\nAnswer:", "D. The red cylinder and the purple cube collide" ] }
train_videos/video_07923.mp4
14
counterfactual
Without the red cylinder, which of the following 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 yellow object collides with the purple cube", "The cyan object collides with the yellow cube", "The cyan object collides with the brown object", "The sphere collides with the purple object" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "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, which of the following will not happen?\nOptions:\nA. The yellow object collides with the purple cube\nB. The cyan object collides with the yellow cube\nC. The cyan object collides with the brown object\nD. The sphere collides with the purple object\n\nAnswer:", "D. The sphere collides with the purple object" ] }
train_videos/video_07924.mp4
14
counterfactual
If the cylinder is removed, which event will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cube and the gray object collide", "The blue object collides with the purple cube", "The blue sphere collides with the brown object", "The brown sphere and the gray cube collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "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: If the cylinder is removed, which event will happen?\nOptions:\nA. The metal cube and the gray object collide\nB. The blue object collides with the purple cube\nC. The blue sphere collides with the brown object\nD. The brown sphere and the gray cube collide\n\nAnswer:", "D. The brown sphere and the gray cube collide" ] }
train_videos/video_07924.mp4
15
counterfactual
Without the rubber object, what will happen?
[ "all_events", "objects", "rubber", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder and the brown object collide", "The cylinder and the metal cube collide", "The blue object and the cylinder collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "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: Without the rubber object, what will happen?\nOptions:\nA. The cylinder and the brown object collide\nB. The cylinder and the metal cube collide\nC. The blue object and the cylinder collide\n\nAnswer:", "C. The blue object and the cylinder collide" ] }
train_videos/video_07925.mp4
13
counterfactual
Which event will not happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the purple cylinder collide", "The sphere collides with the gray cylinder", "The rubber object collides with the purple object" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "purple", "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: Which event will not happen if the cube is removed?\nOptions:\nA. The sphere and the purple cylinder collide\nB. The sphere collides with the gray cylinder\nC. The rubber object collides with the purple object\n\nAnswer:", "C. The rubber object collides with the purple object" ] }
train_videos/video_07926.mp4
13
counterfactual
If the gray object is removed, which of the following will not happen?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple object and the cylinder collide", "The metal cube collides with the sphere", "The sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cylinder", "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" ], [ "all_events", "objects", "sphere", "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: If the gray object is removed, which of the following will not happen?\nOptions:\nA. The purple object and the cylinder collide\nB. The metal cube collides with the sphere\nC. The sphere and the cylinder collide\n\nAnswer:", "B. The metal cube collides with the sphere" ] }
train_videos/video_07927.mp4
12
counterfactual
Which of the following will not happen without the rubber sphere?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal sphere and the green cylinder collide", "The metal sphere collides with the yellow cube", "The gray cube collides with the green cylinder", "The metal sphere and the gray object collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "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 of the following will not happen without the rubber sphere?\nOptions:\nA. The metal sphere and the green cylinder collide\nB. The metal sphere collides with the yellow cube\nC. The gray cube collides with the green cylinder\nD. The metal sphere and the gray object collide\n\nAnswer:", "A. The metal sphere and the green cylinder collide" ] }
train_videos/video_07927.mp4
13
counterfactual
Which of the following will happen if the red object is removed?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cube collides with the green cylinder", "The metal sphere and the yellow object collide", "The yellow cube and the gray cube collide", "The metal sphere collides with the gray object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "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", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "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: Which of the following will happen if the red object is removed?\nOptions:\nA. The metal cube collides with the green cylinder\nB. The metal sphere and the yellow object collide\nC. The yellow cube and the gray cube collide\nD. The metal sphere collides with the gray object\n\nAnswer:", "D. The metal sphere collides with the gray object" ] }
train_videos/video_07928.mp4
13
counterfactual
What will happen without the red sphere?
[ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder and the cube collide", "The yellow sphere collides with the cube", "The metal sphere collides with the cylinder" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "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", "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 happen without the red sphere?\nOptions:\nA. The cylinder and the cube collide\nB. The yellow sphere collides with the cube\nC. The metal sphere collides with the cylinder\n\nAnswer:", "C. The metal sphere collides with the cylinder" ] }
train_videos/video_07928.mp4
14
counterfactual
If the cylinder is removed, which of the following will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow sphere and the cube collide", "The yellow sphere and the rubber object collide", "The rubber object collides with the cube" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "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: If the cylinder is removed, which of the following will happen?\nOptions:\nA. The yellow sphere and the cube collide\nB. The yellow sphere and the rubber object collide\nC. The rubber object collides with the cube\n\nAnswer:", "B. The yellow sphere and the rubber object collide" ] }
train_videos/video_07929.mp4
14
counterfactual
Without the purple sphere, which event will not happen?
[ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the purple cube collide", "The cylinder and the yellow cube collide", "The purple cube collides with the gray sphere", "The yellow cube collides with the gray sphere" ], "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", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "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 purple sphere, which event will not happen?\nOptions:\nA. The cylinder and the purple cube collide\nB. The cylinder and the yellow cube collide\nC. The purple cube collides with the gray sphere\nD. The yellow cube collides with the gray sphere\n\nAnswer:", "D. The yellow cube collides with the gray sphere" ] }
train_videos/video_07929.mp4
15
counterfactual
Which event will not happen without the gray sphere?
[ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object collides with the purple sphere", "The cylinder and the purple cube collide", "The cylinder collides with the yellow cube", "The purple cube and the yellow object collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "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", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "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 event will not happen without the gray sphere?\nOptions:\nA. The yellow object collides with the purple sphere\nB. The cylinder and the purple cube collide\nC. The cylinder collides with the yellow cube\nD. The purple cube and the yellow object collide\n\nAnswer:", "C. The cylinder collides with the yellow cube" ] }
train_videos/video_07930.mp4
13
counterfactual
Which event will not happen without the rubber sphere?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red sphere and the cylinder collide", "The purple object and the cylinder collide", "The purple sphere collides with the red sphere" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "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 not happen without the rubber sphere?\nOptions:\nA. The red sphere and the cylinder collide\nB. The purple object and the cylinder collide\nC. The purple sphere collides with the red sphere\n\nAnswer:", "A. The red sphere and the cylinder collide" ] }
train_videos/video_07930.mp4
14
counterfactual
Which of the following will not happen without the cylinder?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The purple object and the red sphere collide", "The purple sphere and the cyan object collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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: Which of the following will not happen without the cylinder?\nOptions:\nA. The purple object and the red sphere collide\nB. The purple sphere and the cyan object collide\n\nAnswer:", "B. The purple sphere and the cyan object collide" ] }
train_videos/video_07931.mp4
13
counterfactual
Without the rubber cylinder, which of the following will happen?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cylinder and the red cube collide", "The yellow cylinder and the sphere collide", "The red cylinder collides with the yellow cylinder", "The yellow object collides with the red cube" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "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", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "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: Without the rubber cylinder, which of the following will happen?\nOptions:\nA. The red cylinder and the red cube collide\nB. The yellow cylinder and the sphere collide\nC. The red cylinder collides with the yellow cylinder\nD. The yellow object collides with the red cube\n\nAnswer:", "C. The red cylinder collides with the yellow cylinder" ] }
train_videos/video_07931.mp4
14
counterfactual
What will happen if the blue object is removed?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cylinder collides with the rubber cylinder", "The red cylinder and the sphere collide", "The yellow object collides with the red cube", "The sphere collides with the red cube" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "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", "wrong", "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 blue object is removed?\nOptions:\nA. The red cylinder collides with the rubber cylinder\nB. The red cylinder and the sphere collide\nC. The yellow object collides with the red cube\nD. The sphere collides with the red cube\n\nAnswer:", "A. The red cylinder collides with the rubber cylinder" ] }
train_videos/video_07932.mp4
14
counterfactual
If the gray object is removed, which of the following will not happen?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber cube and the cylinder collide", "The cyan metal cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "metal", "filter_material", "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 gray object is removed, which of the following will not happen?\nOptions:\nA. The rubber cube and the cylinder collide\nB. The cyan metal cube and the cylinder collide\n\nAnswer:", "B. The cyan metal cube and the cylinder collide" ] }