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_02044.mp4
13
counterfactual
Which event will not happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cylinder and the cyan cylinder collide", "The sphere collides with the brown object", "The sphere collides with the yellow cylinder", "The yellow object and the brown cylinder collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "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: Which event will not happen if the cube is removed?\nOptions:\nA. The yellow cylinder and the cyan cylinder collide\nB. The sphere collides with the brown object\nC. The sphere collides with the yellow cylinder\nD. The yellow object and the brown cylinder collide\n\nAnswer:", "B. The sphere collides with the brown object" ] }
train_videos/video_02044.mp4
14
counterfactual
What will happen if the cyan cylinder is removed?
[ "all_events", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the yellow object collide", "The brown object and the cube collide", "The yellow cylinder collides with the cube", "The yellow object collides with the brown object" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "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: What will happen if the cyan cylinder is removed?\nOptions:\nA. The sphere and the yellow object collide\nB. The brown object and the cube collide\nC. The yellow cylinder collides with the cube\nD. The yellow object collides with the brown object\n\nAnswer:", "D. The yellow object collides with the brown object" ] }
train_videos/video_02045.mp4
13
counterfactual
What will happen if the metal cylinder is removed?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cylinder collides with the green object", "The brown sphere and the red sphere collide", "The brown sphere and the red cylinder collide", "The red sphere and the green object collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the metal cylinder is removed?\nOptions:\nA. The red cylinder collides with the green object\nB. The brown sphere and the red sphere collide\nC. The brown sphere and the red cylinder collide\nD. The red sphere and the green object collide\n\nAnswer:", "C. The brown sphere and the red cylinder collide" ] }
train_videos/video_02045.mp4
14
counterfactual
If the metal sphere is removed, which event will not happen?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown sphere collides with the brown cylinder", "The brown sphere collides with the red sphere", "The brown sphere and the green object collide", "The brown sphere and the red cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the metal sphere is removed, which event will not happen?\nOptions:\nA. The brown sphere collides with the brown cylinder\nB. The brown sphere collides with the red sphere\nC. The brown sphere and the green object collide\nD. The brown sphere and the red cylinder collide\n\nAnswer:", "C. The brown sphere and the green object collide" ] }
train_videos/video_02046.mp4
13
counterfactual
Which event will not happen without the red sphere?
[ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cylinder and the brown sphere collide", "The cube collides with the brown sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen without the red sphere?\nOptions:\nA. The cylinder and the brown sphere collide\nB. The cube collides with the brown sphere\n\nAnswer:", "A. The cylinder and the brown sphere collide" ] }
train_videos/video_02046.mp4
14
counterfactual
If the brown object is removed, which of the following will happen?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cylinder and the red sphere collide", "The cube collides with the red sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "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: If the brown object is removed, which of the following will happen?\nOptions:\nA. The cylinder and the red sphere collide\nB. The cube collides with the red sphere\n\nAnswer:", "A. The cylinder and the red sphere collide" ] }
train_videos/video_02047.mp4
14
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 cube collides with the green cube", "The green cylinder and the cyan cylinder collide", "The green cylinder and the gray cube collide", "The gray object and the yellow cube collide" ], "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", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen without the brown object?\nOptions:\nA. The yellow cube collides with the green cube\nB. The green cylinder and the cyan cylinder collide\nC. The green cylinder and the gray cube collide\nD. The gray object and the yellow cube collide\n\nAnswer:", "D. The gray object and the yellow cube collide" ] }
train_videos/video_02047.mp4
15
counterfactual
Which of the following will not happen without the green cube?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cylinder collides with the yellow cube", "The gray cube collides with the brown object", "The cyan object collides with the brown object", "The green cylinder and the brown cylinder collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "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", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "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 of the following will not happen without the green cube?\nOptions:\nA. The green cylinder collides with the yellow cube\nB. The gray cube collides with the brown object\nC. The cyan object collides with the brown object\nD. The green cylinder and the brown cylinder collide\n\nAnswer:", "D. The green cylinder and the brown cylinder collide" ] }
train_videos/video_02048.mp4
12
counterfactual
What 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 brown cube collides with the metal cylinder", "The rubber cylinder and the brown sphere collide", "The rubber cylinder and the red sphere collide", "The rubber cylinder and the brown cube collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "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", "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: What will happen if the yellow object is removed?\nOptions:\nA. The brown cube collides with the metal cylinder\nB. The rubber cylinder and the brown sphere collide\nC. The rubber cylinder and the red sphere collide\nD. The rubber cylinder and the brown cube collide\n\nAnswer:", "D. The rubber cylinder and the brown cube collide" ] }
train_videos/video_02048.mp4
13
counterfactual
Without the metal cylinder, which event will happen?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber cylinder collides with the metal sphere", "The brown sphere and the yellow object collide", "The rubber cylinder and the red sphere collide", "The rubber sphere collides with the metal sphere" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the metal cylinder, which event will happen?\nOptions:\nA. The rubber cylinder collides with the metal sphere\nB. The brown sphere and the yellow object collide\nC. The rubber cylinder and the red sphere collide\nD. The rubber sphere collides with the metal sphere\n\nAnswer:", "C. The rubber cylinder and the red sphere collide" ] }
train_videos/video_02049.mp4
14
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 ], "choice": [ "The blue cube and the sphere collide", "The cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "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 gray object is removed, what will happen?\nOptions:\nA. The blue cube and the sphere collide\nB. The cylinder and the sphere collide\n\nAnswer:", "A. The blue cube and the sphere collide" ] }
train_videos/video_02050.mp4
13
counterfactual
What will happen without the rubber cube?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder collides with the sphere", "The sphere collides with the yellow metal cylinder", "The brown cylinder and the metal cube collide", "The rubber cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "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: What will happen without the rubber cube?\nOptions:\nA. The brown cylinder collides with the sphere\nB. The sphere collides with the yellow metal cylinder\nC. The brown cylinder and the metal cube collide\nD. The rubber cylinder and the sphere collide\n\nAnswer:", "A. The brown cylinder collides with the sphere" ] }
train_videos/video_02050.mp4
14
counterfactual
If the sphere is removed, what will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown cylinder collides with the rubber cube", "The yellow metal cylinder and the metal cube collide", "The rubber cylinder collides with the yellow metal cylinder", "The brown object and the rubber cylinder collide" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, what will not happen?\nOptions:\nA. The brown cylinder collides with the rubber cube\nB. The yellow metal cylinder and the metal cube collide\nC. The rubber cylinder collides with the yellow metal cylinder\nD. The brown object and the rubber cylinder collide\n\nAnswer:", "B. The yellow metal cylinder and the metal cube collide" ] }
train_videos/video_02051.mp4
14
counterfactual
If the metal object is removed, which event will happen?
[ "all_events", "objects", "metal", "filter_material", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The sphere and the cylinder collide", "The yellow cube collides with the cylinder" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 metal object is removed, which event will happen?\nOptions:\nA. The sphere and the cylinder collide\nB. The yellow cube collides with the cylinder\n\nAnswer:", "B. The yellow cube collides with the cylinder" ] }
train_videos/video_02051.mp4
15
counterfactual
Which of the following will not happen without the rubber cube?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the cylinder collide", "The metal object collides with the cylinder", "The blue cube collides with the sphere" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the rubber cube?\nOptions:\nA. The sphere and the cylinder collide\nB. The metal object collides with the cylinder\nC. The blue cube collides with the sphere\n\nAnswer:", "C. The blue cube collides with the sphere" ] }
train_videos/video_02052.mp4
14
counterfactual
What will not happen if the rubber cube is removed?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red object collides with the cylinder", "The sphere and the red cube collide", "The sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "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 rubber cube is removed?\nOptions:\nA. The red object collides with the cylinder\nB. The sphere and the red cube collide\nC. The sphere and the cylinder collide\n\nAnswer:", "A. The red object collides with the cylinder" ] }
train_videos/video_02052.mp4
15
counterfactual
Which event will not happen if the cylinder is removed?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The red object and the green cube collide", "The sphere and the green cube collide", "The sphere and the metal cube collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "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", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the cylinder is removed?\nOptions:\nA. The red object and the green cube collide\nB. The sphere and the green cube collide\nC. The sphere and the metal cube collide\n\nAnswer:", "A. The red object and the green cube collide" ] }
train_videos/video_02053.mp4
13
counterfactual
Without the brown object, what will not happen?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple sphere and the metal cylinder collide", "The gray sphere and the cyan cylinder collide", "The purple sphere collides with the green sphere", "The gray object collides with the green sphere" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "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 brown object, what will not happen?\nOptions:\nA. The purple sphere and the metal cylinder collide\nB. The gray sphere and the cyan cylinder collide\nC. The purple sphere collides with the green sphere\nD. The gray object collides with the green sphere\n\nAnswer:", "D. The gray object collides with the green sphere" ] }
train_videos/video_02053.mp4
14
counterfactual
If the green cylinder is removed, which of the following will not happen?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object collides with the purple object", "The brown sphere and the purple object collide", "The gray sphere collides with the brown sphere", "The purple sphere collides with the green sphere" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "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", "sphere", "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: If the green cylinder is removed, which of the following will not happen?\nOptions:\nA. The gray object collides with the purple object\nB. The brown sphere and the purple object collide\nC. The gray sphere collides with the brown sphere\nD. The purple sphere collides with the green sphere\n\nAnswer:", "D. The purple sphere collides with the green sphere" ] }
train_videos/video_02054.mp4
13
counterfactual
Without the purple object, what will happen?
[ "all_events", "objects", "purple", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cylinder and the yellow cylinder collide", "The brown cylinder and the yellow cylinder collide", "The gray object and the cyan cylinder collide", "The gray object collides with the brown cylinder" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 purple object, what will happen?\nOptions:\nA. The gray cylinder and the yellow cylinder collide\nB. The brown cylinder and the yellow cylinder collide\nC. The gray object and the cyan cylinder collide\nD. The gray object collides with the brown cylinder\n\nAnswer:", "D. The gray object collides with the brown cylinder" ] }
train_videos/video_02054.mp4
14
counterfactual
If the brown object is removed, which of the following will not happen?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cylinder collides with the yellow object", "The yellow object collides with the purple object", "The cyan object collides with the yellow cylinder", "The gray cylinder and the cyan object collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the brown object is removed, which of the following will not happen?\nOptions:\nA. The gray cylinder collides with the yellow object\nB. The yellow object collides with the purple object\nC. The cyan object collides with the yellow cylinder\nD. The gray cylinder and the cyan object collide\n\nAnswer:", "C. The cyan object collides with the yellow cylinder" ] }
train_videos/video_02055.mp4
13
counterfactual
What will happen without the sphere?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The rubber cube collides with the red cube", "The blue metal cube collides with the red cube" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the sphere?\nOptions:\nA. The rubber cube collides with the red cube\nB. The blue metal cube collides with the red cube\n\nAnswer:", "B. The blue metal cube collides with the red cube" ] }
train_videos/video_02055.mp4
14
counterfactual
What will happen without the red cube?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The rubber object and the blue metal object collide", "The rubber cube collides with the sphere", "The blue metal object collides with the sphere" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "blue", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "metal", "filter_material", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the red cube?\nOptions:\nA. The rubber object and the blue metal object collide\nB. The rubber cube collides with the sphere\nC. The blue metal object collides with the sphere\n\nAnswer:", "B. The rubber cube collides with the sphere" ] }
train_videos/video_02056.mp4
14
counterfactual
What will not happen if the metal cylinder is removed?
[ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube and the blue object collide", "The rubber cylinder and the green sphere collide", "The purple object and the blue sphere collide", "The cube and the green object collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "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: What will not happen if the metal cylinder is removed?\nOptions:\nA. The cube and the blue object collide\nB. The rubber cylinder and the green sphere collide\nC. The purple object and the blue sphere collide\nD. The cube and the green object collide\n\nAnswer:", "D. The cube and the green object collide" ] }
train_videos/video_02056.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, 2, 3 ], "choice": [ "The cube collides with the purple object", "The purple object collides with the brown object", "The cube and the metal cylinder collide", "The cube and the blue object collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the green object?\nOptions:\nA. The cube collides with the purple object\nB. The purple object collides with the brown object\nC. The cube and the metal cylinder collide\nD. The cube and the blue object collide\n\nAnswer:", "D. The cube and the blue object collide" ] }
train_videos/video_02057.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 ], "choice": [ "The cyan sphere collides with the cylinder", "The cylinder collides with the cube", "The cyan sphere collides with the cube" ], "program": [ [ "all_events", "objects", "cyan", "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", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the blue object?\nOptions:\nA. The cyan sphere collides with the cylinder\nB. The cylinder collides with the cube\nC. The cyan sphere collides with the cube\n\nAnswer:", "B. The cylinder collides with the cube" ] }
train_videos/video_02057.mp4
15
counterfactual
Without the cylinder, what will not happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cyan object and the blue sphere collide", "The cube and the blue sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the cylinder, what will not happen?\nOptions:\nA. The cyan object and the blue sphere collide\nB. The cube and the blue sphere collide\n\nAnswer:", "B. The cube and the blue sphere collide" ] }
train_videos/video_02058.mp4
14
counterfactual
What will not happen without the cyan cube?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber sphere and the metal sphere collide", "The rubber sphere and the purple object collide", "The purple object collides with the metal sphere", "The brown object and the metal sphere collide" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 cyan cube?\nOptions:\nA. The rubber sphere and the metal sphere collide\nB. The rubber sphere and the purple object collide\nC. The purple object collides with the metal sphere\nD. The brown object and the metal sphere collide\n\nAnswer:", "D. The brown object and the metal sphere collide" ] }
train_videos/video_02058.mp4
15
counterfactual
Which of the following will not happen without the rubber sphere?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object collides with the gray cylinder", "The gray object collides with the brown object", "The gray cylinder and the brown object collide", "The gray cylinder collides with the cyan cube" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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: Which of the following will not happen without the rubber sphere?\nOptions:\nA. The purple object collides with the gray cylinder\nB. The gray object collides with the brown object\nC. The gray cylinder and the brown object collide\nD. The gray cylinder collides with the cyan cube\n\nAnswer:", "D. The gray cylinder collides with the cyan cube" ] }
train_videos/video_02059.mp4
14
counterfactual
Which event will happen without the purple sphere?
[ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube collides with the blue sphere", "The blue sphere and the cylinder collide", "The cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "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 purple sphere?\nOptions:\nA. The cube collides with the blue sphere\nB. The blue sphere and the cylinder collide\nC. The cube and the cylinder collide\n\nAnswer:", "B. The blue sphere and the cylinder collide" ] }
train_videos/video_02059.mp4
15
counterfactual
Which event will happen if the blue sphere is removed?
[ "all_events", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the purple sphere collide", "The purple sphere collides with the cylinder", "The cube collides with the cylinder" ], "program": [ [ "all_events", "objects", "cube", "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", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "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 blue sphere is removed?\nOptions:\nA. The cube and the purple sphere collide\nB. The purple sphere collides with the cylinder\nC. The cube collides with the cylinder\n\nAnswer:", "C. The cube collides with the cylinder" ] }
train_videos/video_02060.mp4
13
counterfactual
What will not happen without the cyan object?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber sphere and the gray cylinder collide", "The gray sphere collides with the brown sphere", "The green object collides with the brown object", "The gray sphere and the gray cylinder collide" ], "program": [ [ "all_events", "objects", "rubber", "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", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen without the cyan object?\nOptions:\nA. The rubber sphere and the gray cylinder collide\nB. The gray sphere collides with the brown sphere\nC. The green object collides with the brown object\nD. The gray sphere and the gray cylinder collide\n\nAnswer:", "D. The gray sphere and the gray cylinder collide" ] }
train_videos/video_02060.mp4
14
counterfactual
Without the green object, what will not happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cylinder collides with the cyan object", "The gray sphere collides with the rubber object", "The rubber sphere collides with the cyan cylinder", "The metal sphere collides with the gray cylinder" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the green object, what will not happen?\nOptions:\nA. The gray cylinder collides with the cyan object\nB. The gray sphere collides with the rubber object\nC. The rubber sphere collides with the cyan cylinder\nD. The metal sphere collides with the gray cylinder\n\nAnswer:", "D. The metal sphere collides with the gray cylinder" ] }
train_videos/video_02061.mp4
13
counterfactual
What will happen if the sphere is removed?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the rubber cylinder collide", "The cube and the purple cylinder collide", "The metal cylinder collides with the rubber cylinder" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the sphere is removed?\nOptions:\nA. The cube and the rubber cylinder collide\nB. The cube and the purple cylinder collide\nC. The metal cylinder collides with the rubber cylinder\n\nAnswer:", "A. The cube and the rubber cylinder collide" ] }
train_videos/video_02061.mp4
14
counterfactual
What will happen if the purple cylinder is removed?
[ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cube and the sphere collide", "The cube and the rubber cylinder collide", "The sphere and the cyan cylinder collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen if the purple cylinder is removed?\nOptions:\nA. The cube and the sphere collide\nB. The cube and the rubber cylinder collide\nC. The sphere and the cyan cylinder collide\n\nAnswer:", "C. The sphere and the cyan cylinder collide" ] }
train_videos/video_02062.mp4
13
counterfactual
Without the red cube, which event will not happen?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cylinder collides with the sphere", "The blue cylinder and the cyan cylinder collide", "The sphere collides with the brown cylinder", "The metal cylinder and the brown object collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "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 red cube, which event will not happen?\nOptions:\nA. The metal cylinder collides with the sphere\nB. The blue cylinder and the cyan cylinder collide\nC. The sphere collides with the brown cylinder\nD. The metal cylinder and the brown object collide\n\nAnswer:", "D. The metal cylinder and the brown object collide" ] }
train_videos/video_02062.mp4
14
counterfactual
Which event will happen without the brown cylinder?
[ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cube and the red object collide", "The blue object collides with the cyan cylinder", "The metal cylinder and the red object collide", "The blue object collides with the sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen without the brown cylinder?\nOptions:\nA. The cyan cube and the red object collide\nB. The blue object collides with the cyan cylinder\nC. The metal cylinder and the red object collide\nD. The blue object collides with the sphere\n\nAnswer:", "D. The blue object collides with the sphere" ] }
train_videos/video_02063.mp4
14
counterfactual
What will not happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal sphere and the green sphere collide", "The gray object and the yellow rubber object collide", "The yellow rubber object collides with the green sphere", "The yellow rubber sphere and the metal object collide" ], "program": [ [ "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", "gray", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen without the cube?\nOptions:\nA. The metal sphere and the green sphere collide\nB. The gray object and the yellow rubber object collide\nC. The yellow rubber object collides with the green sphere\nD. The yellow rubber sphere and the metal object collide\n\nAnswer:", "C. The yellow rubber object collides with the green sphere" ] }
train_videos/video_02063.mp4
15
counterfactual
If the green sphere is removed, which event will not happen?
[ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray sphere and the yellow rubber object collide", "The gray sphere collides with the metal sphere", "The metal object and the cube collide", "The gray sphere collides with the cube" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the green sphere is removed, which event will not happen?\nOptions:\nA. The gray sphere and the yellow rubber object collide\nB. The gray sphere collides with the metal sphere\nC. The metal object and the cube collide\nD. The gray sphere collides with the cube\n\nAnswer:", "D. The gray sphere collides with the cube" ] }
train_videos/video_02064.mp4
12
counterfactual
Which event will happen if the rubber cube is removed?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the cyan cylinder collide", "The red object and the cyan cylinder collide", "The metal cube collides with the green cylinder", "The red cylinder collides with the metal cube" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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: Which event will happen if the rubber cube is removed?\nOptions:\nA. The purple object and the cyan cylinder collide\nB. The red object and the cyan cylinder collide\nC. The metal cube collides with the green cylinder\nD. The red cylinder collides with the metal cube\n\nAnswer:", "D. The red cylinder collides with the metal cube" ] }
train_videos/video_02064.mp4
13
counterfactual
Without the green object, which of the following will happen?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the rubber cylinder collide", "The cyan cylinder collides with the cyan cube", "The red object collides with the rubber cube", "The metal cube and the cyan cube collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "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", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "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: Without the green object, which of the following will happen?\nOptions:\nA. The purple object and the rubber cylinder collide\nB. The cyan cylinder collides with the cyan cube\nC. The red object collides with the rubber cube\nD. The metal cube and the cyan cube collide\n\nAnswer:", "C. The red object collides with the rubber cube" ] }
train_videos/video_02065.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 ], "choice": [ "The metal object collides with the cube", "The red sphere and the cube collide", "The gray sphere collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cube", "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", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the cylinder?\nOptions:\nA. The metal object collides with the cube\nB. The red sphere and the cube collide\nC. The gray sphere collides with the rubber sphere\n\nAnswer:", "A. The metal object collides with the cube" ] }
train_videos/video_02065.mp4
14
counterfactual
Without the red object, which event will happen?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal object collides with the cube", "The cylinder collides with the cube", "The metal object collides with the cylinder" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the red object, which event will happen?\nOptions:\nA. The metal object collides with the cube\nB. The cylinder collides with the cube\nC. The metal object collides with the cylinder\n\nAnswer:", "C. The metal object collides with the cylinder" ] }
train_videos/video_02066.mp4
14
counterfactual
What will happen if the red sphere is removed?
[ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan sphere collides with the blue object", "The cube collides with the cyan object", "The cube and the metal sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "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 red sphere is removed?\nOptions:\nA. The cyan sphere collides with the blue object\nB. The cube collides with the cyan object\nC. The cube and the metal sphere collide\n\nAnswer:", "B. The cube collides with the cyan object" ] }
train_videos/video_02066.mp4
15
counterfactual
What will not happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan sphere and the blue object collide", "The red object collides with the metal sphere", "The cyan sphere collides with the red sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the cube is removed?\nOptions:\nA. The cyan sphere and the blue object collide\nB. The red object collides with the metal sphere\nC. The cyan sphere collides with the red sphere\n\nAnswer:", "B. The red object collides with the metal sphere" ] }
train_videos/video_02067.mp4
14
counterfactual
If the green cylinder is removed, what will not happen?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray cylinder and the purple object collide", "The red object and the purple object collide", "The red object and the gray object collide", "The cyan cube and the gray cylinder collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the green cylinder is removed, what will not happen?\nOptions:\nA. The gray cylinder and the purple object collide\nB. The red object and the purple object collide\nC. The red object and the gray object collide\nD. The cyan cube and the gray cylinder collide\n\nAnswer:", "D. The cyan cube and the gray cylinder collide" ] }
train_videos/video_02067.mp4
15
counterfactual
If the gray cylinder is removed, what will not happen?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the metal cube", "The cyan object collides with the green cylinder", "The cyan object collides with the red cylinder", "The red cylinder collides with the green object" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the gray cylinder is removed, what will not happen?\nOptions:\nA. The cyan object collides with the metal cube\nB. The cyan object collides with the green cylinder\nC. The cyan object collides with the red cylinder\nD. The red cylinder collides with the green object\n\nAnswer:", "D. The red cylinder collides with the green object" ] }
train_videos/video_02068.mp4
14
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 ], "choice": [ "The sphere and the red object collide", "The sphere collides with the cyan cylinder" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 gray cylinder?\nOptions:\nA. The sphere and the red object collide\nB. The sphere collides with the cyan cylinder\n\nAnswer:", "B. The sphere collides with the cyan cylinder" ] }
train_videos/video_02069.mp4
14
counterfactual
Which of the following will happen if the red object is removed?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the cube collide", "The gray object collides with the blue cylinder", "The brown cylinder collides with the cube", "The brown cylinder and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "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", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the red object is removed?\nOptions:\nA. The sphere and the cube collide\nB. The gray object collides with the blue cylinder\nC. The brown cylinder collides with the cube\nD. The brown cylinder and the blue cylinder collide\n\nAnswer:", "C. The brown cylinder collides with the cube" ] }
train_videos/video_02069.mp4
15
counterfactual
Without the cube, which of the following will not happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object and the red cylinder collide", "The brown cylinder and the sphere collide", "The brown cylinder and the blue cylinder collide", "The gray cylinder collides with the blue cylinder" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "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" ] ], "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 cube, which of the following will not happen?\nOptions:\nA. The gray object and the red cylinder collide\nB. The brown cylinder and the sphere collide\nC. The brown cylinder and the blue cylinder collide\nD. The gray cylinder collides with the blue cylinder\n\nAnswer:", "D. The gray cylinder collides with the blue cylinder" ] }
train_videos/video_02070.mp4
14
counterfactual
What will not happen without the brown sphere?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object and the gray cube collide", "The red sphere collides with the metal cube", "The metal cube collides with the cylinder", "The red sphere and the cylinder collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "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", "metal", "filter_material", "cube", "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", "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: What will not happen without the brown sphere?\nOptions:\nA. The purple object and the gray cube collide\nB. The red sphere collides with the metal cube\nC. The metal cube collides with the cylinder\nD. The red sphere and the cylinder collide\n\nAnswer:", "D. The red sphere and the cylinder collide" ] }
train_videos/video_02070.mp4
15
counterfactual
If the cylinder is removed, which of the following will happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple cube and the brown sphere collide", "The red sphere collides with the metal cube", "The purple object and the gray cube collide", "The red object and the gray cube collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the cylinder is removed, which of the following will happen?\nOptions:\nA. The purple cube and the brown sphere collide\nB. The red sphere collides with the metal cube\nC. The purple object and the gray cube collide\nD. The red object and the gray cube collide\n\nAnswer:", "C. The purple object and the gray cube collide" ] }
train_videos/video_02071.mp4
14
counterfactual
Without the brown sphere, what will happen?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green sphere collides with the yellow object", "The green sphere and the green cube collide", "The brown rubber cube collides with the brown metal object", "The yellow object and the green cube collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the brown sphere, what will happen?\nOptions:\nA. The green sphere collides with the yellow object\nB. The green sphere and the green cube collide\nC. The brown rubber cube collides with the brown metal object\nD. The yellow object and the green cube collide\n\nAnswer:", "A. The green sphere collides with the yellow object" ] }
train_videos/video_02071.mp4
15
counterfactual
Without the brown rubber cube, which event will not happen?
[ "all_events", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The brown sphere collides with the brown metal cube", "The yellow cube and the brown metal object collide", "The green sphere collides with the yellow cube", "The yellow object collides with the brown sphere" ], "program": [ [ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 brown rubber cube, which event will not happen?\nOptions:\nA. The brown sphere collides with the brown metal cube\nB. The yellow cube and the brown metal object collide\nC. The green sphere collides with the yellow cube\nD. The yellow object collides with the brown sphere\n\nAnswer:", "D. The yellow object collides with the brown sphere" ] }
train_videos/video_02072.mp4
13
counterfactual
If the rubber cube is removed, 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, 3 ], "choice": [ "The sphere collides with the blue object", "The sphere collides with the red object", "The brown cylinder and the metal cube collide", "The brown cylinder and the blue cylinder collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "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", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the rubber cube is removed, which of the following will not happen?\nOptions:\nA. The sphere collides with the blue object\nB. The sphere collides with the red object\nC. The brown cylinder and the metal cube collide\nD. The brown cylinder and the blue cylinder collide\n\nAnswer:", "D. The brown cylinder and the blue cylinder collide" ] }
train_videos/video_02072.mp4
14
counterfactual
Without the red cube, which of the following will happen?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cube and the blue object collide", "The brown cylinder collides with the green cube", "The brown cylinder and the blue object collide", "The brown cylinder and the sphere collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "cube", "filter_shape", "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", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "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 red cube, which of the following will happen?\nOptions:\nA. The green cube and the blue object collide\nB. The brown cylinder collides with the green cube\nC. The brown cylinder and the blue object collide\nD. The brown cylinder and the sphere collide\n\nAnswer:", "D. The brown cylinder and the sphere collide" ] }
train_videos/video_02073.mp4
14
counterfactual
Without the red object, what will not happen?
[ "all_events", "objects", "red", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue cylinder collides with the sphere", "The blue cylinder and the brown metal cylinder collide", "The green cube collides with the rubber cylinder", "The green object and the blue object collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "blue", "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 red object, what will not happen?\nOptions:\nA. The blue cylinder collides with the sphere\nB. The blue cylinder and the brown metal cylinder collide\nC. The green cube collides with the rubber cylinder\nD. The green object and the blue object collide\n\nAnswer:", "B. The blue cylinder and the brown metal cylinder collide" ] }
train_videos/video_02073.mp4
15
counterfactual
What will not happen if the green object is removed?
[ "all_events", "objects", "green", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the rubber cylinder", "The sphere collides with the red object", "The sphere collides with the brown metal object", "The brown metal cylinder and the red object collide" ], "program": [ [ "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", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "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: What will not happen if the green object is removed?\nOptions:\nA. The sphere collides with the rubber cylinder\nB. The sphere collides with the red object\nC. The sphere collides with the brown metal object\nD. The brown metal cylinder and the red object collide\n\nAnswer:", "D. The brown metal cylinder and the red object collide" ] }
train_videos/video_02074.mp4
13
counterfactual
Without the gray sphere, what will happen?
[ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The metal cube and the red object collide", "The metal cube collides with the purple sphere", "The cyan cube and the yellow object collide", "The purple sphere collides with the cylinder" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "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": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the gray sphere, what will happen?\nOptions:\nA. The metal cube and the red object collide\nB. The metal cube collides with the purple sphere\nC. The cyan cube and the yellow object collide\nD. The purple sphere collides with the cylinder\n\nAnswer:", "C. The cyan cube and the yellow object collide" ] }
train_videos/video_02074.mp4
14
counterfactual
Without the cyan cube, which event will happen?
[ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple object collides with the gray sphere", "The red sphere and the gray object collide", "The gray object collides with the cylinder", "The yellow cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 cyan cube, which event will happen?\nOptions:\nA. The purple object collides with the gray sphere\nB. The red sphere and the gray object collide\nC. The gray object collides with the cylinder\nD. The yellow cube and the cylinder collide\n\nAnswer:", "D. The yellow cube and the cylinder collide" ] }
train_videos/video_02075.mp4
13
counterfactual
If the cyan sphere is removed, which event will happen?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red object collides with the yellow cylinder", "The red object and the purple cylinder collide", "The red object and the rubber cylinder collide", "The red object collides with the brown sphere" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "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 cyan sphere is removed, which event will happen?\nOptions:\nA. The red object collides with the yellow cylinder\nB. The red object and the purple cylinder collide\nC. The red object and the rubber cylinder collide\nD. The red object collides with the brown sphere\n\nAnswer:", "D. The red object collides with the brown sphere" ] }
train_videos/video_02075.mp4
14
counterfactual
Which of the following will not happen without the purple cylinder?
[ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red sphere collides with the metal sphere", "The red sphere and the brown cylinder collide", "The red sphere collides with the cyan object", "The rubber cylinder and the yellow cylinder collide" ], "program": [ [ "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", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen without the purple cylinder?\nOptions:\nA. The red sphere collides with the metal sphere\nB. The red sphere and the brown cylinder collide\nC. The red sphere collides with the cyan object\nD. The rubber cylinder and the yellow cylinder collide\n\nAnswer:", "D. The rubber cylinder and the yellow cylinder collide" ] }
train_videos/video_02076.mp4
14
counterfactual
Which event will happen if the rubber sphere is removed?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The blue metal object collides with the brown sphere", "The cube and the cylinder collide", "The cube collides with the blue metal object", "The cylinder and the blue metal object collide" ], "program": [ [ "all_events", "objects", "blue", "filter_color", "metal", "filter_material", "unique", "filter_collision", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "metal", "filter_material", "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: Which event will happen if the rubber sphere is removed?\nOptions:\nA. The blue metal object collides with the brown sphere\nB. The cube and the cylinder collide\nC. The cube collides with the blue metal object\nD. The cylinder and the blue metal object collide\n\nAnswer:", "D. The cylinder and the blue metal object collide" ] }
train_videos/video_02076.mp4
15
counterfactual
Which event will not happen if the brown sphere is removed?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the blue metal object collide", "The cube collides with the blue metal sphere", "The cube and the rubber sphere collide", "The blue metal object collides with the rubber sphere" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "metal", "filter_material", "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: Which event will not happen if the brown sphere is removed?\nOptions:\nA. The cylinder and the blue metal object collide\nB. The cube collides with the blue metal sphere\nC. The cube and the rubber sphere collide\nD. The blue metal object collides with the rubber sphere\n\nAnswer:", "D. The blue metal object collides with the rubber sphere" ] }
train_videos/video_02077.mp4
14
counterfactual
Which event will not happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object collides with the metal cylinder", "The yellow cylinder collides with the cyan object", "The metal cylinder and the cyan cylinder collide", "The gray object and the cyan object collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the cube is removed?\nOptions:\nA. The gray object collides with the metal cylinder\nB. The yellow cylinder collides with the cyan object\nC. The metal cylinder and the cyan cylinder collide\nD. The gray object and the cyan object collide\n\nAnswer:", "D. The gray object and the cyan object collide" ] }
train_videos/video_02077.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, 3 ], "choice": [ "The gray cylinder and the yellow cylinder collide", "The cyan object collides with the cube", "The gray cylinder and the cube collide", "The gray object and the cyan object collide" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "yellow", "filter_color", "cylinder", "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", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue object is removed, which event will not happen?\nOptions:\nA. The gray cylinder and the yellow cylinder collide\nB. The cyan object collides with the cube\nC. The gray cylinder and the cube collide\nD. The gray object and the cyan object collide\n\nAnswer:", "D. The gray object and the cyan object collide" ] }
train_videos/video_02078.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 yellow cylinder and the rubber sphere collide", "The brown cylinder and the green object collide", "The rubber sphere collides with the metal sphere", "The metal cube collides with the green object" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "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", "green", "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: If the brown cube is removed, which event will not happen?\nOptions:\nA. The yellow cylinder and the rubber sphere collide\nB. The brown cylinder and the green object collide\nC. The rubber sphere collides with the metal sphere\nD. The metal cube collides with the green object\n\nAnswer:", "D. The metal cube collides with the green object" ] }
train_videos/video_02078.mp4
15
counterfactual
If the gray cube is removed, what will happen?
[ "all_events", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object and the gray sphere collide", "The rubber sphere collides with the brown cube", "The yellow cylinder and the rubber cube collide", "The gray sphere and the metal sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "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", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the gray cube is removed, what will happen?\nOptions:\nA. The yellow object and the gray sphere collide\nB. The rubber sphere collides with the brown cube\nC. The yellow cylinder and the rubber cube collide\nD. The gray sphere and the metal sphere collide\n\nAnswer:", "A. The yellow object and the gray sphere collide" ] }
train_videos/video_02079.mp4
14
counterfactual
If the red cube is removed, what will happen?
[ "all_events", "objects", "red", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere and the brown rubber cube collide", "The cylinder and the brown rubber cube collide", "The metal cube and the sphere collide", "The metal object collides with the cylinder" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the red cube is removed, what will happen?\nOptions:\nA. The sphere and the brown rubber cube collide\nB. The cylinder and the brown rubber cube collide\nC. The metal cube and the sphere collide\nD. The metal object collides with the cylinder\n\nAnswer:", "D. The metal object collides with the cylinder" ] }
train_videos/video_02079.mp4
15
counterfactual
Without the cylinder, which event 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 collides with the brown rubber cube", "The metal object collides with the sphere", "The red object collides with the sphere", "The metal object collides with the red cube" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "brown", "filter_color", "rubber", "filter_material", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "unique", "filter_collision", "objects", "red", "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: Without the cylinder, which event will not happen?\nOptions:\nA. The metal object collides with the brown rubber cube\nB. The metal object collides with the sphere\nC. The red object collides with the sphere\nD. The metal object collides with the red cube\n\nAnswer:", "D. The metal object collides with the red cube" ] }
train_videos/video_02080.mp4
13
counterfactual
If the blue object is removed, what will not happen?
[ "all_events", "objects", "blue", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow object collides with the green sphere", "The cube and the cyan object collide", "The yellow object collides with the cyan object", "The yellow object and the cube collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cyan", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the blue object is removed, what will not happen?\nOptions:\nA. The yellow object collides with the green sphere\nB. The cube and the cyan object collide\nC. The yellow object collides with the cyan object\nD. The yellow object and the cube collide\n\nAnswer:", "B. The cube and the cyan object collide" ] }
train_videos/video_02080.mp4
14
counterfactual
Without the cyan object, what will not happen?
[ "all_events", "objects", "cyan", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The yellow cylinder collides with the brown object", "The brown object and the cube collide", "The yellow object and the cube collide", "The yellow cylinder and the rubber sphere collide" ], "program": [ [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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: Without the cyan object, what will not happen?\nOptions:\nA. The yellow cylinder collides with the brown object\nB. The brown object and the cube collide\nC. The yellow object and the cube collide\nD. The yellow cylinder and the rubber sphere collide\n\nAnswer:", "B. The brown object and the cube collide" ] }
train_videos/video_02081.mp4
13
counterfactual
Without the metal sphere, which of the following will not happen?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The cyan sphere and the cube collide", "The purple rubber object collides with the cube", "The purple rubber sphere and the cyan sphere collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "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: Without the metal sphere, which of the following will not happen?\nOptions:\nA. The cyan sphere and the cube collide\nB. The purple rubber object collides with the cube\nC. The purple rubber sphere and the cyan sphere collide\n\nAnswer:", "B. The purple rubber object collides with the cube" ] }
train_videos/video_02081.mp4
14
counterfactual
Without the cube, which of the following will happen?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The purple rubber sphere and the metal sphere collide", "The purple rubber sphere and the cyan sphere collide", "The cyan object collides with the metal sphere" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "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, which of the following will happen?\nOptions:\nA. The purple rubber sphere and the metal sphere collide\nB. The purple rubber sphere and the cyan sphere collide\nC. The cyan object collides with the metal sphere\n\nAnswer:", "B. The purple rubber sphere and the cyan sphere collide" ] }
train_videos/video_02082.mp4
13
counterfactual
If the metal sphere is removed, what will not happen?
[ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan cube and the blue cube collide", "The green cube and the blue cube collide", "The red object and the cylinder collide", "The rubber cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "cube", "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: If the metal sphere is removed, what will not happen?\nOptions:\nA. The cyan cube and the blue cube collide\nB. The green cube and the blue cube collide\nC. The red object and the cylinder collide\nD. The rubber cube and the cylinder collide\n\nAnswer:", "D. The rubber cube and the cylinder collide" ] }
train_videos/video_02082.mp4
14
counterfactual
Which of the following will happen without the rubber cube?
[ "all_events", "objects", "rubber", "filter_material", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object collides with the blue cube", "The cyan cube collides with the green sphere", "The cyan object and the red object collide", "The rubber sphere collides with the metal sphere" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cyan", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "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", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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 without the rubber cube?\nOptions:\nA. The cyan object collides with the blue cube\nB. The cyan cube collides with the green sphere\nC. The cyan object and the red object collide\nD. The rubber sphere collides with the metal sphere\n\nAnswer:", "C. The cyan object and the red object collide" ] }
train_videos/video_02083.mp4
14
counterfactual
What will happen without the brown cube?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the gray cube", "The blue cube and the gray object collide", "The sphere collides with the blue cube", "The cylinder and the gray object collide" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will happen without the brown cube?\nOptions:\nA. The sphere collides with the gray cube\nB. The blue cube and the gray object collide\nC. The sphere collides with the blue cube\nD. The cylinder and the gray object collide\n\nAnswer:", "C. The sphere collides with the blue cube" ] }
train_videos/video_02083.mp4
15
counterfactual
Which event will not happen without the blue cube?
[ "all_events", "objects", "blue", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cylinder and the gray cube collide", "The sphere and the gray cube collide", "The brown cube collides with the sphere", "The brown cube and the cylinder collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 blue cube?\nOptions:\nA. The cylinder and the gray cube collide\nB. The sphere and the gray cube collide\nC. The brown cube collides with the sphere\nD. The brown cube and the cylinder collide\n\nAnswer:", "D. The brown cube and the cylinder collide" ] }
train_videos/video_02084.mp4
13
counterfactual
Which of the following will happen if the cylinder is removed?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The metal sphere collides with the red rubber sphere", "The red rubber sphere collides with the brown object", "The metal sphere collides with the brown object" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "rubber", "filter_material", "sphere", "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", "brown", "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: Which of the following will happen if the cylinder is removed?\nOptions:\nA. The metal sphere collides with the red rubber sphere\nB. The red rubber sphere collides with the brown object\nC. The metal sphere collides with the brown object\n\nAnswer:", "A. The metal sphere collides with the red rubber sphere" ] }
train_videos/video_02084.mp4
14
counterfactual
Which event will not happen if the brown sphere is removed?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The metal sphere and the red rubber sphere collide", "The cylinder and the red rubber object collide" ], "program": [ [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will not happen if the brown sphere is removed?\nOptions:\nA. The metal sphere and the red rubber sphere collide\nB. The cylinder and the red rubber object collide\n\nAnswer:", "A. The metal sphere and the red rubber sphere collide" ] }
train_videos/video_02085.mp4
14
counterfactual
Which of the following will happen if the cyan sphere is removed?
[ "all_events", "objects", "cyan", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red cylinder and the blue cylinder collide", "The gray cylinder and the red object collide", "The gray object and the cube collide", "The brown object collides with the red object" ], "program": [ [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "brown", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen if the cyan sphere is removed?\nOptions:\nA. The red cylinder and the blue cylinder collide\nB. The gray cylinder and the red object collide\nC. The gray object and the cube collide\nD. The brown object collides with the red object\n\nAnswer:", "D. The brown object collides with the red object" ] }
train_videos/video_02085.mp4
15
counterfactual
Which of the following will not happen if the brown object is removed?
[ "all_events", "objects", "brown", "filter_color", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The gray object and the red object collide", "The blue cylinder and the cube collide", "The gray cylinder and the blue cylinder collide", "The cyan object collides with the blue cylinder" ], "program": [ [ "all_events", "objects", "gray", "filter_color", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "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", "unique", "filter_collision", "objects", "blue", "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 brown object is removed?\nOptions:\nA. The gray object and the red object collide\nB. The blue cylinder and the cube collide\nC. The gray cylinder and the blue cylinder collide\nD. The cyan object collides with the blue cylinder\n\nAnswer:", "D. The cyan object collides with the blue cylinder" ] }
train_videos/video_02086.mp4
14
counterfactual
What will happen if the red cylinder is removed?
[ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The rubber object collides with the purple cylinder", "The green object collides with the purple cube", "The gray cylinder and the purple cube collide", "The green cube collides with the purple cylinder" ], "program": [ [ "all_events", "objects", "rubber", "filter_material", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "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 red cylinder is removed?\nOptions:\nA. The rubber object collides with the purple cylinder\nB. The green object collides with the purple cube\nC. The gray cylinder and the purple cube collide\nD. The green cube collides with the purple cylinder\n\nAnswer:", "A. The rubber object collides with the purple cylinder" ] }
train_videos/video_02086.mp4
15
counterfactual
Without the purple cube, what will happen?
[ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cube and the red cylinder collide", "The purple cylinder collides with the red cylinder", "The green cube and the purple cylinder collide", "The gray cylinder and the red object collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the purple cube, what will happen?\nOptions:\nA. The green cube and the red cylinder collide\nB. The purple cylinder collides with the red cylinder\nC. The green cube and the purple cylinder collide\nD. The gray cylinder and the red object collide\n\nAnswer:", "D. The gray cylinder and the red object collide" ] }
train_videos/video_02087.mp4
13
counterfactual
Without the brown cube, which event will not happen?
[ "all_events", "objects", "brown", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2 ], "choice": [ "The sphere and the yellow cube collide", "The cylinder collides with the yellow cube", "The sphere collides with the cylinder" ], "program": [ [ "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", "yellow", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "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 cube, which event will not happen?\nOptions:\nA. The sphere and the yellow cube collide\nB. The cylinder collides with the yellow cube\nC. The sphere collides with the cylinder\n\nAnswer:", "C. The sphere collides with the cylinder" ] }
train_videos/video_02087.mp4
14
counterfactual
Without the cylinder, which event will not happen?
[ "all_events", "objects", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The sphere collides with the yellow cube", "The brown object collides with the yellow cube" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "yellow", "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" ] ], "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 cylinder, which event will not happen?\nOptions:\nA. The sphere collides with the yellow cube\nB. The brown object collides with the yellow cube\n\nAnswer:", "A. The sphere collides with the yellow cube" ] }
train_videos/video_02088.mp4
14
counterfactual
What will not happen if the green cube is removed?
[ "all_events", "objects", "green", "filter_color", "cube", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple cube collides with the green sphere", "The purple cube collides with the cylinder", "The purple sphere collides with the cylinder", "The purple sphere and the purple cube collide" ], "program": [ [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: What will not happen if the green cube is removed?\nOptions:\nA. The purple cube collides with the green sphere\nB. The purple cube collides with the cylinder\nC. The purple sphere collides with the cylinder\nD. The purple sphere and the purple cube collide\n\nAnswer:", "C. The purple sphere collides with the cylinder" ] }
train_videos/video_02089.mp4
13
counterfactual
Which event will happen if the cube is removed?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green object collides with the sphere", "The green cylinder collides with the metal cylinder", "The red object collides with the green object", "The red object collides with the sphere" ], "program": [ [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which event will happen if the cube is removed?\nOptions:\nA. The green object collides with the sphere\nB. The green cylinder collides with the metal cylinder\nC. The red object collides with the green object\nD. The red object collides with the sphere\n\nAnswer:", "C. The red object collides with the green object" ] }
train_videos/video_02089.mp4
14
counterfactual
If the sphere is removed, what will not happen?
[ "all_events", "objects", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cube and the metal object collide", "The red cylinder and the green object collide", "The green object and the cube collide", "The red object collides with the cube" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "green", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the sphere is removed, what will not happen?\nOptions:\nA. The cube and the metal object collide\nB. The red cylinder and the green object collide\nC. The green object and the cube collide\nD. The red object collides with the cube\n\nAnswer:", "C. The green object and the cube collide" ] }
train_videos/video_02090.mp4
14
counterfactual
Without the gray cylinder, which event will not happen?
[ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan sphere collides with the cube", "The cyan sphere collides with the purple rubber cylinder", "The gray sphere collides with the cyan object", "The purple rubber object and the cube collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "sphere", "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", "rubber", "filter_material", "cylinder", "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" ], [ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the gray cylinder, which event will not happen?\nOptions:\nA. The cyan sphere collides with the cube\nB. The cyan sphere collides with the purple rubber cylinder\nC. The gray sphere collides with the cyan object\nD. The purple rubber object and the cube collide\n\nAnswer:", "D. The purple rubber object and the cube collide" ] }
train_videos/video_02090.mp4
15
counterfactual
What will happen without the purple rubber cylinder?
[ "all_events", "objects", "purple", "filter_color", "rubber", "filter_material", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The cyan object and the gray cylinder collide", "The metal cylinder collides with the cube", "The gray cylinder and the cube collide", "The gray sphere collides with the metal cylinder" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "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 purple rubber cylinder?\nOptions:\nA. The cyan object and the gray cylinder collide\nB. The metal cylinder collides with the cube\nC. The gray cylinder and the cube collide\nD. The gray sphere collides with the metal cylinder\n\nAnswer:", "A. The cyan object and the gray cylinder collide" ] }
train_videos/video_02091.mp4
14
counterfactual
If the rubber sphere is removed, which of the following will not happen?
[ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1 ], "choice": [ "The cube and the red object collide", "The red object and the blue sphere collide" ], "program": [ [ "all_events", "objects", "cube", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "blue", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: If the rubber sphere is removed, which of the following will not happen?\nOptions:\nA. The cube and the red object collide\nB. The red object and the blue sphere collide\n\nAnswer:", "B. The red object and the blue sphere collide" ] }
train_videos/video_02091.mp4
15
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 ], "choice": [ "The red sphere collides with the rubber sphere", "The gray object collides with the blue sphere" ], "program": [ [ "all_events", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "rubber", "filter_material", "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" ] ], "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 cube is removed, which event will happen?\nOptions:\nA. The red sphere collides with the rubber sphere\nB. The gray object collides with the blue sphere\n\nAnswer:", "B. The gray object collides with the blue sphere" ] }
train_videos/video_02092.mp4
13
counterfactual
Which of the following will happen without the brown sphere?
[ "all_events", "objects", "brown", "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 blue object collides with the cyan object", "The blue object and the red object collide", "The red cylinder and the cube collide" ], "program": [ [ "all_events", "objects", "cyan", "filter_color", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "cyan", "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", "red", "filter_color", "cylinder", "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: Which of the following will happen without the brown sphere?\nOptions:\nA. The cyan object and the cube collide\nB. The blue object collides with the cyan object\nC. The blue object and the red object collide\nD. The red cylinder and the cube collide\n\nAnswer:", "C. The blue object and the red object collide" ] }
train_videos/video_02092.mp4
14
counterfactual
Which of the following will happen without the cube?
[ "all_events", "objects", "cube", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The red object collides with the brown object", "The blue object collides with the brown object", "The blue sphere collides with the red cylinder", "The blue sphere and the cyan cylinder collide" ], "program": [ [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "unique", "filter_collision", "objects", "brown", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "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", "cyan", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "wrong", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will happen without the cube?\nOptions:\nA. The red object collides with the brown object\nB. The blue object collides with the brown object\nC. The blue sphere collides with the red cylinder\nD. The blue sphere and the cyan cylinder collide\n\nAnswer:", "C. The blue sphere collides with the red cylinder" ] }
train_videos/video_02093.mp4
13
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, 2, 3 ], "choice": [ "The cylinder and the cube collide", "The cylinder and the red sphere collide", "The red object collides with the gray sphere", "The cylinder and the gray object collide" ], "program": [ [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "red", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "red", "filter_color", "unique", "filter_collision", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "gray", "filter_color", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "wrong", "correct", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Which of the following will not happen if the green object is removed?\nOptions:\nA. The cylinder and the cube collide\nB. The cylinder and the red sphere collide\nC. The red object collides with the gray sphere\nD. The cylinder and the gray object collide\n\nAnswer:", "D. The cylinder and the gray object collide" ] }
train_videos/video_02093.mp4
14
counterfactual
Without the gray sphere, what 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 cylinder and the yellow sphere collide", "The red sphere collides with the yellow sphere", "The yellow sphere collides with the green object", "The rubber sphere collides with the green object" ], "program": [ [ "all_events", "objects", "cylinder", "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", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "yellow", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "filter_color", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "rubber", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "green", "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 gray sphere, what will not happen?\nOptions:\nA. The cylinder and the yellow sphere collide\nB. The red sphere collides with the yellow sphere\nC. The yellow sphere collides with the green object\nD. The rubber sphere collides with the green object\n\nAnswer:", "D. The rubber sphere collides with the green object" ] }
train_videos/video_02094.mp4
14
counterfactual
Without the blue cylinder, which event will not happen?
[ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The purple cylinder collides with the cube", "The sphere and the cube collide", "The sphere and the purple object collide", "The cube collides with the green cylinder" ], "program": [ [ "all_events", "objects", "purple", "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", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "purple", "filter_color", "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", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the blue cylinder, which event will not happen?\nOptions:\nA. The purple cylinder collides with the cube\nB. The sphere and the cube collide\nC. The sphere and the purple object collide\nD. The cube collides with the green cylinder\n\nAnswer:", "D. The cube collides with the green cylinder" ] }
train_videos/video_02094.mp4
15
counterfactual
Without the green cylinder, what will not happen?
[ "all_events", "objects", "green", "filter_color", "cylinder", "filter_shape", "unique", "get_counterfact", "belong_to", "negate" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The sphere collides with the blue cylinder", "The blue cylinder and the cube collide", "The purple cylinder collides with the cube", "The sphere collides with the cube" ], "program": [ [ "all_events", "objects", "sphere", "filter_shape", "unique", "filter_collision", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "blue", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "objects", "cube", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "purple", "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", "cube", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "wrong", "correct" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the green cylinder, what will not happen?\nOptions:\nA. The sphere collides with the blue cylinder\nB. The blue cylinder and the cube collide\nC. The purple cylinder collides with the cube\nD. The sphere collides with the cube\n\nAnswer:", "D. The sphere collides with the cube" ] }
train_videos/video_02095.mp4
13
counterfactual
Without the brown sphere, which of the following will happen?
[ "all_events", "objects", "brown", "filter_color", "sphere", "filter_shape", "unique", "get_counterfact", "belong_to" ]
{ "choice_id": [ 0, 1, 2, 3 ], "choice": [ "The green cube and the brown cylinder collide", "The green cube collides with the gray sphere", "The gray sphere and the metal cylinder collide", "The metal sphere and the brown cylinder collide" ], "program": [ [ "all_events", "objects", "green", "filter_color", "cube", "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", "sphere", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "gray", "filter_color", "sphere", "filter_shape", "unique", "filter_collision", "objects", "metal", "filter_material", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ], [ "all_events", "objects", "metal", "filter_material", "sphere", "filter_shape", "unique", "filter_collision", "objects", "brown", "filter_color", "cylinder", "filter_shape", "unique", "filter_collision", "unique" ] ], "answer": [ "correct", "correct", "correct", "wrong" ] }
{ "from": [ "human", "gpt" ], "value": [ "<image>\nAnalyze the video and select the best option for the following multiple choice question.\nQuestion: Without the brown sphere, which of the following will happen?\nOptions:\nA. The green cube and the brown cylinder collide\nB. The green cube collides with the gray sphere\nC. The gray sphere and the metal cylinder collide\nD. The metal sphere and the brown cylinder collide\n\nAnswer:", "C. The gray sphere and the metal cylinder collide" ] }