diff --git "a/questions/L1_single.json" "b/questions/L1_single.json" --- "a/questions/L1_single.json" +++ "b/questions/L1_single.json" @@ -1,51484 +1,3 @@ -{ - "info": { - "version": "1.0", - "license": "Creative Commons Attribution (CC-BY 4.0)", - "date": "2025-03-27", - "split": "test" - }, - "questions": [ - { - "split": "new", - "image_filename": "superCLEVR_new_020003.png", - "image_index": 20003, - "image": "superCLEVR_new_020003", - "question": "Are there any large purple bicycles?", - "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_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 18 - ], - [ - 20, - 25 - ], - [ - 27, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20003_exist", - "question_index": 100016 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020003.png", - "image_index": 20003, - "image": "superCLEVR_new_020003", - "question": "What is the shape of the big yellow 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_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 34 - ], - [ - 36, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20003_query_shape_2_sedan", - "question_index": 100017 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020003.png", - "image_index": 20003, - "image": "superCLEVR_new_020003", - "question": "What color is the car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "2": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20003_query_color_2_sedan", - "question_index": 100018 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020003.png", - "image_index": 20003, - "image": "superCLEVR_new_020003", - "question": "What is the size of the green utility bike?", - "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": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20003_query_size_3_utility", - "question_index": 100019 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020007.png", - "image_index": 20007, - "image": "superCLEVR_new_020007", - "question": "Is there a tiny purple regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "regular" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20007_exist", - "question_index": 100038 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020007.png", - "image_index": 20007, - "image": "superCLEVR_new_020007", - "question": "What shape is the large brown thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20007_query_shape_1_truck", - "question_index": 100039 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020008.png", - "image_index": 20008, - "image": "superCLEVR_new_020008", - "question": "The tiny bicycle has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20008_query_color_3_utility", - "question_index": 100042 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020008.png", - "image_index": 20008, - "image": "superCLEVR_new_020008", - "question": "The utility bike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20008_query_size_3_utility", - "question_index": 100043 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020014.png", - "image_index": 20014, - "image": "superCLEVR_new_020014", - "question": "Is there a big purple fighter?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20014_exist", - "question_index": 100074 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020015.png", - "image_index": 20015, - "image": "superCLEVR_new_020015", - "question": "There is a gray thing; what shape is it?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20015_query_shape_0_double", - "question_index": 100075 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020015.png", - "image_index": 20015, - "image": "superCLEVR_new_020015", - "question": "The sedan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20015_query_color_2_sedan", - "question_index": 100076 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020015.png", - "image_index": 20015, - "image": "superCLEVR_new_020015", - "question": "What is the size of the blue aeroplane?", - "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": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20015_query_size_3_biplane", - "question_index": 100077 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020020.png", - "image_index": 20020, - "image": "superCLEVR_new_020020", - "question": "Is there a truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20020_exist", - "question_index": 100102 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020020.png", - "image_index": 20020, - "image": "superCLEVR_new_020020", - "question": "What is the shape of the tiny cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "4": [ - [ - 25, - 28 - ], - [ - 30, - 33 - ], - [ - 35, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20020_query_shape_4_minivan", - "question_index": 100103 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020020.png", - "image_index": 20020, - "image": "superCLEVR_new_020020", - "question": "What color is the large bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20020_query_color_1_articulated", - "question_index": 100104 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020021.png", - "image_index": 20021, - "image": "superCLEVR_new_020021", - "question": "The red motorbike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20021_query_size_2_cruiser", - "question_index": 100105 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020026.png", - "image_index": 20026, - "image": "superCLEVR_new_020026", - "question": "Are any big things visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 8, - 10 - ], - [ - 12, - 11 - ], - [ - 12, - 16 - ] - ], - "5": [ - [ - 8, - 10 - ], - [ - 12, - 11 - ], - [ - 12, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20026_exist", - "question_index": 100132 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020026.png", - "image_index": 20026, - "image": "superCLEVR_new_020026", - "question": "What shape is the green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "1": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20026_query_shape_1_airliner", - "question_index": 100133 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020026.png", - "image_index": 20026, - "image": "superCLEVR_new_020026", - "question": "The small regular bus is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20026_query_color_0_regular", - "question_index": 100134 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020027.png", - "image_index": 20027, - "image": "superCLEVR_new_020027", - "question": "How big is the purple bicycle?", - "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": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20027_query_size_2_mountain", - "question_index": 100137 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020032.png", - "image_index": 20032, - "image": "superCLEVR_new_020032", - "question": "Is there a large brown truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20032_exist", - "question_index": 100163 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020032.png", - "image_index": 20032, - "image": "superCLEVR_new_020032", - "question": "What is the shape of the green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "5": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20032_query_shape_5_minivan", - "question_index": 100164 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020033.png", - "image_index": 20033, - "image": "superCLEVR_new_020033", - "question": "The tiny minivan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "5": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20033_query_color_5_minivan", - "question_index": 100165 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020033.png", - "image_index": 20033, - "image": "superCLEVR_new_020033", - "question": "The blue object is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20033_query_size_1_cruiser", - "question_index": 100166 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020039.png", - "image_index": 20039, - "image": "superCLEVR_new_020039", - "question": "Is there a big blue articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20039_exist", - "question_index": 100195 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020039.png", - "image_index": 20039, - "image": "superCLEVR_new_020039", - "question": "The brown thing is what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20039_query_shape_2_mountain", - "question_index": 100196 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020039.png", - "image_index": 20039, - "image": "superCLEVR_new_020039", - "question": "The motorbike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20039_query_color_0_scooter", - "question_index": 100197 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020039.png", - "image_index": 20039, - "image": "superCLEVR_new_020039", - "question": "The brown mountain bike is what 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": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20039_query_size_2_mountain", - "question_index": 100198 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020044.png", - "image_index": 20044, - "image": "superCLEVR_new_020044", - "question": "Is there a blue suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "6": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20044_exist", - "question_index": 100223 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020044.png", - "image_index": 20044, - "image": "superCLEVR_new_020044", - "question": "What is the shape of the large purple object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "7": [ - [ - 25, - 29 - ], - [ - 31, - 36 - ], - [ - 38, - 43 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20044_query_shape_7_tandem", - "question_index": 100224 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020045.png", - "image_index": 20045, - "image": "superCLEVR_new_020045", - "question": "The bicycle is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20045_query_color_2_mountain", - "question_index": 100225 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020045.png", - "image_index": 20045, - "image": "superCLEVR_new_020045", - "question": "The motorbike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20045_query_size_0_chopper", - "question_index": 100226 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020050.png", - "image_index": 20050, - "image": "superCLEVR_new_020050", - "question": "Is there a blue airliner?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20050_exist", - "question_index": 100252 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020050.png", - "image_index": 20050, - "image": "superCLEVR_new_020050", - "question": "What is the shape of the small purple object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "4": [ - [ - 25, - 29 - ], - [ - 31, - 36 - ], - [ - 38, - 43 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20050_query_shape_4_regular", - "question_index": 100253 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020050.png", - "image_index": 20050, - "image": "superCLEVR_new_020050", - "question": "The tiny mountain bike has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20050_query_color_3_mountain", - "question_index": 100254 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020051.png", - "image_index": 20051, - "image": "superCLEVR_new_020051", - "question": "What is the size of the purple car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "9": [ - [ - 24, - 23 - ], - [ - 24, - 29 - ], - [ - 31, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20051_query_size_9_suv", - "question_index": 100256 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020054.png", - "image_index": 20054, - "image": "superCLEVR_new_020054", - "question": "Is there a green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20054_exist", - "question_index": 100274 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020056.png", - "image_index": 20056, - "image": "superCLEVR_new_020056", - "question": "The large purple thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 6, - 9 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "9": [ - [ - 4, - 8 - ], - [ - 10, - 15 - ], - [ - 17, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20056_query_shape_9_sedan", - "question_index": 100282 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020056.png", - "image_index": 20056, - "image": "superCLEVR_new_020056", - "question": "The tiny bicycle is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 4, - 5, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "4": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20056_query_color_4_utility", - "question_index": 100283 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020056.png", - "image_index": 20056, - "image": "superCLEVR_new_020056", - "question": "The purple car is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 9 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "9": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20056_query_size_9_sedan", - "question_index": 100284 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020062.png", - "image_index": 20062, - "image": "superCLEVR_new_020062", - "question": "Are any utility bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20062_exist", - "question_index": 100312 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020062.png", - "image_index": 20062, - "image": "superCLEVR_new_020062", - "question": "What shape is the small green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "5": [ - [ - 18, - 22 - ], - [ - 24, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20062_query_shape_5_airliner", - "question_index": 100313 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020062.png", - "image_index": 20062, - "image": "superCLEVR_new_020062", - "question": "What color is the utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20062_query_color_0_utility", - "question_index": 100314 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020063.png", - "image_index": 20063, - "image": "superCLEVR_new_020063", - "question": "What is the size of the purple car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5, - 6 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 24, - 23 - ], - [ - 24, - 29 - ], - [ - 31, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20063_query_size_4_truck", - "question_index": 100315 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020068.png", - "image_index": 20068, - "image": "superCLEVR_new_020068", - "question": "Are any gray mountain bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20068_exist", - "question_index": 100341 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020068.png", - "image_index": 20068, - "image": "superCLEVR_new_020068", - "question": "What is the shape of the tiny brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "1": [ - [ - 25, - 28 - ], - [ - 30, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20068_query_shape_1_tandem", - "question_index": 100342 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020068.png", - "image_index": 20068, - "image": "superCLEVR_new_020068", - "question": "What is the color of the big dirtbike?", - "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": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20068_query_color_2_dirtbike", - "question_index": 100343 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020068.png", - "image_index": 20068, - "image": "superCLEVR_new_020068", - "question": "The cyan motorbike is what size?", - "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": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20068_query_size_2_dirtbike", - "question_index": 100344 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020073.png", - "image_index": 20073, - "image": "superCLEVR_new_020073", - "question": "Are there any big articulated buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 7, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "8": [ - [ - 14, - 16 - ], - [ - 18, - 17 - ], - [ - 18, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20073_exist", - "question_index": 100369 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020074.png", - "image_index": 20074, - "image": "superCLEVR_new_020074", - "question": "What is the shape of the big brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 33 - ], - [ - 35, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20074_query_shape_2_cruiser", - "question_index": 100371 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020074.png", - "image_index": 20074, - "image": "superCLEVR_new_020074", - "question": "The truck has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20074_query_color_1_truck", - "question_index": 100372 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020074.png", - "image_index": 20074, - "image": "superCLEVR_new_020074", - "question": "What is the size of the aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20074_query_size_0_airliner", - "question_index": 100373 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020078.png", - "image_index": 20078, - "image": "superCLEVR_new_020078", - "question": "Are there any cyan double buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20078_exist", - "question_index": 100393 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020078.png", - "image_index": 20078, - "image": "superCLEVR_new_020078", - "question": "There is a big red object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "2": [ - [ - 11, - 13 - ], - [ - 15, - 17 - ], - [ - 19, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20078_query_shape_2_road", - "question_index": 100394 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020079.png", - "image_index": 20079, - "image": "superCLEVR_new_020079", - "question": "What is the color of the big minivan?", - "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": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20079_query_color_2_minivan", - "question_index": 100397 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020080.png", - "image_index": 20080, - "image": "superCLEVR_new_020080", - "question": "How big is the red object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 17 - ], - [ - 19, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20080_query_size_4_jet", - "question_index": 100403 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020085.png", - "image_index": 20085, - "image": "superCLEVR_new_020085", - "question": "Are there any green school buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20085_exist", - "question_index": 100428 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020085.png", - "image_index": 20085, - "image": "superCLEVR_new_020085", - "question": "The large blue object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "3": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20085_query_shape_3_scooter", - "question_index": 100429 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020086.png", - "image_index": 20086, - "image": "superCLEVR_new_020086", - "question": "What is the color of the aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20086_query_color_0_airliner", - "question_index": 100430 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020086.png", - "image_index": 20086, - "image": "superCLEVR_new_020086", - "question": "What is the size of the brown 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": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20086_query_size_2_mountain", - "question_index": 100431 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020091.png", - "image_index": 20091, - "image": "superCLEVR_new_020091", - "question": "Is there a tiny aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 14 - ], - [ - 16, - 15 - ], - [ - 16, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20091_exist", - "question_index": 100457 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020091.png", - "image_index": 20091, - "image": "superCLEVR_new_020091", - "question": "The small blue thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20091_query_shape_0_airliner", - "question_index": 100458 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020091.png", - "image_index": 20091, - "image": "superCLEVR_new_020091", - "question": "The tiny thing has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "0": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20091_query_color_0_airliner", - "question_index": 100459 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020092.png", - "image_index": 20092, - "image": "superCLEVR_new_020092", - "question": "What is the size of the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20092_query_size_0_dirtbike", - "question_index": 100460 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020096.png", - "image_index": 20096, - "image": "superCLEVR_new_020096", - "question": "Are any purple jets visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 7 - ], - [ - 8, - 13 - ], - [ - 15, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20096_exist", - "question_index": 100484 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020097.png", - "image_index": 20097, - "image": "superCLEVR_new_020097", - "question": "The tiny cyan thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 12 - ], - [ - 14, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20097_query_shape_2_chopper", - "question_index": 100487 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020097.png", - "image_index": 20097, - "image": "superCLEVR_new_020097", - "question": "What color is the small motorbike?", - "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": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "2": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20097_query_color_2_chopper", - "question_index": 100488 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020097.png", - "image_index": 20097, - "image": "superCLEVR_new_020097", - "question": "The purple chopper has what size?", - "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": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20097_query_size_0_chopper", - "question_index": 100489 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020102.png", - "image_index": 20102, - "image": "superCLEVR_new_020102", - "question": "Are there any large blue mountain bikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20102_exist", - "question_index": 100514 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020103.png", - "image_index": 20103, - "image": "superCLEVR_new_020103", - "question": "There is a big brown thing; what shape is it?", - "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_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "2": [ - [ - 11, - 13 - ], - [ - 15, - 19 - ], - [ - 21, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20103_query_shape_2_truck", - "question_index": 100515 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020103.png", - "image_index": 20103, - "image": "superCLEVR_new_020103", - "question": "What color is the big bicycle?", - "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": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "0": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20103_query_color_0_utility", - "question_index": 100516 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020104.png", - "image_index": 20104, - "image": "superCLEVR_new_020104", - "question": "The motorbike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20104_query_size_2_scooter", - "question_index": 100520 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020109.png", - "image_index": 20109, - "image": "superCLEVR_new_020109", - "question": "Is there a tiny brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 11, - 14 - ], - [ - 16, - 20 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20109_exist", - "question_index": 100547 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020109.png", - "image_index": 20109, - "image": "superCLEVR_new_020109", - "question": "The cyan object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20109_query_shape_0_cruiser", - "question_index": 100548 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020109.png", - "image_index": 20109, - "image": "superCLEVR_new_020109", - "question": "What color is the minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20109_query_color_3_minivan", - "question_index": 100549 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020110.png", - "image_index": 20110, - "image": "superCLEVR_new_020110", - "question": "The chopper is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20110_query_size_5_chopper", - "question_index": 100550 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020115.png", - "image_index": 20115, - "image": "superCLEVR_new_020115", - "question": "Are any large purple utility bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20115_exist", - "question_index": 100577 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020115.png", - "image_index": 20115, - "image": "superCLEVR_new_020115", - "question": "What is the shape of the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "4": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20115_query_shape_4_truck", - "question_index": 100578 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020115.png", - "image_index": 20115, - "image": "superCLEVR_new_020115", - "question": "The big airliner is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "0": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20115_query_color_0_airliner", - "question_index": 100579 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020116.png", - "image_index": 20116, - "image": "superCLEVR_new_020116", - "question": "What size is the cyan bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20116_query_size_4_utility", - "question_index": 100580 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020120.png", - "image_index": 20120, - "image": "superCLEVR_new_020120", - "question": "Are any tiny blue sedans visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 11 - ], - [ - 13, - 16 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20120_exist", - "question_index": 100603 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020120.png", - "image_index": 20120, - "image": "superCLEVR_new_020120", - "question": "There is a purple thing; what shape is it?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "1": [ - [ - 11, - 10 - ], - [ - 11, - 16 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20120_query_shape_1_chopper", - "question_index": 100604 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020121.png", - "image_index": 20121, - "image": "superCLEVR_new_020121", - "question": "What color is the large tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20121_query_color_1_tandem", - "question_index": 100608 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020121.png", - "image_index": 20121, - "image": "superCLEVR_new_020121", - "question": "The green car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20121_query_size_3_suv", - "question_index": 100609 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020127.png", - "image_index": 20127, - "image": "superCLEVR_new_020127", - "question": "Is there a big green school bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20127_exist", - "question_index": 100638 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020127.png", - "image_index": 20127, - "image": "superCLEVR_new_020127", - "question": "What is the shape of the big yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "wagon", - "value_inputs": [] - } - ], - "answer": "wagon", - "obj_map": { - "1": [ - [ - 25, - 27 - ], - [ - 29, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20127_query_shape_1_wagon", - "question_index": 100639 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020128.png", - "image_index": 20128, - "image": "superCLEVR_new_020128", - "question": "What color is the chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20128_query_color_0_chopper", - "question_index": 100640 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020128.png", - "image_index": 20128, - "image": "superCLEVR_new_020128", - "question": "What is the size of the green bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20128_query_size_4_regular", - "question_index": 100641 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020133.png", - "image_index": 20133, - "image": "superCLEVR_new_020133", - "question": "Is there a cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20133_exist", - "question_index": 100668 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020133.png", - "image_index": 20133, - "image": "superCLEVR_new_020133", - "question": "What is the shape of the big purple object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20133_query_shape_2_cruiser", - "question_index": 100669 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020134.png", - "image_index": 20134, - "image": "superCLEVR_new_020134", - "question": "The bicycle has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20134_query_color_3_utility", - "question_index": 100671 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020134.png", - "image_index": 20134, - "image": "superCLEVR_new_020134", - "question": "What is the size of the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20134_query_size_1_cruiser", - "question_index": 100672 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020139.png", - "image_index": 20139, - "image": "superCLEVR_new_020139", - "question": "Is there a utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20139_exist", - "question_index": 100697 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020139.png", - "image_index": 20139, - "image": "superCLEVR_new_020139", - "question": "What is the shape of the cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "1": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20139_query_shape_1_chopper", - "question_index": 100698 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020139.png", - "image_index": 20139, - "image": "superCLEVR_new_020139", - "question": "What is the color of the large utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "0": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 42 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20139_query_color_0_utility", - "question_index": 100699 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020140.png", - "image_index": 20140, - "image": "superCLEVR_new_020140", - "question": "The cruiser has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20140_query_size_1_cruiser", - "question_index": 100702 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020144.png", - "image_index": 20144, - "image": "superCLEVR_new_020144", - "question": "Is there a large brown sedan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20144_exist", - "question_index": 100724 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020145.png", - "image_index": 20145, - "image": "superCLEVR_new_020145", - "question": "What shape is the cyan object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "dirtbike", - "value_inputs": [] - } - ], - "answer": "dirtbike", - "obj_map": { - "5": [ - [ - 18, - 17 - ], - [ - 18, - 21 - ], - [ - 23, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20145_query_shape_5_dirtbike", - "question_index": 100725 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020145.png", - "image_index": 20145, - "image": "superCLEVR_new_020145", - "question": "What is the color of the biplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "3": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20145_query_color_3_biplane", - "question_index": 100726 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020145.png", - "image_index": 20145, - "image": "superCLEVR_new_020145", - "question": "The green bicycle is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20145_query_size_1_road", - "question_index": 100727 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020150.png", - "image_index": 20150, - "image": "superCLEVR_new_020150", - "question": "Are any small yellow cruisers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20150_exist", - "question_index": 100753 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020150.png", - "image_index": 20150, - "image": "superCLEVR_new_020150", - "question": "What is the shape of the tiny brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "3": [ - [ - 25, - 28 - ], - [ - 30, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20150_query_shape_3_minivan", - "question_index": 100754 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020151.png", - "image_index": 20151, - "image": "superCLEVR_new_020151", - "question": "What is the color of the scooter?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "3": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20151_query_color_3_scooter", - "question_index": 100756 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020151.png", - "image_index": 20151, - "image": "superCLEVR_new_020151", - "question": "What size is the articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20151_query_size_5_articulated", - "question_index": 100757 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020156.png", - "image_index": 20156, - "image": "superCLEVR_new_020156", - "question": "Is there a large green utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1, - 6 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20156_exist", - "question_index": 100783 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020156.png", - "image_index": 20156, - "image": "superCLEVR_new_020156", - "question": "What shape is the small gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 4, - 5, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "2": [ - [ - 18, - 22 - ], - [ - 24, - 27 - ], - [ - 29, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20156_query_shape_2_utility", - "question_index": 100784 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020157.png", - "image_index": 20157, - "image": "superCLEVR_new_020157", - "question": "What color is the small truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "4": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20157_query_color_4_truck", - "question_index": 100788 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020158.png", - "image_index": 20158, - "image": "superCLEVR_new_020158", - "question": "How big is the aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20158_query_size_1_airliner", - "question_index": 100790 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020163.png", - "image_index": 20163, - "image": "superCLEVR_new_020163", - "question": "Is there a small airliner?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20163_exist", - "question_index": 100817 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020163.png", - "image_index": 20163, - "image": "superCLEVR_new_020163", - "question": "There is a tiny red thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "2": [ - [ - 11, - 14 - ], - [ - 16, - 18 - ], - [ - 20, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20163_query_shape_2_utility", - "question_index": 100818 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020163.png", - "image_index": 20163, - "image": "superCLEVR_new_020163", - "question": "What color is the small motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "4": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20163_query_color_4_dirtbike", - "question_index": 100819 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020164.png", - "image_index": 20164, - "image": "superCLEVR_new_020164", - "question": "What is the size of the green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20164_query_size_1_school", - "question_index": 100820 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020169.png", - "image_index": 20169, - "image": "superCLEVR_new_020169", - "question": "Are any small red wagons visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2, - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 12 - ], - [ - 14, - 16 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20169_exist", - "question_index": 100847 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020169.png", - "image_index": 20169, - "image": "superCLEVR_new_020169", - "question": "There is a large green object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 7, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "8": [ - [ - 11, - 15 - ], - [ - 17, - 21 - ], - [ - 23, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20169_query_shape_8_jet", - "question_index": 100848 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020169.png", - "image_index": 20169, - "image": "superCLEVR_new_020169", - "question": "What is the color of the small bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "4": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20169_query_color_4_tandem", - "question_index": 100849 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020171.png", - "image_index": 20171, - "image": "superCLEVR_new_020171", - "question": "The scooter has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20171_query_size_2_scooter", - "question_index": 100855 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020175.png", - "image_index": 20175, - "image": "superCLEVR_new_020175", - "question": "Is there a big red regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "regular" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20175_exist", - "question_index": 100879 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020176.png", - "image_index": 20176, - "image": "superCLEVR_new_020176", - "question": "The purple object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "4": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20176_query_shape_4_double", - "question_index": 100880 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020176.png", - "image_index": 20176, - "image": "superCLEVR_new_020176", - "question": "What color is the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "5": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20176_query_color_5_road", - "question_index": 100881 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020176.png", - "image_index": 20176, - "image": "superCLEVR_new_020176", - "question": "What is the size of the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20176_query_size_5_road", - "question_index": 100882 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020180.png", - "image_index": 20180, - "image": "superCLEVR_new_020180", - "question": "Are there any large yellow things?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 18 - ], - [ - 20, - 25 - ], - [ - 27, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20180_exist", - "question_index": 100902 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020180.png", - "image_index": 20180, - "image": "superCLEVR_new_020180", - "question": "What shape is the tiny thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "0": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20180_query_shape_0_road", - "question_index": 100903 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020180.png", - "image_index": 20180, - "image": "superCLEVR_new_020180", - "question": "What color is the tiny thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20180_query_color_0_road", - "question_index": 100904 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020181.png", - "image_index": 20181, - "image": "superCLEVR_new_020181", - "question": "The motorbike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20181_query_size_3_cruiser", - "question_index": 100906 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020188.png", - "image_index": 20188, - "image": "superCLEVR_new_020188", - "question": "Is there a small yellow double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 11, - 15 - ], - [ - 17, - 22 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20188_exist", - "question_index": 100940 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020188.png", - "image_index": 20188, - "image": "superCLEVR_new_020188", - "question": "What is the shape of the tiny yellow thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "1": [ - [ - 25, - 28 - ], - [ - 30, - 35 - ], - [ - 37, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20188_query_shape_1_double", - "question_index": 100941 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020188.png", - "image_index": 20188, - "image": "superCLEVR_new_020188", - "question": "What color is the aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20188_query_color_0_biplane", - "question_index": 100942 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020188.png", - "image_index": 20188, - "image": "superCLEVR_new_020188", - "question": "The yellow double bus has what 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": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20188_query_size_1_double", - "question_index": 100943 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020193.png", - "image_index": 20193, - "image": "superCLEVR_new_020193", - "question": "Is there a regular car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "addi" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20193_exist", - "question_index": 100967 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020193.png", - "image_index": 20193, - "image": "superCLEVR_new_020193", - "question": "What is the shape of the small blue object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20193_query_shape_2_jet", - "question_index": 100968 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020193.png", - "image_index": 20193, - "image": "superCLEVR_new_020193", - "question": "The tiny jet has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20193_query_color_2_jet", - "question_index": 100969 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020194.png", - "image_index": 20194, - "image": "superCLEVR_new_020194", - "question": "What size is the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20194_query_size_3_road", - "question_index": 100970 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020200.png", - "image_index": 20200, - "image": "superCLEVR_new_020200", - "question": "Are there any purple scooters?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20200_exist", - "question_index": 101002 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020200.png", - "image_index": 20200, - "image": "superCLEVR_new_020200", - "question": "The small blue thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 6, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "2": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20200_query_shape_2_mountain", - "question_index": 101003 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020200.png", - "image_index": 20200, - "image": "superCLEVR_new_020200", - "question": "The tiny car has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 6, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "6": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20200_query_color_6_minivan", - "question_index": 101004 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020201.png", - "image_index": 20201, - "image": "superCLEVR_new_020201", - "question": "The yellow bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 7 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "7": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20201_query_size_7_regular", - "question_index": 101007 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020206.png", - "image_index": 20206, - "image": "superCLEVR_new_020206", - "question": "Are there any brown cars?", - "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": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 13 - ], - [ - 14, - 18 - ], - [ - 20, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20206_exist", - "question_index": 101033 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020206.png", - "image_index": 20206, - "image": "superCLEVR_new_020206", - "question": "There is a large purple thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "2": [ - [ - 11, - 15 - ], - [ - 17, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20206_query_shape_2_double", - "question_index": 101034 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020207.png", - "image_index": 20207, - "image": "superCLEVR_new_020207", - "question": "The large articulated bus is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "3": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20207_query_color_3_articulated", - "question_index": 101036 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020207.png", - "image_index": 20207, - "image": "superCLEVR_new_020207", - "question": "The red car is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 6 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "6": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20207_query_size_6_sedan", - "question_index": 101037 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020212.png", - "image_index": 20212, - "image": "superCLEVR_new_020212", - "question": "Is there a blue truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20212_exist", - "question_index": 101064 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020213.png", - "image_index": 20213, - "image": "superCLEVR_new_020213", - "question": "There is a tiny purple thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "2": [ - [ - 11, - 14 - ], - [ - 16, - 21 - ], - [ - 23, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20213_query_shape_2_truck", - "question_index": 101065 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020213.png", - "image_index": 20213, - "image": "superCLEVR_new_020213", - "question": "The big chopper has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "1": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20213_query_color_1_chopper", - "question_index": 101066 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020213.png", - "image_index": 20213, - "image": "superCLEVR_new_020213", - "question": "The chopper is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20213_query_size_1_chopper", - "question_index": 101067 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020219.png", - "image_index": 20219, - "image": "superCLEVR_new_020219", - "question": "Are there any brown scooters?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20219_exist", - "question_index": 101095 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020219.png", - "image_index": 20219, - "image": "superCLEVR_new_020219", - "question": "What is the shape of the large yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5, - 8, - 9 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "1": [ - [ - 25, - 29 - ], - [ - 31, - 36 - ], - [ - 38, - 43 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20219_query_shape_1_articulated", - "question_index": 101096 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020219.png", - "image_index": 20219, - "image": "superCLEVR_new_020219", - "question": "The small mountain bike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "7": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20219_query_color_7_mountain", - "question_index": 101097 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020219.png", - "image_index": 20219, - "image": "superCLEVR_new_020219", - "question": "How big is the purple bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "6": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20219_query_size_6_tandem", - "question_index": 101098 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020225.png", - "image_index": 20225, - "image": "superCLEVR_new_020225", - "question": "Is there a small green biplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20225_exist", - "question_index": 101126 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020225.png", - "image_index": 20225, - "image": "superCLEVR_new_020225", - "question": "What shape is the small purple thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "5": [ - [ - 18, - 22 - ], - [ - 24, - 29 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20225_query_shape_5_suv", - "question_index": 101127 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020225.png", - "image_index": 20225, - "image": "superCLEVR_new_020225", - "question": "The small aeroplane has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "4": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20225_query_color_4_biplane", - "question_index": 101128 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020225.png", - "image_index": 20225, - "image": "superCLEVR_new_020225", - "question": "The red biplane is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 7 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20225_query_size_4_biplane", - "question_index": 101129 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020230.png", - "image_index": 20230, - "image": "superCLEVR_new_020230", - "question": "Are any big aeroplanes visible?", - "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": [ - "aeroplane" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 10 - ], - [ - 12, - 11 - ], - [ - 12, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20230_exist", - "question_index": 101154 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020231.png", - "image_index": 20231, - "image": "superCLEVR_new_020231", - "question": "There is a tiny blue object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "1": [ - [ - 11, - 14 - ], - [ - 16, - 19 - ], - [ - 21, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20231_query_shape_1_school", - "question_index": 101158 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020231.png", - "image_index": 20231, - "image": "superCLEVR_new_020231", - "question": "The airliner is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20231_query_color_2_airliner", - "question_index": 101159 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020232.png", - "image_index": 20232, - "image": "superCLEVR_new_020232", - "question": "How big is the brown motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 19 - ], - [ - 21, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20232_query_size_4_dirtbike", - "question_index": 101162 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020237.png", - "image_index": 20237, - "image": "superCLEVR_new_020237", - "question": "Are there any gray tandem bikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 14, - 13 - ], - [ - 14, - 17 - ], - [ - 19, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20237_exist", - "question_index": 101188 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020237.png", - "image_index": 20237, - "image": "superCLEVR_new_020237", - "question": "The big green thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "0": [ - [ - 4, - 6 - ], - [ - 8, - 12 - ], - [ - 14, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20237_query_shape_0_road", - "question_index": 101189 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020238.png", - "image_index": 20238, - "image": "superCLEVR_new_020238", - "question": "What is the color of the small school bus?", - "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": [ - "school" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20238_query_color_0_school", - "question_index": 101190 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020238.png", - "image_index": 20238, - "image": "superCLEVR_new_020238", - "question": "How big is the bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20238_query_size_0_school", - "question_index": 101191 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020243.png", - "image_index": 20243, - "image": "superCLEVR_new_020243", - "question": "Are there any tiny cyan objects?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 6, - 7, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20243_exist", - "question_index": 101218 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020243.png", - "image_index": 20243, - "image": "superCLEVR_new_020243", - "question": "There is a big blue thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 4, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "4": [ - [ - 11, - 13 - ], - [ - 15, - 18 - ], - [ - 20, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20243_query_shape_4_road", - "question_index": 101219 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020244.png", - "image_index": 20244, - "image": "superCLEVR_new_020244", - "question": "What color is the articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20244_query_color_0_articulated", - "question_index": 101220 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020244.png", - "image_index": 20244, - "image": "superCLEVR_new_020244", - "question": "The articulated bus is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20244_query_size_0_articulated", - "question_index": 101221 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020249.png", - "image_index": 20249, - "image": "superCLEVR_new_020249", - "question": "Are any small yellow motorbikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0, - 3 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 8, - 12 - ], - [ - 14, - 19 - ], - [ - 21, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20249_exist", - "question_index": 101248 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020249.png", - "image_index": 20249, - "image": "superCLEVR_new_020249", - "question": "What shape is the red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "4": [ - [ - 18, - 17 - ], - [ - 18, - 20 - ], - [ - 22, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20249_query_shape_4_jet", - "question_index": 101249 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020252.png", - "image_index": 20252, - "image": "superCLEVR_new_020252", - "question": "Are there any small cyan double buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20252_exist", - "question_index": 101264 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020254.png", - "image_index": 20254, - "image": "superCLEVR_new_020254", - "question": "What is the shape of the tiny brown thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "1": [ - [ - 25, - 28 - ], - [ - 30, - 34 - ], - [ - 36, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20254_query_shape_1_regular", - "question_index": 101270 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020254.png", - "image_index": 20254, - "image": "superCLEVR_new_020254", - "question": "The small scooter is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "8": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20254_query_color_8_scooter", - "question_index": 101271 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020254.png", - "image_index": 20254, - "image": "superCLEVR_new_020254", - "question": "How big is the cyan object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "9": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20254_query_size_9_scooter", - "question_index": 101272 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020259.png", - "image_index": 20259, - "image": "superCLEVR_new_020259", - "question": "Are there any big bicycles?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 14, - 16 - ], - [ - 18, - 17 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20259_exist", - "question_index": 101295 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020259.png", - "image_index": 20259, - "image": "superCLEVR_new_020259", - "question": "There is a brown thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "5": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20259_query_shape_5_double", - "question_index": 101296 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020259.png", - "image_index": 20259, - "image": "superCLEVR_new_020259", - "question": "The big motorbike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "4": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20259_query_color_4_dirtbike", - "question_index": 101297 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020259.png", - "image_index": 20259, - "image": "superCLEVR_new_020259", - "question": "How big is the purple utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 4 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20259_query_size_0_utility", - "question_index": 101298 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020265.png", - "image_index": 20265, - "image": "superCLEVR_new_020265", - "question": "Are there any small gray double buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3, - 7 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20265_exist", - "question_index": 101327 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020265.png", - "image_index": 20265, - "image": "superCLEVR_new_020265", - "question": "What is the shape of the tiny green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "0": [ - [ - 25, - 28 - ], - [ - 30, - 34 - ], - [ - 36, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20265_query_shape_0_utility", - "question_index": 101328 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020265.png", - "image_index": 20265, - "image": "superCLEVR_new_020265", - "question": "The small car is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "9": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20265_query_color_9_wagon", - "question_index": 101329 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020266.png", - "image_index": 20266, - "image": "superCLEVR_new_020266", - "question": "What is the size of the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 29 - ], - [ - 31, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20266_query_size_1_dirtbike", - "question_index": 101330 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020271.png", - "image_index": 20271, - "image": "superCLEVR_new_020271", - "question": "Are there any tiny motorbikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1, - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 17 - ], - [ - 19, - 18 - ], - [ - 19, - 29 - ] - ], - "4": [ - [ - 14, - 17 - ], - [ - 19, - 18 - ], - [ - 19, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20271_exist", - "question_index": 101356 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020271.png", - "image_index": 20271, - "image": "superCLEVR_new_020271", - "question": "What shape is the brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "5": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20271_query_shape_5_sedan", - "question_index": 101357 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020271.png", - "image_index": 20271, - "image": "superCLEVR_new_020271", - "question": "The sedan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20271_query_color_5_sedan", - "question_index": 101358 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020271.png", - "image_index": 20271, - "image": "superCLEVR_new_020271", - "question": "What is the size of the cyan bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20271_query_size_2_school", - "question_index": 101359 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020276.png", - "image_index": 20276, - "image": "superCLEVR_new_020276", - "question": "Is there a tiny green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 11, - 14 - ], - [ - 16, - 20 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20276_exist", - "question_index": 101384 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020277.png", - "image_index": 20277, - "image": "superCLEVR_new_020277", - "question": "The tiny gray thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "4": [ - [ - 4, - 7 - ], - [ - 9, - 12 - ], - [ - 14, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20277_query_shape_4_articulated", - "question_index": 101386 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020277.png", - "image_index": 20277, - "image": "superCLEVR_new_020277", - "question": "The double bus has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20277_query_color_5_double", - "question_index": 101387 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020277.png", - "image_index": 20277, - "image": "superCLEVR_new_020277", - "question": "What is the size of the brown bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20277_query_size_5_double", - "question_index": 101388 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020281.png", - "image_index": 20281, - "image": "superCLEVR_new_020281", - "question": "Are any small green cruisers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20281_exist", - "question_index": 101408 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020281.png", - "image_index": 20281, - "image": "superCLEVR_new_020281", - "question": "The tiny purple thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "3": [ - [ - 4, - 7 - ], - [ - 9, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20281_query_shape_3_suv", - "question_index": 101409 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020282.png", - "image_index": 20282, - "image": "superCLEVR_new_020282", - "question": "The small tandem bike has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20282_query_color_0_tandem", - "question_index": 101411 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020282.png", - "image_index": 20282, - "image": "superCLEVR_new_020282", - "question": "The car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 6 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20282_query_size_3_wagon", - "question_index": 101412 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020288.png", - "image_index": 20288, - "image": "superCLEVR_new_020288", - "question": "Are there any small red fighters?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20288_exist", - "question_index": 101443 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020288.png", - "image_index": 20288, - "image": "superCLEVR_new_020288", - "question": "The big red thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "4": [ - [ - 4, - 6 - ], - [ - 8, - 10 - ], - [ - 12, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20288_query_shape_4_sedan", - "question_index": 101444 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020289.png", - "image_index": 20289, - "image": "superCLEVR_new_020289", - "question": "The large minivan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "2": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20289_query_color_2_minivan", - "question_index": 101446 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020289.png", - "image_index": 20289, - "image": "superCLEVR_new_020289", - "question": "What is the size of the double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20289_query_size_4_double", - "question_index": 101447 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020294.png", - "image_index": 20294, - "image": "superCLEVR_new_020294", - "question": "Are any objects visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "exist", - "inputs": [ - 0 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20294_exist", - "question_index": 101470 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020294.png", - "image_index": 20294, - "image": "superCLEVR_new_020294", - "question": "The large gray thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20294_query_shape_1_chopper", - "question_index": 101471 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020294.png", - "image_index": 20294, - "image": "superCLEVR_new_020294", - "question": "The big minivan has what 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": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "0": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20294_query_color_0_minivan", - "question_index": 101472 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020294.png", - "image_index": 20294, - "image": "superCLEVR_new_020294", - "question": "The brown double bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20294_query_size_2_double", - "question_index": 101473 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020300.png", - "image_index": 20300, - "image": "superCLEVR_new_020300", - "question": "Is there a large gray regular car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "addi" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20300_exist", - "question_index": 101501 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020300.png", - "image_index": 20300, - "image": "superCLEVR_new_020300", - "question": "What is the shape of the big brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "biplane", - "value_inputs": [] - } - ], - "answer": "biplane", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 33 - ], - [ - 35, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20300_query_shape_2_biplane", - "question_index": 101502 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020300.png", - "image_index": 20300, - "image": "superCLEVR_new_020300", - "question": "The large minivan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "7": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20300_query_color_7_minivan", - "question_index": 101503 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020300.png", - "image_index": 20300, - "image": "superCLEVR_new_020300", - "question": "How big is the chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20300_query_size_4_chopper", - "question_index": 101504 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020305.png", - "image_index": 20305, - "image": "superCLEVR_new_020305", - "question": "Are there any purple buss?", - "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": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 14, - 13 - ], - [ - 14, - 19 - ], - [ - 21, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20305_exist", - "question_index": 101529 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020306.png", - "image_index": 20306, - "image": "superCLEVR_new_020306", - "question": "What is the shape of the blue object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "8": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20306_query_shape_8_double", - "question_index": 101531 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020306.png", - "image_index": 20306, - "image": "superCLEVR_new_020306", - "question": "What is the color of the small bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "4": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20306_query_color_4_tandem", - "question_index": 101532 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020306.png", - "image_index": 20306, - "image": "superCLEVR_new_020306", - "question": "What size is the green chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 7 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20306_query_size_0_chopper", - "question_index": 101533 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020311.png", - "image_index": 20311, - "image": "superCLEVR_new_020311", - "question": "Are there any big green tandem bikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 16 - ], - [ - 18, - 22 - ], - [ - 24, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20311_exist", - "question_index": 101558 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020311.png", - "image_index": 20311, - "image": "superCLEVR_new_020311", - "question": "What is the shape of the purple thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "5": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20311_query_shape_5_airliner", - "question_index": 101559 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020312.png", - "image_index": 20312, - "image": "superCLEVR_new_020312", - "question": "What is the color of the scooter?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20312_query_color_2_scooter", - "question_index": 101560 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020312.png", - "image_index": 20312, - "image": "superCLEVR_new_020312", - "question": "How big is the articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20312_query_size_1_articulated", - "question_index": 101561 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020316.png", - "image_index": 20316, - "image": "superCLEVR_new_020316", - "question": "Are any tiny fighters visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20316_exist", - "question_index": 101582 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020316.png", - "image_index": 20316, - "image": "superCLEVR_new_020316", - "question": "There is a big green thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "3": [ - [ - 11, - 13 - ], - [ - 15, - 19 - ], - [ - 21, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20316_query_shape_3_jet", - "question_index": 101583 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020316.png", - "image_index": 20316, - "image": "superCLEVR_new_020316", - "question": "The regular bus has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20316_query_color_0_regular", - "question_index": 101584 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020317.png", - "image_index": 20317, - "image": "superCLEVR_new_020317", - "question": "What is the size of the gray road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20317_query_size_2_road", - "question_index": 101588 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020323.png", - "image_index": 20323, - "image": "superCLEVR_new_020323", - "question": "Are any big blue utility bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20323_exist", - "question_index": 101616 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020323.png", - "image_index": 20323, - "image": "superCLEVR_new_020323", - "question": "What is the shape of the gray thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "fighter", - "value_inputs": [] - } - ], - "answer": "fighter", - "obj_map": { - "3": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20323_query_shape_3_fighter", - "question_index": 101617 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020323.png", - "image_index": 20323, - "image": "superCLEVR_new_020323", - "question": "The tiny sedan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "4": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20323_query_color_4_sedan", - "question_index": 101618 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020323.png", - "image_index": 20323, - "image": "superCLEVR_new_020323", - "question": "What is the size of the jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20323_query_size_2_jet", - "question_index": 101619 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020328.png", - "image_index": 20328, - "image": "superCLEVR_new_020328", - "question": "Is there a brown suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 5, - 7 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20328_exist", - "question_index": 101644 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020329.png", - "image_index": 20329, - "image": "superCLEVR_new_020329", - "question": "What shape is the big blue object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "1": [ - [ - 18, - 20 - ], - [ - 22, - 25 - ], - [ - 27, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20329_query_shape_1_sedan", - "question_index": 101648 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020329.png", - "image_index": 20329, - "image": "superCLEVR_new_020329", - "question": "What color is the small utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "2": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20329_query_color_2_utility", - "question_index": 101649 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020330.png", - "image_index": 20330, - "image": "superCLEVR_new_020330", - "question": "What size is the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20330_query_size_1_regular", - "question_index": 101650 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020335.png", - "image_index": 20335, - "image": "superCLEVR_new_020335", - "question": "Is there a green sedan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20335_exist", - "question_index": 101678 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020335.png", - "image_index": 20335, - "image": "superCLEVR_new_020335", - "question": "The red object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20335_query_shape_1_minivan", - "question_index": 101679 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020336.png", - "image_index": 20336, - "image": "superCLEVR_new_020336", - "question": "What is the color of the car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20336_query_color_0_wagon", - "question_index": 101681 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020336.png", - "image_index": 20336, - "image": "superCLEVR_new_020336", - "question": "The gray bicycle has what 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": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20336_query_size_2_mountain", - "question_index": 101682 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020341.png", - "image_index": 20341, - "image": "superCLEVR_new_020341", - "question": "Are there any things?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "exist", - "inputs": [ - 0 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20341_exist", - "question_index": 101706 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020341.png", - "image_index": 20341, - "image": "superCLEVR_new_020341", - "question": "There is a big object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "2": [ - [ - 11, - 13 - ], - [ - 15, - 14 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20341_query_shape_2_mountain", - "question_index": 101707 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020341.png", - "image_index": 20341, - "image": "superCLEVR_new_020341", - "question": "What is the color of the tiny bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "5": [ - [ - 25, - 28 - ], - [ - 30, - 29 - ], - [ - 30, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20341_query_color_5_double", - "question_index": 101708 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020341.png", - "image_index": 20341, - "image": "superCLEVR_new_020341", - "question": "What is the size of the bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20341_query_size_2_mountain", - "question_index": 101709 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020347.png", - "image_index": 20347, - "image": "superCLEVR_new_020347", - "question": "Are any brown choppers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5, - 6 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20347_exist", - "question_index": 101737 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020347.png", - "image_index": 20347, - "image": "superCLEVR_new_020347", - "question": "What is the shape of the yellow thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "7": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20347_query_shape_7_chopper", - "question_index": 101738 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020347.png", - "image_index": 20347, - "image": "superCLEVR_new_020347", - "question": "What is the color of the small bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5, - 7, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "4": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20347_query_color_4_utility", - "question_index": 101739 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020348.png", - "image_index": 20348, - "image": "superCLEVR_new_020348", - "question": "The articulated bus is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20348_query_size_0_articulated", - "question_index": 101741 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020352.png", - "image_index": 20352, - "image": "superCLEVR_new_020352", - "question": "Is there a truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "6": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20352_exist", - "question_index": 101764 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020353.png", - "image_index": 20353, - "image": "superCLEVR_new_020353", - "question": "What shape is the big red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "0": [ - [ - 18, - 20 - ], - [ - 22, - 24 - ], - [ - 26, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20353_query_shape_0_road", - "question_index": 101767 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020353.png", - "image_index": 20353, - "image": "superCLEVR_new_020353", - "question": "What color is the tiny mountain bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 6, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "4": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20353_query_color_4_mountain", - "question_index": 101768 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020353.png", - "image_index": 20353, - "image": "superCLEVR_new_020353", - "question": "What is the size of the jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20353_query_size_1_jet", - "question_index": 101769 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020358.png", - "image_index": 20358, - "image": "superCLEVR_new_020358", - "question": "Are any big buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 10 - ], - [ - 12, - 11 - ], - [ - 12, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20358_exist", - "question_index": 101794 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020359.png", - "image_index": 20359, - "image": "superCLEVR_new_020359", - "question": "The tiny red thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "4": [ - [ - 4, - 7 - ], - [ - 9, - 11 - ], - [ - 13, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20359_query_shape_4_mountain", - "question_index": 101795 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020359.png", - "image_index": 20359, - "image": "superCLEVR_new_020359", - "question": "What color is the big fighter?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "5": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20359_query_color_5_fighter", - "question_index": 101796 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020359.png", - "image_index": 20359, - "image": "superCLEVR_new_020359", - "question": "How big is the mountain bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20359_query_size_4_mountain", - "question_index": 101797 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020365.png", - "image_index": 20365, - "image": "superCLEVR_new_020365", - "question": "Are any tiny green choppers visible?", - "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_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20365_exist", - "question_index": 101825 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020365.png", - "image_index": 20365, - "image": "superCLEVR_new_020365", - "question": "What shape is the big object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "1": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20365_query_shape_1_airliner", - "question_index": 101826 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020365.png", - "image_index": 20365, - "image": "superCLEVR_new_020365", - "question": "What is the color of the airliner?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "1": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20365_query_color_1_airliner", - "question_index": 101827 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020365.png", - "image_index": 20365, - "image": "superCLEVR_new_020365", - "question": "The airliner is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20365_query_size_1_airliner", - "question_index": 101828 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020370.png", - "image_index": 20370, - "image": "superCLEVR_new_020370", - "question": "Are any cyan biplanes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 7 - ], - [ - 8, - 11 - ], - [ - 13, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20370_exist", - "question_index": 101854 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020371.png", - "image_index": 20371, - "image": "superCLEVR_new_020371", - "question": "What shape is the brown thing?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20371_query_shape_0_chopper", - "question_index": 101855 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020371.png", - "image_index": 20371, - "image": "superCLEVR_new_020371", - "question": "What is the color of the large chopper?", - "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": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "0": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20371_query_color_0_chopper", - "question_index": 101856 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020371.png", - "image_index": 20371, - "image": "superCLEVR_new_020371", - "question": "What size is the yellow jet?", - "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": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20371_query_size_2_jet", - "question_index": 101857 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020375.png", - "image_index": 20375, - "image": "superCLEVR_new_020375", - "question": "Are any small yellow road bikes visible?", - "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_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "road" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20375_exist", - "question_index": 101879 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020377.png", - "image_index": 20377, - "image": "superCLEVR_new_020377", - "question": "The big red object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "5": [ - [ - 4, - 6 - ], - [ - 8, - 10 - ], - [ - 12, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20377_query_shape_5_articulated", - "question_index": 101886 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020377.png", - "image_index": 20377, - "image": "superCLEVR_new_020377", - "question": "The sedan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20377_query_color_3_sedan", - "question_index": 101887 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020377.png", - "image_index": 20377, - "image": "superCLEVR_new_020377", - "question": "What size is the green car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20377_query_size_4_suv", - "question_index": 101888 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020383.png", - "image_index": 20383, - "image": "superCLEVR_new_020383", - "question": "Are any buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20383_exist", - "question_index": 101916 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020383.png", - "image_index": 20383, - "image": "superCLEVR_new_020383", - "question": "What shape is the cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "4": [ - [ - 18, - 17 - ], - [ - 18, - 21 - ], - [ - 23, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20383_query_shape_4_utility", - "question_index": 101917 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020383.png", - "image_index": 20383, - "image": "superCLEVR_new_020383", - "question": "The small wagon is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 6, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "8": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20383_query_color_8_wagon", - "question_index": 101918 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020383.png", - "image_index": 20383, - "image": "superCLEVR_new_020383", - "question": "The airliner is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "7": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20383_query_size_7_airliner", - "question_index": 101919 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020389.png", - "image_index": 20389, - "image": "superCLEVR_new_020389", - "question": "Is there a big bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "6": [ - [ - 11, - 13 - ], - [ - 15, - 14 - ], - [ - 15, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20389_exist", - "question_index": 101945 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020389.png", - "image_index": 20389, - "image": "superCLEVR_new_020389", - "question": "What is the shape of the tiny red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "4": [ - [ - 25, - 28 - ], - [ - 30, - 32 - ], - [ - 34, - 38 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20389_query_shape_4_regular", - "question_index": 101946 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020389.png", - "image_index": 20389, - "image": "superCLEVR_new_020389", - "question": "What is the color of the big bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "6": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20389_query_color_6_school", - "question_index": 101947 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020389.png", - "image_index": 20389, - "image": "superCLEVR_new_020389", - "question": "What size is the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20389_query_size_4_regular", - "question_index": 101948 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020394.png", - "image_index": 20394, - "image": "superCLEVR_new_020394", - "question": "Are any small yellow school buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20394_exist", - "question_index": 101971 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020394.png", - "image_index": 20394, - "image": "superCLEVR_new_020394", - "question": "The purple object has what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20394_query_shape_2_utility", - "question_index": 101972 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020394.png", - "image_index": 20394, - "image": "superCLEVR_new_020394", - "question": "What is the color of the utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20394_query_color_2_utility", - "question_index": 101973 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020394.png", - "image_index": 20394, - "image": "superCLEVR_new_020394", - "question": "The brown object is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20394_query_size_1_biplane", - "question_index": 101974 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020400.png", - "image_index": 20400, - "image": "superCLEVR_new_020400", - "question": "Is there a large red chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20400_exist", - "question_index": 102001 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020400.png", - "image_index": 20400, - "image": "superCLEVR_new_020400", - "question": "There is a purple thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "3": [ - [ - 11, - 10 - ], - [ - 11, - 16 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20400_query_shape_3_cruiser", - "question_index": 102002 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020400.png", - "image_index": 20400, - "image": "superCLEVR_new_020400", - "question": "What is the color of the tiny airliner?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "5": [ - [ - 25, - 28 - ], - [ - 30, - 29 - ], - [ - 30, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20400_query_color_5_airliner", - "question_index": 102003 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020400.png", - "image_index": 20400, - "image": "superCLEVR_new_020400", - "question": "The brown motorbike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20400_query_size_4_scooter", - "question_index": 102004 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020406.png", - "image_index": 20406, - "image": "superCLEVR_new_020406", - "question": "Are any large gray motorbikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 12 - ], - [ - 14, - 17 - ], - [ - 19, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20406_exist", - "question_index": 102031 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020406.png", - "image_index": 20406, - "image": "superCLEVR_new_020406", - "question": "What shape is the large gray thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 27 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20406_query_shape_0_cruiser", - "question_index": 102032 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020406.png", - "image_index": 20406, - "image": "superCLEVR_new_020406", - "question": "What color is the large articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "3": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20406_query_color_3_articulated", - "question_index": 102033 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020406.png", - "image_index": 20406, - "image": "superCLEVR_new_020406", - "question": "What is the size of the brown suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "6": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20406_query_size_6_suv", - "question_index": 102034 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020412.png", - "image_index": 20412, - "image": "superCLEVR_new_020412", - "question": "Is there a small brown suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20412_exist", - "question_index": 102063 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020412.png", - "image_index": 20412, - "image": "superCLEVR_new_020412", - "question": "What shape is the small yellow thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 29 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20412_query_shape_0_double", - "question_index": 102064 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020413.png", - "image_index": 20413, - "image": "superCLEVR_new_020413", - "question": "What is the color of the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20413_query_color_2_dirtbike", - "question_index": 102066 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020413.png", - "image_index": 20413, - "image": "superCLEVR_new_020413", - "question": "What size is the bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20413_query_size_0_articulated", - "question_index": 102067 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020418.png", - "image_index": 20418, - "image": "superCLEVR_new_020418", - "question": "Is there a small airliner?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 15 - ], - [ - 17, - 16 - ], - [ - 17, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20418_exist", - "question_index": 102092 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020418.png", - "image_index": 20418, - "image": "superCLEVR_new_020418", - "question": "There is a small yellow thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "0": [ - [ - 11, - 15 - ], - [ - 17, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20418_query_shape_0_airliner", - "question_index": 102093 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020418.png", - "image_index": 20418, - "image": "superCLEVR_new_020418", - "question": "The large sedan has what color?", - "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": [ - 3 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20418_query_color_3_sedan", - "question_index": 102094 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020419.png", - "image_index": 20419, - "image": "superCLEVR_new_020419", - "question": "The cyan aeroplane is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20419_query_size_0_airliner", - "question_index": 102095 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020423.png", - "image_index": 20423, - "image": "superCLEVR_new_020423", - "question": "Is there a big blue road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "road" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20423_exist", - "question_index": 102119 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020424.png", - "image_index": 20424, - "image": "superCLEVR_new_020424", - "question": "The small brown object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 14 - ], - [ - 16, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20424_query_shape_0_utility", - "question_index": 102123 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020424.png", - "image_index": 20424, - "image": "superCLEVR_new_020424", - "question": "What color is the small motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "6": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20424_query_color_6_cruiser", - "question_index": 102124 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020425.png", - "image_index": 20425, - "image": "superCLEVR_new_020425", - "question": "The gray utility bike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "7": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20425_query_size_7_utility", - "question_index": 102127 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020430.png", - "image_index": 20430, - "image": "superCLEVR_new_020430", - "question": "Is there a blue thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20430_exist", - "question_index": 102153 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020430.png", - "image_index": 20430, - "image": "superCLEVR_new_020430", - "question": "The green object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20430_query_shape_3_mountain", - "question_index": 102154 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020431.png", - "image_index": 20431, - "image": "superCLEVR_new_020431", - "question": "The airliner has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20431_query_color_0_airliner", - "question_index": 102155 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020431.png", - "image_index": 20431, - "image": "superCLEVR_new_020431", - "question": "The cyan airliner is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20431_query_size_0_airliner", - "question_index": 102156 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020436.png", - "image_index": 20436, - "image": "superCLEVR_new_020436", - "question": "Are any large blue double buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 7, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20436_exist", - "question_index": 102182 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020436.png", - "image_index": 20436, - "image": "superCLEVR_new_020436", - "question": "What shape is the small gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 5, - 6, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "dirtbike", - "value_inputs": [] - } - ], - "answer": "dirtbike", - "obj_map": { - "3": [ - [ - 18, - 22 - ], - [ - 24, - 27 - ], - [ - 29, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20436_query_shape_3_dirtbike", - "question_index": 102183 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020436.png", - "image_index": 20436, - "image": "superCLEVR_new_020436", - "question": "The large articulated bus is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 7, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "8": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20436_query_color_8_articulated", - "question_index": 102184 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020437.png", - "image_index": 20437, - "image": "superCLEVR_new_020437", - "question": "The purple car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20437_query_size_0_truck", - "question_index": 102185 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020440.png", - "image_index": 20440, - "image": "superCLEVR_new_020440", - "question": "Are any small yellow tandem bikes visible?", - "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_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20440_exist", - "question_index": 102204 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020442.png", - "image_index": 20442, - "image": "superCLEVR_new_020442", - "question": "What is the shape of the gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "5": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20442_query_shape_5_airliner", - "question_index": 102210 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020442.png", - "image_index": 20442, - "image": "superCLEVR_new_020442", - "question": "What color is the school bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20442_query_color_3_school", - "question_index": 102211 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020442.png", - "image_index": 20442, - "image": "superCLEVR_new_020442", - "question": "The brown tandem bike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20442_query_size_2_tandem", - "question_index": 102212 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020448.png", - "image_index": 20448, - "image": "superCLEVR_new_020448", - "question": "Is there a small blue regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 11, - 15 - ], - [ - 17, - 20 - ], - [ - 22, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20448_exist", - "question_index": 102241 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020448.png", - "image_index": 20448, - "image": "superCLEVR_new_020448", - "question": "What shape is the large green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20448_query_shape_0_double", - "question_index": 102242 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020448.png", - "image_index": 20448, - "image": "superCLEVR_new_020448", - "question": "The scooter has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20448_query_color_3_scooter", - "question_index": 102243 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020448.png", - "image_index": 20448, - "image": "superCLEVR_new_020448", - "question": "What size is the blue bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 20 - ], - [ - 22, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20448_query_size_5_regular", - "question_index": 102244 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020453.png", - "image_index": 20453, - "image": "superCLEVR_new_020453", - "question": "Is there a tiny green truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5, - 6, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20453_exist", - "question_index": 102269 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020454.png", - "image_index": 20454, - "image": "superCLEVR_new_020454", - "question": "The small cyan thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "3": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20454_query_shape_3_road", - "question_index": 102271 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020454.png", - "image_index": 20454, - "image": "superCLEVR_new_020454", - "question": "The big bicycle has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "2": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20454_query_color_2_road", - "question_index": 102272 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020454.png", - "image_index": 20454, - "image": "superCLEVR_new_020454", - "question": "What size is the yellow truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20454_query_size_4_truck", - "question_index": 102273 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020460.png", - "image_index": 20460, - "image": "superCLEVR_new_020460", - "question": "Are there any tiny sedans?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5, - 6, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 14, - 17 - ], - [ - 19, - 18 - ], - [ - 19, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20460_exist", - "question_index": 102301 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020460.png", - "image_index": 20460, - "image": "superCLEVR_new_020460", - "question": "What shape is the small green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5, - 6, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "4": [ - [ - 18, - 22 - ], - [ - 24, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20460_query_shape_4_utility", - "question_index": 102302 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020460.png", - "image_index": 20460, - "image": "superCLEVR_new_020460", - "question": "The truck has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20460_query_color_2_truck", - "question_index": 102303 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020460.png", - "image_index": 20460, - "image": "superCLEVR_new_020460", - "question": "What size is the green utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20460_query_size_4_utility", - "question_index": 102304 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020464.png", - "image_index": 20464, - "image": "superCLEVR_new_020464", - "question": "Is there a blue object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20464_exist", - "question_index": 102324 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020465.png", - "image_index": 20465, - "image": "superCLEVR_new_020465", - "question": "There is a brown thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "1": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20465_query_shape_1_scooter", - "question_index": 102326 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020465.png", - "image_index": 20465, - "image": "superCLEVR_new_020465", - "question": "The sedan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20465_query_color_0_sedan", - "question_index": 102327 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020465.png", - "image_index": 20465, - "image": "superCLEVR_new_020465", - "question": "The red car is what 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": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20465_query_size_2_minivan", - "question_index": 102328 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020471.png", - "image_index": 20471, - "image": "superCLEVR_new_020471", - "question": "Is there a blue bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20471_exist", - "question_index": 102359 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020472.png", - "image_index": 20472, - "image": "superCLEVR_new_020472", - "question": "The blue object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "6": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20472_query_shape_6_scooter", - "question_index": 102361 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020472.png", - "image_index": 20472, - "image": "superCLEVR_new_020472", - "question": "The tiny suv is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20472_query_color_2_suv", - "question_index": 102362 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020472.png", - "image_index": 20472, - "image": "superCLEVR_new_020472", - "question": "What size is the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20472_query_size_2_suv", - "question_index": 102363 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020478.png", - "image_index": 20478, - "image": "superCLEVR_new_020478", - "question": "Are there any red cruisers?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20478_exist", - "question_index": 102390 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020478.png", - "image_index": 20478, - "image": "superCLEVR_new_020478", - "question": "There is a yellow object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "6": [ - [ - 11, - 10 - ], - [ - 11, - 16 - ], - [ - 18, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20478_query_shape_6_scooter", - "question_index": 102391 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020478.png", - "image_index": 20478, - "image": "superCLEVR_new_020478", - "question": "What is the color of the large tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 6, - 8, - 9 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "8": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20478_query_color_8_tandem", - "question_index": 102392 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020478.png", - "image_index": 20478, - "image": "superCLEVR_new_020478", - "question": "What is the size of the gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "8": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20478_query_size_8_tandem", - "question_index": 102393 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020483.png", - "image_index": 20483, - "image": "superCLEVR_new_020483", - "question": "Is there a blue school bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20483_exist", - "question_index": 102417 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020483.png", - "image_index": 20483, - "image": "superCLEVR_new_020483", - "question": "What shape is the brown thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20483_query_shape_0_mountain", - "question_index": 102418 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020483.png", - "image_index": 20483, - "image": "superCLEVR_new_020483", - "question": "The tiny fighter is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "6": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20483_query_color_6_fighter", - "question_index": 102419 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020484.png", - "image_index": 20484, - "image": "superCLEVR_new_020484", - "question": "How big is the bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20484_query_size_2_school", - "question_index": 102420 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020488.png", - "image_index": 20488, - "image": "superCLEVR_new_020488", - "question": "Are there any big things?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 14, - 16 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20488_exist", - "question_index": 102443 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020488.png", - "image_index": 20488, - "image": "superCLEVR_new_020488", - "question": "What is the shape of the big thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "0": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20488_query_shape_0_suv", - "question_index": 102444 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020489.png", - "image_index": 20489, - "image": "superCLEVR_new_020489", - "question": "What color is the large car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20489_query_color_1_suv", - "question_index": 102449 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020490.png", - "image_index": 20490, - "image": "superCLEVR_new_020490", - "question": "The gray aeroplane is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20490_query_size_4_jet", - "question_index": 102450 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020495.png", - "image_index": 20495, - "image": "superCLEVR_new_020495", - "question": "Are any bicycles visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20495_exist", - "question_index": 102476 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020495.png", - "image_index": 20495, - "image": "superCLEVR_new_020495", - "question": "There is a brown thing; what shape is it?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20495_query_shape_0_double", - "question_index": 102477 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020495.png", - "image_index": 20495, - "image": "superCLEVR_new_020495", - "question": "What is the color of the double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "0": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20495_query_color_0_double", - "question_index": 102478 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020495.png", - "image_index": 20495, - "image": "superCLEVR_new_020495", - "question": "The brown bus is what 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": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20495_query_size_0_double", - "question_index": 102479 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020503.png", - "image_index": 20503, - "image": "superCLEVR_new_020503", - "question": "Are there any small brown tandem bikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20503_exist", - "question_index": 102516 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020503.png", - "image_index": 20503, - "image": "superCLEVR_new_020503", - "question": "The green thing is what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20503_query_shape_0_sedan", - "question_index": 102517 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020503.png", - "image_index": 20503, - "image": "superCLEVR_new_020503", - "question": "The aeroplane has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20503_query_color_1_fighter", - "question_index": 102518 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020503.png", - "image_index": 20503, - "image": "superCLEVR_new_020503", - "question": "How big is the car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20503_query_size_0_sedan", - "question_index": 102519 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020508.png", - "image_index": 20508, - "image": "superCLEVR_new_020508", - "question": "Are any red airliners visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 7 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 7 - ], - [ - 8, - 10 - ], - [ - 12, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20508_exist", - "question_index": 102542 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020508.png", - "image_index": 20508, - "image": "superCLEVR_new_020508", - "question": "What is the shape of the brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "5": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20508_query_shape_5_truck", - "question_index": 102543 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020508.png", - "image_index": 20508, - "image": "superCLEVR_new_020508", - "question": "What color is the tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "7": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20508_query_color_7_tandem", - "question_index": 102544 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020509.png", - "image_index": 20509, - "image": "superCLEVR_new_020509", - "question": "The brown dirtbike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3, - 7 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20509_query_size_3_dirtbike", - "question_index": 102549 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020515.png", - "image_index": 20515, - "image": "superCLEVR_new_020515", - "question": "Is there a gray school bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 6 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20515_exist", - "question_index": 102576 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020515.png", - "image_index": 20515, - "image": "superCLEVR_new_020515", - "question": "What shape is the small yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "9": [ - [ - 18, - 22 - ], - [ - 24, - 29 - ], - [ - 31, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20515_query_shape_9_articulated", - "question_index": 102577 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020515.png", - "image_index": 20515, - "image": "superCLEVR_new_020515", - "question": "The car is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 6 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20515_query_color_5_suv", - "question_index": 102578 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020515.png", - "image_index": 20515, - "image": "superCLEVR_new_020515", - "question": "The purple car is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20515_query_size_5_suv", - "question_index": 102579 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020520.png", - "image_index": 20520, - "image": "superCLEVR_new_020520", - "question": "Are there any small green dirtbikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20520_exist", - "question_index": 102602 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020520.png", - "image_index": 20520, - "image": "superCLEVR_new_020520", - "question": "What shape is the green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20520_query_shape_0_cruiser", - "question_index": 102603 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020520.png", - "image_index": 20520, - "image": "superCLEVR_new_020520", - "question": "The small cruiser has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20520_query_color_0_cruiser", - "question_index": 102604 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020521.png", - "image_index": 20521, - "image": "superCLEVR_new_020521", - "question": "The brown tandem bike has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4, - 7 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20521_query_size_3_tandem", - "question_index": 102606 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020526.png", - "image_index": 20526, - "image": "superCLEVR_new_020526", - "question": "Are any purple suvs visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20526_exist", - "question_index": 102633 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020526.png", - "image_index": 20526, - "image": "superCLEVR_new_020526", - "question": "The large gray thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "6": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20526_query_shape_6_suv", - "question_index": 102634 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020527.png", - "image_index": 20527, - "image": "superCLEVR_new_020527", - "question": "What is the color of the big utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20527_query_color_2_utility", - "question_index": 102635 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020527.png", - "image_index": 20527, - "image": "superCLEVR_new_020527", - "question": "What size is the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20527_query_size_0_road", - "question_index": 102636 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020532.png", - "image_index": 20532, - "image": "superCLEVR_new_020532", - "question": "Are there any blue scooters?", - "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": [ - "scooter" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 13 - ], - [ - 14, - 17 - ], - [ - 19, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20532_exist", - "question_index": 102663 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020532.png", - "image_index": 20532, - "image": "superCLEVR_new_020532", - "question": "The blue thing has what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20532_query_shape_2_scooter", - "question_index": 102664 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020533.png", - "image_index": 20533, - "image": "superCLEVR_new_020533", - "question": "What color is the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20533_query_color_0_regular", - "question_index": 102667 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020533.png", - "image_index": 20533, - "image": "superCLEVR_new_020533", - "question": "How big is the blue chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20533_query_size_4_chopper", - "question_index": 102668 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020539.png", - "image_index": 20539, - "image": "superCLEVR_new_020539", - "question": "Are there any purple cars?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 14, - 13 - ], - [ - 14, - 19 - ], - [ - 21, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20539_exist", - "question_index": 102698 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020539.png", - "image_index": 20539, - "image": "superCLEVR_new_020539", - "question": "There is a gray thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "4": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20539_query_shape_4_utility", - "question_index": 102699 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020540.png", - "image_index": 20540, - "image": "superCLEVR_new_020540", - "question": "What color is the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20540_query_color_3_regular", - "question_index": 102700 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020540.png", - "image_index": 20540, - "image": "superCLEVR_new_020540", - "question": "The purple articulated bus is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20540_query_size_5_articulated", - "question_index": 102701 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020544.png", - "image_index": 20544, - "image": "superCLEVR_new_020544", - "question": "Is there a large gray road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "road" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20544_exist", - "question_index": 102723 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020544.png", - "image_index": 20544, - "image": "superCLEVR_new_020544", - "question": "What shape is the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 23 - ], - [ - 25, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20544_query_shape_0_double", - "question_index": 102724 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020545.png", - "image_index": 20545, - "image": "superCLEVR_new_020545", - "question": "The large car has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "7": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20545_query_color_7_minivan", - "question_index": 102728 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020545.png", - "image_index": 20545, - "image": "superCLEVR_new_020545", - "question": "How big is the blue bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "8": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20545_query_size_8_school", - "question_index": 102729 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020551.png", - "image_index": 20551, - "image": "superCLEVR_new_020551", - "question": "Are any school buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20551_exist", - "question_index": 102756 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020551.png", - "image_index": 20551, - "image": "superCLEVR_new_020551", - "question": "What shape is the large cyan object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "6": [ - [ - 18, - 22 - ], - [ - 24, - 27 - ], - [ - 29, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20551_query_shape_6_double", - "question_index": 102757 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020551.png", - "image_index": 20551, - "image": "superCLEVR_new_020551", - "question": "The tiny motorbike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20551_query_color_2_cruiser", - "question_index": 102758 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020551.png", - "image_index": 20551, - "image": "superCLEVR_new_020551", - "question": "The blue school bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20551_query_size_1_school", - "question_index": 102759 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020556.png", - "image_index": 20556, - "image": "superCLEVR_new_020556", - "question": "Is there a big cyan chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20556_exist", - "question_index": 102784 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020557.png", - "image_index": 20557, - "image": "superCLEVR_new_020557", - "question": "What shape is the big purple object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "0": [ - [ - 18, - 20 - ], - [ - 22, - 27 - ], - [ - 29, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20557_query_shape_0_truck", - "question_index": 102786 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020557.png", - "image_index": 20557, - "image": "superCLEVR_new_020557", - "question": "What color is the car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20557_query_color_0_truck", - "question_index": 102787 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020557.png", - "image_index": 20557, - "image": "superCLEVR_new_020557", - "question": "The yellow thing is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20557_query_size_2_mountain", - "question_index": 102788 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020562.png", - "image_index": 20562, - "image": "superCLEVR_new_020562", - "question": "Are there any big green bicycles?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 16 - ], - [ - 18, - 22 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20562_exist", - "question_index": 102813 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020562.png", - "image_index": 20562, - "image": "superCLEVR_new_020562", - "question": "What is the shape of the large thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20562_query_shape_2_utility", - "question_index": 102814 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020563.png", - "image_index": 20563, - "image": "superCLEVR_new_020563", - "question": "What color is the small dirtbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20563_query_color_0_dirtbike", - "question_index": 102815 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020563.png", - "image_index": 20563, - "image": "superCLEVR_new_020563", - "question": "How big is the yellow bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20563_query_size_3_road", - "question_index": 102816 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020568.png", - "image_index": 20568, - "image": "superCLEVR_new_020568", - "question": "Is there a small brown biplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20568_exist", - "question_index": 102843 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020568.png", - "image_index": 20568, - "image": "superCLEVR_new_020568", - "question": "The small thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20568_query_shape_1_airliner", - "question_index": 102844 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020569.png", - "image_index": 20569, - "image": "superCLEVR_new_020569", - "question": "The aeroplane is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20569_query_color_0_biplane", - "question_index": 102846 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020569.png", - "image_index": 20569, - "image": "superCLEVR_new_020569", - "question": "What size is the green school bus?", - "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": [ - "school" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20569_query_size_2_school", - "question_index": 102847 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020574.png", - "image_index": 20574, - "image": "superCLEVR_new_020574", - "question": "Are any choppers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20574_exist", - "question_index": 102873 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020574.png", - "image_index": 20574, - "image": "superCLEVR_new_020574", - "question": "What is the shape of the large yellow thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "1": [ - [ - 25, - 29 - ], - [ - 31, - 36 - ], - [ - 38, - 42 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20574_query_shape_1_cruiser", - "question_index": 102874 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020575.png", - "image_index": 20575, - "image": "superCLEVR_new_020575", - "question": "What is the color of the large jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20575_query_color_2_jet", - "question_index": 102875 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020575.png", - "image_index": 20575, - "image": "superCLEVR_new_020575", - "question": "What size is the yellow suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20575_query_size_5_suv", - "question_index": 102876 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020580.png", - "image_index": 20580, - "image": "superCLEVR_new_020580", - "question": "Is there a big blue school bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20580_exist", - "question_index": 102901 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020580.png", - "image_index": 20580, - "image": "superCLEVR_new_020580", - "question": "What is the shape of the small green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "3": [ - [ - 25, - 29 - ], - [ - 31, - 35 - ], - [ - 37, - 42 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20580_query_shape_3_truck", - "question_index": 102902 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020580.png", - "image_index": 20580, - "image": "superCLEVR_new_020580", - "question": "The small motorbike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "4": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20580_query_color_4_chopper", - "question_index": 102903 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020580.png", - "image_index": 20580, - "image": "superCLEVR_new_020580", - "question": "What size is the purple double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20580_query_size_5_double", - "question_index": 102904 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020586.png", - "image_index": 20586, - "image": "superCLEVR_new_020586", - "question": "Is there a green tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20586_exist", - "question_index": 102932 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020586.png", - "image_index": 20586, - "image": "superCLEVR_new_020586", - "question": "The large cyan object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20586_query_shape_0_scooter", - "question_index": 102933 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020586.png", - "image_index": 20586, - "image": "superCLEVR_new_020586", - "question": "What color is the big motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20586_query_color_0_scooter", - "question_index": 102934 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020587.png", - "image_index": 20587, - "image": "superCLEVR_new_020587", - "question": "What size is the purple double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20587_query_size_1_double", - "question_index": 102939 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020592.png", - "image_index": 20592, - "image": "superCLEVR_new_020592", - "question": "Are there any small cars?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 14, - 18 - ], - [ - 20, - 19 - ], - [ - 20, - 22 - ] - ], - "2": [ - [ - 14, - 18 - ], - [ - 20, - 19 - ], - [ - 20, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20592_exist", - "question_index": 102962 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020592.png", - "image_index": 20592, - "image": "superCLEVR_new_020592", - "question": "What is the shape of the tiny cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "2": [ - [ - 25, - 28 - ], - [ - 30, - 33 - ], - [ - 35, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20592_query_shape_2_minivan", - "question_index": 102963 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020592.png", - "image_index": 20592, - "image": "superCLEVR_new_020592", - "question": "The big car is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20592_query_color_3_suv", - "question_index": 102964 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020593.png", - "image_index": 20593, - "image": "superCLEVR_new_020593", - "question": "What size is the purple car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20593_query_size_5_minivan", - "question_index": 102966 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020598.png", - "image_index": 20598, - "image": "superCLEVR_new_020598", - "question": "Are any big green trucks visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20598_exist", - "question_index": 102991 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020598.png", - "image_index": 20598, - "image": "superCLEVR_new_020598", - "question": "What is the shape of the cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20598_query_shape_2_minivan", - "question_index": 102992 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020598.png", - "image_index": 20598, - "image": "superCLEVR_new_020598", - "question": "What color is the large bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20598_query_color_1_double", - "question_index": 102993 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020598.png", - "image_index": 20598, - "image": "superCLEVR_new_020598", - "question": "The car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 6 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20598_query_size_2_minivan", - "question_index": 102994 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020603.png", - "image_index": 20603, - "image": "superCLEVR_new_020603", - "question": "Are any large yellow things visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "8": [ - [ - 8, - 12 - ], - [ - 14, - 19 - ], - [ - 21, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20603_exist", - "question_index": 103019 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020604.png", - "image_index": 20604, - "image": "superCLEVR_new_020604", - "question": "What is the shape of the big red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "4": [ - [ - 25, - 27 - ], - [ - 29, - 31 - ], - [ - 33, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20604_query_shape_4_mountain", - "question_index": 103023 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020604.png", - "image_index": 20604, - "image": "superCLEVR_new_020604", - "question": "What color is the big tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "3": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20604_query_color_3_tandem", - "question_index": 103024 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020606.png", - "image_index": 20606, - "image": "superCLEVR_new_020606", - "question": "What is the size of the purple dirtbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 24, - 23 - ], - [ - 24, - 29 - ], - [ - 31, - 38 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20606_query_size_3_dirtbike", - "question_index": 103032 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020610.png", - "image_index": 20610, - "image": "superCLEVR_new_020610", - "question": "Is there a object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "exist", - "inputs": [ - 0 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20610_exist", - "question_index": 103053 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020610.png", - "image_index": 20610, - "image": "superCLEVR_new_020610", - "question": "What shape is the red object?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "2": [ - [ - 18, - 17 - ], - [ - 18, - 20 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20610_query_shape_2_airliner", - "question_index": 103054 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020611.png", - "image_index": 20611, - "image": "superCLEVR_new_020611", - "question": "The car has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 6 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20611_query_color_1_minivan", - "question_index": 103056 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020611.png", - "image_index": 20611, - "image": "superCLEVR_new_020611", - "question": "How big is the bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20611_query_size_0_utility", - "question_index": 103057 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020615.png", - "image_index": 20615, - "image": "superCLEVR_new_020615", - "question": "Are there any small blue scooters?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20615_exist", - "question_index": 103079 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020616.png", - "image_index": 20616, - "image": "superCLEVR_new_020616", - "question": "The green thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20616_query_shape_0_cruiser", - "question_index": 103083 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020616.png", - "image_index": 20616, - "image": "superCLEVR_new_020616", - "question": "The tiny motorbike has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20616_query_color_2_dirtbike", - "question_index": 103084 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020617.png", - "image_index": 20617, - "image": "superCLEVR_new_020617", - "question": "What is the size of the cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20617_query_size_0_biplane", - "question_index": 103088 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020622.png", - "image_index": 20622, - "image": "superCLEVR_new_020622", - "question": "Is there a large yellow car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 15 - ], - [ - 17, - 22 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20622_exist", - "question_index": 103112 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020622.png", - "image_index": 20622, - "image": "superCLEVR_new_020622", - "question": "What is the shape of the purple thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "7": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20622_query_shape_7_airliner", - "question_index": 103113 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020622.png", - "image_index": 20622, - "image": "superCLEVR_new_020622", - "question": "The sedan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20622_query_color_0_sedan", - "question_index": 103114 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020623.png", - "image_index": 20623, - "image": "superCLEVR_new_020623", - "question": "The yellow sedan has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "8": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20623_query_size_8_sedan", - "question_index": 103116 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020629.png", - "image_index": 20629, - "image": "superCLEVR_new_020629", - "question": "Is there a big brown bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1, - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 11, - 13 - ], - [ - 15, - 19 - ], - [ - 21, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20629_exist", - "question_index": 103147 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020629.png", - "image_index": 20629, - "image": "superCLEVR_new_020629", - "question": "The gray object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "fighter", - "value_inputs": [] - } - ], - "answer": "fighter", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20629_query_shape_2_fighter", - "question_index": 103148 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020629.png", - "image_index": 20629, - "image": "superCLEVR_new_020629", - "question": "The big dirtbike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20629_query_color_0_dirtbike", - "question_index": 103149 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020630.png", - "image_index": 20630, - "image": "superCLEVR_new_020630", - "question": "The cyan object is what size?", - "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": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20630_query_size_2_wagon", - "question_index": 103150 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020633.png", - "image_index": 20633, - "image": "superCLEVR_new_020633", - "question": "Is there a small suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20633_exist", - "question_index": 103167 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020633.png", - "image_index": 20633, - "image": "superCLEVR_new_020633", - "question": "The blue object has what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20633_query_shape_1_mountain", - "question_index": 103168 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020633.png", - "image_index": 20633, - "image": "superCLEVR_new_020633", - "question": "The articulated bus is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20633_query_color_0_articulated", - "question_index": 103169 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020634.png", - "image_index": 20634, - "image": "superCLEVR_new_020634", - "question": "The bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 7 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20634_query_size_3_school", - "question_index": 103174 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020640.png", - "image_index": 20640, - "image": "superCLEVR_new_020640", - "question": "Are there any small red biplanes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3, - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20640_exist", - "question_index": 103203 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020640.png", - "image_index": 20640, - "image": "superCLEVR_new_020640", - "question": "There is a gray thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "fighter", - "value_inputs": [] - } - ], - "answer": "fighter", - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20640_query_shape_0_fighter", - "question_index": 103204 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020641.png", - "image_index": 20641, - "image": "superCLEVR_new_020641", - "question": "What color is the sedan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20641_query_color_3_sedan", - "question_index": 103205 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020641.png", - "image_index": 20641, - "image": "superCLEVR_new_020641", - "question": "How big is the blue tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20641_query_size_4_tandem", - "question_index": 103206 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020646.png", - "image_index": 20646, - "image": "superCLEVR_new_020646", - "question": "Are any tiny purple mountain bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 7, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20646_exist", - "question_index": 103231 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020646.png", - "image_index": 20646, - "image": "superCLEVR_new_020646", - "question": "The tiny yellow object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 7, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "9": [ - [ - 4, - 7 - ], - [ - 9, - 14 - ], - [ - 16, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20646_query_shape_9_utility", - "question_index": 103232 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020646.png", - "image_index": 20646, - "image": "superCLEVR_new_020646", - "question": "What is the color of the big articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5, - 6, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 44 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20646_query_color_0_articulated", - "question_index": 103233 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020646.png", - "image_index": 20646, - "image": "superCLEVR_new_020646", - "question": "How big is the yellow bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 9 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 9, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "9": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20646_query_size_9_utility", - "question_index": 103234 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020652.png", - "image_index": 20652, - "image": "superCLEVR_new_020652", - "question": "Are any gray school buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 8, - 7 - ], - [ - 8, - 11 - ], - [ - 13, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20652_exist", - "question_index": 103262 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020652.png", - "image_index": 20652, - "image": "superCLEVR_new_020652", - "question": "There is a small red thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "1": [ - [ - 11, - 15 - ], - [ - 17, - 19 - ], - [ - 21, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20652_query_shape_1_scooter", - "question_index": 103263 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020652.png", - "image_index": 20652, - "image": "superCLEVR_new_020652", - "question": "The small scooter has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20652_query_color_1_scooter", - "question_index": 103264 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020653.png", - "image_index": 20653, - "image": "superCLEVR_new_020653", - "question": "The chopper is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "7": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20653_query_size_7_chopper", - "question_index": 103265 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020658.png", - "image_index": 20658, - "image": "superCLEVR_new_020658", - "question": "Are any brown objects visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 8, - 7 - ], - [ - 8, - 12 - ], - [ - 14, - 19 - ] - ], - "3": [ - [ - 8, - 7 - ], - [ - 8, - 12 - ], - [ - 14, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20658_exist", - "question_index": 103294 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020659.png", - "image_index": 20659, - "image": "superCLEVR_new_020659", - "question": "The large cyan thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "dirtbike", - "value_inputs": [] - } - ], - "answer": "dirtbike", - "obj_map": { - "3": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20659_query_shape_3_dirtbike", - "question_index": 103295 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020659.png", - "image_index": 20659, - "image": "superCLEVR_new_020659", - "question": "The large road bike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20659_query_color_0_road", - "question_index": 103296 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020659.png", - "image_index": 20659, - "image": "superCLEVR_new_020659", - "question": "How big is the yellow cruiser?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20659_query_size_4_cruiser", - "question_index": 103297 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020664.png", - "image_index": 20664, - "image": "superCLEVR_new_020664", - "question": "Is there a small gray 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_color", - "inputs": [ - 1 - ], - "_output": [ - 1, - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 11, - 15 - ], - [ - 17, - 20 - ], - [ - 22, - 27 - ] - ], - "3": [ - [ - 11, - 15 - ], - [ - 17, - 20 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20664_exist", - "question_index": 103321 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020664.png", - "image_index": 20664, - "image": "superCLEVR_new_020664", - "question": "What is the shape of the small blue 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_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "dirtbike", - "value_inputs": [] - } - ], - "answer": "dirtbike", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 34 - ], - [ - 36, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20664_query_shape_2_dirtbike", - "question_index": 103322 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020664.png", - "image_index": 20664, - "image": "superCLEVR_new_020664", - "question": "What is the color of the big thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20664_query_color_0_suv", - "question_index": 103323 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020664.png", - "image_index": 20664, - "image": "superCLEVR_new_020664", - "question": "What size is the blue motorbike?", - "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": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 17, - 16 - ], - [ - 17, - 20 - ], - [ - 22, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20664_query_size_2_dirtbike", - "question_index": 103324 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020670.png", - "image_index": 20670, - "image": "superCLEVR_new_020670", - "question": "Is there a tiny road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "road" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20670_exist", - "question_index": 103353 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020670.png", - "image_index": 20670, - "image": "superCLEVR_new_020670", - "question": "There is a brown thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "4": [ - [ - 11, - 10 - ], - [ - 11, - 15 - ], - [ - 17, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20670_query_shape_4_scooter", - "question_index": 103354 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020671.png", - "image_index": 20671, - "image": "superCLEVR_new_020671", - "question": "What color is the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "4": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20671_query_color_4_regular", - "question_index": 103355 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020671.png", - "image_index": 20671, - "image": "superCLEVR_new_020671", - "question": "How big is the red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 17 - ], - [ - 19, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20671_query_size_4_regular", - "question_index": 103356 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020677.png", - "image_index": 20677, - "image": "superCLEVR_new_020677", - "question": "Are any large green articulated buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20677_exist", - "question_index": 103387 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020677.png", - "image_index": 20677, - "image": "superCLEVR_new_020677", - "question": "The red thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20677_query_shape_5_articulated", - "question_index": 103388 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020677.png", - "image_index": 20677, - "image": "superCLEVR_new_020677", - "question": "What color is the bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "4": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20677_query_color_4_mountain", - "question_index": 103389 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020678.png", - "image_index": 20678, - "image": "superCLEVR_new_020678", - "question": "The green car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 8 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "8": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20678_query_size_8_minivan", - "question_index": 103393 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020683.png", - "image_index": 20683, - "image": "superCLEVR_new_020683", - "question": "Are there any large airliners?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 18 - ], - [ - 20, - 19 - ], - [ - 20, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20683_exist", - "question_index": 103418 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020683.png", - "image_index": 20683, - "image": "superCLEVR_new_020683", - "question": "There is a large yellow thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "0": [ - [ - 11, - 15 - ], - [ - 17, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20683_query_shape_0_school", - "question_index": 103419 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020684.png", - "image_index": 20684, - "image": "superCLEVR_new_020684", - "question": "What is the color of the wagon?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "3": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20684_query_color_3_wagon", - "question_index": 103420 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020684.png", - "image_index": 20684, - "image": "superCLEVR_new_020684", - "question": "The purple chopper is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20684_query_size_0_chopper", - "question_index": 103421 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020690.png", - "image_index": 20690, - "image": "superCLEVR_new_020690", - "question": "Is there a yellow jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "jet" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20690_exist", - "question_index": 103450 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020690.png", - "image_index": 20690, - "image": "superCLEVR_new_020690", - "question": "What is the shape of the cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "4": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20690_query_shape_4_double", - "question_index": 103451 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020690.png", - "image_index": 20690, - "image": "superCLEVR_new_020690", - "question": "What is the color of the regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "5": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20690_query_color_5_regular", - "question_index": 103452 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020690.png", - "image_index": 20690, - "image": "superCLEVR_new_020690", - "question": "How big is the cyan object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20690_query_size_4_double", - "question_index": 103453 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020694.png", - "image_index": 20694, - "image": "superCLEVR_new_020694", - "question": "Are any purple objects visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 8, - 7 - ], - [ - 8, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20694_exist", - "question_index": 103473 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020694.png", - "image_index": 20694, - "image": "superCLEVR_new_020694", - "question": "What shape is the small object?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "2": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20694_query_shape_2_chopper", - "question_index": 103474 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020695.png", - "image_index": 20695, - "image": "superCLEVR_new_020695", - "question": "The bicycle has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20695_query_color_3_tandem", - "question_index": 103477 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020695.png", - "image_index": 20695, - "image": "superCLEVR_new_020695", - "question": "The school bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "school" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20695_query_size_1_school", - "question_index": 103478 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020700.png", - "image_index": 20700, - "image": "superCLEVR_new_020700", - "question": "Are any tiny blue scooters visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4, - 5, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20700_exist", - "question_index": 103504 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020701.png", - "image_index": 20701, - "image": "superCLEVR_new_020701", - "question": "What is the shape of the big brown thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "1": [ - [ - 25, - 27 - ], - [ - 29, - 33 - ], - [ - 35, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20701_query_shape_1_utility", - "question_index": 103506 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020701.png", - "image_index": 20701, - "image": "superCLEVR_new_020701", - "question": "What color is the large utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20701_query_color_1_utility", - "question_index": 103507 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020701.png", - "image_index": 20701, - "image": "superCLEVR_new_020701", - "question": "What is the size of the utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20701_query_size_1_utility", - "question_index": 103508 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020707.png", - "image_index": 20707, - "image": "superCLEVR_new_020707", - "question": "Is there a small cyan truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20707_exist", - "question_index": 103536 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020707.png", - "image_index": 20707, - "image": "superCLEVR_new_020707", - "question": "What is the shape of the green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "0": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20707_query_shape_0_jet", - "question_index": 103537 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020707.png", - "image_index": 20707, - "image": "superCLEVR_new_020707", - "question": "What color is the bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20707_query_color_3_regular", - "question_index": 103538 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020707.png", - "image_index": 20707, - "image": "superCLEVR_new_020707", - "question": "What size is the yellow regular bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20707_query_size_3_regular", - "question_index": 103539 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020712.png", - "image_index": 20712, - "image": "superCLEVR_new_020712", - "question": "Is there a big gray mountain bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20712_exist", - "question_index": 103564 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020713.png", - "image_index": 20713, - "image": "superCLEVR_new_020713", - "question": "There is a small blue thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "3": [ - [ - 11, - 15 - ], - [ - 17, - 20 - ], - [ - 22, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20713_query_shape_3_mountain", - "question_index": 103569 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020714.png", - "image_index": 20714, - "image": "superCLEVR_new_020714", - "question": "What color is the wagon?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "8": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20714_query_color_8_wagon", - "question_index": 103570 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020714.png", - "image_index": 20714, - "image": "superCLEVR_new_020714", - "question": "How big is the brown utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 7 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 15, - 14 - ], - [ - 15, - 19 - ], - [ - 21, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20714_query_size_1_utility", - "question_index": 103571 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020718.png", - "image_index": 20718, - "image": "superCLEVR_new_020718", - "question": "Are any bicycles visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ], - "2": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20718_exist", - "question_index": 103590 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020718.png", - "image_index": 20718, - "image": "superCLEVR_new_020718", - "question": "The gray thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20718_query_shape_3_jet", - "question_index": 103591 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020718.png", - "image_index": 20718, - "image": "superCLEVR_new_020718", - "question": "What color is the big minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 18, - 20 - ], - [ - 22, - 21 - ], - [ - 22, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20718_query_color_1_minivan", - "question_index": 103592 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020718.png", - "image_index": 20718, - "image": "superCLEVR_new_020718", - "question": "The aeroplane has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20718_query_size_3_jet", - "question_index": 103593 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020724.png", - "image_index": 20724, - "image": "superCLEVR_new_020724", - "question": "Are any purple choppers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20724_exist", - "question_index": 103624 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020725.png", - "image_index": 20725, - "image": "superCLEVR_new_020725", - "question": "What is the shape of the brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "4": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20725_query_shape_4_suv", - "question_index": 103625 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020725.png", - "image_index": 20725, - "image": "superCLEVR_new_020725", - "question": "The wagon has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20725_query_color_3_wagon", - "question_index": 103626 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020725.png", - "image_index": 20725, - "image": "superCLEVR_new_020725", - "question": "What size is the green articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 38 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20725_query_size_0_articulated", - "question_index": 103627 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020730.png", - "image_index": 20730, - "image": "superCLEVR_new_020730", - "question": "Is there a small car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 4, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6, - 7 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "6": [ - [ - 11, - 15 - ], - [ - 17, - 16 - ], - [ - 17, - 19 - ] - ], - "7": [ - [ - 11, - 15 - ], - [ - 17, - 16 - ], - [ - 17, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20730_exist", - "question_index": 103653 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020730.png", - "image_index": 20730, - "image": "superCLEVR_new_020730", - "question": "What is the shape of the gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "7": [ - [ - 25, - 24 - ], - [ - 25, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20730_query_shape_7_minivan", - "question_index": 103654 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020731.png", - "image_index": 20731, - "image": "superCLEVR_new_020731", - "question": "What color is the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "2": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20731_query_color_2_road", - "question_index": 103656 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020731.png", - "image_index": 20731, - "image": "superCLEVR_new_020731", - "question": "The road bike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20731_query_size_2_road", - "question_index": 103657 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020735.png", - "image_index": 20735, - "image": "superCLEVR_new_020735", - "question": "Are there any tiny brown cruisers?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20735_exist", - "question_index": 103679 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020736.png", - "image_index": 20736, - "image": "superCLEVR_new_020736", - "question": "The small cyan object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 4, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20736_query_shape_1_road", - "question_index": 103680 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020736.png", - "image_index": 20736, - "image": "superCLEVR_new_020736", - "question": "The big mountain bike is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 5, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "3": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20736_query_color_3_mountain", - "question_index": 103681 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020736.png", - "image_index": 20736, - "image": "superCLEVR_new_020736", - "question": "How big is the brown bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 5 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 15, - 14 - ], - [ - 15, - 19 - ], - [ - 21, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20736_query_size_2_utility", - "question_index": 103682 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020741.png", - "image_index": 20741, - "image": "superCLEVR_new_020741", - "question": "Are there any large red motorbikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "3": [ - [ - 14, - 18 - ], - [ - 20, - 22 - ], - [ - 24, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20741_exist", - "question_index": 103708 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020741.png", - "image_index": 20741, - "image": "superCLEVR_new_020741", - "question": "The tiny gray object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "fighter", - "value_inputs": [] - } - ], - "answer": "fighter", - "obj_map": { - "1": [ - [ - 4, - 7 - ], - [ - 9, - 12 - ], - [ - 14, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20741_query_shape_1_fighter", - "question_index": 103709 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020742.png", - "image_index": 20742, - "image": "superCLEVR_new_020742", - "question": "What color is the tiny fighter?", - "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": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "0": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20742_query_color_0_fighter", - "question_index": 103712 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020742.png", - "image_index": 20742, - "image": "superCLEVR_new_020742", - "question": "The blue fighter is what size?", - "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": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20742_query_size_0_fighter", - "question_index": 103713 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020748.png", - "image_index": 20748, - "image": "superCLEVR_new_020748", - "question": "Is there a small purple articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20748_exist", - "question_index": 103741 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020748.png", - "image_index": 20748, - "image": "superCLEVR_new_020748", - "question": "What is the shape of the purple thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "biplane", - "value_inputs": [] - } - ], - "answer": "biplane", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20748_query_shape_2_biplane", - "question_index": 103742 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020748.png", - "image_index": 20748, - "image": "superCLEVR_new_020748", - "question": "The tandem bike has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20748_query_color_1_tandem", - "question_index": 103743 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020748.png", - "image_index": 20748, - "image": "superCLEVR_new_020748", - "question": "What size is the cyan dirtbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 8 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "8": [ - [ - 17, - 16 - ], - [ - 17, - 20 - ], - [ - 22, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20748_query_size_8_dirtbike", - "question_index": 103744 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020753.png", - "image_index": 20753, - "image": "superCLEVR_new_020753", - "question": "Is there a big yellow double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3, - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20753_exist", - "question_index": 103766 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020753.png", - "image_index": 20753, - "image": "superCLEVR_new_020753", - "question": "What is the shape of the small gray object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 34 - ], - [ - 36, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20753_query_shape_2_articulated", - "question_index": 103767 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020753.png", - "image_index": 20753, - "image": "superCLEVR_new_020753", - "question": "The small bus is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "2": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20753_query_color_2_articulated", - "question_index": 103768 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020753.png", - "image_index": 20753, - "image": "superCLEVR_new_020753", - "question": "The green car is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20753_query_size_5_wagon", - "question_index": 103769 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020759.png", - "image_index": 20759, - "image": "superCLEVR_new_020759", - "question": "Is there a small brown bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 11, - 15 - ], - [ - 17, - 21 - ], - [ - 23, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20759_exist", - "question_index": 103796 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020759.png", - "image_index": 20759, - "image": "superCLEVR_new_020759", - "question": "What shape is the small cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 27 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20759_query_shape_0_road", - "question_index": 103797 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020759.png", - "image_index": 20759, - "image": "superCLEVR_new_020759", - "question": "What is the color of the large minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3, - 5, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "5": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20759_query_color_5_minivan", - "question_index": 103798 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020759.png", - "image_index": 20759, - "image": "superCLEVR_new_020759", - "question": "What is the size of the purple utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 29 - ], - [ - 31, - 42 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20759_query_size_1_utility", - "question_index": 103799 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020765.png", - "image_index": 20765, - "image": "superCLEVR_new_020765", - "question": "Are there any red mountain bikes?", - "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": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 13 - ], - [ - 14, - 16 - ], - [ - 18, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20765_exist", - "question_index": 103826 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020765.png", - "image_index": 20765, - "image": "superCLEVR_new_020765", - "question": "What is the shape of the small red thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "mountain", - "value_inputs": [] - } - ], - "answer": "mountain bike", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 33 - ], - [ - 35, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20765_query_shape_2_mountain", - "question_index": 103827 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020765.png", - "image_index": 20765, - "image": "superCLEVR_new_020765", - "question": "What color is the bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "2": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20765_query_color_2_mountain", - "question_index": 103828 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020765.png", - "image_index": 20765, - "image": "superCLEVR_new_020765", - "question": "What is the size of the red mountain bike?", - "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": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 26 - ], - [ - 28, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20765_query_size_2_mountain", - "question_index": 103829 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020771.png", - "image_index": 20771, - "image": "superCLEVR_new_020771", - "question": "Are there any large green articulated buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20771_exist", - "question_index": 103857 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020771.png", - "image_index": 20771, - "image": "superCLEVR_new_020771", - "question": "The large green thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20771_query_shape_0_tandem", - "question_index": 103858 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020771.png", - "image_index": 20771, - "image": "superCLEVR_new_020771", - "question": "The large mountain bike is what 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": [ - 2 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "2": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20771_query_color_2_mountain", - "question_index": 103859 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020772.png", - "image_index": 20772, - "image": "superCLEVR_new_020772", - "question": "What is the size of the fighter?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 24, - 23 - ], - [ - 24, - 23 - ], - [ - 24, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20772_query_size_0_fighter", - "question_index": 103860 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020776.png", - "image_index": 20776, - "image": "superCLEVR_new_020776", - "question": "Are there any purple cars?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 5 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2, - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 13 - ], - [ - 14, - 19 - ], - [ - 21, - 23 - ] - ], - "5": [ - [ - 14, - 13 - ], - [ - 14, - 19 - ], - [ - 21, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20776_exist", - "question_index": 103884 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020777.png", - "image_index": 20777, - "image": "superCLEVR_new_020777", - "question": "What shape is the small green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "5": [ - [ - 18, - 22 - ], - [ - 24, - 28 - ], - [ - 30, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20777_query_shape_5_regular", - "question_index": 103885 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020777.png", - "image_index": 20777, - "image": "superCLEVR_new_020777", - "question": "The small sedan has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 4, - 5, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "7": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20777_query_color_7_sedan", - "question_index": 103886 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020777.png", - "image_index": 20777, - "image": "superCLEVR_new_020777", - "question": "What size is the yellow chopper?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20777_query_size_3_chopper", - "question_index": 103887 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020781.png", - "image_index": 20781, - "image": "superCLEVR_new_020781", - "question": "Is there a large minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20781_exist", - "question_index": 103909 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020783.png", - "image_index": 20783, - "image": "superCLEVR_new_020783", - "question": "There is a blue thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "4": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20783_query_shape_4_scooter", - "question_index": 103917 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020783.png", - "image_index": 20783, - "image": "superCLEVR_new_020783", - "question": "What is the color of the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "4": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20783_query_color_4_scooter", - "question_index": 103918 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020783.png", - "image_index": 20783, - "image": "superCLEVR_new_020783", - "question": "The fighter has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20783_query_size_0_fighter", - "question_index": 103919 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020789.png", - "image_index": 20789, - "image": "superCLEVR_new_020789", - "question": "Are any things visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "exist", - "inputs": [ - 0 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20789_exist", - "question_index": 103945 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020789.png", - "image_index": 20789, - "image": "superCLEVR_new_020789", - "question": "What is the shape of the tiny blue object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "2": [ - [ - 25, - 28 - ], - [ - 30, - 33 - ], - [ - 35, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20789_query_shape_2_chopper", - "question_index": 103946 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020789.png", - "image_index": 20789, - "image": "superCLEVR_new_020789", - "question": "The truck has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20789_query_color_1_truck", - "question_index": 103947 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020789.png", - "image_index": 20789, - "image": "superCLEVR_new_020789", - "question": "The red car is what size?", - "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": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20789_query_size_0_wagon", - "question_index": 103948 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020794.png", - "image_index": 20794, - "image": "superCLEVR_new_020794", - "question": "Are there any purple sedans?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20794_exist", - "question_index": 103971 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020794.png", - "image_index": 20794, - "image": "superCLEVR_new_020794", - "question": "What shape is the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "4": [ - [ - 18, - 17 - ], - [ - 18, - 23 - ], - [ - 25, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20794_query_shape_4_suv", - "question_index": 103972 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020794.png", - "image_index": 20794, - "image": "superCLEVR_new_020794", - "question": "What color is the tiny car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 4 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "4": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20794_query_color_4_suv", - "question_index": 103973 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020794.png", - "image_index": 20794, - "image": "superCLEVR_new_020794", - "question": "The aeroplane has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20794_query_size_0_biplane", - "question_index": 103974 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020800.png", - "image_index": 20800, - "image": "superCLEVR_new_020800", - "question": "Are there any green cruisers?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20800_exist", - "question_index": 104004 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020801.png", - "image_index": 20801, - "image": "superCLEVR_new_020801", - "question": "The brown thing is what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "wagon", - "value_inputs": [] - } - ], - "answer": "wagon", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20801_query_shape_2_wagon", - "question_index": 104005 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020801.png", - "image_index": 20801, - "image": "superCLEVR_new_020801", - "question": "The small motorbike has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20801_query_color_0_cruiser", - "question_index": 104006 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020801.png", - "image_index": 20801, - "image": "superCLEVR_new_020801", - "question": "The cruiser is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20801_query_size_0_cruiser", - "question_index": 104007 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020805.png", - "image_index": 20805, - "image": "superCLEVR_new_020805", - "question": "Is there a purple motorbike?", - "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": [ - "motorbike" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 11, - 10 - ], - [ - 11, - 16 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20805_exist", - "question_index": 104029 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020806.png", - "image_index": 20806, - "image": "superCLEVR_new_020806", - "question": "The blue thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20806_query_shape_3_regular", - "question_index": 104031 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020806.png", - "image_index": 20806, - "image": "superCLEVR_new_020806", - "question": "What is the color of the tiny aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 5 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "1": [ - [ - 25, - 28 - ], - [ - 30, - 29 - ], - [ - 30, - 38 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20806_query_color_1_jet", - "question_index": 104032 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020806.png", - "image_index": 20806, - "image": "superCLEVR_new_020806", - "question": "What size is the green mountain bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 4 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20806_query_size_4_mountain", - "question_index": 104033 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020812.png", - "image_index": 20812, - "image": "superCLEVR_new_020812", - "question": "Is there a dirtbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5, - 7 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 18 - ] - ], - "7": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20812_exist", - "question_index": 104064 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020813.png", - "image_index": 20813, - "image": "superCLEVR_new_020813", - "question": "What is the shape of the purple thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "purple" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "wagon", - "value_inputs": [] - } - ], - "answer": "wagon", - "obj_map": { - "4": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20813_query_shape_4_wagon", - "question_index": 104065 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020813.png", - "image_index": 20813, - "image": "superCLEVR_new_020813", - "question": "What is the color of the dirtbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "6": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20813_query_color_6_dirtbike", - "question_index": 104066 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020813.png", - "image_index": 20813, - "image": "superCLEVR_new_020813", - "question": "The green regular bus has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "regular" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20813_query_size_5_regular", - "question_index": 104067 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020817.png", - "image_index": 20817, - "image": "superCLEVR_new_020817", - "question": "Are any large red mountain bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20817_exist", - "question_index": 104087 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020817.png", - "image_index": 20817, - "image": "superCLEVR_new_020817", - "question": "What is the shape of the yellow object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "minivan", - "value_inputs": [] - } - ], - "answer": "minivan", - "obj_map": { - "0": [ - [ - 25, - 24 - ], - [ - 25, - 30 - ], - [ - 32, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20817_query_shape_0_minivan", - "question_index": 104088 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020817.png", - "image_index": 20817, - "image": "superCLEVR_new_020817", - "question": "The tiny scooter is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 5, - 6, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "scooter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "3": [ - [ - 4, - 7 - ], - [ - 9, - 8 - ], - [ - 9, - 15 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20817_query_color_3_scooter", - "question_index": 104089 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020818.png", - "image_index": 20818, - "image": "superCLEVR_new_020818", - "question": "The green utility bike is what size?", - "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": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 21 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20818_query_size_0_utility", - "question_index": 104091 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020825.png", - "image_index": 20825, - "image": "superCLEVR_new_020825", - "question": "Are there any big red minivans?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20825_exist", - "question_index": 104126 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020825.png", - "image_index": 20825, - "image": "superCLEVR_new_020825", - "question": "What is the shape of the small red object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "1": [ - [ - 25, - 29 - ], - [ - 31, - 33 - ], - [ - 35, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20825_query_shape_1_road", - "question_index": 104127 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020825.png", - "image_index": 20825, - "image": "superCLEVR_new_020825", - "question": "What color is the wagon?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20825_query_color_3_wagon", - "question_index": 104128 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020825.png", - "image_index": 20825, - "image": "superCLEVR_new_020825", - "question": "How big is the aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20825_query_size_0_airliner", - "question_index": 104129 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020830.png", - "image_index": 20830, - "image": "superCLEVR_new_020830", - "question": "Is there a tiny green car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 4, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 11, - 14 - ], - [ - 16, - 20 - ], - [ - 22, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20830_exist", - "question_index": 104153 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020830.png", - "image_index": 20830, - "image": "superCLEVR_new_020830", - "question": "What is the shape of the green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "wagon", - "value_inputs": [] - } - ], - "answer": "wagon", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20830_query_shape_2_wagon", - "question_index": 104154 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020831.png", - "image_index": 20831, - "image": "superCLEVR_new_020831", - "question": "What is the color of the biplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "3": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 31 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20831_query_color_3_biplane", - "question_index": 104155 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020831.png", - "image_index": 20831, - "image": "superCLEVR_new_020831", - "question": "What size is the gray car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "6": [ - [ - 17, - 16 - ], - [ - 17, - 20 - ], - [ - 22, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20831_query_size_6_suv", - "question_index": 104156 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020836.png", - "image_index": 20836, - "image": "superCLEVR_new_020836", - "question": "Are any fighters visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "fighter" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20836_exist", - "question_index": 104181 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020836.png", - "image_index": 20836, - "image": "superCLEVR_new_020836", - "question": "What is the shape of the large green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 6 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "cruiser", - "value_inputs": [] - } - ], - "answer": "cruiser", - "obj_map": { - "6": [ - [ - 25, - 29 - ], - [ - 31, - 35 - ], - [ - 37, - 42 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20836_query_shape_6_cruiser", - "question_index": 104182 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020836.png", - "image_index": 20836, - "image": "superCLEVR_new_020836", - "question": "What color is the road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20836_query_color_0_road", - "question_index": 104183 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020836.png", - "image_index": 20836, - "image": "superCLEVR_new_020836", - "question": "The motorbike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "6": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20836_query_size_6_cruiser", - "question_index": 104184 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020842.png", - "image_index": 20842, - "image": "superCLEVR_new_020842", - "question": "Are any small cyan mountain bikes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "mountain" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20842_exist", - "question_index": 104212 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020842.png", - "image_index": 20842, - "image": "superCLEVR_new_020842", - "question": "The blue object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20842_query_shape_0_tandem", - "question_index": 104213 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020842.png", - "image_index": 20842, - "image": "superCLEVR_new_020842", - "question": "What color is the large aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "1": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20842_query_color_1_biplane", - "question_index": 104214 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020843.png", - "image_index": 20843, - "image": "superCLEVR_new_020843", - "question": "What is the size of the blue road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20843_query_size_2_road", - "question_index": 104215 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020848.png", - "image_index": 20848, - "image": "superCLEVR_new_020848", - "question": "Are any tiny buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0, - 6 - ], - "value_inputs": [ - "bus" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 11 - ], - [ - 13, - 12 - ], - [ - 13, - 16 - ] - ], - "6": [ - [ - 8, - 11 - ], - [ - 13, - 12 - ], - [ - 13, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20848_exist", - "question_index": 104244 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020849.png", - "image_index": 20849, - "image": "superCLEVR_new_020849", - "question": "What shape is the tiny cyan thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4, - 5, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "5": [ - [ - 18, - 21 - ], - [ - 23, - 26 - ], - [ - 28, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20849_query_shape_5_school", - "question_index": 104245 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020849.png", - "image_index": 20849, - "image": "superCLEVR_new_020849", - "question": "The biplane is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20849_query_color_0_biplane", - "question_index": 104246 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020849.png", - "image_index": 20849, - "image": "superCLEVR_new_020849", - "question": "What size is the brown double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 4, - 6 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "6": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20849_query_size_6_double", - "question_index": 104247 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020853.png", - "image_index": 20853, - "image": "superCLEVR_new_020853", - "question": "Are there any small gray choppers?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20853_exist", - "question_index": 104269 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020854.png", - "image_index": 20854, - "image": "superCLEVR_new_020854", - "question": "What shape is the brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "chopper", - "value_inputs": [] - } - ], - "answer": "chopper", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20854_query_shape_3_chopper", - "question_index": 104274 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020855.png", - "image_index": 20855, - "image": "superCLEVR_new_020855", - "question": "What color is the minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "1": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20855_query_color_1_minivan", - "question_index": 104275 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020855.png", - "image_index": 20855, - "image": "superCLEVR_new_020855", - "question": "How big is the red road bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3, - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "road" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 15, - 14 - ], - [ - 15, - 17 - ], - [ - 19, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20855_query_size_3_road", - "question_index": 104276 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020860.png", - "image_index": 20860, - "image": "superCLEVR_new_020860", - "question": "Is there a big gray minivan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20860_exist", - "question_index": 104301 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020860.png", - "image_index": 20860, - "image": "superCLEVR_new_020860", - "question": "What is the shape of the big thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "suv", - "value_inputs": [] - } - ], - "answer": "suv", - "obj_map": { - "2": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20860_query_shape_2_suv", - "question_index": 104302 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020860.png", - "image_index": 20860, - "image": "superCLEVR_new_020860", - "question": "The big car is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "2": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20860_query_color_2_suv", - "question_index": 104303 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020860.png", - "image_index": 20860, - "image": "superCLEVR_new_020860", - "question": "What size is the tandem bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20860_query_size_4_tandem", - "question_index": 104304 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020865.png", - "image_index": 20865, - "image": "superCLEVR_new_020865", - "question": "Are there any small brown double buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 3, - 4, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 18 - ], - [ - 20, - 24 - ], - [ - 26, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20865_exist", - "question_index": 104328 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020865.png", - "image_index": 20865, - "image": "superCLEVR_new_020865", - "question": "What is the shape of the brown object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "double", - "value_inputs": [] - } - ], - "answer": "double bus", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 29 - ], - [ - 31, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20865_query_shape_2_double", - "question_index": 104329 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020866.png", - "image_index": 20866, - "image": "superCLEVR_new_020866", - "question": "The sedan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20866_query_color_3_sedan", - "question_index": 104330 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020866.png", - "image_index": 20866, - "image": "superCLEVR_new_020866", - "question": "The sedan is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20866_query_size_3_sedan", - "question_index": 104331 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020870.png", - "image_index": 20870, - "image": "superCLEVR_new_020870", - "question": "Are any large red trucks visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20870_exist", - "question_index": 104354 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020871.png", - "image_index": 20871, - "image": "superCLEVR_new_020871", - "question": "The red thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20871_query_shape_5_road", - "question_index": 104358 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020871.png", - "image_index": 20871, - "image": "superCLEVR_new_020871", - "question": "What color is the jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "1": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20871_query_color_1_jet", - "question_index": 104359 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020872.png", - "image_index": 20872, - "image": "superCLEVR_new_020872", - "question": "What size is the utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20872_query_size_4_utility", - "question_index": 104361 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020877.png", - "image_index": 20877, - "image": "superCLEVR_new_020877", - "question": "Are any tiny brown regular buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "regular" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20877_exist", - "question_index": 104389 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020878.png", - "image_index": 20878, - "image": "superCLEVR_new_020878", - "question": "The large cyan thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "scooter", - "value_inputs": [] - } - ], - "answer": "scooter", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20878_query_shape_1_scooter", - "question_index": 104391 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020878.png", - "image_index": 20878, - "image": "superCLEVR_new_020878", - "question": "What is the color of the big bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 4, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", - "value_inputs": [] - } - ], - "answer": "red", - "obj_map": { - "5": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20878_query_color_5_mountain", - "question_index": 104392 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020878.png", - "image_index": 20878, - "image": "superCLEVR_new_020878", - "question": "The dirtbike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "4": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20878_query_size_4_dirtbike", - "question_index": 104393 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020883.png", - "image_index": 20883, - "image": "superCLEVR_new_020883", - "question": "Are there any yellow cars?", - "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": [ - "car" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 13 - ], - [ - 14, - 19 - ], - [ - 21, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20883_exist", - "question_index": 104419 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020884.png", - "image_index": 20884, - "image": "superCLEVR_new_020884", - "question": "There is a big red thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "1": [ - [ - 11, - 13 - ], - [ - 15, - 17 - ], - [ - 19, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20884_query_shape_1_sedan", - "question_index": 104421 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020884.png", - "image_index": 20884, - "image": "superCLEVR_new_020884", - "question": "What is the color of the large bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20884_query_color_0_tandem", - "question_index": 104422 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020884.png", - "image_index": 20884, - "image": "superCLEVR_new_020884", - "question": "The cyan car has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20884_query_size_2_suv", - "question_index": 104423 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020891.png", - "image_index": 20891, - "image": "superCLEVR_new_020891", - "question": "Are there any gray biplanes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "biplane" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20891_exist", - "question_index": 104458 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020891.png", - "image_index": 20891, - "image": "superCLEVR_new_020891", - "question": "The small cyan thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 5, - 6, - 7, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "airliner", - "value_inputs": [] - } - ], - "answer": "airliner", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20891_query_shape_0_airliner", - "question_index": 104459 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020892.png", - "image_index": 20892, - "image": "superCLEVR_new_020892", - "question": "What color is the large bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "5": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20892_query_color_5_tandem", - "question_index": 104460 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020892.png", - "image_index": 20892, - "image": "superCLEVR_new_020892", - "question": "How big is the gray bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 15, - 14 - ], - [ - 15, - 18 - ], - [ - 20, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20892_query_size_5_tandem", - "question_index": 104461 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020896.png", - "image_index": 20896, - "image": "superCLEVR_new_020896", - "question": "Is there a utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "4": [ - [ - 11, - 10 - ], - [ - 11, - 10 - ], - [ - 11, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20896_exist", - "question_index": 104483 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020896.png", - "image_index": 20896, - "image": "superCLEVR_new_020896", - "question": "What shape is the green object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "1": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20896_query_shape_1_truck", - "question_index": 104484 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020897.png", - "image_index": 20897, - "image": "superCLEVR_new_020897", - "question": "What color is the sedan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "5": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20897_query_color_5_sedan", - "question_index": 104486 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020897.png", - "image_index": 20897, - "image": "superCLEVR_new_020897", - "question": "How big is the suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "6": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20897_query_size_6_suv", - "question_index": 104487 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020903.png", - "image_index": 20903, - "image": "superCLEVR_new_020903", - "question": "Are there any tiny cyan suvs?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20903_exist", - "question_index": 104515 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020903.png", - "image_index": 20903, - "image": "superCLEVR_new_020903", - "question": "The tiny brown object has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "articulated", - "value_inputs": [] - } - ], - "answer": "articulated bus", - "obj_map": { - "2": [ - [ - 4, - 7 - ], - [ - 9, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20903_query_shape_2_articulated", - "question_index": 104516 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020903.png", - "image_index": 20903, - "image": "superCLEVR_new_020903", - "question": "The large chopper has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "chopper" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20903_query_color_1_chopper", - "question_index": 104517 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020903.png", - "image_index": 20903, - "image": "superCLEVR_new_020903", - "question": "The green thing is what size?", - "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": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 8 - ], - [ - 10, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20903_query_size_0_tandem", - "question_index": 104518 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020908.png", - "image_index": 20908, - "image": "superCLEVR_new_020908", - "question": "Are there any big trucks?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "5": [ - [ - 14, - 16 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20908_exist", - "question_index": 104544 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020909.png", - "image_index": 20909, - "image": "superCLEVR_new_020909", - "question": "What shape is the brown thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "1": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20909_query_shape_1_sedan", - "question_index": 104545 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020909.png", - "image_index": 20909, - "image": "superCLEVR_new_020909", - "question": "What is the color of the large suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "3": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20909_query_color_3_suv", - "question_index": 104546 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020909.png", - "image_index": 20909, - "image": "superCLEVR_new_020909", - "question": "The gray truck has what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20909_query_size_2_truck", - "question_index": 104547 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020915.png", - "image_index": 20915, - "image": "superCLEVR_new_020915", - "question": "Is there a yellow suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 11, - 10 - ], - [ - 11, - 16 - ], - [ - 18, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20915_exist", - "question_index": 104576 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020915.png", - "image_index": 20915, - "image": "superCLEVR_new_020915", - "question": "The red thing is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "regular", - "value_inputs": [] - } - ], - "answer": "regular bus", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 6 - ], - [ - 8, - 12 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20915_query_shape_5_regular", - "question_index": 104577 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020915.png", - "image_index": 20915, - "image": "superCLEVR_new_020915", - "question": "What is the color of the big bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 3, - 5 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 25, - 27 - ], - [ - 29, - 28 - ], - [ - 29, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20915_query_color_0_road", - "question_index": 104578 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020915.png", - "image_index": 20915, - "image": "superCLEVR_new_020915", - "question": "What size is the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20915_query_size_3_chopper", - "question_index": 104579 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020920.png", - "image_index": 20920, - "image": "superCLEVR_new_020920", - "question": "Are any gray cruisers visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "gray" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20920_exist", - "question_index": 104603 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020920.png", - "image_index": 20920, - "image": "superCLEVR_new_020920", - "question": "The tiny brown thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "1": [ - [ - 4, - 7 - ], - [ - 9, - 13 - ], - [ - 15, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20920_query_shape_1_school", - "question_index": 104604 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020921.png", - "image_index": 20921, - "image": "superCLEVR_new_020921", - "question": "The minivan is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 10 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20921_query_color_1_minivan", - "question_index": 104606 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020921.png", - "image_index": 20921, - "image": "superCLEVR_new_020921", - "question": "What is the size of the brown fighter?", - "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": [ - "fighter" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "0": [ - [ - 24, - 23 - ], - [ - 24, - 28 - ], - [ - 30, - 36 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20921_query_size_0_fighter", - "question_index": 104607 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020927.png", - "image_index": 20927, - "image": "superCLEVR_new_020927", - "question": "Is there a small sedan?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 5, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "sedan" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20927_exist", - "question_index": 104635 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020927.png", - "image_index": 20927, - "image": "superCLEVR_new_020927", - "question": "The tiny gray thing has what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 5, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "1": [ - [ - 4, - 7 - ], - [ - 9, - 12 - ], - [ - 14, - 18 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20927_query_shape_1_tandem", - "question_index": 104636 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020927.png", - "image_index": 20927, - "image": "superCLEVR_new_020927", - "question": "What is the color of the small car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 5, - 7, - 8, - 9 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "7": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20927_query_color_7_suv", - "question_index": 104637 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020927.png", - "image_index": 20927, - "image": "superCLEVR_new_020927", - "question": "The blue object is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20927_query_size_2_fighter", - "question_index": 104638 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020932.png", - "image_index": 20932, - "image": "superCLEVR_new_020932", - "question": "Are there any large articulated buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5, - 8, - 9 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 14, - 18 - ], - [ - 20, - 19 - ], - [ - 20, - 35 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20932_exist", - "question_index": 104663 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020932.png", - "image_index": 20932, - "image": "superCLEVR_new_020932", - "question": "There is a big red object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 2, - 4, - 5, - 8, - 9 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "5": [ - [ - 11, - 13 - ], - [ - 15, - 17 - ], - [ - 19, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20932_query_shape_5_school", - "question_index": 104664 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020933.png", - "image_index": 20933, - "image": "superCLEVR_new_020933", - "question": "What is the color of the suv?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "suv" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20933_query_color_2_suv", - "question_index": 104667 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020933.png", - "image_index": 20933, - "image": "superCLEVR_new_020933", - "question": "How big is the purple object?", - "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": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 27 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20933_query_size_1_airliner", - "question_index": 104668 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020939.png", - "image_index": 20939, - "image": "superCLEVR_new_020939", - "question": "Is there a tiny articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3, - 5, - 7 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20939_exist", - "question_index": 104699 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020940.png", - "image_index": 20940, - "image": "superCLEVR_new_020940", - "question": "What is the shape of the tiny gray thing?", - "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_color", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "3": [ - [ - 25, - 28 - ], - [ - 30, - 33 - ], - [ - 35, - 39 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20940_query_shape_3_utility", - "question_index": 104700 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020940.png", - "image_index": 20940, - "image": "superCLEVR_new_020940", - "question": "What is the color of the motorbike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "purple", - "value_inputs": [] - } - ], - "answer": "purple", - "obj_map": { - "1": [ - [ - 25, - 24 - ], - [ - 25, - 24 - ], - [ - 25, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20940_query_color_1_scooter", - "question_index": 104701 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020940.png", - "image_index": 20940, - "image": "superCLEVR_new_020940", - "question": "How big is the purple motorbike?", - "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": [ - "motorbike" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "1": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20940_query_size_1_scooter", - "question_index": 104702 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020945.png", - "image_index": 20945, - "image": "superCLEVR_new_020945", - "question": "Are any green aeroplanes visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "0": [ - [ - 8, - 7 - ], - [ - 8, - 12 - ], - [ - 14, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20945_exist", - "question_index": 104726 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020945.png", - "image_index": 20945, - "image": "superCLEVR_new_020945", - "question": "What shape is the green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "biplane", - "value_inputs": [] - } - ], - "answer": "biplane", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 22 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20945_query_shape_0_biplane", - "question_index": 104727 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020945.png", - "image_index": 20945, - "image": "superCLEVR_new_020945", - "question": "The airliner is what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "airliner" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "brown", - "value_inputs": [] - } - ], - "answer": "brown", - "obj_map": { - "5": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 11 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20945_query_color_5_airliner", - "question_index": 104728 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020945.png", - "image_index": 20945, - "image": "superCLEVR_new_020945", - "question": "The blue tandem bike is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "blue" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 7 - ], - "value_inputs": [ - "tandem" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 7, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "7": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 19 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20945_query_size_7_tandem", - "question_index": 104729 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020951.png", - "image_index": 20951, - "image": "superCLEVR_new_020951", - "question": "Is there a thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "exist", - "inputs": [ - 0 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20951_exist", - "question_index": 104756 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020951.png", - "image_index": 20951, - "image": "superCLEVR_new_020951", - "question": "There is a big gray object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "gray" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "sedan", - "value_inputs": [] - } - ], - "answer": "sedan", - "obj_map": { - "4": [ - [ - 11, - 13 - ], - [ - 15, - 18 - ], - [ - 20, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20951_query_shape_4_sedan", - "question_index": 104757 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020951.png", - "image_index": 20951, - "image": "superCLEVR_new_020951", - "question": "The truck has what color?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "1": [ - [ - 4, - 3 - ], - [ - 4, - 3 - ], - [ - 4, - 8 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20951_query_color_1_truck", - "question_index": 104758 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020951.png", - "image_index": 20951, - "image": "superCLEVR_new_020951", - "question": "The yellow cruiser is what size?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "cruiser" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "2": [ - [ - 4, - 3 - ], - [ - 4, - 9 - ], - [ - 11, - 17 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20951_query_size_2_cruiser", - "question_index": 104759 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020956.png", - "image_index": 20956, - "image": "superCLEVR_new_020956", - "question": "Are there any double buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20956_exist", - "question_index": 104782 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020956.png", - "image_index": 20956, - "image": "superCLEVR_new_020956", - "question": "The blue object is what shape?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "truck", - "value_inputs": [] - } - ], - "answer": "truck", - "obj_map": { - "0": [ - [ - 4, - 3 - ], - [ - 4, - 7 - ], - [ - 9, - 14 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20956_query_shape_0_truck", - "question_index": 104783 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020956.png", - "image_index": 20956, - "image": "superCLEVR_new_020956", - "question": "What color is the wagon?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20956_query_color_3_wagon", - "question_index": 104784 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020958.png", - "image_index": 20958, - "image": "superCLEVR_new_020958", - "question": "How big is the yellow car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 15, - 14 - ], - [ - 15, - 20 - ], - [ - 22, - 24 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20958_query_size_5_minivan", - "question_index": 104791 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020963.png", - "image_index": 20963, - "image": "superCLEVR_new_020963", - "question": "Are there any big green dirtbikes?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "green" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "dirtbike" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20963_exist", - "question_index": 104816 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020963.png", - "image_index": 20963, - "image": "superCLEVR_new_020963", - "question": "The big object is what shape?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "wagon", - "value_inputs": [] - } - ], - "answer": "wagon", - "obj_map": { - "0": [ - [ - 4, - 6 - ], - [ - 8, - 7 - ], - [ - 8, - 13 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20963_query_shape_0_wagon", - "question_index": 104817 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020963.png", - "image_index": 20963, - "image": "superCLEVR_new_020963", - "question": "What color is the large wagon?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "wagon" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "gray", - "value_inputs": [] - } - ], - "answer": "gray", - "obj_map": { - "0": [ - [ - 18, - 22 - ], - [ - 24, - 23 - ], - [ - 24, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20963_query_color_0_wagon", - "question_index": 104818 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020963.png", - "image_index": 20963, - "image": "superCLEVR_new_020963", - "question": "What size is the bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 16 - ], - [ - 17, - 23 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20963_query_size_3_road", - "question_index": 104819 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020968.png", - "image_index": 20968, - "image": "superCLEVR_new_020968", - "question": "Is there a tiny chopper?", - "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": [ - "chopper" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "2": [ - [ - 11, - 14 - ], - [ - 16, - 15 - ], - [ - 16, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20968_exist", - "question_index": 104842 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020968.png", - "image_index": 20968, - "image": "superCLEVR_new_020968", - "question": "The small cyan object is what shape?", - "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_color", - "inputs": [ - 1 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", - "value_inputs": [] - } - ], - "answer": "utility bike", - "obj_map": { - "0": [ - [ - 4, - 8 - ], - [ - 10, - 13 - ], - [ - 15, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20968_query_shape_0_utility", - "question_index": 104843 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020968.png", - "image_index": 20968, - "image": "superCLEVR_new_020968", - "question": "What color is the utility bike?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "utility" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 0, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "0": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20968_query_color_0_utility", - "question_index": 104844 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020969.png", - "image_index": 20969, - "image": "superCLEVR_new_020969", - "question": "What size is the yellow aeroplane?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 5 - ], - "value_inputs": [ - "aeroplane" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 5, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "5": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 32 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20969_query_size_5_jet", - "question_index": 104846 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020974.png", - "image_index": 20974, - "image": "superCLEVR_new_020974", - "question": "Are any bicycles visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1, - 5, - 6 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ], - "5": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ], - "6": [ - [ - 8, - 7 - ], - [ - 8, - 7 - ], - [ - 8, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20974_exist", - "question_index": 104873 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020974.png", - "image_index": 20974, - "image": "superCLEVR_new_020974", - "question": "There is a cyan thing; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 2 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "6": [ - [ - 11, - 10 - ], - [ - 11, - 14 - ], - [ - 16, - 20 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20974_query_shape_6_road", - "question_index": 104874 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020975.png", - "image_index": 20975, - "image": "superCLEVR_new_020975", - "question": "What color is the tiny jet?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "jet" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "blue", - "value_inputs": [] - } - ], - "answer": "blue", - "obj_map": { - "2": [ - [ - 18, - 21 - ], - [ - 23, - 22 - ], - [ - 23, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20975_query_color_2_jet", - "question_index": 104877 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020975.png", - "image_index": 20975, - "image": "superCLEVR_new_020975", - "question": "How big is the articulated bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 2 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 15, - 14 - ], - [ - 15, - 14 - ], - [ - 15, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20975_query_size_3_articulated", - "question_index": 104878 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020980.png", - "image_index": 20980, - "image": "superCLEVR_new_020980", - "question": "Are any small red minivans visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 2 - ], - "_output": [], - "value_inputs": [ - "minivan" - ] - }, - { - "type": "exist", - "inputs": [ - 3 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20980_exist", - "question_index": 104902 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020980.png", - "image_index": 20980, - "image": "superCLEVR_new_020980", - "question": "What is the shape of the small green thing?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 2, - 3 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "green" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "road", - "value_inputs": [] - } - ], - "answer": "road bike", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 35 - ], - [ - 37, - 41 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20980_query_shape_2_road", - "question_index": 104903 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020980.png", - "image_index": 20980, - "image": "superCLEVR_new_020980", - "question": "What is the color of the small bicycle?", - "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": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "green", - "value_inputs": [] - } - ], - "answer": "green", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 30 - ], - [ - 31, - 37 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20980_query_color_2_road", - "question_index": 104904 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020981.png", - "image_index": 20981, - "image": "superCLEVR_new_020981", - "question": "What size is the yellow bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "6": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 30 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20981_query_size_6_utility", - "question_index": 104905 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020986.png", - "image_index": 20986, - "image": "superCLEVR_new_020986", - "question": "Are there any purple regular buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [], - "value_inputs": [ - "purple" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "regular" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20986_exist", - "question_index": 104932 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020986.png", - "image_index": 20986, - "image": "superCLEVR_new_020986", - "question": "What is the shape of the red thing?", - "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": "query_shape", - "inputs": [ - 2 - ], - "_output": "jet", - "value_inputs": [] - } - ], - "answer": "jet", - "obj_map": { - "2": [ - [ - 25, - 24 - ], - [ - 25, - 27 - ], - [ - 29, - 33 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20986_query_shape_2_jet", - "question_index": 104933 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020986.png", - "image_index": 20986, - "image": "superCLEVR_new_020986", - "question": "The large bicycle is what 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_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "1": [ - [ - 4, - 8 - ], - [ - 10, - 9 - ], - [ - 10, - 16 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20986_query_color_1_road", - "question_index": 104934 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020987.png", - "image_index": 20987, - "image": "superCLEVR_new_020987", - "question": "What size is the brown bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 2, - 4 - ], - "value_inputs": [ - "brown" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "2": [ - [ - 17, - 16 - ], - [ - 17, - 21 - ], - [ - 23, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20987_query_size_2_utility", - "question_index": 104936 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020991.png", - "image_index": 20991, - "image": "superCLEVR_new_020991", - "question": "Are there any articulated buss?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "articulated" - ] - }, - { - "type": "exist", - "inputs": [ - 1 - ], - "_output": true, - "value_inputs": [] - } - ], - "answer": true, - "obj_map": { - "1": [ - [ - 14, - 13 - ], - [ - 14, - 13 - ], - [ - 14, - 29 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20991_exist", - "question_index": 104958 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020991.png", - "image_index": 20991, - "image": "superCLEVR_new_020991", - "question": "What is the shape of the small red object?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 6 - ], - "value_inputs": [ - "small" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "school", - "value_inputs": [] - } - ], - "answer": "school bus", - "obj_map": { - "2": [ - [ - 25, - 29 - ], - [ - 31, - 33 - ], - [ - 35, - 40 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20991_query_shape_2_school", - "question_index": 104959 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020992.png", - "image_index": 20992, - "image": "superCLEVR_new_020992", - "question": "What color is the truck?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "truck" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "yellow", - "value_inputs": [] - } - ], - "answer": "yellow", - "obj_map": { - "3": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 22 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20992_query_color_3_truck", - "question_index": 104963 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020992.png", - "image_index": 20992, - "image": "superCLEVR_new_020992", - "question": "What size is the yellow car?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 3, - 4 - ], - "value_inputs": [ - "yellow" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 3 - ], - "value_inputs": [ - "car" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "small", - "value_inputs": [] - } - ], - "answer": "small", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 26 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20992_query_size_3_truck", - "question_index": 104964 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020997.png", - "image_index": 20997, - "image": "superCLEVR_new_020997", - "question": "Are any cyan double buss visible?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 0 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [], - "value_inputs": [ - "double" - ] - }, - { - "type": "exist", - "inputs": [ - 2 - ], - "_output": false, - "value_inputs": [] - } - ], - "answer": false, - "obj_map": {}, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 1, - "question_hash": "20997_exist", - "question_index": 104989 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020998.png", - "image_index": 20998, - "image": "superCLEVR_new_020998", - "question": "There is a big cyan object; what shape is it?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_size", - "inputs": [ - 0 - ], - "_output": [ - 1, - 3, - 4, - 8 - ], - "value_inputs": [ - "large" - ] - }, - { - "type": "filter_color", - "inputs": [ - 1 - ], - "_output": [ - 4 - ], - "value_inputs": [ - "cyan" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "tandem", - "value_inputs": [] - } - ], - "answer": "tandem bike", - "obj_map": { - "4": [ - [ - 11, - 13 - ], - [ - 15, - 18 - ], - [ - 20, - 25 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20998_query_shape_4_tandem", - "question_index": 104992 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020998.png", - "image_index": 20998, - "image": "superCLEVR_new_020998", - "question": "What color is the double bus?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_shape", - "inputs": [ - 0 - ], - "_output": [ - 6 - ], - "value_inputs": [ - "double" - ] - }, - { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 6, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 2 - ], - "_output": "cyan", - "value_inputs": [] - } - ], - "answer": "cyan", - "obj_map": { - "6": [ - [ - 18, - 17 - ], - [ - 18, - 17 - ], - [ - 18, - 28 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20998_query_color_6_double", - "question_index": 104993 - }, - { - "split": "new", - "image_filename": "superCLEVR_new_020998.png", - "image_index": 20998, - "image": "superCLEVR_new_020998", - "question": "What is the size of the red bicycle?", - "program": [ - { - "type": "scene", - "inputs": [], - "_output": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "value_inputs": [] - }, - { - "type": "filter_color", - "inputs": [ - 0 - ], - "_output": [ - 1, - 2 - ], - "value_inputs": [ - "red" - ] - }, - { - "type": "filter_shape", - "inputs": [ - 1 - ], - "_output": [ - 1 - ], - "value_inputs": [ - "bicycle" - ] - }, - { - "type": "unique", - "inputs": [ - 2 - ], - "_output": 1, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", - "value_inputs": [] - } - ], - "answer": "large", - "obj_map": { - "1": [ - [ - 24, - 23 - ], - [ - 24, - 26 - ], - [ - 28, - 34 - ] - ] - }, - "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20998_query_size_1_mountain", - "question_index": 104994 - } - ], - "date": "2025-03-27", - "split": "test" -} \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:d410a1751445bc0607281fc50dbd485568220421af0260e01e696d42e76ca100 +size 1491475