diff --git "a/questions/L1_single.json" "b/questions/L1_single.json" --- "a/questions/L1_single.json" +++ "b/questions/L1_single.json" @@ -6,6 +6,93 @@ "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", @@ -239,6 +326,72 @@ "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", @@ -473,6 +626,76 @@ "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", @@ -693,6 +916,68 @@ "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", @@ -947,6 +1232,85 @@ "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", @@ -1188,6 +1552,76 @@ "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", @@ -1420,6 +1854,73 @@ "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", @@ -1639,6 +2140,84 @@ "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", @@ -1863,6 +2442,61 @@ "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", @@ -2118,6 +2752,67 @@ "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", @@ -2388,6 +3083,71 @@ "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", @@ -2639,6 +3399,59 @@ "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", @@ -2880,6 +3693,86 @@ "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", @@ -3106,6 +3999,61 @@ "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", @@ -3344,6 +4292,66 @@ "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", @@ -3568,6 +4576,78 @@ "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", @@ -3784,6 +4864,81 @@ "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", @@ -4029,6 +5184,82 @@ "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", @@ -4266,6 +5497,85 @@ "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", @@ -4481,6 +5791,79 @@ "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", @@ -4727,6 +6110,92 @@ "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", @@ -4970,6 +6439,82 @@ "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", @@ -5217,6 +6762,68 @@ "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", @@ -5441,6 +7048,70 @@ "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", @@ -5674,6 +7345,77 @@ "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", @@ -5900,6 +7642,79 @@ "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", @@ -6132,6 +7947,81 @@ "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", @@ -6382,7 +8272,7 @@ "image_filename": "superCLEVR_new_020163.png", "image_index": 20163, "image": "superCLEVR_new_020163", - "question": "There is a tiny red thing; what shape is it?", + "question": "Is there a small airliner?", "program": [ { "type": "scene", @@ -6413,62 +8303,123 @@ ] }, { - "type": "filter_color", + "type": "filter_shape", "inputs": [ 1 ], - "_output": [ - 2 - ], + "_output": [], "value_inputs": [ - "red" + "airliner" ] }, { - "type": "unique", + "type": "exist", "inputs": [ 2 ], - "_output": 2, - "value_inputs": [] - }, - { - "type": "query_shape", - "inputs": [ - 3 - ], - "_output": "utility", + "_output": false, "value_inputs": [] } ], - "answer": "utility bike", - "obj_map": { - "2": [ - [ - 11, - 14 - ], - [ - 16, - 18 - ], - [ - 20, - 24 - ] - ] - }, + "answer": false, + "obj_map": {}, "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20163_query_shape_2_utility", - "question_index": 100818 + "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": "What color is the small motorbike?", + "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", @@ -6618,6 +8569,102 @@ "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", @@ -6870,6 +8917,72 @@ "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", @@ -7091,7 +9204,7 @@ "image_filename": "superCLEVR_new_020180.png", "image_index": 20180, "image": "superCLEVR_new_020180", - "question": "What shape is the tiny thing?", + "question": "Are there any large yellow things?", "program": [ { "type": "scene", @@ -7109,57 +9222,130 @@ 0 ], "_output": [ - 0 + 1, + 2 ], "value_inputs": [ - "small" + "large" ] }, { - "type": "unique", + "type": "filter_color", "inputs": [ 1 ], - "_output": 0, - "value_inputs": [] + "_output": [ + 1 + ], + "value_inputs": [ + "yellow" + ] }, { - "type": "query_shape", + "type": "exist", "inputs": [ 2 ], - "_output": "road", + "_output": true, "value_inputs": [] } ], - "answer": "road bike", + "answer": true, "obj_map": { - "0": [ + "1": [ [ - 18, - 21 + 14, + 18 ], [ - 23, - 22 + 20, + 25 ], [ - 23, - 27 + 27, + 31 ] ] }, "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20180_query_shape_0_road", - "question_index": 100903 + "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 color is the tiny thing?", + "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", @@ -7291,6 +9477,91 @@ "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", @@ -7520,6 +9791,51 @@ "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", @@ -7755,6 +10071,67 @@ "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", @@ -8025,6 +10402,79 @@ "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", @@ -8284,6 +10734,85 @@ "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", @@ -8513,6 +11042,68 @@ "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", @@ -8782,6 +11373,82 @@ "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", @@ -9051,6 +11718,80 @@ "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", @@ -9288,6 +12029,80 @@ "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", @@ -9522,6 +12337,72 @@ "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", @@ -9759,6 +12640,102 @@ "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", @@ -9832,6 +12809,73 @@ "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", @@ -10091,6 +13135,84 @@ "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", @@ -10332,6 +13454,87 @@ "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", @@ -10588,6 +13791,101 @@ "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", @@ -10815,6 +14113,89 @@ "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", @@ -11059,6 +14440,72 @@ "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", @@ -11297,6 +14744,76 @@ "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", @@ -11543,6 +15060,39 @@ "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", @@ -11788,6 +15338,77 @@ "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", @@ -12035,10 +15656,10 @@ }, { "split": "new", - "image_filename": "superCLEVR_new_020306.png", - "image_index": 20306, - "image": "superCLEVR_new_020306", - "question": "What is the shape of the blue object?", + "image_filename": "superCLEVR_new_020305.png", + "image_index": 20305, + "image": "superCLEVR_new_020305", + "question": "Are there any purple buss?", "program": [ { "type": "scene", @@ -12046,13 +15667,7 @@ "_output": [ 0, 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 + 2 ], "value_inputs": [] }, @@ -12062,91 +15677,10 @@ 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" + "purple" ] }, { @@ -12155,57 +15689,216 @@ 1 ], "_output": [ - 4 + 0 ], "value_inputs": [ - "bicycle" + "bus" ] }, { - "type": "unique", + "type": "exist", "inputs": [ 2 ], - "_output": 4, - "value_inputs": [] - }, - { - "type": "query_color", - "inputs": [ - 3 - ], - "_output": "red", + "_output": true, "value_inputs": [] } ], - "answer": "red", + "answer": true, "obj_map": { - "4": [ + "0": [ [ - 25, - 29 + 14, + 13 ], [ - 31, - 30 + 14, + 19 ], [ - 31, - 37 + 21, + 24 ] ] }, "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20306_query_color_4_tandem", - "question_index": 101532 + "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 size is the green chopper?", + "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", @@ -12288,6 +15981,97 @@ "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", @@ -12495,6 +16279,63 @@ "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", @@ -12733,6 +16574,75 @@ "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", @@ -12956,6 +16866,86 @@ "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", @@ -13197,6 +17187,61 @@ "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", @@ -13415,6 +17460,42 @@ "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", @@ -13644,6 +17725,69 @@ "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", @@ -13883,6 +18027,71 @@ "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", @@ -14136,6 +18345,80 @@ "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", @@ -14377,6 +18660,74 @@ "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", @@ -14584,6 +18935,80 @@ "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", @@ -14813,6 +19238,74 @@ "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", @@ -15058,6 +19551,73 @@ "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", @@ -15299,6 +19859,86 @@ "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", @@ -15544,6 +20184,71 @@ "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", @@ -15748,6 +20453,76 @@ "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", @@ -15987,6 +20762,100 @@ "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", @@ -16253,6 +21122,72 @@ "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", @@ -16470,6 +21405,80 @@ "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", @@ -16714,6 +21723,79 @@ "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", @@ -16978,6 +22060,68 @@ "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", @@ -17200,6 +22344,80 @@ "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", @@ -17466,6 +22684,76 @@ "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", @@ -17704,6 +22992,97 @@ "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", @@ -17941,6 +23320,82 @@ "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", @@ -18198,6 +23653,91 @@ "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", @@ -18453,6 +23993,66 @@ "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", @@ -18669,6 +24269,80 @@ "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", @@ -18899,6 +24573,69 @@ "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", @@ -18929,10 +24666,175 @@ 0 ], "_output": [ - 6 + 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": [ - "yellow" + "gray" ] }, { @@ -18940,46 +24842,46 @@ "inputs": [ 1 ], - "_output": 6, + "_output": 8, "value_inputs": [] }, { - "type": "query_shape", + "type": "query_size", "inputs": [ 2 ], - "_output": "scooter", + "_output": "large", "value_inputs": [] } ], - "answer": "scooter", + "answer": "large", "obj_map": { - "6": [ + "8": [ [ - 11, - 10 + 24, + 23 ], [ - 11, - 16 + 24, + 27 ], [ - 18, - 23 + 29, + 34 ] ] }, "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20478_query_shape_6_scooter", - "question_index": 102391 + "question_family_index": 4, + "question_hash": "20478_query_size_8_tandem", + "question_index": 102393 }, { "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?", + "image_filename": "superCLEVR_new_020483.png", + "image_index": 20483, + "image": "superCLEVR_new_020483", + "question": "Is there a blue school bus?", "program": [ { "type": "scene", @@ -18991,26 +24893,18 @@ 3, 4, 5, - 6, - 7, - 8, - 9 + 6 ], "value_inputs": [] }, { - "type": "filter_size", + "type": "filter_color", "inputs": [ 0 ], - "_output": [ - 3, - 6, - 8, - 9 - ], + "_output": [], "value_inputs": [ - "large" + "blue" ] }, { @@ -19018,126 +24912,26 @@ "inputs": [ 1 ], - "_output": [ - 8 - ], + "_output": [], "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" + "school" ] }, { - "type": "unique", - "inputs": [ - 1 - ], - "_output": 8, - "value_inputs": [] - }, - { - "type": "query_size", + "type": "exist", "inputs": [ 2 ], - "_output": "large", + "_output": false, "value_inputs": [] } ], - "answer": "large", - "obj_map": { - "8": [ - [ - 24, - 23 - ], - [ - 24, - 27 - ], - [ - 29, - 34 - ] - ] - }, + "answer": false, + "obj_map": {}, "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20478_query_size_8_tandem", - "question_index": 102393 + "question_family_index": 1, + "question_hash": "20483_exist", + "question_index": 102417 }, { "split": "new", @@ -19367,6 +25161,66 @@ "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", @@ -19607,6 +25461,66 @@ "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", @@ -19823,6 +25737,73 @@ "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", @@ -20027,6 +26008,85 @@ "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", @@ -20262,6 +26322,86 @@ "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", @@ -20517,6 +26657,78 @@ "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", @@ -20761,6 +26973,65 @@ "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", @@ -21007,6 +27278,78 @@ "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", @@ -21227,6 +27570,83 @@ "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", @@ -21458,6 +27878,74 @@ "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", @@ -21702,6 +28190,72 @@ "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", @@ -21967,6 +28521,72 @@ "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", @@ -22184,6 +28804,94 @@ "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", @@ -22420,6 +29128,71 @@ "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", @@ -22636,6 +29409,66 @@ "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", @@ -22887,6 +29720,75 @@ "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", @@ -23143,6 +30045,59 @@ "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", @@ -23390,6 +30345,99 @@ "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", @@ -23645,6 +30693,79 @@ "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", @@ -23873,6 +30994,87 @@ "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", @@ -24136,6 +31338,39 @@ "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", @@ -24340,6 +31575,77 @@ "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", @@ -24565,6 +31871,96 @@ "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", @@ -24798,6 +32194,99 @@ "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", @@ -25026,6 +32515,61 @@ "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", @@ -25231,6 +32775,80 @@ "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", @@ -25458,6 +33076,85 @@ "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", @@ -25727,6 +33424,83 @@ "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", @@ -25982,6 +33756,82 @@ "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", @@ -26241,6 +34091,96 @@ "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", @@ -26474,6 +34414,70 @@ "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", @@ -26687,6 +34691,76 @@ "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", @@ -26919,6 +34993,86 @@ "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", @@ -27159,6 +35313,64 @@ "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", @@ -27372,6 +35584,66 @@ "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", @@ -27580,6 +35852,80 @@ "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", @@ -27811,6 +36157,74 @@ "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", @@ -28033,6 +36447,74 @@ "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", @@ -28286,6 +36768,83 @@ "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", @@ -28509,6 +37068,64 @@ "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", @@ -28735,6 +37352,103 @@ "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", @@ -28951,6 +37665,75 @@ "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", @@ -29217,6 +38000,91 @@ "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", @@ -29464,6 +38332,89 @@ "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", @@ -29701,6 +38652,83 @@ "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", @@ -29961,6 +38989,96 @@ "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", @@ -30218,6 +39336,78 @@ "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", @@ -30447,6 +39637,74 @@ "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", @@ -30677,6 +39935,98 @@ "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", @@ -30716,15 +40066,104 @@ ] }, { - "type": "filter_color", + "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": [ - 5 + 7 ], "value_inputs": [ - "green" + "sedan" ] }, { @@ -30732,46 +40171,46 @@ "inputs": [ 2 ], - "_output": 5, + "_output": 7, "value_inputs": [] }, { - "type": "query_shape", + "type": "query_color", "inputs": [ 3 ], - "_output": "regular", + "_output": "purple", "value_inputs": [] } ], - "answer": "regular bus", + "answer": "purple", "obj_map": { - "5": [ + "7": [ [ - 18, - 22 + 4, + 8 ], [ - 24, - 28 + 10, + 9 ], [ - 30, - 35 + 10, + 14 ] ] }, "template_filename": "zero_hop_filtered.json", - "question_family_index": 2, - "question_hash": "20777_query_shape_5_regular", - "question_index": 103885 + "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": "The small sedan has what color?", + "question": "What size is the yellow chopper?", "program": [ { "type": "scene", @@ -30790,18 +40229,17 @@ "value_inputs": [] }, { - "type": "filter_size", + "type": "filter_color", "inputs": [ 0 ], "_output": [ - 4, - 5, - 7, - 8 + 0, + 2, + 3 ], "value_inputs": [ - "small" + "yellow" ] }, { @@ -30810,10 +40248,10 @@ 1 ], "_output": [ - 7 + 3 ], "value_inputs": [ - "sedan" + "chopper" ] }, { @@ -30821,46 +40259,46 @@ "inputs": [ 2 ], - "_output": 7, + "_output": 3, "value_inputs": [] }, { - "type": "query_color", + "type": "query_size", "inputs": [ 3 ], - "_output": "purple", + "_output": "large", "value_inputs": [] } ], - "answer": "purple", + "answer": "large", "obj_map": { - "7": [ + "3": [ [ - 4, - 8 + 17, + 16 ], [ - 10, - 9 + 17, + 22 ], [ - 10, - 14 + 24, + 30 ] ] }, "template_filename": "zero_hop_filtered.json", - "question_family_index": 3, - "question_hash": "20777_query_color_7_sedan", - "question_index": 103886 + "question_family_index": 4, + "question_hash": "20777_query_size_3_chopper", + "question_index": 103887 }, { "split": "new", - "image_filename": "superCLEVR_new_020777.png", - "image_index": 20777, - "image": "superCLEVR_new_020777", - "question": "What size is the yellow chopper?", + "image_filename": "superCLEVR_new_020781.png", + "image_index": 20781, + "image": "superCLEVR_new_020781", + "question": "Is there a large minivan?", "program": [ { "type": "scene", @@ -30874,22 +40312,23 @@ 5, 6, 7, - 8 + 8, + 9 ], "value_inputs": [] }, { - "type": "filter_color", + "type": "filter_size", "inputs": [ 0 ], "_output": [ 0, - 2, - 3 + 1, + 2 ], "value_inputs": [ - "yellow" + "large" ] }, { @@ -30897,51 +40336,26 @@ "inputs": [ 1 ], - "_output": [ - 3 - ], + "_output": [], "value_inputs": [ - "chopper" + "minivan" ] }, { - "type": "unique", + "type": "exist", "inputs": [ 2 ], - "_output": 3, - "value_inputs": [] - }, - { - "type": "query_size", - "inputs": [ - 3 - ], - "_output": "large", + "_output": false, "value_inputs": [] } ], - "answer": "large", - "obj_map": { - "3": [ - [ - 17, - 16 - ], - [ - 17, - 22 - ], - [ - 24, - 30 - ] - ] - }, + "answer": false, + "obj_map": {}, "template_filename": "zero_hop_filtered.json", - "question_family_index": 4, - "question_hash": "20777_query_size_3_chopper", - "question_index": 103887 + "question_family_index": 1, + "question_hash": "20781_exist", + "question_index": 103909 }, { "split": "new", @@ -31168,6 +40582,39 @@ "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", @@ -31397,6 +40844,61 @@ "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", @@ -31620,6 +41122,59 @@ "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", @@ -31837,6 +41392,78 @@ "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", @@ -32081,6 +41708,86 @@ "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", @@ -32312,6 +42019,80 @@ "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", @@ -32557,6 +42338,83 @@ "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", @@ -32789,6 +42647,99 @@ "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", @@ -33018,6 +42969,70 @@ "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", @@ -33249,6 +43264,76 @@ "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", @@ -33488,6 +43573,104 @@ "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", @@ -33732,6 +43915,77 @@ "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", @@ -33960,6 +44214,73 @@ "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", @@ -34182,6 +44503,99 @@ "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", @@ -34393,6 +44807,73 @@ "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", @@ -34610,6 +45091,86 @@ "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", @@ -34853,6 +45414,79 @@ "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", @@ -35096,6 +45730,66 @@ "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", @@ -35359,6 +46053,70 @@ "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", @@ -35575,6 +46333,73 @@ "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", @@ -35808,6 +46633,82 @@ "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", @@ -36043,6 +46944,85 @@ "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", @@ -36279,6 +47259,59 @@ "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", @@ -36508,6 +47541,73 @@ "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", @@ -36767,6 +47867,90 @@ "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", @@ -36995,6 +48179,70 @@ "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", @@ -37228,6 +48476,85 @@ "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", @@ -37465,6 +48792,43 @@ "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", @@ -37708,6 +49072,50 @@ "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", @@ -37930,6 +49338,72 @@ "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", @@ -38149,6 +49623,81 @@ "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", @@ -38385,6 +49934,101 @@ "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", @@ -38612,6 +50256,73 @@ "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", @@ -38861,6 +50572,60 @@ "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", @@ -39097,6 +50862,71 @@ "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", @@ -39340,6 +51170,64 @@ "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",