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_08423.mp4
14
counterfactual
Which of the following will not happen if the cyan object is removed?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue sphere and the cube collide", "The green sphere and the cylinder collide", "The blue sphere and the red sphere collide", "The blue sphere collides with the green sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "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 of the following will not happen if the cyan object is removed?\nOptions:\nA. The blue sphere and the cube collide\nB. The green sphere and the cylinder collide\nC. The blue sphere and the red sphere collide\nD. The blue sphere collides with the green sphere\n\nAnswer:", "C. The blue sphere and the red sphere collide" ] }
train_videos/video_08424.mp4
13
counterfactual
If the yellow sphere is removed, which event will happen?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cube and the rubber cube collide", "The gray cube and the gray sphere collide", "The gray cube collides with the cylinder", "The gray cube collides with the yellow metal object" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "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", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the yellow sphere is removed, which event will happen?\nOptions:\nA. The gray cube and the rubber cube collide\nB. The gray cube and the gray sphere collide\nC. The gray cube collides with the cylinder\nD. The gray cube collides with the yellow metal object\n\nAnswer:", "D. The gray cube collides with the yellow metal object" ] }
train_videos/video_08424.mp4
14
counterfactual
Which of the following will happen if the yellow metal object is removed?
[ "all_events", "objects", "yellow", "filter_color", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cube and the yellow sphere collide", "The gray cube and the cylinder collide", "The cylinder and the rubber cube collide", "The gray sphere collides with the yellow sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "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", "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", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the yellow metal object is removed?\nOptions:\nA. The gray cube and the yellow sphere collide\nB. The gray cube and the cylinder collide\nC. The cylinder and the rubber cube collide\nD. The gray sphere collides with the yellow sphere\n\nAnswer:", "C. The cylinder and the rubber cube collide" ] }
train_videos/video_08425.mp4
13
counterfactual
What will not happen if the metal cube is removed?
[ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder collides with the gray cylinder", "The brown cylinder and the rubber cylinder collide", "The brown cube and the sphere collide", "The sphere collides with the brown cylinder" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "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", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "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: What will not happen if the metal cube is removed?\nOptions:\nA. The brown cylinder collides with the gray cylinder\nB. The brown cylinder and the rubber cylinder collide\nC. The brown cube and the sphere collide\nD. The sphere collides with the brown cylinder\n\nAnswer:", "B. The brown cylinder and the rubber cylinder collide" ] }
train_videos/video_08425.mp4
14
counterfactual
Which event will happen if the gray cylinder is removed?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the cyan object", "The brown cylinder collides with the blue object", "The metal cube collides with the rubber cylinder", "The sphere collides with the brown cylinder" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "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 happen if the gray cylinder is removed?\nOptions:\nA. The sphere collides with the cyan object\nB. The brown cylinder collides with the blue object\nC. The metal cube collides with the rubber cylinder\nD. The sphere collides with the brown cylinder\n\nAnswer:", "D. The sphere collides with the brown cylinder" ] }
train_videos/video_08426.mp4
13
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, 3 ], "choice": [ "The gray cylinder collides with the red sphere", "The red object and the rubber sphere collide", "The gray object collides with the purple object", "The rubber cylinder and the metal sphere collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 cube is removed, which event will happen?\nOptions:\nA. The gray cylinder collides with the red sphere\nB. The red object and the rubber sphere collide\nC. The gray object collides with the purple object\nD. The rubber cylinder and the metal sphere collide\n\nAnswer:", "C. The gray object collides with the purple object" ] }
train_videos/video_08427.mp4
14
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 metal object and the green sphere collide", "The red sphere and the metal sphere collide", "The red sphere and the green sphere collide", "The red sphere collides with the purple rubber object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "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", "rubber", "filter_material", "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 cylinder is removed, what will not happen?\nOptions:\nA. The metal object and the green sphere collide\nB. The red sphere and the metal sphere collide\nC. The red sphere and the green sphere collide\nD. The red sphere collides with the purple rubber object\n\nAnswer:", "C. The red sphere and the green sphere collide" ] }
train_videos/video_08427.mp4
15
counterfactual
Which of the following 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, 3 ], "choice": [ "The red sphere collides with the cylinder", "The red sphere collides with the metal object", "The metal sphere collides with the cylinder", "The metal object and the green object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen if the cube is removed?\nOptions:\nA. The red sphere collides with the cylinder\nB. The red sphere collides with the metal object\nC. The metal sphere collides with the cylinder\nD. The metal object and the green object collide\n\nAnswer:", "C. The metal sphere collides with the cylinder" ] }
train_videos/video_08428.mp4
13
counterfactual
Without the brown metal object, what will happen?
[ "all_events", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the gray cylinder collide", "The gray cylinder collides with the cube", "The sphere collides with the rubber cylinder", "The cyan object and the sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "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 brown metal object, what will happen?\nOptions:\nA. The cyan object and the gray cylinder collide\nB. The gray cylinder collides with the cube\nC. The sphere collides with the rubber cylinder\nD. The cyan object and the sphere collide\n\nAnswer:", "D. The cyan object and the sphere collide" ] }
train_videos/video_08428.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 cyan object collides with the cube", "The rubber cylinder and the brown metal cylinder collide", "The rubber cylinder and the cube collide", "The cyan object and the rubber cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "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 sphere is removed, what will happen?\nOptions:\nA. The cyan object collides with the cube\nB. The rubber cylinder and the brown metal cylinder collide\nC. The rubber cylinder and the cube collide\nD. The cyan object and the rubber cylinder collide\n\nAnswer:", "D. The cyan object and the rubber cylinder collide" ] }
train_videos/video_08429.mp4
14
counterfactual
Without the cylinder, what will not happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere collides with the brown object", "The cyan object and the brown object collide", "The cyan object and the sphere collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, what will not happen?\nOptions:\nA. The sphere collides with the brown object\nB. The cyan object and the brown object collide\nC. The cyan object and the sphere collide\n\nAnswer:", "" ] }
train_videos/video_08429.mp4
15
counterfactual
If the brown cube is removed, what will not happen?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan cube and the cylinder collide", "The cyan cube and the sphere collide", "The sphere and the cylinder collide" ], "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", "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": [ "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 brown cube is removed, what will not happen?\nOptions:\nA. The cyan cube and the cylinder collide\nB. The cyan cube and the sphere collide\nC. The sphere and the cylinder collide\n\nAnswer:", "C. The sphere and the cylinder collide" ] }
train_videos/video_08430.mp4
14
counterfactual
Which of the following will not happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The gray object collides with the yellow sphere", "The yellow object and the metal sphere collide", "The gray sphere collides with the blue object" ], "program": [ [ "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", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "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 of the following will not happen without the cube?\nOptions:\nA. The gray object collides with the yellow sphere\nB. The yellow object and the metal sphere collide\nC. The gray sphere collides with the blue object\n\nAnswer:", "C. The gray sphere collides with the blue object" ] }
train_videos/video_08430.mp4
15
counterfactual
If the blue object is removed, which event will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The gray sphere and the cube collide", "The gray object and the yellow sphere collide", "The yellow sphere collides with the cube" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "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", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue object is removed, which event will not happen?\nOptions:\nA. The gray sphere and the cube collide\nB. The gray object and the yellow sphere collide\nC. The yellow sphere collides with the cube\n\nAnswer:", "C. The yellow sphere collides with the cube" ] }
train_videos/video_08431.mp4
14
counterfactual
If the green sphere is removed, which of the following will not happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The brown object and the metal cylinder collide", "The brown sphere collides with the cyan cylinder" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "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 green sphere is removed, which of the following will not happen?\nOptions:\nA. The brown object and the metal cylinder collide\nB. The brown sphere collides with the cyan cylinder\n\nAnswer:", "B. The brown sphere collides with the cyan cylinder" ] }
train_videos/video_08432.mp4
14
counterfactual
Without the metal cylinder, which event will not happen?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder collides with the metal cube", "The blue cylinder collides with the rubber cube", "The sphere collides with the rubber cube", "The sphere 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", "blue", "filter_color", "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" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the metal cylinder, which event will not happen?\nOptions:\nA. The rubber cylinder collides with the metal cube\nB. The blue cylinder collides with the rubber cube\nC. The sphere collides with the rubber cube\nD. The sphere collides with the metal cube\n\nAnswer:", "C. The sphere collides with the rubber cube" ] }
train_videos/video_08432.mp4
15
counterfactual
If the rubber cube is removed, what will happen?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the red object", "The blue cylinder and the red object collide", "The sphere and the rubber cylinder collide", "The sphere and the metal cube collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "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", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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: If the rubber cube is removed, what will happen?\nOptions:\nA. The sphere collides with the red object\nB. The blue cylinder and the red object collide\nC. The sphere and the rubber cylinder collide\nD. The sphere and the metal cube collide\n\nAnswer:", "D. The sphere and the metal cube collide" ] }
train_videos/video_08433.mp4
13
counterfactual
If the red cylinder is removed, what will happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object collides with the cyan metal object", "The sphere and the purple cylinder collide", "The sphere collides with the cyan rubber cylinder", "The cyan rubber cylinder and the cube collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "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", "cyan", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the red cylinder is removed, what will happen?\nOptions:\nA. The purple object collides with the cyan metal object\nB. The sphere and the purple cylinder collide\nC. The sphere collides with the cyan rubber cylinder\nD. The cyan rubber cylinder and the cube collide\n\nAnswer:", "C. The sphere collides with the cyan rubber cylinder" ] }
train_videos/video_08433.mp4
14
counterfactual
If the cube is removed, which of the following will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan metal cylinder collides with the red cylinder", "The sphere and the cyan rubber object collide", "The sphere collides with the cyan metal cylinder", "The purple object and the red object collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "red", "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: If the cube is removed, which of the following will happen?\nOptions:\nA. The cyan metal cylinder collides with the red cylinder\nB. The sphere and the cyan rubber object collide\nC. The sphere collides with the cyan metal cylinder\nD. The purple object and the red object collide\n\nAnswer:", "B. The sphere and the cyan rubber object collide" ] }
train_videos/video_08434.mp4
13
counterfactual
Which of the following will not happen without the red cylinder?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cyan cylinder collides with the cyan sphere", "The yellow object and the cyan sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "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": [ "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 red cylinder?\nOptions:\nA. The cyan cylinder collides with the cyan sphere\nB. The yellow object and the cyan sphere collide\n\nAnswer:", "A. The cyan cylinder collides with the cyan sphere" ] }
train_videos/video_08435.mp4
13
counterfactual
Which of the following will happen without the yellow object?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the purple cube", "The cyan sphere collides with the green object", "The gray cylinder and the blue cylinder collide", "The cyan sphere and the gray cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "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: Which of the following will happen without the yellow object?\nOptions:\nA. The cyan object collides with the purple cube\nB. The cyan sphere collides with the green object\nC. The gray cylinder and the blue cylinder collide\nD. The cyan sphere and the gray cylinder collide\n\nAnswer:", "D. The cyan sphere and the gray cylinder collide" ] }
train_videos/video_08435.mp4
14
counterfactual
What will not happen without the purple object?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object and the yellow object collide", "The cyan sphere collides with the green object", "The cyan sphere and the yellow object collide", "The green cube and the yellow sphere collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "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: What will not happen without the purple object?\nOptions:\nA. The gray object and the yellow object collide\nB. The cyan sphere collides with the green object\nC. The cyan sphere and the yellow object collide\nD. The green cube and the yellow sphere collide\n\nAnswer:", "D. The green cube and the yellow sphere collide" ] }
train_videos/video_08436.mp4
14
counterfactual
Without the red sphere, which event will happen?
[ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue object collides with the yellow object", "The cube collides with the purple object", "The blue object collides with the purple sphere", "The cube and the blue object collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "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: Without the red sphere, which event will happen?\nOptions:\nA. The blue object collides with the yellow object\nB. The cube collides with the purple object\nC. The blue object collides with the purple sphere\nD. The cube and the blue object collide\n\nAnswer:", "D. The cube and the blue object collide" ] }
train_videos/video_08436.mp4
15
counterfactual
Without the cube, what will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object collides with the red sphere", "The red cylinder collides with the purple sphere", "The yellow sphere and the red cylinder collide", "The blue cylinder and the metal object collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "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", "sphere", "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", "metal", "filter_material", "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: Without the cube, what will happen?\nOptions:\nA. The yellow object collides with the red sphere\nB. The red cylinder collides with the purple sphere\nC. The yellow sphere and the red cylinder collide\nD. The blue cylinder and the metal object collide\n\nAnswer:", "A. The yellow object collides with the red sphere" ] }
train_videos/video_08437.mp4
14
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, 2, 3 ], "choice": [ "The red sphere collides with the cylinder", "The yellow sphere and the blue sphere collide", "The blue object collides with the red sphere", "The yellow 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", "yellow", "filter_color", "sphere", "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", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "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: What will not happen if the cube is removed?\nOptions:\nA. The red sphere collides with the cylinder\nB. The yellow sphere and the blue sphere collide\nC. The blue object collides with the red sphere\nD. The yellow sphere collides with the red sphere\n\nAnswer:", "D. The yellow sphere collides with the red sphere" ] }
train_videos/video_08438.mp4
12
counterfactual
Without the yellow object, what will happen?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue cube collides with the green cube", "The cylinder and the green cube collide", "The blue cube collides with the cylinder", "The cylinder collides with the green cube" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the yellow object, what will happen?\nOptions:\nA. The blue cube collides with the green cube\nB. The cylinder and the green cube collide\nC. The blue cube collides with the cylinder\nD. The cylinder collides with the green cube\n\nAnswer:", "D. The cylinder collides with the green cube" ] }
train_videos/video_08438.mp4
13
counterfactual
What will happen if the green cube is removed?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow cube collides with the cylinder", "The blue cube and the cylinder collide", "The yellow object collides with the blue object" ], "program": [ [ "all_events", "objects", "yellow", "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", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the green cube is removed?\nOptions:\nA. The yellow cube collides with the cylinder\nB. The blue cube and the cylinder collide\nC. The yellow object collides with the blue object\n\nAnswer:", "C. The yellow object collides with the blue object" ] }
train_videos/video_08439.mp4
14
counterfactual
Without the rubber cube, which of the following will happen?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder collides with the yellow object", "The yellow cube collides with the cyan cube", "The cylinder collides with the cyan cube" ], "program": [ [ "all_events", "objects", "cylinder", "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", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "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 cube, which of the following will happen?\nOptions:\nA. The cylinder collides with the yellow object\nB. The yellow cube collides with the cyan cube\nC. The cylinder collides with the cyan cube\n\nAnswer:", "A. The cylinder collides with the yellow object" ] }
train_videos/video_08439.mp4
15
counterfactual
Without the cyan cube, which of the following will happen?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the yellow cube", "The sphere collides with the green object", "The sphere collides with the yellow cube", "The cylinder collides with the green cube" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "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: Without the cyan cube, which of the following will happen?\nOptions:\nA. The cylinder collides with the yellow cube\nB. The sphere collides with the green object\nC. The sphere collides with the yellow cube\nD. The cylinder collides with the green cube\n\nAnswer:", "C. The sphere collides with the yellow cube" ] }
train_videos/video_08440.mp4
13
counterfactual
Which event will not happen if the yellow sphere is removed?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the purple sphere collide", "The purple sphere and the green object collide", "The cylinder collides with the cube", "The purple sphere and the cube collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "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", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "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: Which event will not happen if the yellow sphere is removed?\nOptions:\nA. The cyan object and the purple sphere collide\nB. The purple sphere and the green object collide\nC. The cylinder collides with the cube\nD. The purple sphere and the cube collide\n\nAnswer:", "D. The purple sphere and the cube collide" ] }
train_videos/video_08440.mp4
14
counterfactual
Without the green object, which event will happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the cube collide", "The cyan sphere collides with the purple sphere", "The purple sphere and the yellow sphere collide", "The purple 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", "cyan", "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", "purple", "filter_color", "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 green object, which event will happen?\nOptions:\nA. The cylinder and the cube collide\nB. The cyan sphere collides with the purple sphere\nC. The purple sphere and the yellow sphere collide\nD. The purple sphere collides with the cylinder\n\nAnswer:", "D. The purple sphere collides with the cylinder" ] }
train_videos/video_08441.mp4
13
counterfactual
If the sphere is removed, which of the following will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber cylinder collides with the green object", "The cube and the rubber object collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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 sphere is removed, which of the following will not happen?\nOptions:\nA. The rubber cylinder collides with the green object\nB. The cube and the rubber object collide\n\nAnswer:", "A. The rubber cylinder collides with the green object" ] }
train_videos/video_08441.mp4
14
counterfactual
Which of the following will not happen if the green object is removed?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cube and the sphere collide", "The brown object and the sphere collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "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: Which of the following will not happen if the green object is removed?\nOptions:\nA. The cube and the sphere collide\nB. The brown object and the sphere collide\n\nAnswer:", "B. The brown object and the sphere collide" ] }
train_videos/video_08442.mp4
13
counterfactual
Without the rubber cube, what will not happen?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The metal cube collides with the sphere", "The metal cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "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: Without the rubber cube, what will not happen?\nOptions:\nA. The metal cube collides with the sphere\nB. The metal cube and the cylinder collide\n\nAnswer:", "B. The metal cube and the cylinder collide" ] }
train_videos/video_08442.mp4
14
counterfactual
Without the cylinder, what will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal cube and the rubber cube collide", "The sphere collides with the rubber cube", "The metal cube and the sphere collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "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" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, what will happen?\nOptions:\nA. The metal cube and the rubber cube collide\nB. The sphere collides with the rubber cube\nC. The metal cube and the sphere collide\n\nAnswer:", "C. The metal cube and the sphere collide" ] }
train_videos/video_08443.mp4
13
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 blue sphere collides with the cylinder", "The cylinder collides with the rubber sphere", "The cylinder and the gray sphere collide", "The gray sphere collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "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", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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: Without the yellow sphere, which of the following will not happen?\nOptions:\nA. The blue sphere collides with the cylinder\nB. The cylinder collides with the rubber sphere\nC. The cylinder and the gray sphere collide\nD. The gray sphere collides with the rubber sphere\n\nAnswer:", "D. The gray sphere collides with the rubber sphere" ] }
train_videos/video_08443.mp4
14
counterfactual
Without the cylinder, which of the following will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere and the yellow sphere collide", "The blue object and the yellow object collide", "The blue object collides with the red object", "The gray sphere collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, which of the following will happen?\nOptions:\nA. The gray sphere and the yellow sphere collide\nB. The blue object and the yellow object collide\nC. The blue object collides with the red object\nD. The gray sphere collides with the rubber sphere\n\nAnswer:", "A. The gray sphere and the yellow sphere collide" ] }
train_videos/video_08444.mp4
14
counterfactual
Which of the following will not happen if the yellow cylinder is removed?
[ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the cube collide", "The sphere collides with the brown cylinder", "The sphere and the gray cylinder collide", "The brown cylinder and the metal cylinder collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "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", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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 if the yellow cylinder is removed?\nOptions:\nA. The sphere and the cube collide\nB. The sphere collides with the brown cylinder\nC. The sphere and the gray cylinder collide\nD. The brown cylinder and the metal cylinder collide\n\nAnswer:", "C. The sphere and the gray cylinder collide" ] }
train_videos/video_08444.mp4
15
counterfactual
Which event will not happen without the brown object?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cylinder and the gray cylinder collide", "The yellow cylinder and the cube collide", "The sphere collides with the metal cylinder", "The cube collides with the gray cylinder" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "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" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen without the brown object?\nOptions:\nA. The yellow cylinder and the gray cylinder collide\nB. The yellow cylinder and the cube collide\nC. The sphere collides with the metal cylinder\nD. The cube collides with the gray cylinder\n\nAnswer:", "D. The cube collides with the gray cylinder" ] }
train_videos/video_08445.mp4
14
counterfactual
Without the rubber cube, which of the following will not happen?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red cube and the cyan object collide", "The red cube and the red sphere collide", "The metal sphere and the cyan object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "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 cube, which of the following will not happen?\nOptions:\nA. The red cube and the cyan object collide\nB. The red cube and the red sphere collide\nC. The metal sphere and the cyan object collide\n\nAnswer:", "A. The red cube and the cyan object collide" ] }
train_videos/video_08445.mp4
15
counterfactual
Which event will happen without the cyan sphere?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red cube collides with the metal sphere", "The metal cube and the purple object collide", "The metal sphere and the purple object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen without the cyan sphere?\nOptions:\nA. The red cube collides with the metal sphere\nB. The metal cube and the purple object collide\nC. The metal sphere and the purple object collide\n\nAnswer:", "B. The metal cube and the purple object collide" ] }
train_videos/video_08446.mp4
14
counterfactual
Without the red cylinder, what will happen?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown object collides with the yellow cube", "The red cube and the gray cylinder collide", "The brown object collides with the gray object", "The sphere and the brown cube collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "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: Without the red cylinder, what will happen?\nOptions:\nA. The brown object collides with the yellow cube\nB. The red cube and the gray cylinder collide\nC. The brown object collides with the gray object\nD. The sphere and the brown cube collide\n\nAnswer:", "D. The sphere and the brown cube collide" ] }
train_videos/video_08446.mp4
15
counterfactual
Without the gray cylinder, which of the following will happen?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cube collides with the yellow cube", "The red cube collides with the brown cube", "The red cube collides with the red cylinder", "The sphere and the red cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "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", "cylinder", "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: Without the gray cylinder, which of the following will happen?\nOptions:\nA. The brown cube collides with the yellow cube\nB. The red cube collides with the brown cube\nC. The red cube collides with the red cylinder\nD. The sphere and the red cylinder collide\n\nAnswer:", "A. The brown cube collides with the yellow cube" ] }
train_videos/video_08447.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 metal object and the gray rubber cube collide", "The metal object and the cylinder collide", "The yellow cube collides with the gray rubber cube", "The yellow object collides with the cylinder" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "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: If the sphere is removed, what will happen?\nOptions:\nA. The metal object and the gray rubber cube collide\nB. The metal object and the cylinder collide\nC. The yellow cube collides with the gray rubber cube\nD. The yellow object collides with the cylinder\n\nAnswer:", "D. The yellow object collides with the cylinder" ] }
train_videos/video_08447.mp4
15
counterfactual
Which of the following will happen if the yellow object is removed?
[ "all_events", "objects", "yellow", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the sphere", "The gray rubber object collides with the sphere", "The cylinder collides with the gray rubber object", "The metal object collides with the sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the yellow object is removed?\nOptions:\nA. The cylinder collides with the sphere\nB. The gray rubber object collides with the sphere\nC. The cylinder collides with the gray rubber object\nD. The metal object collides with the sphere\n\nAnswer:", "C. The cylinder collides with the gray rubber object" ] }
train_videos/video_08448.mp4
14
counterfactual
Without the cube, what will not happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red rubber sphere and the purple object collide", "The metal object and the purple sphere collide", "The red rubber sphere collides with the metal sphere" ], "program": [ [ "all_events", "objects", "red", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cube, what will not happen?\nOptions:\nA. The red rubber sphere and the purple object collide\nB. The metal object and the purple sphere collide\nC. The red rubber sphere collides with the metal sphere\n\nAnswer:", "B. The metal object and the purple sphere collide" ] }
train_videos/video_08448.mp4
15
counterfactual
If the purple sphere is removed, which of the following will not happen?
[ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0 ], "choice": [ "The metal object collides with the cube" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cube", "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: If the purple sphere is removed, which of the following will not happen?\nOptions:\nA. The metal object collides with the cube\n\nAnswer:", "" ] }
train_videos/video_08449.mp4
12
counterfactual
Which of the following will not happen if the rubber cylinder is removed?
[ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0 ], "choice": [ "The cyan cylinder and the brown cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "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: Which of the following will not happen if the rubber cylinder is removed?\nOptions:\nA. The cyan cylinder and the brown cylinder collide\n\nAnswer:", "" ] }
train_videos/video_08450.mp4
13
counterfactual
If the purple cube is removed, which of the following will happen?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray metal object and the blue cylinder collide", "The gray metal cube and the rubber cube collide", "The blue cylinder and the cyan cube collide", "The metal cylinder and the rubber cube collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "metal", "filter_material", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "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", "rubber", "filter_material", "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: If the purple cube is removed, which of the following will happen?\nOptions:\nA. The gray metal object and the blue cylinder collide\nB. The gray metal cube and the rubber cube collide\nC. The blue cylinder and the cyan cube collide\nD. The metal cylinder and the rubber cube collide\n\nAnswer:", "A. The gray metal object and the blue cylinder collide" ] }
train_videos/video_08450.mp4
14
counterfactual
Which event 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, 2, 3 ], "choice": [ "The red cylinder collides with the purple object", "The gray metal object collides with the purple cube", "The rubber cylinder collides with the purple object", "The metal cylinder collides with the rubber cube" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "metal", "filter_material", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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: Which event will not happen without the cyan cube?\nOptions:\nA. The red cylinder collides with the purple object\nB. The gray metal object collides with the purple cube\nC. The rubber cylinder collides with the purple object\nD. The metal cylinder collides with the rubber cube\n\nAnswer:", "D. The metal cylinder collides with the rubber cube" ] }
train_videos/video_08451.mp4
14
counterfactual
If the brown cube is removed, which event will not happen?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the sphere collide", "The yellow object collides with the sphere", "The yellow object and the purple object collide", "The sphere collides with the cyan object" ], "program": [ [ "all_events", "objects", "purple", "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" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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: If the brown cube is removed, which event will not happen?\nOptions:\nA. The purple object and the sphere collide\nB. The yellow object collides with the sphere\nC. The yellow object and the purple object collide\nD. The sphere collides with the cyan object\n\nAnswer:", "D. The sphere collides with the cyan object" ] }
train_videos/video_08451.mp4
15
counterfactual
Which of the following will happen without the cyan cube?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The yellow cube and the sphere collide", "The purple object and the sphere collide", "The yellow cube and the purple cube collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the cyan cube?\nOptions:\nA. The yellow cube and the sphere collide\nB. The purple object and the sphere collide\nC. The yellow cube and the purple cube collide\n\nAnswer:", "C. The yellow cube and the purple cube collide" ] }
train_videos/video_08452.mp4
14
counterfactual
Without the gray sphere, which event will not happen?
[ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green sphere and the red cylinder collide", "The blue sphere and the brown object collide", "The metal cylinder and the red cylinder collide", "The blue sphere collides with the red object" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "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", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "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 gray sphere, which event will not happen?\nOptions:\nA. The green sphere and the red cylinder collide\nB. The blue sphere and the brown object collide\nC. The metal cylinder and the red cylinder collide\nD. The blue sphere collides with the red object\n\nAnswer:", "D. The blue sphere collides with the red object" ] }
train_videos/video_08452.mp4
15
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 brown cylinder collides with the gray sphere", "The blue sphere collides with the gray sphere", "The blue object and the metal cylinder collide", "The gray sphere collides with the green sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "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", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "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", "green", "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: Without the red cylinder, which event will happen?\nOptions:\nA. The brown cylinder collides with the gray sphere\nB. The blue sphere collides with the gray sphere\nC. The blue object and the metal cylinder collide\nD. The gray sphere collides with the green sphere\n\nAnswer:", "D. The gray sphere collides with the green sphere" ] }
train_videos/video_08453.mp4
13
counterfactual
Which event will happen without the green cylinder?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue object and the brown sphere collide", "The yellow cylinder and the green sphere collide", "The rubber cylinder and the brown sphere collide", "The metal sphere collides with the green sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen without the green cylinder?\nOptions:\nA. The blue object and the brown sphere collide\nB. The yellow cylinder and the green sphere collide\nC. The rubber cylinder and the brown sphere collide\nD. The metal sphere collides with the green sphere\n\nAnswer:", "C. The rubber cylinder and the brown sphere collide" ] }
train_videos/video_08453.mp4
14
counterfactual
If the blue sphere is removed, which of the following will not happen?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cylinder collides with the brown object", "The metal sphere collides with the green sphere", "The yellow object collides with the metal cylinder", "The metal cylinder and the green sphere collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "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", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue sphere is removed, which of the following will not happen?\nOptions:\nA. The metal cylinder collides with the brown object\nB. The metal sphere collides with the green sphere\nC. The yellow object collides with the metal cylinder\nD. The metal cylinder and the green sphere collide\n\nAnswer:", "D. The metal cylinder and the green sphere collide" ] }
train_videos/video_08454.mp4
14
counterfactual
Which of the following will happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube and the sphere collide", "The yellow object collides with the metal object", "The yellow object collides with the sphere", "The sphere collides with the cyan object" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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 happen if the brown object is removed?\nOptions:\nA. The rubber cube and the sphere collide\nB. The yellow object collides with the metal object\nC. The yellow object collides with the sphere\nD. The sphere collides with the cyan object\n\nAnswer:", "A. The rubber cube and the sphere collide" ] }
train_videos/video_08454.mp4
15
counterfactual
Without the cyan object, which event will not happen?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object collides with the brown object", "The sphere and the brown cylinder collide", "The green cube collides with the sphere", "The green cube and the brown cylinder collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cyan object, which event will not happen?\nOptions:\nA. The yellow object collides with the brown object\nB. The sphere and the brown cylinder collide\nC. The green cube collides with the sphere\nD. The green cube and the brown cylinder collide\n\nAnswer:", "B. The sphere and the brown cylinder collide" ] }
train_videos/video_08455.mp4
13
counterfactual
If the metal cylinder is removed, what will not happen?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The sphere collides with the cube", "The sphere and the rubber cylinder collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "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 cylinder is removed, what will not happen?\nOptions:\nA. The sphere collides with the cube\nB. The sphere and the rubber cylinder collide\n\nAnswer:", "A. The sphere collides with the cube" ] }
train_videos/video_08456.mp4
13
counterfactual
Which of the following will not happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The red cube and the blue cube collide", "The gray cube and the blue cube collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the sphere?\nOptions:\nA. The red cube and the blue cube collide\nB. The gray cube and the blue cube collide\n\nAnswer:", "A. The red cube and the blue cube collide" ] }
train_videos/video_08456.mp4
14
counterfactual
Which of the following will not happen without the blue object?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The gray cube and the red cube collide", "The gray object collides with the sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "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: Which of the following will not happen without the blue object?\nOptions:\nA. The gray cube and the red cube collide\nB. The gray object collides with the sphere\n\nAnswer:", "B. The gray object collides with the sphere" ] }
train_videos/video_08457.mp4
14
counterfactual
Which of the following will happen without the blue sphere?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the cube collide", "The cylinder and the metal sphere collide", "The cylinder and the cyan object collide", "The cyan sphere and the brown sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "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: Which of the following will happen without the blue sphere?\nOptions:\nA. The cyan object and the cube collide\nB. The cylinder and the metal sphere collide\nC. The cylinder and the cyan object collide\nD. The cyan sphere and the brown sphere collide\n\nAnswer:", "C. The cylinder and the cyan object collide" ] }
train_videos/video_08457.mp4
15
counterfactual
If the cube is removed, which of the following will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan sphere collides with the metal sphere", "The cylinder and the cyan object collide", "The cylinder collides with the brown object", "The cylinder collides with the blue sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "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", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the cube is removed, which of the following will happen?\nOptions:\nA. The cyan sphere collides with the metal sphere\nB. The cylinder and the cyan object collide\nC. The cylinder collides with the brown object\nD. The cylinder collides with the blue sphere\n\nAnswer:", "C. The cylinder collides with the brown object" ] }
train_videos/video_08458.mp4
14
counterfactual
Without the sphere, what will happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The red object and the cube collide", "The green cylinder collides with the red cylinder" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "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: Without the sphere, what will happen?\nOptions:\nA. The red object and the cube collide\nB. The green cylinder collides with the red cylinder\n\nAnswer:", "B. The green cylinder collides with the red cylinder" ] }
train_videos/video_08458.mp4
15
counterfactual
What will happen without the green object?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cube collides with the sphere", "The red cylinder collides with the sphere" ], "program": [ [ "all_events", "objects", "cube", "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", "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 happen without the green object?\nOptions:\nA. The cube collides with the sphere\nB. The red cylinder collides with the sphere\n\nAnswer:", "B. The red cylinder collides with the sphere" ] }
train_videos/video_08459.mp4
13
counterfactual
Without the gray cube, which event will not happen?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green object and the cyan cube collide", "The cylinder collides with the cyan cube", "The red object and the green sphere collide", "The cylinder and the green sphere collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the gray cube, which event will not happen?\nOptions:\nA. The green object and the cyan cube collide\nB. The cylinder collides with the cyan cube\nC. The red object and the green sphere collide\nD. The cylinder and the green sphere collide\n\nAnswer:", "D. The cylinder and the green sphere collide" ] }
train_videos/video_08459.mp4
14
counterfactual
If the cyan cube is removed, which of the following 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 gray cube and the purple object collide", "The red object and the cylinder collide", "The purple object and the cylinder collide", "The rubber object collides with the gray cube" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "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", "rubber", "filter_material", "unique", "filter_collision", "objects", "gray", "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: If the cyan cube is removed, which of the following will not happen?\nOptions:\nA. The gray cube and the purple object collide\nB. The red object and the cylinder collide\nC. The purple object and the cylinder collide\nD. The rubber object collides with the gray cube\n\nAnswer:", "C. The purple object and the cylinder collide" ] }
train_videos/video_08460.mp4
14
counterfactual
If the red sphere is removed, which of the following 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 metal sphere collides with the cylinder", "The cylinder collides with the yellow cube", "The cyan object and the cylinder collide", "The blue sphere and the metal cube collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "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" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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: If the red sphere is removed, which of the following will not happen?\nOptions:\nA. The metal sphere collides with the cylinder\nB. The cylinder collides with the yellow cube\nC. The cyan object and the cylinder collide\nD. The blue sphere and the metal cube collide\n\nAnswer:", "D. The blue sphere and the metal cube collide" ] }
train_videos/video_08460.mp4
15
counterfactual
Without the cylinder, which of the following will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the metal cube", "The red sphere and the metal cube collide", "The blue object collides with the yellow object", "The metal sphere and the red sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "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", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "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: Without the cylinder, which of the following will happen?\nOptions:\nA. The cyan object collides with the metal cube\nB. The red sphere and the metal cube collide\nC. The blue object collides with the yellow object\nD. The metal sphere and the red sphere collide\n\nAnswer:", "D. The metal sphere and the red sphere collide" ] }
train_videos/video_08461.mp4
13
counterfactual
If the blue cylinder is removed, which event will happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube and the rubber cylinder collide", "The purple sphere and the rubber sphere collide", "The purple sphere collides with the cube", "The yellow sphere and the cube 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", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "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", "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: If the blue cylinder is removed, which event will happen?\nOptions:\nA. The cube and the rubber cylinder collide\nB. The purple sphere and the rubber sphere collide\nC. The purple sphere collides with the cube\nD. The yellow sphere and the cube collide\n\nAnswer:", "C. The purple sphere collides with the cube" ] }
train_videos/video_08461.mp4
14
counterfactual
If the rubber cylinder is removed, 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 yellow object and the metal cylinder collide", "The purple sphere and the cube collide", "The gray object and the blue object collide", "The yellow object and the gray sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "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", "yellow", "filter_color", "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: If the rubber cylinder is removed, which of the following will happen?\nOptions:\nA. The yellow object and the metal cylinder collide\nB. The purple sphere and the cube collide\nC. The gray object and the blue object collide\nD. The yellow object and the gray sphere collide\n\nAnswer:", "D. The yellow object and the gray sphere collide" ] }
train_videos/video_08462.mp4
14
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, 2, 3 ], "choice": [ "The red object and the brown sphere collide", "The blue sphere and the red object collide", "The brown cylinder and the cyan cube collide", "The brown sphere and the cyan cube collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "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 metal cube is removed, which event will not happen?\nOptions:\nA. The red object and the brown sphere collide\nB. The blue sphere and the red object collide\nC. The brown cylinder and the cyan cube collide\nD. The brown sphere and the cyan cube collide\n\nAnswer:", "D. The brown sphere and the cyan cube collide" ] }
train_videos/video_08462.mp4
15
counterfactual
Without the brown cylinder, which of the following will not happen?
[ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue sphere collides with the metal cube", "The brown sphere collides with the cyan cube", "The green cube and the rubber cube collide", "The blue sphere collides with the cyan object" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the brown cylinder, which of the following will not happen?\nOptions:\nA. The blue sphere collides with the metal cube\nB. The brown sphere collides with the cyan cube\nC. The green cube and the rubber cube collide\nD. The blue sphere collides with the cyan object\n\nAnswer:", "D. The blue sphere collides with the cyan object" ] }
train_videos/video_08463.mp4
14
counterfactual
Which of the following will not happen if the cyan object is removed?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue object and the green object collide", "The green object collides with the purple cylinder", "The blue object and the purple object collide", "The red cylinder and the purple cylinder collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "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", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 of the following will not happen if the cyan object is removed?\nOptions:\nA. The blue object and the green object collide\nB. The green object collides with the purple cylinder\nC. The blue object and the purple object collide\nD. The red cylinder and the purple cylinder collide\n\nAnswer:", "D. The red cylinder and the purple cylinder collide" ] }
train_videos/video_08463.mp4
15
counterfactual
Without the green object, which event will happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue object collides with the purple cylinder", "The cyan cylinder collides with the blue sphere", "The cyan object and the red object collide", "The blue sphere collides with the cube" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the green object, which event will happen?\nOptions:\nA. The blue object collides with the purple cylinder\nB. The cyan cylinder collides with the blue sphere\nC. The cyan object and the red object collide\nD. The blue sphere collides with the cube\n\nAnswer:", "C. The cyan object and the red object collide" ] }
train_videos/video_08464.mp4
14
counterfactual
If the metal cylinder is removed, which event will happen?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber cylinder and the sphere collide", "The rubber object collides with the cube", "The sphere and the cube collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the metal cylinder is removed, which event will happen?\nOptions:\nA. The rubber cylinder and the sphere collide\nB. The rubber object collides with the cube\nC. The sphere and the cube collide\n\nAnswer:", "B. The rubber object collides with the cube" ] }
train_videos/video_08464.mp4
15
counterfactual
If the cube is removed, which of the following will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber object collides with the metal cylinder", "The metal cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "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", "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: If the cube is removed, which of the following will happen?\nOptions:\nA. The rubber object collides with the metal cylinder\nB. The metal cylinder and the sphere collide\n\nAnswer:", "A. The rubber object collides with the metal cylinder" ] }
train_videos/video_08465.mp4
14
counterfactual
What will happen if the green cube is removed?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cube collides with the cyan cylinder", "The cyan cube collides with the yellow cylinder", "The cyan cylinder collides with the yellow cylinder", "The gray object collides with the blue object" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "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", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "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: What will happen if the green cube is removed?\nOptions:\nA. The cyan cube collides with the cyan cylinder\nB. The cyan cube collides with the yellow cylinder\nC. The cyan cylinder collides with the yellow cylinder\nD. The gray object collides with the blue object\n\nAnswer:", "A. The cyan cube collides with the cyan cylinder" ] }
train_videos/video_08465.mp4
15
counterfactual
If the cyan cube is removed, which of the following will happen?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cube collides with the yellow object", "The green object and the yellow object collide", "The cyan cylinder and the gray object collide", "The yellow cylinder and the blue cube collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "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", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "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: If the cyan cube is removed, which of the following will happen?\nOptions:\nA. The gray cube collides with the yellow object\nB. The green object and the yellow object collide\nC. The cyan cylinder and the gray object collide\nD. The yellow cylinder and the blue cube collide\n\nAnswer:", "C. The cyan cylinder and the gray object collide" ] }
train_videos/video_08466.mp4
13
counterfactual
If the rubber sphere is removed, what will not happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The blue cylinder and the cyan sphere collide", "The blue cylinder and the purple cylinder collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "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 rubber sphere is removed, what will not happen?\nOptions:\nA. The blue cylinder and the cyan sphere collide\nB. The blue cylinder and the purple cylinder collide\n\nAnswer:", "A. The blue cylinder and the cyan sphere collide" ] }
train_videos/video_08466.mp4
14
counterfactual
What will happen if the metal object is removed?
[ "all_events", "objects", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The blue cylinder collides with the purple cylinder", "The purple cylinder collides with the purple sphere" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "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 if the metal object is removed?\nOptions:\nA. The blue cylinder collides with the purple cylinder\nB. The purple cylinder collides with the purple sphere\n\nAnswer:", "A. The blue cylinder collides with the purple cylinder" ] }
train_videos/video_08467.mp4
13
counterfactual
Which of the following will not happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder collides with the purple cube", "The cyan cube and the purple cube collide", "The cyan object collides with the cylinder" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the sphere?\nOptions:\nA. The cylinder collides with the purple cube\nB. The cyan cube and the purple cube collide\nC. The cyan object collides with the cylinder\n\nAnswer:", "B. The cyan cube and the purple cube collide" ] }
train_videos/video_08467.mp4
14
counterfactual
If the purple cube is removed, what will not happen?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cylinder collides with the sphere", "The cyan object and the cylinder collide", "The cyan object and the sphere collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "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: If the purple cube is removed, what will not happen?\nOptions:\nA. The cylinder collides with the sphere\nB. The cyan object and the cylinder collide\nC. The cyan object and the sphere collide\n\nAnswer:", "C. The cyan object and the sphere collide" ] }
train_videos/video_08468.mp4
14
counterfactual
Without the cube, what will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The brown cylinder and the gray cylinder collide", "The sphere and the gray object collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "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", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cube, what will happen?\nOptions:\nA. The brown cylinder and the gray cylinder collide\nB. The sphere and the gray object collide\n\nAnswer:", "A. The brown cylinder and the gray cylinder collide" ] }
train_videos/video_08468.mp4
15
counterfactual
If the gray object is removed, what will happen?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The brown object collides with the cube", "The sphere and the cube collide", "The brown object and the sphere collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "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, what will happen?\nOptions:\nA. The brown object collides with the cube\nB. The sphere and the cube collide\nC. The brown object and the sphere collide\n\nAnswer:", "C. The brown object and the sphere collide" ] }
train_videos/video_08469.mp4
13
counterfactual
What will happen without the gray cylinder?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube and the metal cylinder collide", "The purple object collides with the blue cylinder", "The purple cube collides with the metal cylinder", "The brown cube and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "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 without the gray cylinder?\nOptions:\nA. The rubber cube and the metal cylinder collide\nB. The purple object collides with the blue cylinder\nC. The purple cube collides with the metal cylinder\nD. The brown cube and the blue cylinder collide\n\nAnswer:", "A. The rubber cube and the metal cylinder collide" ] }
train_videos/video_08469.mp4
14
counterfactual
Without the blue cylinder, what will happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cube and the cyan cylinder collide", "The purple object and the gray object collide", "The metal cube and the cyan cylinder collide", "The gray object and the cyan object collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "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", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue cylinder, what will happen?\nOptions:\nA. The rubber cube and the cyan cylinder collide\nB. The purple object and the gray object collide\nC. The metal cube and the cyan cylinder collide\nD. The gray object and the cyan object collide\n\nAnswer:", "B. The purple object and the gray object collide" ] }
train_videos/video_08470.mp4
14
counterfactual
If the green sphere is removed, which event will happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The blue object and the cyan sphere collide", "The gray object and the blue sphere collide", "The gray sphere and the cyan object collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "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 green sphere is removed, which event will happen?\nOptions:\nA. The blue object and the cyan sphere collide\nB. The gray object and the blue sphere collide\nC. The gray sphere and the cyan object collide\n\nAnswer:", "B. The gray object and the blue sphere collide" ] }
train_videos/video_08470.mp4
15
counterfactual
Which event will happen if the gray object is removed?
[ "all_events", "objects", "gray", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The green sphere and the cyan object collide", "The blue object collides with the green object", "The blue object and the cyan sphere collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen if the gray object is removed?\nOptions:\nA. The green sphere and the cyan object collide\nB. The blue object collides with the green object\nC. The blue object and the cyan sphere collide\n\nAnswer:", "B. The blue object collides with the green object" ] }
train_videos/video_08471.mp4
13
counterfactual
What 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 gray cylinder collides with the gray cube", "The brown object collides with the yellow cube", "The sphere and the yellow object collide", "The sphere and the gray cylinder collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "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: What will happen if the green object is removed?\nOptions:\nA. The gray cylinder collides with the gray cube\nB. The brown object collides with the yellow cube\nC. The sphere and the yellow object collide\nD. The sphere and the gray cylinder collide\n\nAnswer:", "D. The sphere and the gray cylinder collide" ] }
train_videos/video_08471.mp4
14
counterfactual
Which of the following will happen if the gray cube is removed?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cube collides with the sphere", "The sphere and the brown cylinder collide", "The green cube collides with the gray cylinder", "The gray cylinder and the yellow object collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "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 happen if the gray cube is removed?\nOptions:\nA. The green cube collides with the sphere\nB. The sphere and the brown cylinder collide\nC. The green cube collides with the gray cylinder\nD. The gray cylinder and the yellow object collide\n\nAnswer:", "C. The green cube collides with the gray cylinder" ] }
train_videos/video_08472.mp4
13
counterfactual
Without the rubber sphere, which of the following will happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal sphere collides with the gray cylinder", "The gray cylinder and the cube collide", "The rubber cylinder and the green cylinder collide", "The cube collides with the green cylinder" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "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 sphere, which of the following will happen?\nOptions:\nA. The metal sphere collides with the gray cylinder\nB. The gray cylinder and the cube collide\nC. The rubber cylinder and the green cylinder collide\nD. The cube collides with the green cylinder\n\nAnswer:", "B. The gray cylinder and the cube collide" ] }
train_videos/video_08472.mp4
14
counterfactual
Without the green cylinder, which event will happen?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder collides with the rubber sphere", "The metal sphere and the cube collide", "The cube and the rubber sphere collide", "The metal sphere collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "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 green cylinder, which event will happen?\nOptions:\nA. The rubber cylinder collides with the rubber sphere\nB. The metal sphere and the cube collide\nC. The cube and the rubber sphere collide\nD. The metal sphere collides with the rubber sphere\n\nAnswer:", "D. The metal sphere collides with the rubber sphere" ] }
train_videos/video_08473.mp4
13
counterfactual
What will happen without the cylinder?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red sphere and the gray object collide", "The red sphere collides with the yellow sphere", "The red sphere collides with the cube", "The cyan object collides with the yellow sphere" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "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" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "yellow", "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: What will happen without the cylinder?\nOptions:\nA. The red sphere and the gray object collide\nB. The red sphere collides with the yellow sphere\nC. The red sphere collides with the cube\nD. The cyan object collides with the yellow sphere\n\nAnswer:", "B. The red sphere collides with the yellow sphere" ] }
train_videos/video_08473.mp4
14
counterfactual
Without the yellow sphere, what will happen?
[ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder collides with the red sphere", "The cyan object and the red sphere collide", "The cyan object and the cube collide", "The cyan sphere collides with the cylinder" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "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 yellow sphere, what will happen?\nOptions:\nA. The cylinder collides with the red sphere\nB. The cyan object and the red sphere collide\nC. The cyan object and the cube collide\nD. The cyan sphere collides with the cylinder\n\nAnswer:", "D. The cyan sphere collides with the cylinder" ] }
train_videos/video_08474.mp4
13
counterfactual
Without the brown rubber object, which of the following will not happen?
[ "all_events", "objects", "brown", "filter_color", "rubber", "filter_material", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal sphere and the purple sphere collide", "The cube collides with the purple sphere", "The metal sphere and the cube collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the brown rubber object, which of the following will not happen?\nOptions:\nA. The metal sphere and the purple sphere collide\nB. The cube collides with the purple sphere\nC. The metal sphere and the cube collide\n\nAnswer:", "C. The metal sphere and the cube collide" ] }
train_videos/video_08474.mp4
14
counterfactual
What will happen if the metal sphere is removed?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0 ], "choice": [ "The cube collides with the purple sphere" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "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: What will happen if the metal sphere is removed?\nOptions:\nA. The cube collides with the purple sphere\n\nAnswer:", "A. The cube collides with the purple sphere" ] }
train_videos/video_08475.mp4
13
counterfactual
Which event will not happen if the rubber sphere is removed?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object collides with the cylinder", "The green object and the blue object collide", "The yellow cube and the blue object collide", "The yellow cube and the green cube collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "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: Which event will not happen if the rubber sphere is removed?\nOptions:\nA. The yellow object collides with the cylinder\nB. The green object and the blue object collide\nC. The yellow cube and the blue object collide\nD. The yellow cube and the green cube collide\n\nAnswer:", "C. The yellow cube and the blue object collide" ] }
train_videos/video_08475.mp4
14
counterfactual
Which of the following will happen without the blue object?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cube and the green cube collide", "The rubber sphere collides with the cylinder", "The yellow object collides with the cyan sphere", "The green object collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "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" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the blue object?\nOptions:\nA. The yellow cube and the green cube collide\nB. The rubber sphere collides with the cylinder\nC. The yellow object collides with the cyan sphere\nD. The green object collides with the rubber sphere\n\nAnswer:", "D. The green object collides with the rubber sphere" ] }
train_videos/video_08476.mp4
13
counterfactual
Without the cylinder, what will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple sphere collides with the cube", "The blue sphere collides with the cube", "The purple sphere collides with the blue sphere" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "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: Without the cylinder, what will happen?\nOptions:\nA. The purple sphere collides with the cube\nB. The blue sphere collides with the cube\nC. The purple sphere collides with the blue sphere\n\nAnswer:", "C. The purple sphere collides with the blue sphere" ] }