diff --git "a/questions/unicycle/test/questions_existential_descriptive_compare.json" "b/questions/unicycle/test/questions_existential_descriptive_compare.json" new file mode 100644--- /dev/null +++ "b/questions/unicycle/test/questions_existential_descriptive_compare.json" @@ -0,0 +1,71301 @@ +{ + "info": { + "date": "09d-10-25", + "version": "1.0", + "split": "test", + "license": "Creative Commons Attribution (CC-BY 4.0)" + }, + "questions": [ + { + "split": "test", + "video_filename": "unicycle_test_linear_9.mp4", + "video_index": 9, + "video": "unicycle_test_linear_9", + "question": "Does the brown object have the same size as the blue Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 0 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_120.mp4", + "video_index": 120, + "video": "unicycle_test_linear_120", + "question": "Is the Sphere ever the same color as the tiny Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 1 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_107.mp4", + "video_index": 107, + "video": "unicycle_test_resize_107", + "question": "Will the Cube ever be the same size as the yellow Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 2 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_83.mp4", + "video_index": 83, + "video": "unicycle_test_linear_83", + "question": "Will the gray Sphere ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 3 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_115.mp4", + "video_index": 115, + "video": "unicycle_test_resize_115", + "question": "At some moment, do the brown object and the yellow Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 4 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_106.mp4", + "video_index": 106, + "video": "unicycle_test_linear_106", + "question": "Does the Sphere have the same size as the purple object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 5 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_89.mp4", + "video_index": 89, + "video": "unicycle_test_recolor_89", + "question": "At some moment, do the Cylinder and the yellow thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 6 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_82.mp4", + "video_index": 82, + "video": "unicycle_test_orbit_82", + "question": "At some moment, do the Cone and the cyan Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 7 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_148.mp4", + "video_index": 148, + "video": "unicycle_test_recolor_148", + "question": "Is the Metal thing ever the same color as the small Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 8 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_39.mp4", + "video_index": 39, + "video": "unicycle_test_linear_39", + "question": "Is the tiny Sphere ever the same color as the tiny Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 9 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_28.mp4", + "video_index": 28, + "video": "unicycle_test_orbit_28", + "question": "Does the gray Cylinder have the same size as the gray Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 10 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_137.mp4", + "video_index": 137, + "video": "unicycle_test_recolor_137", + "question": "Is the large Cube ever the same color as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 11 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_67.mp4", + "video_index": 67, + "video": "unicycle_test_orbit_67", + "question": "Is the small Rubber thing ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 12 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_118.mp4", + "video_index": 118, + "video": "unicycle_test_rotate_118", + "question": "Do the Rubber Cone and the Metal Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 13 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_120.mp4", + "video_index": 120, + "video": "unicycle_test_orbit_120", + "question": "Is the Rubber Cone ever the same color as the Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 14 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_36.mp4", + "video_index": 36, + "video": "unicycle_test_rotate_36", + "question": "At some moment, is the color of the rotating object the same as the big Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 15 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_29.mp4", + "video_index": 29, + "video": "unicycle_test_linear_29", + "question": "At some moment, do the gray thing and the brown Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 16 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_125.mp4", + "video_index": 125, + "video": "unicycle_test_resize_125", + "question": "Is the enlarging Cone ever the same color as the small Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 17 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_59.mp4", + "video_index": 59, + "video": "unicycle_test_recolor_59", + "question": "Will the color-changing Cylinder ever be the same size as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 18 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_17.mp4", + "video_index": 17, + "video": "unicycle_test_rotate_17", + "question": "Will the red Cylinder ever be the same size as the Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 19 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_119.mp4", + "video_index": 119, + "video": "unicycle_test_linear_119", + "question": "Does the purple thing have the same size as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 20 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_134.mp4", + "video_index": 134, + "video": "unicycle_test_orbit_134", + "question": "At some moment, is the color of the small Cone the same as the large Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 21 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_102.mp4", + "video_index": 102, + "video": "unicycle_test_resize_102", + "question": "Does the big Metal object have the same color as the Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 22 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_4.mp4", + "video_index": 4, + "video": "unicycle_test_recolor_4", + "question": "At some moment, is the color of the small Sphere the same as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 23 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_55.mp4", + "video_index": 55, + "video": "unicycle_test_recolor_55", + "question": "At some moment, do the yellow Sphere and the red thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 24 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_55.mp4", + "video_index": 55, + "video": "unicycle_test_rotate_55", + "question": "At some moment, is the color of the big Sphere the same as the rotating Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 25 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_52.mp4", + "video_index": 52, + "video": "unicycle_test_orbit_52", + "question": "Does the purple object have the same size as the gray object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 26 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_56.mp4", + "video_index": 56, + "video": "unicycle_test_orbit_56", + "question": "At some moment, do the blue Cylinder and the Metal Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 27 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_21.mp4", + "video_index": 21, + "video": "unicycle_test_linear_21", + "question": "Do the Sphere and the small Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 28 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_135.mp4", + "video_index": 135, + "video": "unicycle_test_rotate_135", + "question": "Do the small Cylinder and the large Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 29 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_17.mp4", + "video_index": 17, + "video": "unicycle_test_linear_17", + "question": "Will the blue Cylinder ever be the same size as the Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 30 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_66.mp4", + "video_index": 66, + "video": "unicycle_test_rotate_66", + "question": "At some moment, do the blue thing and the rotating object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 31 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_140.mp4", + "video_index": 140, + "video": "unicycle_test_recolor_140", + "question": "Does the big Cone have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 32 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_78.mp4", + "video_index": 78, + "video": "unicycle_test_rotate_78", + "question": "At some moment, is the color of the large rotating Cone the same as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 33 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_84.mp4", + "video_index": 84, + "video": "unicycle_test_linear_84", + "question": "Does the brown thing have the same size as the cyan Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 34 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_91.mp4", + "video_index": 91, + "video": "unicycle_test_resize_91", + "question": "Is the enlarging object ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 35 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_24.mp4", + "video_index": 24, + "video": "unicycle_test_rotate_24", + "question": "Does the Cube have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 36 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_105.mp4", + "video_index": 105, + "video": "unicycle_test_linear_105", + "question": "Do the large Metal object and the Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 37 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_6.mp4", + "video_index": 6, + "video": "unicycle_test_rotate_6", + "question": "At some moment, do the gray object and the purple object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 38 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_46.mp4", + "video_index": 46, + "video": "unicycle_test_linear_46", + "question": "Will the Cone ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 39 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_96.mp4", + "video_index": 96, + "video": "unicycle_test_resize_96", + "question": "Will the brown thing ever be the same size as the red object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 40 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_99.mp4", + "video_index": 99, + "video": "unicycle_test_recolor_99", + "question": "Does the cyan object have the same size as the blue Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 41 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_10.mp4", + "video_index": 10, + "video": "unicycle_test_orbit_10", + "question": "Will the blue thing ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 42 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_145.mp4", + "video_index": 145, + "video": "unicycle_test_rotate_145", + "question": "Does the Sphere have the same size as the gray Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 43 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_104.mp4", + "video_index": 104, + "video": "unicycle_test_orbit_104", + "question": "Is the tiny Sphere ever the same color as the big Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 44 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_12.mp4", + "video_index": 12, + "video": "unicycle_test_linear_12", + "question": "Will the brown Sphere ever be the same size as the Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 45 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_46.mp4", + "video_index": 46, + "video": "unicycle_test_rotate_46", + "question": "Is the tiny Cylinder ever the same color as the big rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 46 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_54.mp4", + "video_index": 54, + "video": "unicycle_test_orbit_54", + "question": "Does the large Rubber object have the same color as the Metal Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 47 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_111.mp4", + "video_index": 111, + "video": "unicycle_test_linear_111", + "question": "Will the brown thing ever be the same size as the gray object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 48 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_19.mp4", + "video_index": 19, + "video": "unicycle_test_resize_19", + "question": "Is the big Metal Cone ever the same color as the Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 49 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_112.mp4", + "video_index": 112, + "video": "unicycle_test_resize_112", + "question": "Do the tiny Cone and the small enlarging Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 50 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_28.mp4", + "video_index": 28, + "video": "unicycle_test_rotate_28", + "question": "Does the rotating thing have the same size as the cyan thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 51 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_109.mp4", + "video_index": 109, + "video": "unicycle_test_orbit_109", + "question": "Is the Rubber Sphere ever the same color as the Metal Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 52 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_148.mp4", + "video_index": 148, + "video": "unicycle_test_orbit_148", + "question": "Does the big Metal object have the same color as the small Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 53 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_1.mp4", + "video_index": 1, + "video": "unicycle_test_rotate_1", + "question": "At some moment, do the rotating Cube and the Metal Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 54 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_109.mp4", + "video_index": 109, + "video": "unicycle_test_recolor_109", + "question": "Does the color-changing Cylinder have the same size as the Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 55 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_5.mp4", + "video_index": 5, + "video": "unicycle_test_rotate_5", + "question": "At some moment, is the color of the big rotating thing the same as the large Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 56 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_36.mp4", + "video_index": 36, + "video": "unicycle_test_orbit_36", + "question": "Does the big Cone have the same color as the Rubber Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 57 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_45.mp4", + "video_index": 45, + "video": "unicycle_test_orbit_45", + "question": "Will the Cone ever be the same size as the gray Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 58 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_7.mp4", + "video_index": 7, + "video": "unicycle_test_linear_7", + "question": "At some moment, do the Cylinder and the Rubber thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 59 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_137.mp4", + "video_index": 137, + "video": "unicycle_test_orbit_137", + "question": "Is the Sphere ever the same color as the Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 60 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_116.mp4", + "video_index": 116, + "video": "unicycle_test_recolor_116", + "question": "Do the Rubber object and the big Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 61 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_90.mp4", + "video_index": 90, + "video": "unicycle_test_linear_90", + "question": "Does the Sphere have the same color as the Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 62 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_63.mp4", + "video_index": 63, + "video": "unicycle_test_recolor_63", + "question": "At some moment, is the color of the big Cube the same as the tiny Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 63 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_80.mp4", + "video_index": 80, + "video": "unicycle_test_orbit_80", + "question": "Does the purple thing have the same size as the red Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 64 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_123.mp4", + "video_index": 123, + "video": "unicycle_test_rotate_123", + "question": "At some moment, is the color of the small Cylinder the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 65 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_101.mp4", + "video_index": 101, + "video": "unicycle_test_rotate_101", + "question": "Will the blue object ever be the same size as the Metal Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 66 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_148.mp4", + "video_index": 148, + "video": "unicycle_test_rotate_148", + "question": "At some moment, is the color of the rotating thing the same as the Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 67 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_39.mp4", + "video_index": 39, + "video": "unicycle_test_resize_39", + "question": "Does the cyan object have the same size as the red thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 68 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_61.mp4", + "video_index": 61, + "video": "unicycle_test_resize_61", + "question": "Do the small Sphere and the small Rubber Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 69 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_141.mp4", + "video_index": 141, + "video": "unicycle_test_recolor_141", + "question": "Does the green object have the same size as the gray thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 70 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_88.mp4", + "video_index": 88, + "video": "unicycle_test_orbit_88", + "question": "Does the tiny Cylinder have the same color as the tiny Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 71 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_37.mp4", + "video_index": 37, + "video": "unicycle_test_recolor_37", + "question": "Does the color-changing Cone have the same size as the red Rubber Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 72 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_44.mp4", + "video_index": 44, + "video": "unicycle_test_linear_44", + "question": "At some moment, do the red thing and the yellow object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 73 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_80.mp4", + "video_index": 80, + "video": "unicycle_test_recolor_80", + "question": "Is the Cube ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 74 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_28.mp4", + "video_index": 28, + "video": "unicycle_test_recolor_28", + "question": "Do the Cone and the Metal object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 75 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_4.mp4", + "video_index": 4, + "video": "unicycle_test_linear_4", + "question": "At some moment, do the Cone and the Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 76 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_106.mp4", + "video_index": 106, + "video": "unicycle_test_orbit_106", + "question": "Is the tiny Metal Cylinder ever the same color as the big Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 77 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_93.mp4", + "video_index": 93, + "video": "unicycle_test_orbit_93", + "question": "At some moment, do the Metal thing and the purple object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 78 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_79.mp4", + "video_index": 79, + "video": "unicycle_test_linear_79", + "question": "At some moment, do the gray thing and the green Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 79 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_63.mp4", + "video_index": 63, + "video": "unicycle_test_rotate_63", + "question": "Is the Cube ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 80 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_149.mp4", + "video_index": 149, + "video": "unicycle_test_rotate_149", + "question": "Do the Metal object and the tiny Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 81 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_116.mp4", + "video_index": 116, + "video": "unicycle_test_linear_116", + "question": "At some moment, do the brown Cylinder and the purple Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 82 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_141.mp4", + "video_index": 141, + "video": "unicycle_test_orbit_141", + "question": "At some moment, do the gray object and the purple thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 83 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_35.mp4", + "video_index": 35, + "video": "unicycle_test_linear_35", + "question": "At some moment, is the color of the Cylinder the same as the big Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 84 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_80.mp4", + "video_index": 80, + "video": "unicycle_test_rotate_80", + "question": "Do the tiny Sphere and the big rotating thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 85 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_143.mp4", + "video_index": 143, + "video": "unicycle_test_rotate_143", + "question": "Will the blue Cylinder ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 86 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_81.mp4", + "video_index": 81, + "video": "unicycle_test_rotate_81", + "question": "At some moment, do the Metal Cone and the Rubber object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 87 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_104.mp4", + "video_index": 104, + "video": "unicycle_test_resize_104", + "question": "Will the green Cone ever be the same size as the red Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 88 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_147.mp4", + "video_index": 147, + "video": "unicycle_test_orbit_147", + "question": "At some moment, do the brown Sphere and the yellow Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 89 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_129.mp4", + "video_index": 129, + "video": "unicycle_test_resize_129", + "question": "Will the gray object ever be the same size as the brown Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 90 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_1.mp4", + "video_index": 1, + "video": "unicycle_test_orbit_1", + "question": "Is the Sphere ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 91 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_114.mp4", + "video_index": 114, + "video": "unicycle_test_orbit_114", + "question": "Does the tiny Rubber Sphere have the same color as the small Metal Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 92 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_91.mp4", + "video_index": 91, + "video": "unicycle_test_recolor_91", + "question": "At some moment, is the color of the big Metal Cylinder the same as the large Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 93 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_85.mp4", + "video_index": 85, + "video": "unicycle_test_orbit_85", + "question": "Does the tiny Cone have the same color as the big Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 94 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_121.mp4", + "video_index": 121, + "video": "unicycle_test_linear_121", + "question": "Is the Sphere ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 95 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_137.mp4", + "video_index": 137, + "video": "unicycle_test_rotate_137", + "question": "Will the red Cube ever be the same size as the purple object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 96 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_129.mp4", + "video_index": 129, + "video": "unicycle_test_linear_129", + "question": "Do the Cube and the big Rubber Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 97 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_73.mp4", + "video_index": 73, + "video": "unicycle_test_orbit_73", + "question": "At some moment, do the yellow Cone and the red Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 98 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_115.mp4", + "video_index": 115, + "video": "unicycle_test_rotate_115", + "question": "Do the rotating object and the Rubber thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 99 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_91.mp4", + "video_index": 91, + "video": "unicycle_test_linear_91", + "question": "Does the purple Cone have the same size as the red Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 100 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_148.mp4", + "video_index": 148, + "video": "unicycle_test_resize_148", + "question": "Does the blue Metal Cone have the same size as the red Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 101 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_127.mp4", + "video_index": 127, + "video": "unicycle_test_resize_127", + "question": "At some moment, is the color of the tiny Metal object the same as the tiny Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 102 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_37.mp4", + "video_index": 37, + "video": "unicycle_test_resize_37", + "question": "At some moment, is the color of the large Cone the same as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 103 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_25.mp4", + "video_index": 25, + "video": "unicycle_test_rotate_25", + "question": "Does the rotating thing have the same size as the blue Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 104 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_141.mp4", + "video_index": 141, + "video": "unicycle_test_rotate_141", + "question": "Is the large Cone ever the same color as the Rubber Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 105 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_115.mp4", + "video_index": 115, + "video": "unicycle_test_linear_115", + "question": "Will the gray object ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 106 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_135.mp4", + "video_index": 135, + "video": "unicycle_test_resize_135", + "question": "Will the Cone ever be the same size as the cyan thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 107 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_73.mp4", + "video_index": 73, + "video": "unicycle_test_rotate_73", + "question": "Is the small Metal thing ever the same color as the Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 108 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_51.mp4", + "video_index": 51, + "video": "unicycle_test_rotate_51", + "question": "Do the Rubber thing and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 109 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_33.mp4", + "video_index": 33, + "video": "unicycle_test_orbit_33", + "question": "At some moment, do the yellow Sphere and the purple object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 110 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_134.mp4", + "video_index": 134, + "video": "unicycle_test_recolor_134", + "question": "Does the purple object have the same size as the cyan object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 111 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_81.mp4", + "video_index": 81, + "video": "unicycle_test_linear_81", + "question": "Is the tiny Rubber Cylinder ever the same color as the Metal Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 112 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_125.mp4", + "video_index": 125, + "video": "unicycle_test_rotate_125", + "question": "Do the rotating Cone and the Metal Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 113 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_100.mp4", + "video_index": 100, + "video": "unicycle_test_resize_100", + "question": "Does the blue object have the same size as the Metal Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 114 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_116.mp4", + "video_index": 116, + "video": "unicycle_test_rotate_116", + "question": "At some moment, do the cyan Cube and the purple object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 115 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_127.mp4", + "video_index": 127, + "video": "unicycle_test_recolor_127", + "question": "Will the green Cylinder ever be the same size as the color-changing thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 116 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_108.mp4", + "video_index": 108, + "video": "unicycle_test_recolor_108", + "question": "At some moment, do the Metal object and the red Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 117 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_76.mp4", + "video_index": 76, + "video": "unicycle_test_resize_76", + "question": "Will the red Sphere ever be the same size as the red Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 118 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_53.mp4", + "video_index": 53, + "video": "unicycle_test_resize_53", + "question": "Is the large enlarging object ever the same color as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 119 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_41.mp4", + "video_index": 41, + "video": "unicycle_test_linear_41", + "question": "Is the Metal thing ever the same color as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 120 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_97.mp4", + "video_index": 97, + "video": "unicycle_test_rotate_97", + "question": "Does the big rotating object have the same color as the Rubber Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 121 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_19.mp4", + "video_index": 19, + "video": "unicycle_test_orbit_19", + "question": "At some moment, is the color of the tiny Rubber Sphere the same as the Metal Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 122 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_6.mp4", + "video_index": 6, + "video": "unicycle_test_orbit_6", + "question": "At some moment, is the color of the Cylinder the same as the Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 123 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_59.mp4", + "video_index": 59, + "video": "unicycle_test_resize_59", + "question": "At some moment, do the cyan object and the Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 124 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_47.mp4", + "video_index": 47, + "video": "unicycle_test_rotate_47", + "question": "Does the Cylinder have the same color as the rotating object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 125 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_93.mp4", + "video_index": 93, + "video": "unicycle_test_resize_93", + "question": "At some moment, do the green Cube and the gray thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 126 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_34.mp4", + "video_index": 34, + "video": "unicycle_test_recolor_34", + "question": "Is the small Cone ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 127 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_23.mp4", + "video_index": 23, + "video": "unicycle_test_linear_23", + "question": "Will the blue Cone ever be the same size as the gray Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 128 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_149.mp4", + "video_index": 149, + "video": "unicycle_test_resize_149", + "question": "Does the tiny enlarging object have the same color as the tiny Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 129 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_118.mp4", + "video_index": 118, + "video": "unicycle_test_orbit_118", + "question": "Will the Cylinder ever be the same size as the green Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 130 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_126.mp4", + "video_index": 126, + "video": "unicycle_test_linear_126", + "question": "Does the cyan thing have the same size as the blue object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 131 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_142.mp4", + "video_index": 142, + "video": "unicycle_test_orbit_142", + "question": "At some moment, is the color of the large Cylinder the same as the large Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 132 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_77.mp4", + "video_index": 77, + "video": "unicycle_test_resize_77", + "question": "Does the large Sphere have the same color as the large Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 133 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_27.mp4", + "video_index": 27, + "video": "unicycle_test_orbit_27", + "question": "Does the purple Cube have the same size as the purple Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 134 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_136.mp4", + "video_index": 136, + "video": "unicycle_test_orbit_136", + "question": "Do the large Metal object and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 135 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_68.mp4", + "video_index": 68, + "video": "unicycle_test_resize_68", + "question": "At some moment, do the Cube and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 136 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_3.mp4", + "video_index": 3, + "video": "unicycle_test_rotate_3", + "question": "At some moment, is the color of the big Rubber Cone the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 137 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_34.mp4", + "video_index": 34, + "video": "unicycle_test_orbit_34", + "question": "At some moment, do the purple Cube and the blue thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 138 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_86.mp4", + "video_index": 86, + "video": "unicycle_test_resize_86", + "question": "Does the tiny Cone have the same color as the tiny Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 139 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_44.mp4", + "video_index": 44, + "video": "unicycle_test_orbit_44", + "question": "Will the cyan object ever be the same size as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 140 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_99.mp4", + "video_index": 99, + "video": "unicycle_test_resize_99", + "question": "Does the tiny Cylinder have the same color as the tiny Metal thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 141 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_22.mp4", + "video_index": 22, + "video": "unicycle_test_resize_22", + "question": "Will the gray Cube ever be the same size as the yellow Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 142 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_93.mp4", + "video_index": 93, + "video": "unicycle_test_recolor_93", + "question": "Is the Metal Cone ever the same color as the Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 143 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_123.mp4", + "video_index": 123, + "video": "unicycle_test_recolor_123", + "question": "Will the Cone ever be the same size as the cyan Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 144 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_139.mp4", + "video_index": 139, + "video": "unicycle_test_linear_139", + "question": "Do the Rubber Cylinder and the large Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 145 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_136.mp4", + "video_index": 136, + "video": "unicycle_test_resize_136", + "question": "Will the cyan Metal Cone ever be the same size as the cyan Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 4, + 9 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 146 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_65.mp4", + "video_index": 65, + "video": "unicycle_test_recolor_65", + "question": "At some moment, is the color of the small Sphere the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 147 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_4.mp4", + "video_index": 4, + "video": "unicycle_test_rotate_4", + "question": "Does the brown object have the same size as the red object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 148 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_7.mp4", + "video_index": 7, + "video": "unicycle_test_orbit_7", + "question": "Is the big Metal object ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 149 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_7.mp4", + "video_index": 7, + "video": "unicycle_test_rotate_7", + "question": "Will the cyan object ever be the same size as the green rotating thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 150 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_140.mp4", + "video_index": 140, + "video": "unicycle_test_linear_140", + "question": "Does the small Cone have the same color as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 151 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_131.mp4", + "video_index": 131, + "video": "unicycle_test_recolor_131", + "question": "Does the brown Cylinder have the same size as the color-changing object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 152 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_49.mp4", + "video_index": 49, + "video": "unicycle_test_recolor_49", + "question": "Is the small Cube ever the same color as the large Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 153 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_50.mp4", + "video_index": 50, + "video": "unicycle_test_linear_50", + "question": "Does the purple thing have the same size as the green object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 154 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_39.mp4", + "video_index": 39, + "video": "unicycle_test_rotate_39", + "question": "Is the big Rubber Cylinder ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 155 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_79.mp4", + "video_index": 79, + "video": "unicycle_test_rotate_79", + "question": "Does the purple rotating thing have the same size as the cyan Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 156 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_133.mp4", + "video_index": 133, + "video": "unicycle_test_resize_133", + "question": "At some moment, is the color of the Metal Cone the same as the tiny enlarging thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 157 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_120.mp4", + "video_index": 120, + "video": "unicycle_test_resize_120", + "question": "At some moment, do the Metal Sphere and the gray object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 158 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_125.mp4", + "video_index": 125, + "video": "unicycle_test_recolor_125", + "question": "Is the big thing ever the same color as the small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 159 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_35.mp4", + "video_index": 35, + "video": "unicycle_test_resize_35", + "question": "Does the Cube have the same size as the green Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 160 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_39.mp4", + "video_index": 39, + "video": "unicycle_test_orbit_39", + "question": "Does the Cone have the same color as the big Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 161 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_108.mp4", + "video_index": 108, + "video": "unicycle_test_rotate_108", + "question": "Does the rotating object have the same size as the yellow Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 162 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_125.mp4", + "video_index": 125, + "video": "unicycle_test_linear_125", + "question": "At some moment, do the red Cone and the purple thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 163 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_41.mp4", + "video_index": 41, + "video": "unicycle_test_resize_41", + "question": "At some moment, is the color of the enlarging thing the same as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 164 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_44.mp4", + "video_index": 44, + "video": "unicycle_test_recolor_44", + "question": "At some moment, is the color of the Cylinder the same as the large Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 165 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_110.mp4", + "video_index": 110, + "video": "unicycle_test_rotate_110", + "question": "At some moment, do the gray thing and the Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 166 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_73.mp4", + "video_index": 73, + "video": "unicycle_test_linear_73", + "question": "Does the Rubber Sphere have the same color as the Metal Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 167 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_108.mp4", + "video_index": 108, + "video": "unicycle_test_orbit_108", + "question": "Will the yellow object ever be the same size as the red Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 168 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_97.mp4", + "video_index": 97, + "video": "unicycle_test_orbit_97", + "question": "Do the large Cylinder and the big Metal thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 169 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_29.mp4", + "video_index": 29, + "video": "unicycle_test_rotate_29", + "question": "Will the Cone ever be the same size as the gray object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 170 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_2.mp4", + "video_index": 2, + "video": "unicycle_test_resize_2", + "question": "At some moment, do the Cylinder and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 171 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_81.mp4", + "video_index": 81, + "video": "unicycle_test_resize_81", + "question": "Does the Metal Cube have the same color as the big Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 172 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_143.mp4", + "video_index": 143, + "video": "unicycle_test_resize_143", + "question": "Do the enlarging object and the tiny Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 173 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_101.mp4", + "video_index": 101, + "video": "unicycle_test_recolor_101", + "question": "Will the color-changing object ever be the same size as the red Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 174 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_53.mp4", + "video_index": 53, + "video": "unicycle_test_linear_53", + "question": "At some moment, do the brown Sphere and the blue thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 175 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_17.mp4", + "video_index": 17, + "video": "unicycle_test_recolor_17", + "question": "At some moment, is the color of the tiny Sphere the same as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 176 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_115.mp4", + "video_index": 115, + "video": "unicycle_test_orbit_115", + "question": "Does the Cone have the same color as the Metal Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 177 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_102.mp4", + "video_index": 102, + "video": "unicycle_test_rotate_102", + "question": "At some moment, do the Cylinder and the brown object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 178 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_6.mp4", + "video_index": 6, + "video": "unicycle_test_resize_6", + "question": "At some moment, do the gray Cube and the purple thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 179 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_40.mp4", + "video_index": 40, + "video": "unicycle_test_recolor_40", + "question": "At some moment, do the brown thing and the red object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 180 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_7.mp4", + "video_index": 7, + "video": "unicycle_test_recolor_7", + "question": "Do the big Sphere and the large Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 181 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_83.mp4", + "video_index": 83, + "video": "unicycle_test_resize_83", + "question": "At some moment, is the color of the enlarging object the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 182 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_43.mp4", + "video_index": 43, + "video": "unicycle_test_rotate_43", + "question": "At some moment, do the brown thing and the rotating thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 183 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_108.mp4", + "video_index": 108, + "video": "unicycle_test_linear_108", + "question": "Does the Metal thing have the same size as the red Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 184 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_97.mp4", + "video_index": 97, + "video": "unicycle_test_linear_97", + "question": "Will the brown Cone ever be the same size as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 185 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_94.mp4", + "video_index": 94, + "video": "unicycle_test_linear_94", + "question": "Will the gray object ever be the same size as the yellow Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 186 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_24.mp4", + "video_index": 24, + "video": "unicycle_test_recolor_24", + "question": "Does the red object have the same size as the purple object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 187 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_80.mp4", + "video_index": 80, + "video": "unicycle_test_linear_80", + "question": "Will the cyan object ever be the same size as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 188 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_149.mp4", + "video_index": 149, + "video": "unicycle_test_linear_149", + "question": "Is the Cube ever the same color as the Rubber Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 189 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_3.mp4", + "video_index": 3, + "video": "unicycle_test_resize_3", + "question": "Does the Rubber thing have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 190 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_11.mp4", + "video_index": 11, + "video": "unicycle_test_orbit_11", + "question": "Does the brown thing have the same size as the green thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 191 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_64.mp4", + "video_index": 64, + "video": "unicycle_test_resize_64", + "question": "Do the large Metal object and the Metal Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 192 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_26.mp4", + "video_index": 26, + "video": "unicycle_test_linear_26", + "question": "At some moment, is the color of the Rubber Cone the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 193 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_114.mp4", + "video_index": 114, + "video": "unicycle_test_recolor_114", + "question": "Do the Rubber Cube and the Metal Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 194 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_145.mp4", + "video_index": 145, + "video": "unicycle_test_resize_145", + "question": "Does the small Cylinder have the same color as the big object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 195 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_117.mp4", + "video_index": 117, + "video": "unicycle_test_orbit_117", + "question": "At some moment, do the gray thing and the Metal thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 196 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_51.mp4", + "video_index": 51, + "video": "unicycle_test_orbit_51", + "question": "Does the big Cube have the same color as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 197 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_61.mp4", + "video_index": 61, + "video": "unicycle_test_orbit_61", + "question": "At some moment, is the color of the tiny Cone the same as the small Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 198 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_100.mp4", + "video_index": 100, + "video": "unicycle_test_linear_100", + "question": "Is the small Cylinder ever the same color as the large Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 199 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_31.mp4", + "video_index": 31, + "video": "unicycle_test_orbit_31", + "question": "Does the Sphere have the same size as the blue object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 200 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_17.mp4", + "video_index": 17, + "video": "unicycle_test_resize_17", + "question": "Does the small enlarging Sphere have the same color as the small Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 201 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_144.mp4", + "video_index": 144, + "video": "unicycle_test_linear_144", + "question": "Does the gray Sphere have the same size as the purple Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 202 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_58.mp4", + "video_index": 58, + "video": "unicycle_test_recolor_58", + "question": "At some moment, is the color of the tiny Rubber Cube the same as the tiny Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 203 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_87.mp4", + "video_index": 87, + "video": "unicycle_test_rotate_87", + "question": "At some moment, do the Rubber thing and the brown Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 204 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_117.mp4", + "video_index": 117, + "video": "unicycle_test_recolor_117", + "question": "Is the Cylinder ever the same color as the tiny thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 205 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_67.mp4", + "video_index": 67, + "video": "unicycle_test_resize_67", + "question": "Does the yellow Sphere have the same size as the Rubber Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 206 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_14.mp4", + "video_index": 14, + "video": "unicycle_test_rotate_14", + "question": "Does the big Rubber thing have the same color as the large Metal Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 207 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_126.mp4", + "video_index": 126, + "video": "unicycle_test_orbit_126", + "question": "Will the brown object ever be the same size as the purple object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 208 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_104.mp4", + "video_index": 104, + "video": "unicycle_test_rotate_104", + "question": "Do the small Cone and the Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 209 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_146.mp4", + "video_index": 146, + "video": "unicycle_test_linear_146", + "question": "Does the cyan Sphere have the same size as the Metal Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 210 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_18.mp4", + "video_index": 18, + "video": "unicycle_test_recolor_18", + "question": "Does the tiny Cylinder have the same color as the big Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 211 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_70.mp4", + "video_index": 70, + "video": "unicycle_test_orbit_70", + "question": "Will the Sphere ever be the same size as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 212 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_43.mp4", + "video_index": 43, + "video": "unicycle_test_resize_43", + "question": "Does the Cylinder have the same color as the Rubber Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 213 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_13.mp4", + "video_index": 13, + "video": "unicycle_test_rotate_13", + "question": "Will the Sphere ever be the same size as the green Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 214 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_89.mp4", + "video_index": 89, + "video": "unicycle_test_rotate_89", + "question": "Is the large Sphere ever the same color as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 215 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_62.mp4", + "video_index": 62, + "video": "unicycle_test_linear_62", + "question": "At some moment, do the red thing and the purple Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 216 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_135.mp4", + "video_index": 135, + "video": "unicycle_test_linear_135", + "question": "Will the Cube ever be the same size as the red object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 217 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_128.mp4", + "video_index": 128, + "video": "unicycle_test_orbit_128", + "question": "Does the Rubber object have the same color as the big thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 218 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_8.mp4", + "video_index": 8, + "video": "unicycle_test_linear_8", + "question": "Does the tiny Metal thing have the same color as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 219 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_141.mp4", + "video_index": 141, + "video": "unicycle_test_linear_141", + "question": "Does the purple object have the same size as the red Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 220 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_127.mp4", + "video_index": 127, + "video": "unicycle_test_rotate_127", + "question": "Does the Cube have the same size as the green Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 221 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_105.mp4", + "video_index": 105, + "video": "unicycle_test_rotate_105", + "question": "At some moment, do the rotating Cube and the gray Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 222 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_47.mp4", + "video_index": 47, + "video": "unicycle_test_resize_47", + "question": "Does the red object have the same size as the purple Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 223 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_144.mp4", + "video_index": 144, + "video": "unicycle_test_rotate_144", + "question": "Does the blue Sphere have the same size as the cyan object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 224 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_29.mp4", + "video_index": 29, + "video": "unicycle_test_recolor_29", + "question": "At some moment, do the red thing and the gray object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 225 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_123.mp4", + "video_index": 123, + "video": "unicycle_test_resize_123", + "question": "At some moment, do the red object and the green object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 226 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_10.mp4", + "video_index": 10, + "video": "unicycle_test_recolor_10", + "question": "At some moment, is the color of the Cylinder the same as the big Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 227 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_43.mp4", + "video_index": 43, + "video": "unicycle_test_recolor_43", + "question": "Do the Rubber thing and the small Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 228 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_66.mp4", + "video_index": 66, + "video": "unicycle_test_resize_66", + "question": "Do the large enlarging thing and the Metal thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 229 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_97.mp4", + "video_index": 97, + "video": "unicycle_test_resize_97", + "question": "Is the enlarging thing ever the same color as the small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 230 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_82.mp4", + "video_index": 82, + "video": "unicycle_test_linear_82", + "question": "Does the green thing have the same size as the red Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 231 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_139.mp4", + "video_index": 139, + "video": "unicycle_test_rotate_139", + "question": "Does the gray thing have the same size as the green object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 232 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_60.mp4", + "video_index": 60, + "video": "unicycle_test_rotate_60", + "question": "Will the rotating object ever be the same size as the gray thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 233 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_110.mp4", + "video_index": 110, + "video": "unicycle_test_recolor_110", + "question": "Does the Cube have the same color as the large Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 234 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_14.mp4", + "video_index": 14, + "video": "unicycle_test_resize_14", + "question": "At some moment, is the color of the Metal Cone the same as the enlarging Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 235 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_47.mp4", + "video_index": 47, + "video": "unicycle_test_orbit_47", + "question": "Will the blue thing ever be the same size as the brown thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 236 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_129.mp4", + "video_index": 129, + "video": "unicycle_test_rotate_129", + "question": "Does the Cylinder have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 237 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_31.mp4", + "video_index": 31, + "video": "unicycle_test_rotate_31", + "question": "At some moment, is the color of the big Cube the same as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 238 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_68.mp4", + "video_index": 68, + "video": "unicycle_test_rotate_68", + "question": "Is the large Cylinder ever the same color as the tiny Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 239 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_74.mp4", + "video_index": 74, + "video": "unicycle_test_orbit_74", + "question": "At some moment, do the Metal Sphere and the yellow Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 240 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_31.mp4", + "video_index": 31, + "video": "unicycle_test_resize_31", + "question": "Does the large Cone have the same color as the large Metal Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 241 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_142.mp4", + "video_index": 142, + "video": "unicycle_test_rotate_142", + "question": "At some moment, is the color of the large Metal object the same as the tiny Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 242 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_92.mp4", + "video_index": 92, + "video": "unicycle_test_rotate_92", + "question": "Will the blue Cylinder ever be the same size as the brown Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 243 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_56.mp4", + "video_index": 56, + "video": "unicycle_test_rotate_56", + "question": "Will the Metal thing ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 244 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_41.mp4", + "video_index": 41, + "video": "unicycle_test_recolor_41", + "question": "Does the Metal Cube have the same color as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 245 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_36.mp4", + "video_index": 36, + "video": "unicycle_test_recolor_36", + "question": "Does the tiny Cube have the same color as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 246 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_104.mp4", + "video_index": 104, + "video": "unicycle_test_linear_104", + "question": "At some moment, is the color of the tiny Cube the same as the Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 247 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_115.mp4", + "video_index": 115, + "video": "unicycle_test_recolor_115", + "question": "At some moment, is the color of the Cone the same as the tiny Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 248 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_51.mp4", + "video_index": 51, + "video": "unicycle_test_linear_51", + "question": "Will the blue object ever be the same size as the yellow Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 249 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_130.mp4", + "video_index": 130, + "video": "unicycle_test_linear_130", + "question": "Will the purple Cube ever be the same size as the red Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 250 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_25.mp4", + "video_index": 25, + "video": "unicycle_test_recolor_25", + "question": "Do the tiny Cone and the large thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 251 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_8.mp4", + "video_index": 8, + "video": "unicycle_test_resize_8", + "question": "Do the Rubber thing and the small Metal thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 252 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_114.mp4", + "video_index": 114, + "video": "unicycle_test_rotate_114", + "question": "Do the Metal object and the tiny Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 253 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_89.mp4", + "video_index": 89, + "video": "unicycle_test_resize_89", + "question": "Does the blue object have the same size as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 254 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_18.mp4", + "video_index": 18, + "video": "unicycle_test_resize_18", + "question": "Will the Rubber object ever be the same size as the gray Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 255 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_33.mp4", + "video_index": 33, + "video": "unicycle_test_recolor_33", + "question": "Do the Cube and the Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 256 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_130.mp4", + "video_index": 130, + "video": "unicycle_test_recolor_130", + "question": "Is the Cylinder ever the same color as the Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 257 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_78.mp4", + "video_index": 78, + "video": "unicycle_test_orbit_78", + "question": "At some moment, do the blue object and the gray Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 258 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_121.mp4", + "video_index": 121, + "video": "unicycle_test_orbit_121", + "question": "Will the yellow Sphere ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 259 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_35.mp4", + "video_index": 35, + "video": "unicycle_test_recolor_35", + "question": "At some moment, is the color of the Cylinder the same as the small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 260 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_145.mp4", + "video_index": 145, + "video": "unicycle_test_linear_145", + "question": "Is the large Cylinder ever the same color as the big Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 261 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_83.mp4", + "video_index": 83, + "video": "unicycle_test_rotate_83", + "question": "Does the Sphere have the same size as the purple Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 262 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_60.mp4", + "video_index": 60, + "video": "unicycle_test_orbit_60", + "question": "Do the Cube and the big Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 263 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_82.mp4", + "video_index": 82, + "video": "unicycle_test_resize_82", + "question": "Will the green Cone ever be the same size as the purple object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 264 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_29.mp4", + "video_index": 29, + "video": "unicycle_test_resize_29", + "question": "Do the large Sphere and the tiny Rubber Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 265 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_9.mp4", + "video_index": 9, + "video": "unicycle_test_orbit_9", + "question": "Will the brown object ever be the same size as the purple Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 266 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_38.mp4", + "video_index": 38, + "video": "unicycle_test_resize_38", + "question": "At some moment, do the purple Cylinder and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 267 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_70.mp4", + "video_index": 70, + "video": "unicycle_test_recolor_70", + "question": "At some moment, do the Metal Cube and the red Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 268 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_3.mp4", + "video_index": 3, + "video": "unicycle_test_orbit_3", + "question": "At some moment, do the yellow Cylinder and the brown Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 269 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_95.mp4", + "video_index": 95, + "video": "unicycle_test_rotate_95", + "question": "Will the blue object ever be the same size as the green Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 270 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_122.mp4", + "video_index": 122, + "video": "unicycle_test_orbit_122", + "question": "Does the gray object have the same size as the green Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 271 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_20.mp4", + "video_index": 20, + "video": "unicycle_test_orbit_20", + "question": "Does the Metal Cylinder have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 272 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_75.mp4", + "video_index": 75, + "video": "unicycle_test_recolor_75", + "question": "At some moment, do the red Cone and the green object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 273 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_109.mp4", + "video_index": 109, + "video": "unicycle_test_resize_109", + "question": "At some moment, do the Cylinder and the brown Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 274 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_142.mp4", + "video_index": 142, + "video": "unicycle_test_recolor_142", + "question": "Will the red thing ever be the same size as the Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 275 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_74.mp4", + "video_index": 74, + "video": "unicycle_test_recolor_74", + "question": "Do the small Sphere and the large Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 276 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_42.mp4", + "video_index": 42, + "video": "unicycle_test_recolor_42", + "question": "Do the Cone and the small Rubber Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 277 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_112.mp4", + "video_index": 112, + "video": "unicycle_test_rotate_112", + "question": "Is the rotating thing ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 278 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_57.mp4", + "video_index": 57, + "video": "unicycle_test_linear_57", + "question": "At some moment, is the color of the small Rubber object the same as the tiny Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 279 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_41.mp4", + "video_index": 41, + "video": "unicycle_test_rotate_41", + "question": "Does the blue thing have the same size as the red object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 280 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_45.mp4", + "video_index": 45, + "video": "unicycle_test_recolor_45", + "question": "Will the Sphere ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 281 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_76.mp4", + "video_index": 76, + "video": "unicycle_test_linear_76", + "question": "Will the gray Cylinder ever be the same size as the green Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 282 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_76.mp4", + "video_index": 76, + "video": "unicycle_test_orbit_76", + "question": "At some moment, do the purple Cone and the Rubber object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 283 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_102.mp4", + "video_index": 102, + "video": "unicycle_test_orbit_102", + "question": "Will the Metal Sphere ever be the same size as the green Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 284 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_20.mp4", + "video_index": 20, + "video": "unicycle_test_resize_20", + "question": "Does the brown Cylinder have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 285 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_38.mp4", + "video_index": 38, + "video": "unicycle_test_linear_38", + "question": "At some moment, is the color of the small Rubber thing the same as the small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 286 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_67.mp4", + "video_index": 67, + "video": "unicycle_test_recolor_67", + "question": "Does the Sphere have the same color as the big Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 287 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_132.mp4", + "video_index": 132, + "video": "unicycle_test_recolor_132", + "question": "Does the yellow color-changing thing have the same size as the yellow Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_change_color", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 288 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_84.mp4", + "video_index": 84, + "video": "unicycle_test_resize_84", + "question": "At some moment, is the color of the large Cone the same as the tiny Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 289 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_72.mp4", + "video_index": 72, + "video": "unicycle_test_orbit_72", + "question": "Is the Metal Cylinder ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 290 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_40.mp4", + "video_index": 40, + "video": "unicycle_test_rotate_40", + "question": "Does the big Metal thing have the same color as the big Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 291 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_56.mp4", + "video_index": 56, + "video": "unicycle_test_linear_56", + "question": "Does the small object have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 292 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_81.mp4", + "video_index": 81, + "video": "unicycle_test_orbit_81", + "question": "At some moment, do the Cone and the gray Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 293 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_48.mp4", + "video_index": 48, + "video": "unicycle_test_orbit_48", + "question": "Does the brown object have the same size as the purple Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 294 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_87.mp4", + "video_index": 87, + "video": "unicycle_test_recolor_87", + "question": "Does the color-changing thing have the same size as the brown Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 295 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_54.mp4", + "video_index": 54, + "video": "unicycle_test_resize_54", + "question": "At some moment, is the color of the big enlarging object the same as the large Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 296 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_130.mp4", + "video_index": 130, + "video": "unicycle_test_resize_130", + "question": "At some moment, is the color of the large Metal Cube the same as the big Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 297 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_62.mp4", + "video_index": 62, + "video": "unicycle_test_orbit_62", + "question": "Do the big Sphere and the small Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 298 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_63.mp4", + "video_index": 63, + "video": "unicycle_test_orbit_63", + "question": "Does the Metal Sphere have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 299 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_135.mp4", + "video_index": 135, + "video": "unicycle_test_orbit_135", + "question": "At some moment, is the color of the small Cone the same as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 300 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_70.mp4", + "video_index": 70, + "video": "unicycle_test_linear_70", + "question": "Is the large Rubber Cylinder ever the same color as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 301 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_69.mp4", + "video_index": 69, + "video": "unicycle_test_resize_69", + "question": "At some moment, is the color of the big Cube the same as the enlarging thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 302 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_136.mp4", + "video_index": 136, + "video": "unicycle_test_rotate_136", + "question": "At some moment, do the green thing and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 303 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_112.mp4", + "video_index": 112, + "video": "unicycle_test_recolor_112", + "question": "Is the Cylinder ever the same color as the Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 304 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_54.mp4", + "video_index": 54, + "video": "unicycle_test_recolor_54", + "question": "Does the cyan Rubber Cylinder have the same size as the gray Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 305 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_54.mp4", + "video_index": 54, + "video": "unicycle_test_linear_54", + "question": "Does the Cone have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 306 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_85.mp4", + "video_index": 85, + "video": "unicycle_test_rotate_85", + "question": "Do the Rubber object and the big Metal object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 307 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_87.mp4", + "video_index": 87, + "video": "unicycle_test_resize_87", + "question": "Does the Sphere have the same color as the large Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 308 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_94.mp4", + "video_index": 94, + "video": "unicycle_test_resize_94", + "question": "Does the blue Cylinder have the same size as the yellow object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 309 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_40.mp4", + "video_index": 40, + "video": "unicycle_test_linear_40", + "question": "Will the gray Cone ever be the same size as the brown object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 310 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_26.mp4", + "video_index": 26, + "video": "unicycle_test_resize_26", + "question": "At some moment, is the color of the large Cone the same as the Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 311 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_89.mp4", + "video_index": 89, + "video": "unicycle_test_linear_89", + "question": "Is the tiny Rubber thing ever the same color as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 312 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_60.mp4", + "video_index": 60, + "video": "unicycle_test_recolor_60", + "question": "Does the red Cube have the same size as the gray Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 313 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_69.mp4", + "video_index": 69, + "video": "unicycle_test_recolor_69", + "question": "Do the Cylinder and the large Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 314 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_19.mp4", + "video_index": 19, + "video": "unicycle_test_rotate_19", + "question": "Do the tiny Cube and the big Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 315 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_73.mp4", + "video_index": 73, + "video": "unicycle_test_resize_73", + "question": "Does the Cone have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 316 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_120.mp4", + "video_index": 120, + "video": "unicycle_test_rotate_120", + "question": "Is the large Cube ever the same color as the rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 317 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_77.mp4", + "video_index": 77, + "video": "unicycle_test_recolor_77", + "question": "At some moment, do the Cone and the gray thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 318 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_75.mp4", + "video_index": 75, + "video": "unicycle_test_rotate_75", + "question": "Is the Rubber Cylinder ever the same color as the small thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 319 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_128.mp4", + "video_index": 128, + "video": "unicycle_test_recolor_128", + "question": "At some moment, do the Rubber Cube and the brown Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 320 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_133.mp4", + "video_index": 133, + "video": "unicycle_test_linear_133", + "question": "At some moment, do the Rubber Sphere and the yellow Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 321 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_96.mp4", + "video_index": 96, + "video": "unicycle_test_recolor_96", + "question": "Does the yellow object have the same size as the purple Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 322 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_106.mp4", + "video_index": 106, + "video": "unicycle_test_rotate_106", + "question": "Will the purple thing ever be the same size as the rotating Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 323 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_111.mp4", + "video_index": 111, + "video": "unicycle_test_resize_111", + "question": "At some moment, do the purple object and the gray Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 324 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_122.mp4", + "video_index": 122, + "video": "unicycle_test_linear_122", + "question": "Will the brown thing ever be the same size as the gray Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 325 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_9.mp4", + "video_index": 9, + "video": "unicycle_test_recolor_9", + "question": "Do the Rubber Cube and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 326 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_50.mp4", + "video_index": 50, + "video": "unicycle_test_resize_50", + "question": "Does the enlarging object have the same color as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 327 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_136.mp4", + "video_index": 136, + "video": "unicycle_test_linear_136", + "question": "Will the red thing ever be the same size as the Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 328 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_88.mp4", + "video_index": 88, + "video": "unicycle_test_recolor_88", + "question": "At some moment, do the Cone and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 329 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_79.mp4", + "video_index": 79, + "video": "unicycle_test_recolor_79", + "question": "At some moment, do the gray object and the Rubber object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 330 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_87.mp4", + "video_index": 87, + "video": "unicycle_test_linear_87", + "question": "At some moment, is the color of the big Cylinder the same as the big Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 331 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_92.mp4", + "video_index": 92, + "video": "unicycle_test_resize_92", + "question": "Does the large Cone have the same color as the Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 332 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_19.mp4", + "video_index": 19, + "video": "unicycle_test_recolor_19", + "question": "Do the large Sphere and the big Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 333 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_52.mp4", + "video_index": 52, + "video": "unicycle_test_linear_52", + "question": "At some moment, do the purple object and the cyan thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 334 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_96.mp4", + "video_index": 96, + "video": "unicycle_test_orbit_96", + "question": "Is the Sphere ever the same color as the Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 335 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_30.mp4", + "video_index": 30, + "video": "unicycle_test_linear_30", + "question": "Is the small Metal object ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 336 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_119.mp4", + "video_index": 119, + "video": "unicycle_test_orbit_119", + "question": "At some moment, is the color of the Rubber Cube the same as the big Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 337 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_89.mp4", + "video_index": 89, + "video": "unicycle_test_orbit_89", + "question": "Does the Cube have the same color as the large Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 338 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_147.mp4", + "video_index": 147, + "video": "unicycle_test_resize_147", + "question": "Does the Rubber thing have the same size as the blue Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 339 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_30.mp4", + "video_index": 30, + "video": "unicycle_test_orbit_30", + "question": "At some moment, do the blue object and the yellow Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 340 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_18.mp4", + "video_index": 18, + "video": "unicycle_test_orbit_18", + "question": "At some moment, do the Sphere and the blue Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 341 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_16.mp4", + "video_index": 16, + "video": "unicycle_test_rotate_16", + "question": "Does the cyan Cone have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 342 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_121.mp4", + "video_index": 121, + "video": "unicycle_test_rotate_121", + "question": "Does the rotating Cone have the same size as the red Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 343 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_100.mp4", + "video_index": 100, + "video": "unicycle_test_rotate_100", + "question": "Will the Cylinder ever be the same size as the cyan rotating thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 344 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_32.mp4", + "video_index": 32, + "video": "unicycle_test_resize_32", + "question": "Do the Rubber Cone and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 345 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_111.mp4", + "video_index": 111, + "video": "unicycle_test_orbit_111", + "question": "Do the big Sphere and the Metal Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 346 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_20.mp4", + "video_index": 20, + "video": "unicycle_test_linear_20", + "question": "Do the tiny Rubber thing and the big Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 347 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_133.mp4", + "video_index": 133, + "video": "unicycle_test_recolor_133", + "question": "Do the tiny Metal object and the tiny Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 348 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_131.mp4", + "video_index": 131, + "video": "unicycle_test_linear_131", + "question": "Will the cyan Sphere ever be the same size as the brown Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 349 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_148.mp4", + "video_index": 148, + "video": "unicycle_test_linear_148", + "question": "Do the large Cylinder and the Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 350 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_8.mp4", + "video_index": 8, + "video": "unicycle_test_orbit_8", + "question": "At some moment, is the color of the large Cube the same as the tiny Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 351 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_95.mp4", + "video_index": 95, + "video": "unicycle_test_linear_95", + "question": "At some moment, is the color of the small Metal thing the same as the tiny Rubber Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 352 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_30.mp4", + "video_index": 30, + "video": "unicycle_test_resize_30", + "question": "At some moment, is the color of the enlarging Cube the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 353 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_62.mp4", + "video_index": 62, + "video": "unicycle_test_rotate_62", + "question": "At some moment, do the purple object and the Metal Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 354 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_61.mp4", + "video_index": 61, + "video": "unicycle_test_recolor_61", + "question": "Does the large Sphere have the same color as the small Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 355 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_24.mp4", + "video_index": 24, + "video": "unicycle_test_orbit_24", + "question": "Will the blue Cube ever be the same size as the purple Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 356 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_12.mp4", + "video_index": 12, + "video": "unicycle_test_resize_12", + "question": "Is the Cone ever the same color as the tiny enlarging thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 357 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_11.mp4", + "video_index": 11, + "video": "unicycle_test_recolor_11", + "question": "Does the color-changing thing have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 358 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_10.mp4", + "video_index": 10, + "video": "unicycle_test_linear_10", + "question": "At some moment, do the Sphere and the yellow thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 359 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_70.mp4", + "video_index": 70, + "video": "unicycle_test_resize_70", + "question": "Will the Cylinder ever be the same size as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 360 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_78.mp4", + "video_index": 78, + "video": "unicycle_test_resize_78", + "question": "At some moment, do the Sphere and the purple thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 361 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_22.mp4", + "video_index": 22, + "video": "unicycle_test_rotate_22", + "question": "At some moment, do the purple Sphere and the red Metal Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 362 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_123.mp4", + "video_index": 123, + "video": "unicycle_test_orbit_123", + "question": "Does the Sphere have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 363 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_37.mp4", + "video_index": 37, + "video": "unicycle_test_orbit_37", + "question": "At some moment, is the color of the Metal Sphere the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 364 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_68.mp4", + "video_index": 68, + "video": "unicycle_test_linear_68", + "question": "Does the purple Cylinder have the same size as the red object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 365 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_31.mp4", + "video_index": 31, + "video": "unicycle_test_recolor_31", + "question": "Do the Cube and the tiny Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 366 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_105.mp4", + "video_index": 105, + "video": "unicycle_test_recolor_105", + "question": "Is the Rubber thing ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 367 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_45.mp4", + "video_index": 45, + "video": "unicycle_test_resize_45", + "question": "Does the enlarging Sphere have the same color as the Rubber Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 368 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_15.mp4", + "video_index": 15, + "video": "unicycle_test_linear_15", + "question": "Do the Rubber Sphere and the Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 369 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_0.mp4", + "video_index": 0, + "video": "unicycle_test_recolor_0", + "question": "Does the brown Cylinder have the same size as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 370 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_24.mp4", + "video_index": 24, + "video": "unicycle_test_resize_24", + "question": "Does the blue Cylinder have the same size as the yellow Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 371 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_32.mp4", + "video_index": 32, + "video": "unicycle_test_rotate_32", + "question": "At some moment, do the purple thing and the green thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 372 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_67.mp4", + "video_index": 67, + "video": "unicycle_test_linear_67", + "question": "Will the Metal Cube ever be the same size as the Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 373 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_145.mp4", + "video_index": 145, + "video": "unicycle_test_orbit_145", + "question": "Will the brown Cone ever be the same size as the Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 374 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_138.mp4", + "video_index": 138, + "video": "unicycle_test_resize_138", + "question": "Will the green Sphere ever be the same size as the red thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 375 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_78.mp4", + "video_index": 78, + "video": "unicycle_test_linear_78", + "question": "Is the large Cone ever the same color as the small thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 376 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_56.mp4", + "video_index": 56, + "video": "unicycle_test_recolor_56", + "question": "Does the Rubber Sphere have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 377 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_124.mp4", + "video_index": 124, + "video": "unicycle_test_orbit_124", + "question": "At some moment, do the cyan thing and the blue Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 378 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_107.mp4", + "video_index": 107, + "video": "unicycle_test_linear_107", + "question": "At some moment, do the brown Sphere and the blue object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 379 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_94.mp4", + "video_index": 94, + "video": "unicycle_test_recolor_94", + "question": "At some moment, is the color of the tiny Cone the same as the Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 380 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_143.mp4", + "video_index": 143, + "video": "unicycle_test_linear_143", + "question": "At some moment, is the color of the Rubber Cube the same as the large Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 381 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_71.mp4", + "video_index": 71, + "video": "unicycle_test_recolor_71", + "question": "Is the Rubber Cone ever the same color as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 382 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_83.mp4", + "video_index": 83, + "video": "unicycle_test_recolor_83", + "question": "At some moment, is the color of the Metal Cylinder the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 383 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_65.mp4", + "video_index": 65, + "video": "unicycle_test_linear_65", + "question": "At some moment, is the color of the Metal thing the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 384 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_118.mp4", + "video_index": 118, + "video": "unicycle_test_linear_118", + "question": "Does the gray object have the same size as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 385 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_146.mp4", + "video_index": 146, + "video": "unicycle_test_rotate_146", + "question": "At some moment, is the color of the small Sphere the same as the large Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 386 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_0.mp4", + "video_index": 0, + "video": "unicycle_test_rotate_0", + "question": "At some moment, is the color of the big rotating Cube the same as the big Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 387 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_2.mp4", + "video_index": 2, + "video": "unicycle_test_orbit_2", + "question": "Will the yellow Cylinder ever be the same size as the Rubber object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 388 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_71.mp4", + "video_index": 71, + "video": "unicycle_test_linear_71", + "question": "Does the yellow Cone have the same size as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 389 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_127.mp4", + "video_index": 127, + "video": "unicycle_test_orbit_127", + "question": "Does the tiny Cone have the same color as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 390 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_63.mp4", + "video_index": 63, + "video": "unicycle_test_resize_63", + "question": "Does the large enlarging object have the same color as the big Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 391 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_5.mp4", + "video_index": 5, + "video": "unicycle_test_orbit_5", + "question": "At some moment, do the red Cube and the gray Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 392 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_57.mp4", + "video_index": 57, + "video": "unicycle_test_rotate_57", + "question": "Is the rotating Cube ever the same color as the small Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 393 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_65.mp4", + "video_index": 65, + "video": "unicycle_test_orbit_65", + "question": "Will the purple thing ever be the same size as the brown thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 394 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_42.mp4", + "video_index": 42, + "video": "unicycle_test_resize_42", + "question": "Does the tiny Metal Sphere have the same color as the enlarging Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 395 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_138.mp4", + "video_index": 138, + "video": "unicycle_test_orbit_138", + "question": "Will the red Cube ever be the same size as the green Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 396 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_92.mp4", + "video_index": 92, + "video": "unicycle_test_orbit_92", + "question": "Does the tiny Metal Cube have the same color as the big Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 397 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_59.mp4", + "video_index": 59, + "video": "unicycle_test_linear_59", + "question": "At some moment, do the cyan thing and the gray thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 398 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_15.mp4", + "video_index": 15, + "video": "unicycle_test_resize_15", + "question": "Do the tiny Sphere and the small Rubber object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 399 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_64.mp4", + "video_index": 64, + "video": "unicycle_test_recolor_64", + "question": "Does the color-changing thing have the same size as the cyan thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 400 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_32.mp4", + "video_index": 32, + "video": "unicycle_test_recolor_32", + "question": "Does the Cube have the same color as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 401 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_62.mp4", + "video_index": 62, + "video": "unicycle_test_resize_62", + "question": "At some moment, do the red Rubber object and the Metal object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 402 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_26.mp4", + "video_index": 26, + "video": "unicycle_test_rotate_26", + "question": "Is the Sphere ever the same color as the rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 403 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_102.mp4", + "video_index": 102, + "video": "unicycle_test_recolor_102", + "question": "Will the Cube ever be the same size as the Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 404 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_59.mp4", + "video_index": 59, + "video": "unicycle_test_orbit_59", + "question": "At some moment, is the color of the Metal thing the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 405 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_42.mp4", + "video_index": 42, + "video": "unicycle_test_linear_42", + "question": "Will the Cube ever be the same size as the green Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 406 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_128.mp4", + "video_index": 128, + "video": "unicycle_test_resize_128", + "question": "At some moment, is the color of the enlarging Sphere the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 407 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_122.mp4", + "video_index": 122, + "video": "unicycle_test_recolor_122", + "question": "At some moment, do the cyan Cylinder and the Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 408 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_55.mp4", + "video_index": 55, + "video": "unicycle_test_linear_55", + "question": "Does the purple thing have the same size as the blue object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 409 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_99.mp4", + "video_index": 99, + "video": "unicycle_test_rotate_99", + "question": "Does the Rubber Sphere have the same size as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 410 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_2.mp4", + "video_index": 2, + "video": "unicycle_test_recolor_2", + "question": "Does the large Metal Cylinder have the same color as the small Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 411 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_101.mp4", + "video_index": 101, + "video": "unicycle_test_linear_101", + "question": "Do the Rubber Sphere and the big Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 412 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_72.mp4", + "video_index": 72, + "video": "unicycle_test_resize_72", + "question": "Does the Metal Cone have the same color as the tiny enlarging object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 413 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_34.mp4", + "video_index": 34, + "video": "unicycle_test_linear_34", + "question": "Does the cyan Cube have the same size as the brown Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 414 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_18.mp4", + "video_index": 18, + "video": "unicycle_test_rotate_18", + "question": "Is the rotating Cylinder ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 415 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_45.mp4", + "video_index": 45, + "video": "unicycle_test_rotate_45", + "question": "At some moment, do the green Cube and the brown Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 416 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_50.mp4", + "video_index": 50, + "video": "unicycle_test_recolor_50", + "question": "At some moment, is the color of the tiny Sphere the same as the Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 417 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_88.mp4", + "video_index": 88, + "video": "unicycle_test_resize_88", + "question": "Does the red object have the same size as the green Rubber thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 418 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_33.mp4", + "video_index": 33, + "video": "unicycle_test_linear_33", + "question": "Do the Cylinder and the small Metal Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 419 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_27.mp4", + "video_index": 27, + "video": "unicycle_test_resize_27", + "question": "Does the gray Rubber thing have the same size as the purple object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 420 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_117.mp4", + "video_index": 117, + "video": "unicycle_test_linear_117", + "question": "At some moment, is the color of the big Metal thing the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 421 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_24.mp4", + "video_index": 24, + "video": "unicycle_test_linear_24", + "question": "Will the Cylinder ever be the same size as the blue object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 422 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_119.mp4", + "video_index": 119, + "video": "unicycle_test_resize_119", + "question": "Do the Cone and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 423 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_49.mp4", + "video_index": 49, + "video": "unicycle_test_rotate_49", + "question": "Will the cyan Cube ever be the same size as the purple thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 424 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_2.mp4", + "video_index": 2, + "video": "unicycle_test_rotate_2", + "question": "At some moment, is the color of the Rubber object the same as the large Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 425 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_19.mp4", + "video_index": 19, + "video": "unicycle_test_linear_19", + "question": "Does the red Cube have the same size as the purple thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 426 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_3.mp4", + "video_index": 3, + "video": "unicycle_test_recolor_3", + "question": "Is the tiny Metal Cone ever the same color as the small Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 427 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_139.mp4", + "video_index": 139, + "video": "unicycle_test_recolor_139", + "question": "Will the purple Cone ever be the same size as the Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 428 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_126.mp4", + "video_index": 126, + "video": "unicycle_test_recolor_126", + "question": "At some moment, is the color of the small Cone the same as the big Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 429 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_99.mp4", + "video_index": 99, + "video": "unicycle_test_orbit_99", + "question": "Will the red Sphere ever be the same size as the cyan thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 430 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_18.mp4", + "video_index": 18, + "video": "unicycle_test_linear_18", + "question": "Will the purple Cone ever be the same size as the red Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 431 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_27.mp4", + "video_index": 27, + "video": "unicycle_test_rotate_27", + "question": "Will the brown thing ever be the same size as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 432 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_103.mp4", + "video_index": 103, + "video": "unicycle_test_linear_103", + "question": "Will the brown object ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 433 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_117.mp4", + "video_index": 117, + "video": "unicycle_test_rotate_117", + "question": "Does the Cone have the same size as the brown object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 434 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_114.mp4", + "video_index": 114, + "video": "unicycle_test_linear_114", + "question": "Is the tiny Sphere ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 435 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_98.mp4", + "video_index": 98, + "video": "unicycle_test_linear_98", + "question": "At some moment, is the color of the Cylinder the same as the Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 436 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_22.mp4", + "video_index": 22, + "video": "unicycle_test_orbit_22", + "question": "Do the Metal Cone and the large Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 437 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_90.mp4", + "video_index": 90, + "video": "unicycle_test_recolor_90", + "question": "Is the Cylinder ever the same color as the big Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 438 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_91.mp4", + "video_index": 91, + "video": "unicycle_test_orbit_91", + "question": "Does the Cylinder have the same color as the big Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 439 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_99.mp4", + "video_index": 99, + "video": "unicycle_test_linear_99", + "question": "Will the cyan Cylinder ever be the same size as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 440 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_144.mp4", + "video_index": 144, + "video": "unicycle_test_resize_144", + "question": "Does the big Cube have the same color as the small Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 441 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_146.mp4", + "video_index": 146, + "video": "unicycle_test_orbit_146", + "question": "Will the brown Cube ever be the same size as the brown Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 442 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_90.mp4", + "video_index": 90, + "video": "unicycle_test_resize_90", + "question": "Does the gray object have the same size as the Rubber thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 443 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_72.mp4", + "video_index": 72, + "video": "unicycle_test_rotate_72", + "question": "At some moment, do the cyan Sphere and the Rubber Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 444 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_25.mp4", + "video_index": 25, + "video": "unicycle_test_orbit_25", + "question": "Will the yellow Sphere ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 445 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_38.mp4", + "video_index": 38, + "video": "unicycle_test_recolor_38", + "question": "At some moment, do the Metal Sphere and the red object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 446 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_136.mp4", + "video_index": 136, + "video": "unicycle_test_recolor_136", + "question": "Does the large Cube have the same color as the large Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 447 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_31.mp4", + "video_index": 31, + "video": "unicycle_test_linear_31", + "question": "At some moment, is the color of the big object the same as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 448 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_131.mp4", + "video_index": 131, + "video": "unicycle_test_rotate_131", + "question": "At some moment, is the color of the small Cone the same as the large object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 449 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_124.mp4", + "video_index": 124, + "video": "unicycle_test_resize_124", + "question": "Is the tiny enlarging object ever the same color as the Rubber Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 450 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_88.mp4", + "video_index": 88, + "video": "unicycle_test_linear_88", + "question": "Does the tiny Cone have the same color as the big Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 451 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_47.mp4", + "video_index": 47, + "video": "unicycle_test_linear_47", + "question": "Does the Metal Sphere have the same size as the brown object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 452 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_53.mp4", + "video_index": 53, + "video": "unicycle_test_rotate_53", + "question": "At some moment, is the color of the Sphere the same as the rotating Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 453 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_95.mp4", + "video_index": 95, + "video": "unicycle_test_recolor_95", + "question": "Does the yellow object have the same size as the color-changing object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 454 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_51.mp4", + "video_index": 51, + "video": "unicycle_test_recolor_51", + "question": "Will the red Cube ever be the same size as the color-changing thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 455 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_33.mp4", + "video_index": 33, + "video": "unicycle_test_rotate_33", + "question": "Does the Cube have the same color as the large Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 456 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_12.mp4", + "video_index": 12, + "video": "unicycle_test_recolor_12", + "question": "Does the large Cone have the same color as the small Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 457 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_8.mp4", + "video_index": 8, + "video": "unicycle_test_recolor_8", + "question": "At some moment, do the blue Rubber object and the color-changing Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 458 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_129.mp4", + "video_index": 129, + "video": "unicycle_test_orbit_129", + "question": "Is the Metal object ever the same color as the big Rubber Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 459 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_34.mp4", + "video_index": 34, + "video": "unicycle_test_resize_34", + "question": "Will the red Cone ever be the same size as the red Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 460 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_138.mp4", + "video_index": 138, + "video": "unicycle_test_recolor_138", + "question": "Does the Cube have the same color as the Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 461 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_149.mp4", + "video_index": 149, + "video": "unicycle_test_orbit_149", + "question": "At some moment, do the Rubber object and the gray thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 462 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_55.mp4", + "video_index": 55, + "video": "unicycle_test_orbit_55", + "question": "At some moment, is the color of the large Cone the same as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 463 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_16.mp4", + "video_index": 16, + "video": "unicycle_test_linear_16", + "question": "At some moment, do the purple Sphere and the Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 464 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_98.mp4", + "video_index": 98, + "video": "unicycle_test_resize_98", + "question": "At some moment, do the red thing and the purple Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 465 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_66.mp4", + "video_index": 66, + "video": "unicycle_test_orbit_66", + "question": "Is the big Rubber Cone ever the same color as the big Metal Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 466 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_84.mp4", + "video_index": 84, + "video": "unicycle_test_rotate_84", + "question": "Do the large Cylinder and the rotating object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 467 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_113.mp4", + "video_index": 113, + "video": "unicycle_test_resize_113", + "question": "Does the brown thing have the same size as the cyan Rubber thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 468 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_114.mp4", + "video_index": 114, + "video": "unicycle_test_resize_114", + "question": "Does the red Cone have the same size as the blue object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 469 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_135.mp4", + "video_index": 135, + "video": "unicycle_test_recolor_135", + "question": "Does the cyan Cylinder have the same size as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 470 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_77.mp4", + "video_index": 77, + "video": "unicycle_test_linear_77", + "question": "At some moment, do the blue thing and the cyan thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 471 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_2.mp4", + "video_index": 2, + "video": "unicycle_test_linear_2", + "question": "At some moment, do the brown thing and the cyan thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 472 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_74.mp4", + "video_index": 74, + "video": "unicycle_test_linear_74", + "question": "Will the green thing ever be the same size as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 473 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_66.mp4", + "video_index": 66, + "video": "unicycle_test_linear_66", + "question": "Will the green Sphere ever be the same size as the purple Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 474 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_68.mp4", + "video_index": 68, + "video": "unicycle_test_recolor_68", + "question": "Is the Metal Cone ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 475 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_26.mp4", + "video_index": 26, + "video": "unicycle_test_orbit_26", + "question": "At some moment, is the color of the Cube the same as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 476 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_65.mp4", + "video_index": 65, + "video": "unicycle_test_rotate_65", + "question": "Will the purple thing ever be the same size as the gray object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 477 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_36.mp4", + "video_index": 36, + "video": "unicycle_test_linear_36", + "question": "At some moment, do the brown object and the Metal Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 478 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_66.mp4", + "video_index": 66, + "video": "unicycle_test_recolor_66", + "question": "At some moment, is the color of the big Cube the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 479 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_21.mp4", + "video_index": 21, + "video": "unicycle_test_resize_21", + "question": "Is the Sphere ever the same color as the enlarging object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 480 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_126.mp4", + "video_index": 126, + "video": "unicycle_test_rotate_126", + "question": "Will the blue Cylinder ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 481 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_81.mp4", + "video_index": 81, + "video": "unicycle_test_recolor_81", + "question": "Do the large Sphere and the Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 482 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_20.mp4", + "video_index": 20, + "video": "unicycle_test_recolor_20", + "question": "Do the Cylinder and the Cone ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 483 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_52.mp4", + "video_index": 52, + "video": "unicycle_test_rotate_52", + "question": "Will the Rubber object ever be the same size as the red Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 484 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_23.mp4", + "video_index": 23, + "video": "unicycle_test_resize_23", + "question": "Is the Sphere ever the same color as the tiny Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 485 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_138.mp4", + "video_index": 138, + "video": "unicycle_test_linear_138", + "question": "Does the Sphere have the same size as the purple thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 486 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_113.mp4", + "video_index": 113, + "video": "unicycle_test_orbit_113", + "question": "Is the large Rubber object ever the same color as the Metal Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 487 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_67.mp4", + "video_index": 67, + "video": "unicycle_test_rotate_67", + "question": "Does the green Cylinder have the same size as the red object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 488 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_109.mp4", + "video_index": 109, + "video": "unicycle_test_linear_109", + "question": "Does the Cone have the same size as the green thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 489 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_95.mp4", + "video_index": 95, + "video": "unicycle_test_resize_95", + "question": "Is the small Cylinder ever the same color as the large Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 490 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_48.mp4", + "video_index": 48, + "video": "unicycle_test_resize_48", + "question": "Is the Rubber Cube ever the same color as the Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 491 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_84.mp4", + "video_index": 84, + "video": "unicycle_test_orbit_84", + "question": "Do the small Cube and the Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 492 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_14.mp4", + "video_index": 14, + "video": "unicycle_test_orbit_14", + "question": "Does the green Sphere have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 493 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_122.mp4", + "video_index": 122, + "video": "unicycle_test_resize_122", + "question": "Is the big Rubber object ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 494 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_62.mp4", + "video_index": 62, + "video": "unicycle_test_recolor_62", + "question": "Is the large Cylinder ever the same color as the tiny Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 495 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_143.mp4", + "video_index": 143, + "video": "unicycle_test_orbit_143", + "question": "Is the Rubber Cone ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 496 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_113.mp4", + "video_index": 113, + "video": "unicycle_test_linear_113", + "question": "Is the Cylinder ever the same color as the large Metal Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 497 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_107.mp4", + "video_index": 107, + "video": "unicycle_test_rotate_107", + "question": "Does the blue Cylinder have the same size as the blue Metal thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 498 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_98.mp4", + "video_index": 98, + "video": "unicycle_test_orbit_98", + "question": "Will the gray Cylinder ever be the same size as the yellow Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 499 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_124.mp4", + "video_index": 124, + "video": "unicycle_test_linear_124", + "question": "Does the purple thing have the same size as the yellow object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 500 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_77.mp4", + "video_index": 77, + "video": "unicycle_test_orbit_77", + "question": "Will the blue Cube ever be the same size as the Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 501 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_14.mp4", + "video_index": 14, + "video": "unicycle_test_recolor_14", + "question": "Do the Rubber Cube and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 502 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_61.mp4", + "video_index": 61, + "video": "unicycle_test_linear_61", + "question": "At some moment, is the color of the Metal Sphere the same as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 503 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_69.mp4", + "video_index": 69, + "video": "unicycle_test_orbit_69", + "question": "Does the blue Rubber object have the same size as the blue Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 504 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_108.mp4", + "video_index": 108, + "video": "unicycle_test_resize_108", + "question": "At some moment, is the color of the Metal thing the same as the large Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 505 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_37.mp4", + "video_index": 37, + "video": "unicycle_test_rotate_37", + "question": "At some moment, is the color of the Cylinder the same as the small rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 506 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_144.mp4", + "video_index": 144, + "video": "unicycle_test_recolor_144", + "question": "At some moment, do the color-changing object and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 507 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_112.mp4", + "video_index": 112, + "video": "unicycle_test_orbit_112", + "question": "Do the tiny Cone and the big Rubber thing ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 508 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_58.mp4", + "video_index": 58, + "video": "unicycle_test_resize_58", + "question": "At some moment, is the color of the tiny Rubber thing the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 509 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_11.mp4", + "video_index": 11, + "video": "unicycle_test_rotate_11", + "question": "Will the cyan object ever be the same size as the green rotating thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 510 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_9.mp4", + "video_index": 9, + "video": "unicycle_test_resize_9", + "question": "Does the Cylinder have the same size as the Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 511 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_147.mp4", + "video_index": 147, + "video": "unicycle_test_rotate_147", + "question": "Is the Cylinder ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 512 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_139.mp4", + "video_index": 139, + "video": "unicycle_test_orbit_139", + "question": "Do the tiny Rubber object and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 513 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_56.mp4", + "video_index": 56, + "video": "unicycle_test_resize_56", + "question": "Does the blue object have the same size as the green Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 514 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_38.mp4", + "video_index": 38, + "video": "unicycle_test_rotate_38", + "question": "Will the gray thing ever be the same size as the green thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 515 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_72.mp4", + "video_index": 72, + "video": "unicycle_test_recolor_72", + "question": "Do the Rubber Cylinder and the Metal Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 516 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_85.mp4", + "video_index": 85, + "video": "unicycle_test_linear_85", + "question": "At some moment, is the color of the Metal Cone the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 517 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_57.mp4", + "video_index": 57, + "video": "unicycle_test_resize_57", + "question": "Will the yellow thing ever be the same size as the cyan object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 518 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_70.mp4", + "video_index": 70, + "video": "unicycle_test_rotate_70", + "question": "At some moment, do the green object and the rotating Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 519 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_33.mp4", + "video_index": 33, + "video": "unicycle_test_resize_33", + "question": "Does the tiny object have the same color as the large Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 520 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_35.mp4", + "video_index": 35, + "video": "unicycle_test_rotate_35", + "question": "Does the large Metal thing have the same color as the tiny Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 521 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_0.mp4", + "video_index": 0, + "video": "unicycle_test_orbit_0", + "question": "At some moment, do the cyan Cylinder and the green object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 522 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_69.mp4", + "video_index": 69, + "video": "unicycle_test_rotate_69", + "question": "Does the blue Cylinder have the same size as the cyan thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 523 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_13.mp4", + "video_index": 13, + "video": "unicycle_test_orbit_13", + "question": "Does the big Rubber object have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 524 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_94.mp4", + "video_index": 94, + "video": "unicycle_test_orbit_94", + "question": "Is the large Cube ever the same color as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 525 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_0.mp4", + "video_index": 0, + "video": "unicycle_test_linear_0", + "question": "Will the green thing ever be the same size as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 526 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_52.mp4", + "video_index": 52, + "video": "unicycle_test_resize_52", + "question": "At some moment, is the color of the large enlarging thing the same as the large Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 527 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_16.mp4", + "video_index": 16, + "video": "unicycle_test_resize_16", + "question": "Will the Rubber object ever be the same size as the purple Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 528 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_133.mp4", + "video_index": 133, + "video": "unicycle_test_orbit_133", + "question": "At some moment, is the color of the Cone the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 529 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_52.mp4", + "video_index": 52, + "video": "unicycle_test_recolor_52", + "question": "Will the yellow Cylinder ever be the same size as the green Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 530 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_48.mp4", + "video_index": 48, + "video": "unicycle_test_rotate_48", + "question": "Does the tiny Cube have the same color as the large Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 531 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_93.mp4", + "video_index": 93, + "video": "unicycle_test_linear_93", + "question": "Will the gray Metal object ever be the same size as the brown Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 532 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_50.mp4", + "video_index": 50, + "video": "unicycle_test_rotate_50", + "question": "At some moment, is the color of the Cube the same as the small Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 533 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_145.mp4", + "video_index": 145, + "video": "unicycle_test_recolor_145", + "question": "Does the red Cylinder have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 534 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_134.mp4", + "video_index": 134, + "video": "unicycle_test_linear_134", + "question": "At some moment, do the blue object and the red thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 535 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_103.mp4", + "video_index": 103, + "video": "unicycle_test_resize_103", + "question": "At some moment, do the red Cone and the yellow Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 536 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_86.mp4", + "video_index": 86, + "video": "unicycle_test_linear_86", + "question": "At some moment, is the color of the Cone the same as the Rubber thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 537 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_32.mp4", + "video_index": 32, + "video": "unicycle_test_linear_32", + "question": "Will the purple Sphere ever be the same size as the Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 538 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_46.mp4", + "video_index": 46, + "video": "unicycle_test_resize_46", + "question": "Does the small Metal thing have the same color as the large Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 539 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_1.mp4", + "video_index": 1, + "video": "unicycle_test_recolor_1", + "question": "At some moment, do the yellow Cylinder and the gray thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 540 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_104.mp4", + "video_index": 104, + "video": "unicycle_test_recolor_104", + "question": "Will the color-changing Sphere ever be the same size as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 541 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_17.mp4", + "video_index": 17, + "video": "unicycle_test_orbit_17", + "question": "Does the big Metal object have the same color as the Rubber Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 542 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_48.mp4", + "video_index": 48, + "video": "unicycle_test_linear_48", + "question": "Do the Cone and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 543 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_13.mp4", + "video_index": 13, + "video": "unicycle_test_resize_13", + "question": "Will the brown Cube ever be the same size as the yellow Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 544 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_122.mp4", + "video_index": 122, + "video": "unicycle_test_rotate_122", + "question": "Does the Sphere have the same color as the tiny Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 545 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_50.mp4", + "video_index": 50, + "video": "unicycle_test_orbit_50", + "question": "Does the large Sphere have the same color as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 546 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_21.mp4", + "video_index": 21, + "video": "unicycle_test_rotate_21", + "question": "Is the Metal Cone ever the same color as the rotating thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 547 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_55.mp4", + "video_index": 55, + "video": "unicycle_test_resize_55", + "question": "Does the blue thing have the same size as the purple thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 548 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_90.mp4", + "video_index": 90, + "video": "unicycle_test_orbit_90", + "question": "Does the blue Cube have the same size as the Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 549 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_0.mp4", + "video_index": 0, + "video": "unicycle_test_resize_0", + "question": "Does the Sphere have the same color as the Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 550 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_14.mp4", + "video_index": 14, + "video": "unicycle_test_linear_14", + "question": "Is the Rubber Sphere ever the same color as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 551 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_69.mp4", + "video_index": 69, + "video": "unicycle_test_linear_69", + "question": "Will the green Sphere ever be the same size as the yellow Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 552 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_38.mp4", + "video_index": 38, + "video": "unicycle_test_orbit_38", + "question": "Is the Sphere ever the same color as the large Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 553 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_13.mp4", + "video_index": 13, + "video": "unicycle_test_linear_13", + "question": "Does the red thing have the same size as the yellow Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 554 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_32.mp4", + "video_index": 32, + "video": "unicycle_test_orbit_32", + "question": "Will the red thing ever be the same size as the Rubber Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 555 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_91.mp4", + "video_index": 91, + "video": "unicycle_test_rotate_91", + "question": "Is the rotating Cone ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 556 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_113.mp4", + "video_index": 113, + "video": "unicycle_test_recolor_113", + "question": "Does the tiny Sphere have the same color as the tiny Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 557 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_8.mp4", + "video_index": 8, + "video": "unicycle_test_rotate_8", + "question": "At some moment, do the green thing and the brown thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 558 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_71.mp4", + "video_index": 71, + "video": "unicycle_test_rotate_71", + "question": "Do the tiny Cone and the Rubber Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 559 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_75.mp4", + "video_index": 75, + "video": "unicycle_test_resize_75", + "question": "Does the green Rubber object have the same size as the red thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 560 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_78.mp4", + "video_index": 78, + "video": "unicycle_test_recolor_78", + "question": "Does the tiny Metal thing have the same color as the large Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 561 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_147.mp4", + "video_index": 147, + "video": "unicycle_test_linear_147", + "question": "Does the Metal object have the same size as the yellow Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 562 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_132.mp4", + "video_index": 132, + "video": "unicycle_test_linear_132", + "question": "At some moment, is the color of the tiny Sphere the same as the Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 563 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_64.mp4", + "video_index": 64, + "video": "unicycle_test_linear_64", + "question": "Will the green Cone ever be the same size as the blue Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 564 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_71.mp4", + "video_index": 71, + "video": "unicycle_test_orbit_71", + "question": "Do the large Cone and the Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 565 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_44.mp4", + "video_index": 44, + "video": "unicycle_test_rotate_44", + "question": "At some moment, do the Sphere and the blue thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 566 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_64.mp4", + "video_index": 64, + "video": "unicycle_test_orbit_64", + "question": "Is the large Rubber thing ever the same color as the tiny object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 567 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_61.mp4", + "video_index": 61, + "video": "unicycle_test_rotate_61", + "question": "Will the Cylinder ever be the same size as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 568 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_63.mp4", + "video_index": 63, + "video": "unicycle_test_linear_63", + "question": "Is the big Metal Cylinder ever the same color as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 569 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_85.mp4", + "video_index": 85, + "video": "unicycle_test_resize_85", + "question": "At some moment, do the gray object and the cyan Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 570 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_98.mp4", + "video_index": 98, + "video": "unicycle_test_rotate_98", + "question": "Do the Cylinder and the rotating object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 571 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_84.mp4", + "video_index": 84, + "video": "unicycle_test_recolor_84", + "question": "Does the color-changing object have the same size as the cyan object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 572 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_25.mp4", + "video_index": 25, + "video": "unicycle_test_resize_25", + "question": "Is the tiny Rubber Sphere ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 573 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_119.mp4", + "video_index": 119, + "video": "unicycle_test_rotate_119", + "question": "Will the Cone ever be the same size as the yellow object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 574 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_134.mp4", + "video_index": 134, + "video": "unicycle_test_resize_134", + "question": "Do the tiny Metal Cone and the tiny enlarging Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 6 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 575 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_86.mp4", + "video_index": 86, + "video": "unicycle_test_recolor_86", + "question": "Will the cyan object ever be the same size as the blue Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 576 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_29.mp4", + "video_index": 29, + "video": "unicycle_test_orbit_29", + "question": "Is the small Cylinder ever the same color as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 577 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_130.mp4", + "video_index": 130, + "video": "unicycle_test_rotate_130", + "question": "At some moment, do the red thing and the Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 578 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_49.mp4", + "video_index": 49, + "video": "unicycle_test_linear_49", + "question": "At some moment, is the color of the small Cylinder the same as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 579 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_131.mp4", + "video_index": 131, + "video": "unicycle_test_orbit_131", + "question": "Does the Sphere have the same size as the yellow object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 580 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_132.mp4", + "video_index": 132, + "video": "unicycle_test_rotate_132", + "question": "Does the rotating Cube have the same size as the cyan thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 581 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_15.mp4", + "video_index": 15, + "video": "unicycle_test_recolor_15", + "question": "Is the large Cylinder ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 582 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_34.mp4", + "video_index": 34, + "video": "unicycle_test_rotate_34", + "question": "Do the tiny Cone and the Rubber object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 583 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_93.mp4", + "video_index": 93, + "video": "unicycle_test_rotate_93", + "question": "Will the gray object ever be the same size as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 584 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_60.mp4", + "video_index": 60, + "video": "unicycle_test_resize_60", + "question": "Is the small enlarging thing ever the same color as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 585 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_139.mp4", + "video_index": 139, + "video": "unicycle_test_resize_139", + "question": "Will the brown Cube ever be the same size as the Metal Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 586 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_146.mp4", + "video_index": 146, + "video": "unicycle_test_recolor_146", + "question": "Is the Cone ever the same color as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 587 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_47.mp4", + "video_index": 47, + "video": "unicycle_test_recolor_47", + "question": "Will the brown Sphere ever be the same size as the color-changing thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 588 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_5.mp4", + "video_index": 5, + "video": "unicycle_test_recolor_5", + "question": "Is the tiny Cube ever the same color as the big object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 589 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_37.mp4", + "video_index": 37, + "video": "unicycle_test_linear_37", + "question": "Does the purple Cone have the same size as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 590 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_58.mp4", + "video_index": 58, + "video": "unicycle_test_rotate_58", + "question": "Is the big Cylinder ever the same color as the Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 591 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_87.mp4", + "video_index": 87, + "video": "unicycle_test_orbit_87", + "question": "Will the Metal Cone ever be the same size as the cyan Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 592 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_49.mp4", + "video_index": 49, + "video": "unicycle_test_resize_49", + "question": "Does the enlarging object have the same color as the Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 593 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_118.mp4", + "video_index": 118, + "video": "unicycle_test_recolor_118", + "question": "Will the Cube ever be the same size as the green object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 594 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_27.mp4", + "video_index": 27, + "video": "unicycle_test_linear_27", + "question": "Will the brown thing ever be the same size as the blue thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 595 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_80.mp4", + "video_index": 80, + "video": "unicycle_test_resize_80", + "question": "Will the yellow Sphere ever be the same size as the green Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 596 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_42.mp4", + "video_index": 42, + "video": "unicycle_test_rotate_42", + "question": "Does the green Cube have the same size as the red thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 597 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_97.mp4", + "video_index": 97, + "video": "unicycle_test_recolor_97", + "question": "At some moment, do the green object and the cyan thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 598 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_86.mp4", + "video_index": 86, + "video": "unicycle_test_orbit_86", + "question": "Is the big Cylinder ever the same color as the Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 599 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_28.mp4", + "video_index": 28, + "video": "unicycle_test_resize_28", + "question": "Is the large object ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 600 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_12.mp4", + "video_index": 12, + "video": "unicycle_test_rotate_12", + "question": "Is the small rotating object ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 601 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_88.mp4", + "video_index": 88, + "video": "unicycle_test_rotate_88", + "question": "Does the small Rubber object have the same color as the big Metal thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 602 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_15.mp4", + "video_index": 15, + "video": "unicycle_test_rotate_15", + "question": "Is the tiny object ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 603 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_142.mp4", + "video_index": 142, + "video": "unicycle_test_linear_142", + "question": "Does the red Sphere have the same size as the brown object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 604 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_105.mp4", + "video_index": 105, + "video": "unicycle_test_orbit_105", + "question": "Is the big Metal object ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 605 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_103.mp4", + "video_index": 103, + "video": "unicycle_test_recolor_103", + "question": "Will the purple object ever be the same size as the green thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 606 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_22.mp4", + "video_index": 22, + "video": "unicycle_test_linear_22", + "question": "Will the Sphere ever be the same size as the cyan Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 607 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_141.mp4", + "video_index": 141, + "video": "unicycle_test_resize_141", + "question": "Does the Metal object have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 608 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_40.mp4", + "video_index": 40, + "video": "unicycle_test_orbit_40", + "question": "Do the small Cone and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 609 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_125.mp4", + "video_index": 125, + "video": "unicycle_test_orbit_125", + "question": "Does the Sphere have the same size as the brown Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 610 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_109.mp4", + "video_index": 109, + "video": "unicycle_test_rotate_109", + "question": "Is the small Rubber Sphere ever the same color as the small rotating thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 6 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 611 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_42.mp4", + "video_index": 42, + "video": "unicycle_test_orbit_42", + "question": "Does the green Cylinder have the same size as the brown object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 612 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_100.mp4", + "video_index": 100, + "video": "unicycle_test_orbit_100", + "question": "Is the Cone ever the same color as the large Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 613 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_133.mp4", + "video_index": 133, + "video": "unicycle_test_rotate_133", + "question": "Does the red thing have the same size as the yellow Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 614 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_16.mp4", + "video_index": 16, + "video": "unicycle_test_orbit_16", + "question": "Does the red thing have the same size as the brown Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 615 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_43.mp4", + "video_index": 43, + "video": "unicycle_test_orbit_43", + "question": "Does the Metal Sphere have the same color as the large Rubber thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 616 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_77.mp4", + "video_index": 77, + "video": "unicycle_test_rotate_77", + "question": "Do the rotating thing and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 617 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_43.mp4", + "video_index": 43, + "video": "unicycle_test_linear_43", + "question": "Will the Metal object ever be the same size as the gray Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 618 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_21.mp4", + "video_index": 21, + "video": "unicycle_test_recolor_21", + "question": "Does the large object have the same color as the Rubber object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 619 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_41.mp4", + "video_index": 41, + "video": "unicycle_test_orbit_41", + "question": "Will the purple Cylinder ever be the same size as the gray object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 620 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_16.mp4", + "video_index": 16, + "video": "unicycle_test_recolor_16", + "question": "Does the big Metal Cylinder have the same color as the big Rubber Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 7 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 8 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 9 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 621 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_53.mp4", + "video_index": 53, + "video": "unicycle_test_orbit_53", + "question": "At some moment, do the gray object and the green Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 622 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_36.mp4", + "video_index": 36, + "video": "unicycle_test_resize_36", + "question": "Will the red object ever be the same size as the green Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 623 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_48.mp4", + "video_index": 48, + "video": "unicycle_test_recolor_48", + "question": "Will the Metal Cube ever be the same size as the color-changing Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 624 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_73.mp4", + "video_index": 73, + "video": "unicycle_test_recolor_73", + "question": "Does the color-changing object have the same size as the red thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 625 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_49.mp4", + "video_index": 49, + "video": "unicycle_test_orbit_49", + "question": "Does the Metal object have the same size as the yellow Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 626 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_35.mp4", + "video_index": 35, + "video": "unicycle_test_orbit_35", + "question": "At some moment, do the gray Cube and the Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 627 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_76.mp4", + "video_index": 76, + "video": "unicycle_test_rotate_76", + "question": "Is the Sphere ever the same color as the small Metal Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 628 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_106.mp4", + "video_index": 106, + "video": "unicycle_test_recolor_106", + "question": "Is the Cone ever the same color as the big object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 629 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_13.mp4", + "video_index": 13, + "video": "unicycle_test_recolor_13", + "question": "Does the Cylinder have the same color as the small Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 630 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_20.mp4", + "video_index": 20, + "video": "unicycle_test_rotate_20", + "question": "Does the big Cube have the same color as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 631 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_58.mp4", + "video_index": 58, + "video": "unicycle_test_orbit_58", + "question": "At some moment, do the cyan thing and the blue thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 632 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_127.mp4", + "video_index": 127, + "video": "unicycle_test_linear_127", + "question": "Is the tiny Cube ever the same color as the tiny Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 633 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_82.mp4", + "video_index": 82, + "video": "unicycle_test_rotate_82", + "question": "At some moment, is the color of the Sphere the same as the rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 634 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_94.mp4", + "video_index": 94, + "video": "unicycle_test_rotate_94", + "question": "At some moment, is the color of the large object the same as the tiny Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 635 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_65.mp4", + "video_index": 65, + "video": "unicycle_test_resize_65", + "question": "Does the red object have the same size as the gray thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 636 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_57.mp4", + "video_index": 57, + "video": "unicycle_test_recolor_57", + "question": "Does the Sphere have the same size as the color-changing Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 637 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_9.mp4", + "video_index": 9, + "video": "unicycle_test_rotate_9", + "question": "Does the rotating thing have the same size as the yellow thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 638 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_64.mp4", + "video_index": 64, + "video": "unicycle_test_rotate_64", + "question": "Will the cyan Cone ever be the same size as the purple Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 639 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_4.mp4", + "video_index": 4, + "video": "unicycle_test_orbit_4", + "question": "At some moment, do the purple Cube and the Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 640 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_45.mp4", + "video_index": 45, + "video": "unicycle_test_linear_45", + "question": "Will the red object ever be the same size as the purple Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 641 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_103.mp4", + "video_index": 103, + "video": "unicycle_test_orbit_103", + "question": "Will the blue thing ever be the same size as the Rubber Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 642 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_119.mp4", + "video_index": 119, + "video": "unicycle_test_recolor_119", + "question": "At some moment, do the blue Cylinder and the gray object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 643 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_79.mp4", + "video_index": 79, + "video": "unicycle_test_orbit_79", + "question": "Will the Sphere ever be the same size as the Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 644 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_110.mp4", + "video_index": 110, + "video": "unicycle_test_linear_110", + "question": "Will the blue thing ever be the same size as the green Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 645 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_124.mp4", + "video_index": 124, + "video": "unicycle_test_recolor_124", + "question": "Is the large Cone ever the same color as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 646 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_120.mp4", + "video_index": 120, + "video": "unicycle_test_recolor_120", + "question": "Does the Rubber thing have the same color as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 647 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_11.mp4", + "video_index": 11, + "video": "unicycle_test_linear_11", + "question": "At some moment, is the color of the Cylinder the same as the Metal Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 648 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_30.mp4", + "video_index": 30, + "video": "unicycle_test_recolor_30", + "question": "At some moment, is the color of the Rubber Cylinder the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 649 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_132.mp4", + "video_index": 132, + "video": "unicycle_test_resize_132", + "question": "Does the brown thing have the same size as the yellow Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 650 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_118.mp4", + "video_index": 118, + "video": "unicycle_test_resize_118", + "question": "Is the big Sphere ever the same color as the small Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 651 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_10.mp4", + "video_index": 10, + "video": "unicycle_test_rotate_10", + "question": "Does the large Cylinder have the same color as the Metal Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 652 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_11.mp4", + "video_index": 11, + "video": "unicycle_test_resize_11", + "question": "Will the gray Cube ever be the same size as the yellow Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 653 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_39.mp4", + "video_index": 39, + "video": "unicycle_test_recolor_39", + "question": "At some moment, do the color-changing thing and the yellow object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 654 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_103.mp4", + "video_index": 103, + "video": "unicycle_test_rotate_103", + "question": "At some moment, is the color of the Metal Cube the same as the Rubber Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 655 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_82.mp4", + "video_index": 82, + "video": "unicycle_test_recolor_82", + "question": "Is the large Sphere ever the same color as the tiny Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 656 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_53.mp4", + "video_index": 53, + "video": "unicycle_test_recolor_53", + "question": "At some moment, do the green Cube and the blue Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 657 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_140.mp4", + "video_index": 140, + "video": "unicycle_test_resize_140", + "question": "Does the small Metal object have the same color as the big Rubber Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 658 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_7.mp4", + "video_index": 7, + "video": "unicycle_test_resize_7", + "question": "Do the small enlarging object and the Rubber Cube ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 659 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_137.mp4", + "video_index": 137, + "video": "unicycle_test_resize_137", + "question": "At some moment, do the brown thing and the Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 660 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_102.mp4", + "video_index": 102, + "video": "unicycle_test_linear_102", + "question": "Is the large Rubber thing ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 661 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_68.mp4", + "video_index": 68, + "video": "unicycle_test_orbit_68", + "question": "Do the Cube and the Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 662 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_126.mp4", + "video_index": 126, + "video": "unicycle_test_resize_126", + "question": "Is the large Rubber thing ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 663 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_5.mp4", + "video_index": 5, + "video": "unicycle_test_linear_5", + "question": "Does the large Sphere have the same color as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 664 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_75.mp4", + "video_index": 75, + "video": "unicycle_test_orbit_75", + "question": "Will the gray Sphere ever be the same size as the purple thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 665 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_96.mp4", + "video_index": 96, + "video": "unicycle_test_rotate_96", + "question": "Is the tiny thing ever the same color as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 666 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_75.mp4", + "video_index": 75, + "video": "unicycle_test_linear_75", + "question": "Do the large Sphere and the Metal object ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 667 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_40.mp4", + "video_index": 40, + "video": "unicycle_test_resize_40", + "question": "At some moment, is the color of the tiny enlarging thing the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 668 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_72.mp4", + "video_index": 72, + "video": "unicycle_test_linear_72", + "question": "Will the purple thing ever be the same size as the brown Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 669 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_107.mp4", + "video_index": 107, + "video": "unicycle_test_recolor_107", + "question": "At some moment, do the Cube and the cyan Sphere have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 670 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_23.mp4", + "video_index": 23, + "video": "unicycle_test_recolor_23", + "question": "Is the Cylinder ever the same color as the Metal Cube?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 671 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_90.mp4", + "video_index": 90, + "video": "unicycle_test_rotate_90", + "question": "At some moment, do the blue Rubber thing and the rotating object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 672 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_59.mp4", + "video_index": 59, + "video": "unicycle_test_rotate_59", + "question": "At some moment, is the color of the large Sphere the same as the big rotating object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 673 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_1.mp4", + "video_index": 1, + "video": "unicycle_test_resize_1", + "question": "Does the gray object have the same size as the Metal Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 674 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_79.mp4", + "video_index": 79, + "video": "unicycle_test_resize_79", + "question": "At some moment, is the color of the tiny Cone the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 675 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_46.mp4", + "video_index": 46, + "video": "unicycle_test_recolor_46", + "question": "At some moment, do the blue thing and the color-changing Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_change_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 676 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_142.mp4", + "video_index": 142, + "video": "unicycle_test_resize_142", + "question": "Is the small enlarging thing ever the same color as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 677 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_124.mp4", + "video_index": 124, + "video": "unicycle_test_rotate_124", + "question": "Does the brown Rubber Cylinder have the same size as the blue thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 4, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 678 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_10.mp4", + "video_index": 10, + "video": "unicycle_test_resize_10", + "question": "Does the Sphere have the same color as the small enlarging thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 679 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_22.mp4", + "video_index": 22, + "video": "unicycle_test_recolor_22", + "question": "Does the cyan Metal thing have the same size as the green Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 680 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_121.mp4", + "video_index": 121, + "video": "unicycle_test_recolor_121", + "question": "At some moment, is the color of the big Metal thing the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 681 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_27.mp4", + "video_index": 27, + "video": "unicycle_test_recolor_27", + "question": "Does the red thing have the same size as the Metal Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 682 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_5.mp4", + "video_index": 5, + "video": "unicycle_test_resize_5", + "question": "Does the small enlarging object have the same color as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_enlarge", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 683 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_132.mp4", + "video_index": 132, + "video": "unicycle_test_orbit_132", + "question": "Does the blue object have the same size as the yellow Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 684 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_111.mp4", + "video_index": 111, + "video": "unicycle_test_rotate_111", + "question": "At some moment, is the color of the tiny rotating object the same as the big Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 685 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_101.mp4", + "video_index": 101, + "video": "unicycle_test_resize_101", + "question": "Does the brown Cylinder have the same size as the red Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 686 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_105.mp4", + "video_index": 105, + "video": "unicycle_test_resize_105", + "question": "Does the enlarging object have the same color as the large Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 687 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_144.mp4", + "video_index": 144, + "video": "unicycle_test_orbit_144", + "question": "Does the yellow Cylinder have the same size as the Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2, + 3 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 688 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_138.mp4", + "video_index": 138, + "video": "unicycle_test_rotate_138", + "question": "Does the small Sphere have the same color as the rotating object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 689 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_111.mp4", + "video_index": 111, + "video": "unicycle_test_recolor_111", + "question": "Does the purple Cylinder have the same size as the Metal Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 690 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_113.mp4", + "video_index": 113, + "video": "unicycle_test_rotate_113", + "question": "Does the purple Sphere have the same size as the red Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 691 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_96.mp4", + "video_index": 96, + "video": "unicycle_test_linear_96", + "question": "Does the Cylinder have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 692 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_137.mp4", + "video_index": 137, + "video": "unicycle_test_linear_137", + "question": "Do the tiny Metal thing and the big Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 693 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_101.mp4", + "video_index": 101, + "video": "unicycle_test_orbit_101", + "question": "At some moment, is the color of the Metal Sphere the same as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 694 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_121.mp4", + "video_index": 121, + "video": "unicycle_test_resize_121", + "question": "At some moment, do the blue Sphere and the gray Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 695 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_140.mp4", + "video_index": 140, + "video": "unicycle_test_rotate_140", + "question": "At some moment, do the red Cylinder and the yellow thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 696 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_58.mp4", + "video_index": 58, + "video": "unicycle_test_linear_58", + "question": "At some moment, is the color of the Metal Cone the same as the Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 697 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_92.mp4", + "video_index": 92, + "video": "unicycle_test_recolor_92", + "question": "At some moment, is the color of the Rubber Sphere the same as the tiny Metal object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2, + 3 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 698 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_4.mp4", + "video_index": 4, + "video": "unicycle_test_resize_4", + "question": "At some moment, do the purple object and the red Cone have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 699 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_130.mp4", + "video_index": 130, + "video": "unicycle_test_orbit_130", + "question": "Will the green thing ever be the same size as the gray Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 700 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_107.mp4", + "video_index": 107, + "video": "unicycle_test_orbit_107", + "question": "At some moment, do the green Sphere and the blue Cylinder have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 701 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_128.mp4", + "video_index": 128, + "video": "unicycle_test_rotate_128", + "question": "Does the large rotating Cube have the same color as the tiny Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_rotate", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 2 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 3 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 5 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 6 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 7 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 4, + 8 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 702 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_146.mp4", + "video_index": 146, + "video": "unicycle_test_resize_146", + "question": "Do the Rubber object and the Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 703 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_76.mp4", + "video_index": 76, + "video": "unicycle_test_recolor_76", + "question": "At some moment, do the Cylinder and the Metal thing have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 704 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_28.mp4", + "video_index": 28, + "video": "unicycle_test_linear_28", + "question": "Does the Metal thing have the same size as the green Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 705 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_110.mp4", + "video_index": 110, + "video": "unicycle_test_orbit_110", + "question": "Is the small Cylinder ever the same color as the small Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 706 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_44.mp4", + "video_index": 44, + "video": "unicycle_test_resize_44", + "question": "Do the enlarging Cylinder and the small Sphere ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_enlarge", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + true + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 707 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_12.mp4", + "video_index": 12, + "video": "unicycle_test_orbit_12", + "question": "Does the yellow Sphere have the same size as the green Cylinder at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 708 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_6.mp4", + "video_index": 6, + "video": "unicycle_test_linear_6", + "question": "Does the green object have the same size as the blue Cone at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 709 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_21.mp4", + "video_index": 21, + "video": "unicycle_test_orbit_21", + "question": "Will the purple Cube ever be the same size as the gray object?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "purple" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 710 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_54.mp4", + "video_index": 54, + "video": "unicycle_test_rotate_54", + "question": "Will the cyan object ever be the same size as the Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 711 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_86.mp4", + "video_index": 86, + "video": "unicycle_test_rotate_86", + "question": "Does the rotating thing have the same color as the Metal object at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_rotate", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + true + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_material", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 5 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 712 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_116.mp4", + "video_index": 116, + "video": "unicycle_test_orbit_116", + "question": "Is the big Cone ever the same color as the big Metal thing?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 713 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_149.mp4", + "video_index": 149, + "video": "unicycle_test_recolor_149", + "question": "Does the green Cone have the same size as the Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 714 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_112.mp4", + "video_index": 112, + "video": "unicycle_test_linear_112", + "question": "Is the Cube ever the same color as the big Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 3 + ], + "_output": [ + 0, + 2 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 2, + 6 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 715 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_147.mp4", + "video_index": 147, + "video": "unicycle_test_recolor_147", + "question": "Does the small Metal thing have the same color as the tiny Rubber thing at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 1, + 2 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_material", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Rubber" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 716 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_60.mp4", + "video_index": 60, + "video": "unicycle_test_linear_60", + "question": "Do the large Metal thing and the large Cylinder ever have the same color?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 717 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_117.mp4", + "video_index": 117, + "video": "unicycle_test_resize_117", + "question": "Does the cyan Cylinder have the same size as the green Sphere at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0, + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "green" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 718 + }, + { + "split": "test", + "video_filename": "unicycle_test_rotate_23.mp4", + "video_index": 23, + "video": "unicycle_test_rotate_23", + "question": "Will the cyan object ever be the same size as the blue Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "blue" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 5 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 6 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 719 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_98.mp4", + "video_index": 98, + "video": "unicycle_test_recolor_98", + "question": "At some moment, do the brown Cone and the red Cube have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "red" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 720 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_143.mp4", + "video_index": 143, + "video": "unicycle_test_recolor_143", + "question": "Is the large Metal object ever the same color as the big Cone?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_material", + "inputs": [ + 1 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Metal" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 2, + 3 + ], + "value_inputs": [ + "large" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 721 + }, + { + "split": "test", + "video_filename": "unicycle_test_orbit_95.mp4", + "video_index": 95, + "video": "unicycle_test_orbit_95", + "question": "Is the small Sphere ever the same color as the small Cylinder?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 0 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2, + 3 + ], + "value_inputs": [] + }, + { + "type": "filter_size", + "inputs": [ + 4 + ], + "_output": [ + 0, + 3 + ], + "value_inputs": [ + "small" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 3 + ], + "value_inputs": [ + "Cylinder" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 3, + "value_inputs": [] + }, + { + "type": "equal_color_existential", + "inputs": [ + 3, + 7 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 1, + "question_index": 722 + }, + { + "split": "test", + "video_filename": "unicycle_test_linear_3.mp4", + "video_index": 3, + "video": "unicycle_test_linear_3", + "question": "Does the yellow Cube have the same size as the gray Cube at any moment?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "gray" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 723 + }, + { + "split": "test", + "video_filename": "unicycle_test_resize_131.mp4", + "video_index": 131, + "video": "unicycle_test_resize_131", + "question": "Will the brown Cube ever be the same size as the cyan Sphere?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 1 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cube" + ] + }, + { + "type": "unique", + "inputs": [ + 2 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 4 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "cyan" + ] + }, + { + "type": "filter_shape", + "inputs": [ + 5 + ], + "_output": [ + 2 + ], + "value_inputs": [ + "Sphere" + ] + }, + { + "type": "unique", + "inputs": [ + 6 + ], + "_output": 2, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 3, + 7 + ], + "_output": true, + "value_inputs": [] + } + ], + "answer": true, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 724 + }, + { + "split": "test", + "video_filename": "unicycle_test_recolor_85.mp4", + "video_index": 85, + "video": "unicycle_test_recolor_85", + "question": "At some moment, do the Cone and the brown object have the same size?", + "program": [ + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_shape", + "inputs": [ + 0 + ], + "_output": [ + 0 + ], + "value_inputs": [ + "Cone" + ] + }, + { + "type": "unique", + "inputs": [ + 1 + ], + "_output": 0, + "value_inputs": [] + }, + { + "type": "scene", + "inputs": [], + "_output": [ + 0, + 1, + 2 + ], + "value_inputs": [] + }, + { + "type": "filter_color", + "inputs": [ + 3 + ], + "_output": [ + 1 + ], + "value_inputs": [ + "brown" + ] + }, + { + "type": "unique", + "inputs": [ + 4 + ], + "_output": 1, + "value_inputs": [] + }, + { + "type": "equal_size_existential", + "inputs": [ + 2, + 5 + ], + "_output": false, + "value_inputs": [] + } + ], + "answer": false, + "template_filename": "existential_descriptive_compare.json", + "question_family_index": 0, + "question_index": 725 + } + ], + "template_counts": { + "existential_descriptive_compare.json_0": 732, + "existential_descriptive_compare.json_1": 720 + }, + "template_answer_counts": { + "existential_descriptive_compare.json_0": { + "true": 380, + "false": 352 + }, + "existential_descriptive_compare.json_1": { + "true": 342, + "false": 378 + } + } +} \ No newline at end of file