diff --git "a/factor_bench.json" "b/factor_bench.json" new file mode 100644--- /dev/null +++ "b/factor_bench.json" @@ -0,0 +1,91353 @@ +{ + "name": "FACTOR-Bench", + "version": "1.0", + "description": "A diagnostic benchmark for Boolean operator semantics in vision-language scoring interfaces.", + "paper": "Similarity Is Not Logic: Factored Inference for Dual-Encoder Vision-Language Models (ICML 2026)", + "license": "CC-BY-4.0 (annotations); images are COCO val2017 under their original terms", + "image_source": "COCO val2017 (https://cocodataset.org)", + "n_samples": 1695, + "splits": { + "operator": 1100, + "equivalence": 450, + "compound": 145 + }, + "operators": { + "NOT": 300, + "AND": 150, + "OR": 150, + "BUT_NOT": 250, + "NEITHER": 250, + "DE_MORGAN": 50, + "DOUBLE_NEG": 100, + "COMM_AND": 150, + "COMM_OR": 150, + "COMPOUND": 145 + }, + "owlvit_validated": "all samples", + "samples": [ + { + "sample_id": "not_explicit_0000", + "test_type": "operator", + "operator": "NOT", + "image_id": 233825, + "image": "val2017/000000233825.jpg", + "caption_a": "an orange", + "caption_b": "there is no orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0001", + "test_type": "operator", + "operator": "NOT", + "image_id": 213547, + "image": "val2017/000000213547.jpg", + "caption_a": "a laptop", + "caption_b": "laptop-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [], + "absent": [ + "laptop" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0002", + "test_type": "operator", + "operator": "NOT", + "image_id": 357888, + "image": "val2017/000000357888.jpg", + "caption_a": "without giraffe", + "caption_b": "there is a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [], + "absent": [ + "giraffe" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0003", + "test_type": "operator", + "operator": "NOT", + "image_id": 459437, + "image": "val2017/000000459437.jpg", + "caption_a": "with broccoli", + "caption_b": "without broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [], + "absent": [ + "broccoli" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0004", + "test_type": "operator", + "operator": "NOT", + "image_id": 418696, + "image": "val2017/000000418696.jpg", + "caption_a": "skis-less scene", + "caption_b": "containing skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0005", + "test_type": "operator", + "operator": "NOT", + "image_id": 369310, + "image": "val2017/000000369310.jpg", + "caption_a": "containing cake", + "caption_b": "without cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0006", + "test_type": "operator", + "operator": "NOT", + "image_id": 229111, + "image": "val2017/000000229111.jpg", + "caption_a": "no boat", + "caption_b": "there is a boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0007", + "test_type": "operator", + "operator": "NOT", + "image_id": 304180, + "image": "val2017/000000304180.jpg", + "caption_a": "there is no banana", + "caption_b": "there is a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0008", + "test_type": "operator", + "operator": "NOT", + "image_id": 489842, + "image": "val2017/000000489842.jpg", + "caption_a": "there is a couch", + "caption_b": "without couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [], + "absent": [ + "couch" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0009", + "test_type": "operator", + "operator": "NOT", + "image_id": 99182, + "image": "val2017/000000099182.jpg", + "caption_a": "a bottle", + "caption_b": "without bottle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0010", + "test_type": "operator", + "operator": "NOT", + "image_id": 186980, + "image": "val2017/000000186980.jpg", + "caption_a": "with cat", + "caption_b": "cat-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0011", + "test_type": "operator", + "operator": "NOT", + "image_id": 547383, + "image": "val2017/000000547383.jpg", + "caption_a": "a refrigerator", + "caption_b": "no refrigerator present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [], + "absent": [ + "refrigerator" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0012", + "test_type": "operator", + "operator": "NOT", + "image_id": 76261, + "image": "val2017/000000076261.jpg", + "caption_a": "no bed", + "caption_b": "bed present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [], + "absent": [ + "bed" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0013", + "test_type": "operator", + "operator": "NOT", + "image_id": 333956, + "image": "val2017/000000333956.jpg", + "caption_a": "a tennis racket", + "caption_b": "no tennis racket present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [], + "absent": [ + "tennis racket" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0014", + "test_type": "operator", + "operator": "NOT", + "image_id": 280918, + "image": "val2017/000000280918.jpg", + "caption_a": "a fork", + "caption_b": "there is no fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [], + "absent": [ + "fork" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0015", + "test_type": "operator", + "operator": "NOT", + "image_id": 25593, + "image": "val2017/000000025593.jpg", + "caption_a": "no tv", + "caption_b": "there is a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [], + "absent": [ + "tv" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0016", + "test_type": "operator", + "operator": "NOT", + "image_id": 63740, + "image": "val2017/000000063740.jpg", + "caption_a": "without umbrella", + "caption_b": "umbrella present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0017", + "test_type": "operator", + "operator": "NOT", + "image_id": 464144, + "image": "val2017/000000464144.jpg", + "caption_a": "without chair", + "caption_b": "there is a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [], + "absent": [ + "chair" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0018", + "test_type": "operator", + "operator": "NOT", + "image_id": 360960, + "image": "val2017/000000360960.jpg", + "caption_a": "a scissors", + "caption_b": "scissors-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [], + "absent": [ + "scissors" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0019", + "test_type": "operator", + "operator": "NOT", + "image_id": 533493, + "image": "val2017/000000533493.jpg", + "caption_a": "containing bicycle", + "caption_b": "without bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [], + "absent": [ + "bicycle" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0020", + "test_type": "operator", + "operator": "NOT", + "image_id": 24243, + "image": "val2017/000000024243.jpg", + "caption_a": "a toaster", + "caption_b": "without toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster" + ], + "present": [], + "absent": [ + "toaster" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0021", + "test_type": "operator", + "operator": "NOT", + "image_id": 20992, + "image": "val2017/000000020992.jpg", + "caption_a": "there is no pizza", + "caption_b": "containing pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza" + ], + "present": [], + "absent": [ + "pizza" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0022", + "test_type": "operator", + "operator": "NOT", + "image_id": 406129, + "image": "val2017/000000406129.jpg", + "caption_a": "no sheep", + "caption_b": "sheep present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep" + ], + "present": [], + "absent": [ + "sheep" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0023", + "test_type": "operator", + "operator": "NOT", + "image_id": 537053, + "image": "val2017/000000537053.jpg", + "caption_a": "a cell phone", + "caption_b": "cell phone-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [], + "absent": [ + "cell phone" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0024", + "test_type": "operator", + "operator": "NOT", + "image_id": 201934, + "image": "val2017/000000201934.jpg", + "caption_a": "there is a cow", + "caption_b": "without cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow" + ], + "present": [], + "absent": [ + "cow" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0025", + "test_type": "operator", + "operator": "NOT", + "image_id": 541055, + "image": "val2017/000000541055.jpg", + "caption_a": "there is an elephant", + "caption_b": "without elephant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant" + ], + "present": [], + "absent": [ + "elephant" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0026", + "test_type": "operator", + "operator": "NOT", + "image_id": 521601, + "image": "val2017/000000521601.jpg", + "caption_a": "there is a knife", + "caption_b": "there is no knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "knife" + ], + "present": [], + "absent": [ + "knife" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0027", + "test_type": "operator", + "operator": "NOT", + "image_id": 492968, + "image": "val2017/000000492968.jpg", + "caption_a": "containing apple", + "caption_b": "without apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple" + ], + "present": [], + "absent": [ + "apple" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0028", + "test_type": "operator", + "operator": "NOT", + "image_id": 96001, + "image": "val2017/000000096001.jpg", + "caption_a": "there is no kite", + "caption_b": "containing kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [], + "absent": [ + "kite" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0029", + "test_type": "operator", + "operator": "NOT", + "image_id": 466256, + "image": "val2017/000000466256.jpg", + "caption_a": "without toilet", + "caption_b": "a toilet", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet" + ], + "present": [], + "absent": [ + "toilet" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0030", + "test_type": "operator", + "operator": "NOT", + "image_id": 233567, + "image": "val2017/000000233567.jpg", + "caption_a": "a sports ball", + "caption_b": "without sports ball", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [], + "absent": [ + "sports ball" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0031", + "test_type": "operator", + "operator": "NOT", + "image_id": 47112, + "image": "val2017/000000047112.jpg", + "caption_a": "containing truck", + "caption_b": "no truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck" + ], + "present": [], + "absent": [ + "truck" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0032", + "test_type": "operator", + "operator": "NOT", + "image_id": 456303, + "image": "val2017/000000456303.jpg", + "caption_a": "with remote", + "caption_b": "without remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote" + ], + "present": [], + "absent": [ + "remote" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0033", + "test_type": "operator", + "operator": "NOT", + "image_id": 286507, + "image": "val2017/000000286507.jpg", + "caption_a": "there is a car", + "caption_b": "there is no car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car" + ], + "present": [], + "absent": [ + "car" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0034", + "test_type": "operator", + "operator": "NOT", + "image_id": 564091, + "image": "val2017/000000564091.jpg", + "caption_a": "there is a dog", + "caption_b": "without dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog" + ], + "present": [], + "absent": [ + "dog" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0035", + "test_type": "operator", + "operator": "NOT", + "image_id": 447342, + "image": "val2017/000000447342.jpg", + "caption_a": "a skateboard", + "caption_b": "no skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard" + ], + "present": [], + "absent": [ + "skateboard" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0036", + "test_type": "operator", + "operator": "NOT", + "image_id": 474170, + "image": "val2017/000000474170.jpg", + "caption_a": "there is no zebra", + "caption_b": "containing zebra", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra" + ], + "present": [], + "absent": [ + "zebra" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0037", + "test_type": "operator", + "operator": "NOT", + "image_id": 188465, + "image": "val2017/000000188465.jpg", + "caption_a": "there is a wine glass", + "caption_b": "there is no wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [], + "absent": [ + "wine glass" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0038", + "test_type": "operator", + "operator": "NOT", + "image_id": 523782, + "image": "val2017/000000523782.jpg", + "caption_a": "backpack-less scene", + "caption_b": "containing backpack", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack" + ], + "present": [], + "absent": [ + "backpack" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0039", + "test_type": "operator", + "operator": "NOT", + "image_id": 155145, + "image": "val2017/000000155145.jpg", + "caption_a": "with bus", + "caption_b": "no bus present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus" + ], + "present": [], + "absent": [ + "bus" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0040", + "test_type": "operator", + "operator": "NOT", + "image_id": 190637, + "image": "val2017/000000190637.jpg", + "caption_a": "there is no train", + "caption_b": "containing train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train" + ], + "present": [], + "absent": [ + "train" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0041", + "test_type": "operator", + "operator": "NOT", + "image_id": 261161, + "image": "val2017/000000261161.jpg", + "caption_a": "there is no dining table", + "caption_b": "there is a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [], + "absent": [ + "dining table" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0042", + "test_type": "operator", + "operator": "NOT", + "image_id": 512657, + "image": "val2017/000000512657.jpg", + "caption_a": "with book", + "caption_b": "there is no book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book" + ], + "present": [], + "absent": [ + "book" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0043", + "test_type": "operator", + "operator": "NOT", + "image_id": 549930, + "image": "val2017/000000549930.jpg", + "caption_a": "without traffic light", + "caption_b": "a traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [], + "absent": [ + "traffic light" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0044", + "test_type": "operator", + "operator": "NOT", + "image_id": 534601, + "image": "val2017/000000534601.jpg", + "caption_a": "there is no hot dog", + "caption_b": "with hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [], + "absent": [ + "hot dog" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0045", + "test_type": "operator", + "operator": "NOT", + "image_id": 114907, + "image": "val2017/000000114907.jpg", + "caption_a": "with bear", + "caption_b": "no bear present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [], + "absent": [ + "bear" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0046", + "test_type": "operator", + "operator": "NOT", + "image_id": 58350, + "image": "val2017/000000058350.jpg", + "caption_a": "without keyboard", + "caption_b": "there is a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard" + ], + "present": [], + "absent": [ + "keyboard" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0047", + "test_type": "operator", + "operator": "NOT", + "image_id": 220732, + "image": "val2017/000000220732.jpg", + "caption_a": "there is a potted plant", + "caption_b": "without potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [], + "absent": [ + "potted plant" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0048", + "test_type": "operator", + "operator": "NOT", + "image_id": 1675, + "image": "val2017/000000001675.jpg", + "caption_a": "with fire hydrant", + "caption_b": "without fire hydrant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant" + ], + "present": [], + "absent": [ + "fire hydrant" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0049", + "test_type": "operator", + "operator": "NOT", + "image_id": 290843, + "image": "val2017/000000290843.jpg", + "caption_a": "sandwich present", + "caption_b": "sandwich-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [], + "absent": [ + "sandwich" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0050", + "test_type": "operator", + "operator": "NOT", + "image_id": 248111, + "image": "val2017/000000248111.jpg", + "caption_a": "without person", + "caption_b": "there is a person", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person" + ], + "present": [], + "absent": [ + "person" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0051", + "test_type": "operator", + "operator": "NOT", + "image_id": 157365, + "image": "val2017/000000157365.jpg", + "caption_a": "a carrot", + "caption_b": "no carrot present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot" + ], + "present": [], + "absent": [ + "carrot" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0052", + "test_type": "operator", + "operator": "NOT", + "image_id": 371749, + "image": "val2017/000000371749.jpg", + "caption_a": "no clock", + "caption_b": "with clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [], + "absent": [ + "clock" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0053", + "test_type": "operator", + "operator": "NOT", + "image_id": 557672, + "image": "val2017/000000557672.jpg", + "caption_a": "there is no surfboard", + "caption_b": "surfboard present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [], + "absent": [ + "surfboard" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0054", + "test_type": "operator", + "operator": "NOT", + "image_id": 61584, + "image": "val2017/000000061584.jpg", + "caption_a": "vase present", + "caption_b": "vase-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "vase" + ], + "present": [], + "absent": [ + "vase" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0055", + "test_type": "operator", + "operator": "NOT", + "image_id": 424135, + "image": "val2017/000000424135.jpg", + "caption_a": "without toothbrush", + "caption_b": "toothbrush present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [], + "absent": [ + "toothbrush" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0056", + "test_type": "operator", + "operator": "NOT", + "image_id": 78748, + "image": "val2017/000000078748.jpg", + "caption_a": "handbag present", + "caption_b": "no handbag present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [], + "absent": [ + "handbag" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0057", + "test_type": "operator", + "operator": "NOT", + "image_id": 367569, + "image": "val2017/000000367569.jpg", + "caption_a": "no baseball bat", + "caption_b": "a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [], + "absent": [ + "baseball bat" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0058", + "test_type": "operator", + "operator": "NOT", + "image_id": 199236, + "image": "val2017/000000199236.jpg", + "caption_a": "a spoon", + "caption_b": "no spoon present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon" + ], + "present": [], + "absent": [ + "spoon" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0059", + "test_type": "operator", + "operator": "NOT", + "image_id": 13004, + "image": "val2017/000000013004.jpg", + "caption_a": "there is no cup", + "caption_b": "cup present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup" + ], + "present": [], + "absent": [ + "cup" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0060", + "test_type": "operator", + "operator": "NOT", + "image_id": 376307, + "image": "val2017/000000376307.jpg", + "caption_a": "there is a bowl", + "caption_b": "without bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [], + "absent": [ + "bowl" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0061", + "test_type": "operator", + "operator": "NOT", + "image_id": 109976, + "image": "val2017/000000109976.jpg", + "caption_a": "no parking meter", + "caption_b": "there is a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter" + ], + "present": [], + "absent": [ + "parking meter" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0062", + "test_type": "operator", + "operator": "NOT", + "image_id": 78404, + "image": "val2017/000000078404.jpg", + "caption_a": "no teddy bear", + "caption_b": "with teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear" + ], + "present": [], + "absent": [ + "teddy bear" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0063", + "test_type": "operator", + "operator": "NOT", + "image_id": 80671, + "image": "val2017/000000080671.jpg", + "caption_a": "without microwave", + "caption_b": "there is a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [], + "absent": [ + "microwave" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0064", + "test_type": "operator", + "operator": "NOT", + "image_id": 482319, + "image": "val2017/000000482319.jpg", + "caption_a": "there is a mouse", + "caption_b": "mouse-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "mouse" + ], + "present": [], + "absent": [ + "mouse" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0065", + "test_type": "operator", + "operator": "NOT", + "image_id": 482436, + "image": "val2017/000000482436.jpg", + "caption_a": "a frisbee", + "caption_b": "no frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [], + "absent": [ + "frisbee" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0066", + "test_type": "operator", + "operator": "NOT", + "image_id": 81988, + "image": "val2017/000000081988.jpg", + "caption_a": "tie-less scene", + "caption_b": "there is a tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [], + "absent": [ + "tie" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0067", + "test_type": "operator", + "operator": "NOT", + "image_id": 454404, + "image": "val2017/000000454404.jpg", + "caption_a": "there is no sink", + "caption_b": "with sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [], + "absent": [ + "sink" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0068", + "test_type": "operator", + "operator": "NOT", + "image_id": 357737, + "image": "val2017/000000357737.jpg", + "caption_a": "containing hair drier", + "caption_b": "without hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hair drier" + ], + "present": [], + "absent": [ + "hair drier" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0069", + "test_type": "operator", + "operator": "NOT", + "image_id": 492992, + "image": "val2017/000000492992.jpg", + "caption_a": "there is an airplane", + "caption_b": "no airplane", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [], + "absent": [ + "airplane" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0070", + "test_type": "operator", + "operator": "NOT", + "image_id": 101420, + "image": "val2017/000000101420.jpg", + "caption_a": "no donut", + "caption_b": "donut present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut" + ], + "present": [], + "absent": [ + "donut" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0071", + "test_type": "operator", + "operator": "NOT", + "image_id": 567197, + "image": "val2017/000000567197.jpg", + "caption_a": "there is no stop sign", + "caption_b": "with stop sign", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign" + ], + "present": [], + "absent": [ + "stop sign" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0072", + "test_type": "operator", + "operator": "NOT", + "image_id": 149375, + "image": "val2017/000000149375.jpg", + "caption_a": "an oven", + "caption_b": "no oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "oven" + ], + "present": [], + "absent": [ + "oven" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0073", + "test_type": "operator", + "operator": "NOT", + "image_id": 296224, + "image": "val2017/000000296224.jpg", + "caption_a": "without bench", + "caption_b": "a bench", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench" + ], + "present": [], + "absent": [ + "bench" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0074", + "test_type": "operator", + "operator": "NOT", + "image_id": 87742, + "image": "val2017/000000087742.jpg", + "caption_a": "horse present", + "caption_b": "no horse present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse" + ], + "present": [], + "absent": [ + "horse" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0075", + "test_type": "operator", + "operator": "NOT", + "image_id": 108244, + "image": "val2017/000000108244.jpg", + "caption_a": "there is a suitcase", + "caption_b": "without suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "suitcase" + ], + "present": [], + "absent": [ + "suitcase" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0076", + "test_type": "operator", + "operator": "NOT", + "image_id": 372349, + "image": "val2017/000000372349.jpg", + "caption_a": "without snowboard", + "caption_b": "a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard" + ], + "present": [], + "absent": [ + "snowboard" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0077", + "test_type": "operator", + "operator": "NOT", + "image_id": 546556, + "image": "val2017/000000546556.jpg", + "caption_a": "there is no baseball glove", + "caption_b": "baseball glove present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [], + "absent": [ + "baseball glove" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0078", + "test_type": "operator", + "operator": "NOT", + "image_id": 368940, + "image": "val2017/000000368940.jpg", + "caption_a": "motorcycle-less scene", + "caption_b": "with motorcycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle" + ], + "present": [], + "absent": [ + "motorcycle" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0079", + "test_type": "operator", + "operator": "NOT", + "image_id": 131431, + "image": "val2017/000000131431.jpg", + "caption_a": "without bird", + "caption_b": "a bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [], + "absent": [ + "bird" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0080", + "test_type": "operator", + "operator": "NOT", + "image_id": 491130, + "image": "val2017/000000491130.jpg", + "caption_a": "there is no orange", + "caption_b": "containing orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0081", + "test_type": "operator", + "operator": "NOT", + "image_id": 395633, + "image": "val2017/000000395633.jpg", + "caption_a": "a laptop", + "caption_b": "there is no laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [], + "absent": [ + "laptop" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0082", + "test_type": "operator", + "operator": "NOT", + "image_id": 521509, + "image": "val2017/000000521509.jpg", + "caption_a": "containing giraffe", + "caption_b": "without giraffe", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [], + "absent": [ + "giraffe" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0083", + "test_type": "operator", + "operator": "NOT", + "image_id": 128699, + "image": "val2017/000000128699.jpg", + "caption_a": "no broccoli", + "caption_b": "with broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [], + "absent": [ + "broccoli" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0084", + "test_type": "operator", + "operator": "NOT", + "image_id": 580294, + "image": "val2017/000000580294.jpg", + "caption_a": "no skis present", + "caption_b": "skis present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0085", + "test_type": "operator", + "operator": "NOT", + "image_id": 386277, + "image": "val2017/000000386277.jpg", + "caption_a": "without cake", + "caption_b": "a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0086", + "test_type": "operator", + "operator": "NOT", + "image_id": 262895, + "image": "val2017/000000262895.jpg", + "caption_a": "there is no boat", + "caption_b": "there is a boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0087", + "test_type": "operator", + "operator": "NOT", + "image_id": 185472, + "image": "val2017/000000185472.jpg", + "caption_a": "there is no banana", + "caption_b": "there is a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0088", + "test_type": "operator", + "operator": "NOT", + "image_id": 120853, + "image": "val2017/000000120853.jpg", + "caption_a": "containing couch", + "caption_b": "couch-less scene", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [], + "absent": [ + "couch" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0089", + "test_type": "operator", + "operator": "NOT", + "image_id": 133631, + "image": "val2017/000000133631.jpg", + "caption_a": "there is no bottle", + "caption_b": "bottle present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0090", + "test_type": "operator", + "operator": "NOT", + "image_id": 97988, + "image": "val2017/000000097988.jpg", + "caption_a": "no cat", + "caption_b": "cat present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0091", + "test_type": "operator", + "operator": "NOT", + "image_id": 175387, + "image": "val2017/000000175387.jpg", + "caption_a": "refrigerator-less scene", + "caption_b": "with refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [], + "absent": [ + "refrigerator" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0092", + "test_type": "operator", + "operator": "NOT", + "image_id": 372307, + "image": "val2017/000000372307.jpg", + "caption_a": "without bed", + "caption_b": "bed present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [], + "absent": [ + "bed" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0093", + "test_type": "operator", + "operator": "NOT", + "image_id": 65798, + "image": "val2017/000000065798.jpg", + "caption_a": "containing tennis racket", + "caption_b": "no tennis racket", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [], + "absent": [ + "tennis racket" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0094", + "test_type": "operator", + "operator": "NOT", + "image_id": 482800, + "image": "val2017/000000482800.jpg", + "caption_a": "fork-less scene", + "caption_b": "a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [], + "absent": [ + "fork" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0095", + "test_type": "operator", + "operator": "NOT", + "image_id": 236914, + "image": "val2017/000000236914.jpg", + "caption_a": "a tv", + "caption_b": "no tv present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [], + "absent": [ + "tv" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0096", + "test_type": "operator", + "operator": "NOT", + "image_id": 71938, + "image": "val2017/000000071938.jpg", + "caption_a": "there is no umbrella", + "caption_b": "with umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0097", + "test_type": "operator", + "operator": "NOT", + "image_id": 531134, + "image": "val2017/000000531134.jpg", + "caption_a": "no chair", + "caption_b": "with chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [], + "absent": [ + "chair" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0098", + "test_type": "operator", + "operator": "NOT", + "image_id": 186296, + "image": "val2017/000000186296.jpg", + "caption_a": "there is no scissors", + "caption_b": "scissors present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [], + "absent": [ + "scissors" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_explicit_0099", + "test_type": "operator", + "operator": "NOT", + "image_id": 296317, + "image": "val2017/000000296317.jpg", + "caption_a": "without bicycle", + "caption_b": "containing bicycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [], + "absent": [ + "bicycle" + ], + "negation_type": "explicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0000", + "test_type": "operator", + "operator": "NOT", + "image_id": 441286, + "image": "val2017/000000441286.jpg", + "caption_a": "free of orange", + "caption_b": "with orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0001", + "test_type": "operator", + "operator": "NOT", + "image_id": 570471, + "image": "val2017/000000570471.jpg", + "caption_a": "devoid of laptop", + "caption_b": "there is a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [], + "absent": [ + "laptop" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0002", + "test_type": "operator", + "operator": "NOT", + "image_id": 292082, + "image": "val2017/000000292082.jpg", + "caption_a": "containing giraffe", + "caption_b": "giraffe-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [], + "absent": [ + "giraffe" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0003", + "test_type": "operator", + "operator": "NOT", + "image_id": 339870, + "image": "val2017/000000339870.jpg", + "caption_a": "with broccoli", + "caption_b": "broccoli-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [], + "absent": [ + "broccoli" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0004", + "test_type": "operator", + "operator": "NOT", + "image_id": 333237, + "image": "val2017/000000333237.jpg", + "caption_a": "skis present", + "caption_b": "lacking skis", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0005", + "test_type": "operator", + "operator": "NOT", + "image_id": 25181, + "image": "val2017/000000025181.jpg", + "caption_a": "cake-free", + "caption_b": "with cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0006", + "test_type": "operator", + "operator": "NOT", + "image_id": 40083, + "image": "val2017/000000040083.jpg", + "caption_a": "there is a boat", + "caption_b": "boat-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0007", + "test_type": "operator", + "operator": "NOT", + "image_id": 416256, + "image": "val2017/000000416256.jpg", + "caption_a": "free of banana", + "caption_b": "banana present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0008", + "test_type": "operator", + "operator": "NOT", + "image_id": 530836, + "image": "val2017/000000530836.jpg", + "caption_a": "containing couch", + "caption_b": "free of couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [], + "absent": [ + "couch" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0009", + "test_type": "operator", + "operator": "NOT", + "image_id": 351559, + "image": "val2017/000000351559.jpg", + "caption_a": "free of bottle", + "caption_b": "containing bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0010", + "test_type": "operator", + "operator": "NOT", + "image_id": 488592, + "image": "val2017/000000488592.jpg", + "caption_a": "devoid of cat", + "caption_b": "there is a cat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0011", + "test_type": "operator", + "operator": "NOT", + "image_id": 549136, + "image": "val2017/000000549136.jpg", + "caption_a": "refrigerator-free", + "caption_b": "containing refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [], + "absent": [ + "refrigerator" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0012", + "test_type": "operator", + "operator": "NOT", + "image_id": 530146, + "image": "val2017/000000530146.jpg", + "caption_a": "with bed", + "caption_b": "free of bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [], + "absent": [ + "bed" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0013", + "test_type": "operator", + "operator": "NOT", + "image_id": 516316, + "image": "val2017/000000516316.jpg", + "caption_a": "tennis racket-free", + "caption_b": "there is a tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [], + "absent": [ + "tennis racket" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0014", + "test_type": "operator", + "operator": "NOT", + "image_id": 559543, + "image": "val2017/000000559543.jpg", + "caption_a": "a fork", + "caption_b": "fork is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [], + "absent": [ + "fork" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0015", + "test_type": "operator", + "operator": "NOT", + "image_id": 563349, + "image": "val2017/000000563349.jpg", + "caption_a": "tv present", + "caption_b": "free of tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [], + "absent": [ + "tv" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0016", + "test_type": "operator", + "operator": "NOT", + "image_id": 493905, + "image": "val2017/000000493905.jpg", + "caption_a": "umbrella is absent", + "caption_b": "umbrella present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0017", + "test_type": "operator", + "operator": "NOT", + "image_id": 342971, + "image": "val2017/000000342971.jpg", + "caption_a": "free of chair", + "caption_b": "there is a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [], + "absent": [ + "chair" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0018", + "test_type": "operator", + "operator": "NOT", + "image_id": 560880, + "image": "val2017/000000560880.jpg", + "caption_a": "there is a scissors", + "caption_b": "free of scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [], + "absent": [ + "scissors" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0019", + "test_type": "operator", + "operator": "NOT", + "image_id": 170670, + "image": "val2017/000000170670.jpg", + "caption_a": "a bicycle", + "caption_b": "free of bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [], + "absent": [ + "bicycle" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0020", + "test_type": "operator", + "operator": "NOT", + "image_id": 320664, + "image": "val2017/000000320664.jpg", + "caption_a": "devoid of toaster", + "caption_b": "with toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toaster" + ], + "present": [], + "absent": [ + "toaster" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0021", + "test_type": "operator", + "operator": "NOT", + "image_id": 283113, + "image": "val2017/000000283113.jpg", + "caption_a": "lacking pizza", + "caption_b": "with pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza" + ], + "present": [], + "absent": [ + "pizza" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0022", + "test_type": "operator", + "operator": "NOT", + "image_id": 58705, + "image": "val2017/000000058705.jpg", + "caption_a": "there is a sheep", + "caption_b": "sheep is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep" + ], + "present": [], + "absent": [ + "sheep" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0023", + "test_type": "operator", + "operator": "NOT", + "image_id": 126216, + "image": "val2017/000000126216.jpg", + "caption_a": "devoid of cell phone", + "caption_b": "cell phone present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [], + "absent": [ + "cell phone" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0024", + "test_type": "operator", + "operator": "NOT", + "image_id": 292446, + "image": "val2017/000000292446.jpg", + "caption_a": "a cow", + "caption_b": "free of cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow" + ], + "present": [], + "absent": [ + "cow" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0025", + "test_type": "operator", + "operator": "NOT", + "image_id": 215778, + "image": "val2017/000000215778.jpg", + "caption_a": "free of elephant", + "caption_b": "elephant present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant" + ], + "present": [], + "absent": [ + "elephant" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0026", + "test_type": "operator", + "operator": "NOT", + "image_id": 130599, + "image": "val2017/000000130599.jpg", + "caption_a": "free of knife", + "caption_b": "knife present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife" + ], + "present": [], + "absent": [ + "knife" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0027", + "test_type": "operator", + "operator": "NOT", + "image_id": 535608, + "image": "val2017/000000535608.jpg", + "caption_a": "there is an apple", + "caption_b": "free of apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple" + ], + "present": [], + "absent": [ + "apple" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0028", + "test_type": "operator", + "operator": "NOT", + "image_id": 267670, + "image": "val2017/000000267670.jpg", + "caption_a": "kite is absent", + "caption_b": "containing kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [], + "absent": [ + "kite" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0029", + "test_type": "operator", + "operator": "NOT", + "image_id": 125062, + "image": "val2017/000000125062.jpg", + "caption_a": "a toilet", + "caption_b": "lacking toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet" + ], + "present": [], + "absent": [ + "toilet" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0030", + "test_type": "operator", + "operator": "NOT", + "image_id": 317999, + "image": "val2017/000000317999.jpg", + "caption_a": "containing sports ball", + "caption_b": "sports ball is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [], + "absent": [ + "sports ball" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0031", + "test_type": "operator", + "operator": "NOT", + "image_id": 16502, + "image": "val2017/000000016502.jpg", + "caption_a": "a truck", + "caption_b": "devoid of truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck" + ], + "present": [], + "absent": [ + "truck" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0032", + "test_type": "operator", + "operator": "NOT", + "image_id": 308328, + "image": "val2017/000000308328.jpg", + "caption_a": "remote is absent", + "caption_b": "remote present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "remote" + ], + "present": [], + "absent": [ + "remote" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0033", + "test_type": "operator", + "operator": "NOT", + "image_id": 515077, + "image": "val2017/000000515077.jpg", + "caption_a": "car-free", + "caption_b": "containing car", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car" + ], + "present": [], + "absent": [ + "car" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0034", + "test_type": "operator", + "operator": "NOT", + "image_id": 245026, + "image": "val2017/000000245026.jpg", + "caption_a": "dog is absent", + "caption_b": "containing dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog" + ], + "present": [], + "absent": [ + "dog" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0035", + "test_type": "operator", + "operator": "NOT", + "image_id": 184321, + "image": "val2017/000000184321.jpg", + "caption_a": "skateboard is absent", + "caption_b": "containing skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard" + ], + "present": [], + "absent": [ + "skateboard" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0036", + "test_type": "operator", + "operator": "NOT", + "image_id": 80022, + "image": "val2017/000000080022.jpg", + "caption_a": "zebra is absent", + "caption_b": "with zebra", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra" + ], + "present": [], + "absent": [ + "zebra" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0037", + "test_type": "operator", + "operator": "NOT", + "image_id": 377239, + "image": "val2017/000000377239.jpg", + "caption_a": "wine glass present", + "caption_b": "wine glass-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [], + "absent": [ + "wine glass" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0038", + "test_type": "operator", + "operator": "NOT", + "image_id": 115898, + "image": "val2017/000000115898.jpg", + "caption_a": "backpack-free", + "caption_b": "there is a backpack", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack" + ], + "present": [], + "absent": [ + "backpack" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0039", + "test_type": "operator", + "operator": "NOT", + "image_id": 440507, + "image": "val2017/000000440507.jpg", + "caption_a": "free of bus", + "caption_b": "with bus", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus" + ], + "present": [], + "absent": [ + "bus" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0040", + "test_type": "operator", + "operator": "NOT", + "image_id": 39785, + "image": "val2017/000000039785.jpg", + "caption_a": "free of train", + "caption_b": "with train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train" + ], + "present": [], + "absent": [ + "train" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0041", + "test_type": "operator", + "operator": "NOT", + "image_id": 197004, + "image": "val2017/000000197004.jpg", + "caption_a": "free of dining table", + "caption_b": "there is a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [], + "absent": [ + "dining table" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0042", + "test_type": "operator", + "operator": "NOT", + "image_id": 369771, + "image": "val2017/000000369771.jpg", + "caption_a": "book present", + "caption_b": "book is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book" + ], + "present": [], + "absent": [ + "book" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0043", + "test_type": "operator", + "operator": "NOT", + "image_id": 384651, + "image": "val2017/000000384651.jpg", + "caption_a": "traffic light-free", + "caption_b": "with traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [], + "absent": [ + "traffic light" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0044", + "test_type": "operator", + "operator": "NOT", + "image_id": 573391, + "image": "val2017/000000573391.jpg", + "caption_a": "free of hot dog", + "caption_b": "a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [], + "absent": [ + "hot dog" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0045", + "test_type": "operator", + "operator": "NOT", + "image_id": 508917, + "image": "val2017/000000508917.jpg", + "caption_a": "bear present", + "caption_b": "devoid of bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [], + "absent": [ + "bear" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0046", + "test_type": "operator", + "operator": "NOT", + "image_id": 43314, + "image": "val2017/000000043314.jpg", + "caption_a": "free of keyboard", + "caption_b": "with keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard" + ], + "present": [], + "absent": [ + "keyboard" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0047", + "test_type": "operator", + "operator": "NOT", + "image_id": 21903, + "image": "val2017/000000021903.jpg", + "caption_a": "there is a potted plant", + "caption_b": "lacking potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [], + "absent": [ + "potted plant" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0048", + "test_type": "operator", + "operator": "NOT", + "image_id": 455624, + "image": "val2017/000000455624.jpg", + "caption_a": "there is a fire hydrant", + "caption_b": "fire hydrant is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant" + ], + "present": [], + "absent": [ + "fire hydrant" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0049", + "test_type": "operator", + "operator": "NOT", + "image_id": 194506, + "image": "val2017/000000194506.jpg", + "caption_a": "there is a sandwich", + "caption_b": "sandwich is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [], + "absent": [ + "sandwich" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0050", + "test_type": "operator", + "operator": "NOT", + "image_id": 209613, + "image": "val2017/000000209613.jpg", + "caption_a": "a person", + "caption_b": "person-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person" + ], + "present": [], + "absent": [ + "person" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0051", + "test_type": "operator", + "operator": "NOT", + "image_id": 349152, + "image": "val2017/000000349152.jpg", + "caption_a": "there is a carrot", + "caption_b": "carrot is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot" + ], + "present": [], + "absent": [ + "carrot" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0052", + "test_type": "operator", + "operator": "NOT", + "image_id": 225946, + "image": "val2017/000000225946.jpg", + "caption_a": "with clock", + "caption_b": "clock-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [], + "absent": [ + "clock" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0053", + "test_type": "operator", + "operator": "NOT", + "image_id": 209753, + "image": "val2017/000000209753.jpg", + "caption_a": "surfboard present", + "caption_b": "free of surfboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [], + "absent": [ + "surfboard" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0054", + "test_type": "operator", + "operator": "NOT", + "image_id": 350122, + "image": "val2017/000000350122.jpg", + "caption_a": "devoid of vase", + "caption_b": "there is a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "vase" + ], + "present": [], + "absent": [ + "vase" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0055", + "test_type": "operator", + "operator": "NOT", + "image_id": 240767, + "image": "val2017/000000240767.jpg", + "caption_a": "lacking toothbrush", + "caption_b": "toothbrush present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [], + "absent": [ + "toothbrush" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0056", + "test_type": "operator", + "operator": "NOT", + "image_id": 78426, + "image": "val2017/000000078426.jpg", + "caption_a": "containing handbag", + "caption_b": "lacking handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [], + "absent": [ + "handbag" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0057", + "test_type": "operator", + "operator": "NOT", + "image_id": 261706, + "image": "val2017/000000261706.jpg", + "caption_a": "containing baseball bat", + "caption_b": "baseball bat-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [], + "absent": [ + "baseball bat" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0058", + "test_type": "operator", + "operator": "NOT", + "image_id": 11197, + "image": "val2017/000000011197.jpg", + "caption_a": "containing spoon", + "caption_b": "spoon-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon" + ], + "present": [], + "absent": [ + "spoon" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0059", + "test_type": "operator", + "operator": "NOT", + "image_id": 144706, + "image": "val2017/000000144706.jpg", + "caption_a": "a cup", + "caption_b": "free of cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup" + ], + "present": [], + "absent": [ + "cup" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0060", + "test_type": "operator", + "operator": "NOT", + "image_id": 12576, + "image": "val2017/000000012576.jpg", + "caption_a": "free of bowl", + "caption_b": "with bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [], + "absent": [ + "bowl" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0061", + "test_type": "operator", + "operator": "NOT", + "image_id": 553511, + "image": "val2017/000000553511.jpg", + "caption_a": "devoid of parking meter", + "caption_b": "a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter" + ], + "present": [], + "absent": [ + "parking meter" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0062", + "test_type": "operator", + "operator": "NOT", + "image_id": 427055, + "image": "val2017/000000427055.jpg", + "caption_a": "containing teddy bear", + "caption_b": "free of teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "teddy bear" + ], + "present": [], + "absent": [ + "teddy bear" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0063", + "test_type": "operator", + "operator": "NOT", + "image_id": 394940, + "image": "val2017/000000394940.jpg", + "caption_a": "with microwave", + "caption_b": "devoid of microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [], + "absent": [ + "microwave" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0064", + "test_type": "operator", + "operator": "NOT", + "image_id": 370486, + "image": "val2017/000000370486.jpg", + "caption_a": "free of mouse", + "caption_b": "mouse present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "mouse" + ], + "present": [], + "absent": [ + "mouse" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0065", + "test_type": "operator", + "operator": "NOT", + "image_id": 493286, + "image": "val2017/000000493286.jpg", + "caption_a": "frisbee present", + "caption_b": "frisbee is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [], + "absent": [ + "frisbee" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0066", + "test_type": "operator", + "operator": "NOT", + "image_id": 425906, + "image": "val2017/000000425906.jpg", + "caption_a": "devoid of tie", + "caption_b": "with tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [], + "absent": [ + "tie" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0067", + "test_type": "operator", + "operator": "NOT", + "image_id": 343976, + "image": "val2017/000000343976.jpg", + "caption_a": "sink is absent", + "caption_b": "sink present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [], + "absent": [ + "sink" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0068", + "test_type": "operator", + "operator": "NOT", + "image_id": 262938, + "image": "val2017/000000262938.jpg", + "caption_a": "with hair drier", + "caption_b": "hair drier-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hair drier" + ], + "present": [], + "absent": [ + "hair drier" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0069", + "test_type": "operator", + "operator": "NOT", + "image_id": 61333, + "image": "val2017/000000061333.jpg", + "caption_a": "an airplane", + "caption_b": "airplane-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [], + "absent": [ + "airplane" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0070", + "test_type": "operator", + "operator": "NOT", + "image_id": 456015, + "image": "val2017/000000456015.jpg", + "caption_a": "free of donut", + "caption_b": "donut present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut" + ], + "present": [], + "absent": [ + "donut" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0071", + "test_type": "operator", + "operator": "NOT", + "image_id": 146498, + "image": "val2017/000000146498.jpg", + "caption_a": "there is a stop sign", + "caption_b": "stop sign-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign" + ], + "present": [], + "absent": [ + "stop sign" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0072", + "test_type": "operator", + "operator": "NOT", + "image_id": 488166, + "image": "val2017/000000488166.jpg", + "caption_a": "devoid of oven", + "caption_b": "there is an oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "oven" + ], + "present": [], + "absent": [ + "oven" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0073", + "test_type": "operator", + "operator": "NOT", + "image_id": 166478, + "image": "val2017/000000166478.jpg", + "caption_a": "containing bench", + "caption_b": "bench-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench" + ], + "present": [], + "absent": [ + "bench" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0074", + "test_type": "operator", + "operator": "NOT", + "image_id": 430048, + "image": "val2017/000000430048.jpg", + "caption_a": "there is a horse", + "caption_b": "horse is absent", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse" + ], + "present": [], + "absent": [ + "horse" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0075", + "test_type": "operator", + "operator": "NOT", + "image_id": 293324, + "image": "val2017/000000293324.jpg", + "caption_a": "there is a suitcase", + "caption_b": "lacking suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "suitcase" + ], + "present": [], + "absent": [ + "suitcase" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0076", + "test_type": "operator", + "operator": "NOT", + "image_id": 157124, + "image": "val2017/000000157124.jpg", + "caption_a": "snowboard-free", + "caption_b": "a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard" + ], + "present": [], + "absent": [ + "snowboard" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0077", + "test_type": "operator", + "operator": "NOT", + "image_id": 305609, + "image": "val2017/000000305609.jpg", + "caption_a": "baseball glove-free", + "caption_b": "with baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [], + "absent": [ + "baseball glove" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0078", + "test_type": "operator", + "operator": "NOT", + "image_id": 404922, + "image": "val2017/000000404922.jpg", + "caption_a": "there is a motorcycle", + "caption_b": "motorcycle-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle" + ], + "present": [], + "absent": [ + "motorcycle" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0079", + "test_type": "operator", + "operator": "NOT", + "image_id": 119038, + "image": "val2017/000000119038.jpg", + "caption_a": "with bird", + "caption_b": "free of bird", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [], + "absent": [ + "bird" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0080", + "test_type": "operator", + "operator": "NOT", + "image_id": 331569, + "image": "val2017/000000331569.jpg", + "caption_a": "orange is absent", + "caption_b": "orange present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0081", + "test_type": "operator", + "operator": "NOT", + "image_id": 465806, + "image": "val2017/000000465806.jpg", + "caption_a": "with laptop", + "caption_b": "lacking laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [], + "absent": [ + "laptop" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0082", + "test_type": "operator", + "operator": "NOT", + "image_id": 142971, + "image": "val2017/000000142971.jpg", + "caption_a": "giraffe-free", + "caption_b": "giraffe present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [], + "absent": [ + "giraffe" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0083", + "test_type": "operator", + "operator": "NOT", + "image_id": 369037, + "image": "val2017/000000369037.jpg", + "caption_a": "lacking broccoli", + "caption_b": "there is a broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [], + "absent": [ + "broccoli" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0084", + "test_type": "operator", + "operator": "NOT", + "image_id": 83172, + "image": "val2017/000000083172.jpg", + "caption_a": "with skis", + "caption_b": "skis-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0085", + "test_type": "operator", + "operator": "NOT", + "image_id": 48564, + "image": "val2017/000000048564.jpg", + "caption_a": "lacking cake", + "caption_b": "there is a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0086", + "test_type": "operator", + "operator": "NOT", + "image_id": 203294, + "image": "val2017/000000203294.jpg", + "caption_a": "boat is absent", + "caption_b": "containing boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0087", + "test_type": "operator", + "operator": "NOT", + "image_id": 341469, + "image": "val2017/000000341469.jpg", + "caption_a": "with banana", + "caption_b": "banana-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0088", + "test_type": "operator", + "operator": "NOT", + "image_id": 214205, + "image": "val2017/000000214205.jpg", + "caption_a": "with couch", + "caption_b": "free of couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [], + "absent": [ + "couch" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0089", + "test_type": "operator", + "operator": "NOT", + "image_id": 68628, + "image": "val2017/000000068628.jpg", + "caption_a": "devoid of bottle", + "caption_b": "bottle present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0090", + "test_type": "operator", + "operator": "NOT", + "image_id": 532058, + "image": "val2017/000000532058.jpg", + "caption_a": "there is a cat", + "caption_b": "cat-free", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0091", + "test_type": "operator", + "operator": "NOT", + "image_id": 88432, + "image": "val2017/000000088432.jpg", + "caption_a": "with refrigerator", + "caption_b": "free of refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [], + "absent": [ + "refrigerator" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0092", + "test_type": "operator", + "operator": "NOT", + "image_id": 456559, + "image": "val2017/000000456559.jpg", + "caption_a": "containing bed", + "caption_b": "devoid of bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [], + "absent": [ + "bed" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0093", + "test_type": "operator", + "operator": "NOT", + "image_id": 272136, + "image": "val2017/000000272136.jpg", + "caption_a": "containing tennis racket", + "caption_b": "lacking tennis racket", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [], + "absent": [ + "tennis racket" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0094", + "test_type": "operator", + "operator": "NOT", + "image_id": 520531, + "image": "val2017/000000520531.jpg", + "caption_a": "with fork", + "caption_b": "free of fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [], + "absent": [ + "fork" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0095", + "test_type": "operator", + "operator": "NOT", + "image_id": 113867, + "image": "val2017/000000113867.jpg", + "caption_a": "with tv", + "caption_b": "free of tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [], + "absent": [ + "tv" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0096", + "test_type": "operator", + "operator": "NOT", + "image_id": 170191, + "image": "val2017/000000170191.jpg", + "caption_a": "lacking umbrella", + "caption_b": "with umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0097", + "test_type": "operator", + "operator": "NOT", + "image_id": 117425, + "image": "val2017/000000117425.jpg", + "caption_a": "a chair", + "caption_b": "free of chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [], + "absent": [ + "chair" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0098", + "test_type": "operator", + "operator": "NOT", + "image_id": 459809, + "image": "val2017/000000459809.jpg", + "caption_a": "free of scissors", + "caption_b": "a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [], + "absent": [ + "scissors" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_implicit_0099", + "test_type": "operator", + "operator": "NOT", + "image_id": 182202, + "image": "val2017/000000182202.jpg", + "caption_a": "bicycle-free", + "caption_b": "containing bicycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [], + "absent": [ + "bicycle" + ], + "negation_type": "implicit", + "template_family": null, + "polarity": "negation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0000", + "test_type": "operator", + "operator": "NOT", + "image_id": 475223, + "image": "val2017/000000475223.jpg", + "caption_a": "no bird", + "caption_b": "a bird", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0001", + "test_type": "operator", + "operator": "NOT", + "image_id": 352900, + "image": "val2017/000000352900.jpg", + "caption_a": "broccoli present", + "caption_b": "broccoli-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0002", + "test_type": "operator", + "operator": "NOT", + "image_id": 433515, + "image": "val2017/000000433515.jpg", + "caption_a": "no kite", + "caption_b": "there is a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0003", + "test_type": "operator", + "operator": "NOT", + "image_id": 313130, + "image": "val2017/000000313130.jpg", + "caption_a": "refrigerator-less scene", + "caption_b": "containing refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0004", + "test_type": "operator", + "operator": "NOT", + "image_id": 513041, + "image": "val2017/000000513041.jpg", + "caption_a": "without wine glass", + "caption_b": "containing wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0005", + "test_type": "operator", + "operator": "NOT", + "image_id": 165518, + "image": "val2017/000000165518.jpg", + "caption_a": "without person", + "caption_b": "a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person" + ], + "present": [ + "person" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0006", + "test_type": "operator", + "operator": "NOT", + "image_id": 205401, + "image": "val2017/000000205401.jpg", + "caption_a": "no airplane", + "caption_b": "containing airplane", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0007", + "test_type": "operator", + "operator": "NOT", + "image_id": 22892, + "image": "val2017/000000022892.jpg", + "caption_a": "cat-less scene", + "caption_b": "a cat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0008", + "test_type": "operator", + "operator": "NOT", + "image_id": 473821, + "image": "val2017/000000473821.jpg", + "caption_a": "no bowl", + "caption_b": "bowl present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0009", + "test_type": "operator", + "operator": "NOT", + "image_id": 536073, + "image": "val2017/000000536073.jpg", + "caption_a": "a cup", + "caption_b": "no cup present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup" + ], + "present": [ + "cup" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0010", + "test_type": "operator", + "operator": "NOT", + "image_id": 34139, + "image": "val2017/000000034139.jpg", + "caption_a": "no handbag present", + "caption_b": "there is a handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0011", + "test_type": "operator", + "operator": "NOT", + "image_id": 230993, + "image": "val2017/000000230993.jpg", + "caption_a": "backpack-less scene", + "caption_b": "backpack present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack" + ], + "present": [ + "backpack" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0012", + "test_type": "operator", + "operator": "NOT", + "image_id": 148662, + "image": "val2017/000000148662.jpg", + "caption_a": "no hot dog", + "caption_b": "a hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0013", + "test_type": "operator", + "operator": "NOT", + "image_id": 358427, + "image": "val2017/000000358427.jpg", + "caption_a": "no fork present", + "caption_b": "there is a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0014", + "test_type": "operator", + "operator": "NOT", + "image_id": 300039, + "image": "val2017/000000300039.jpg", + "caption_a": "a bottle", + "caption_b": "without bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [ + "bottle" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0015", + "test_type": "operator", + "operator": "NOT", + "image_id": 468632, + "image": "val2017/000000468632.jpg", + "caption_a": "without frisbee", + "caption_b": "a frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0016", + "test_type": "operator", + "operator": "NOT", + "image_id": 183709, + "image": "val2017/000000183709.jpg", + "caption_a": "without traffic light", + "caption_b": "traffic light present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [ + "traffic light" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0017", + "test_type": "operator", + "operator": "NOT", + "image_id": 19432, + "image": "val2017/000000019432.jpg", + "caption_a": "tennis racket present", + "caption_b": "no tennis racket present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0018", + "test_type": "operator", + "operator": "NOT", + "image_id": 516173, + "image": "val2017/000000516173.jpg", + "caption_a": "without surfboard", + "caption_b": "containing surfboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0019", + "test_type": "operator", + "operator": "NOT", + "image_id": 557501, + "image": "val2017/000000557501.jpg", + "caption_a": "a sink", + "caption_b": "no sink present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0020", + "test_type": "operator", + "operator": "NOT", + "image_id": 450100, + "image": "val2017/000000450100.jpg", + "caption_a": "a spoon", + "caption_b": "there is no spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0021", + "test_type": "operator", + "operator": "NOT", + "image_id": 502168, + "image": "val2017/000000502168.jpg", + "caption_a": "no boat", + "caption_b": "boat present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [ + "boat" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0022", + "test_type": "operator", + "operator": "NOT", + "image_id": 357748, + "image": "val2017/000000357748.jpg", + "caption_a": "there is no bus", + "caption_b": "with bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus" + ], + "present": [ + "bus" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0023", + "test_type": "operator", + "operator": "NOT", + "image_id": 400573, + "image": "val2017/000000400573.jpg", + "caption_a": "donut-less scene", + "caption_b": "a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut" + ], + "present": [ + "donut" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0024", + "test_type": "operator", + "operator": "NOT", + "image_id": 193429, + "image": "val2017/000000193429.jpg", + "caption_a": "there is no snowboard", + "caption_b": "containing snowboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard" + ], + "present": [ + "snowboard" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0025", + "test_type": "operator", + "operator": "NOT", + "image_id": 176901, + "image": "val2017/000000176901.jpg", + "caption_a": "a skis", + "caption_b": "skis-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [ + "skis" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0026", + "test_type": "operator", + "operator": "NOT", + "image_id": 449406, + "image": "val2017/000000449406.jpg", + "caption_a": "no zebra present", + "caption_b": "zebra present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra" + ], + "present": [ + "zebra" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0027", + "test_type": "operator", + "operator": "NOT", + "image_id": 344909, + "image": "val2017/000000344909.jpg", + "caption_a": "a fire hydrant", + "caption_b": "there is no fire hydrant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant" + ], + "present": [ + "fire hydrant" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0028", + "test_type": "operator", + "operator": "NOT", + "image_id": 492905, + "image": "val2017/000000492905.jpg", + "caption_a": "with keyboard", + "caption_b": "keyboard-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0029", + "test_type": "operator", + "operator": "NOT", + "image_id": 181499, + "image": "val2017/000000181499.jpg", + "caption_a": "there is no laptop", + "caption_b": "laptop present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0030", + "test_type": "operator", + "operator": "NOT", + "image_id": 254814, + "image": "val2017/000000254814.jpg", + "caption_a": "containing truck", + "caption_b": "without truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck" + ], + "present": [ + "truck" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0031", + "test_type": "operator", + "operator": "NOT", + "image_id": 485480, + "image": "val2017/000000485480.jpg", + "caption_a": "no baseball glove", + "caption_b": "containing baseball glove", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0032", + "test_type": "operator", + "operator": "NOT", + "image_id": 296649, + "image": "val2017/000000296649.jpg", + "caption_a": "bicycle-less scene", + "caption_b": "a bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [ + "bicycle" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0033", + "test_type": "operator", + "operator": "NOT", + "image_id": 3156, + "image": "val2017/000000003156.jpg", + "caption_a": "toilet-less scene", + "caption_b": "a toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0034", + "test_type": "operator", + "operator": "NOT", + "image_id": 550471, + "image": "val2017/000000550471.jpg", + "caption_a": "an orange", + "caption_b": "no orange present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [ + "orange" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0035", + "test_type": "operator", + "operator": "NOT", + "image_id": 414385, + "image": "val2017/000000414385.jpg", + "caption_a": "no car present", + "caption_b": "a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car" + ], + "present": [ + "car" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0036", + "test_type": "operator", + "operator": "NOT", + "image_id": 96960, + "image": "val2017/000000096960.jpg", + "caption_a": "no bear present", + "caption_b": "a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0037", + "test_type": "operator", + "operator": "NOT", + "image_id": 416451, + "image": "val2017/000000416451.jpg", + "caption_a": "with couch", + "caption_b": "no couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0038", + "test_type": "operator", + "operator": "NOT", + "image_id": 576052, + "image": "val2017/000000576052.jpg", + "caption_a": "there is no horse", + "caption_b": "a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse" + ], + "present": [ + "horse" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0039", + "test_type": "operator", + "operator": "NOT", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "hair drier-less scene", + "caption_b": "a hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hair drier" + ], + "present": [ + "hair drier" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0040", + "test_type": "operator", + "operator": "NOT", + "image_id": 283717, + "image": "val2017/000000283717.jpg", + "caption_a": "there is a microwave", + "caption_b": "no microwave present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0041", + "test_type": "operator", + "operator": "NOT", + "image_id": 363666, + "image": "val2017/000000363666.jpg", + "caption_a": "there is no dining table", + "caption_b": "there is a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0042", + "test_type": "operator", + "operator": "NOT", + "image_id": 3845, + "image": "val2017/000000003845.jpg", + "caption_a": "with carrot", + "caption_b": "no carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0043", + "test_type": "operator", + "operator": "NOT", + "image_id": 295231, + "image": "val2017/000000295231.jpg", + "caption_a": "sheep present", + "caption_b": "there is no sheep", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep" + ], + "present": [ + "sheep" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0044", + "test_type": "operator", + "operator": "NOT", + "image_id": 89697, + "image": "val2017/000000089697.jpg", + "caption_a": "containing bench", + "caption_b": "no bench present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0045", + "test_type": "operator", + "operator": "NOT", + "image_id": 407574, + "image": "val2017/000000407574.jpg", + "caption_a": "containing banana", + "caption_b": "without banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [ + "banana" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0046", + "test_type": "operator", + "operator": "NOT", + "image_id": 400161, + "image": "val2017/000000400161.jpg", + "caption_a": "without remote", + "caption_b": "containing remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote" + ], + "present": [ + "remote" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0047", + "test_type": "operator", + "operator": "NOT", + "image_id": 468332, + "image": "val2017/000000468332.jpg", + "caption_a": "containing cake", + "caption_b": "no cake present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [ + "cake" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0048", + "test_type": "operator", + "operator": "NOT", + "image_id": 400815, + "image": "val2017/000000400815.jpg", + "caption_a": "a suitcase", + "caption_b": "there is no suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase" + ], + "present": [ + "suitcase" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0049", + "test_type": "operator", + "operator": "NOT", + "image_id": 307172, + "image": "val2017/000000307172.jpg", + "caption_a": "with pizza", + "caption_b": "there is no pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0050", + "test_type": "operator", + "operator": "NOT", + "image_id": 424521, + "image": "val2017/000000424521.jpg", + "caption_a": "there is no skateboard", + "caption_b": "a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0051", + "test_type": "operator", + "operator": "NOT", + "image_id": 154431, + "image": "val2017/000000154431.jpg", + "caption_a": "tv present", + "caption_b": "no tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [ + "tv" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0052", + "test_type": "operator", + "operator": "NOT", + "image_id": 562059, + "image": "val2017/000000562059.jpg", + "caption_a": "containing apple", + "caption_b": "apple-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple" + ], + "present": [ + "apple" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0053", + "test_type": "operator", + "operator": "NOT", + "image_id": 354072, + "image": "val2017/000000354072.jpg", + "caption_a": "with potted plant", + "caption_b": "no potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0054", + "test_type": "operator", + "operator": "NOT", + "image_id": 356248, + "image": "val2017/000000356248.jpg", + "caption_a": "no chair", + "caption_b": "a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0055", + "test_type": "operator", + "operator": "NOT", + "image_id": 240754, + "image": "val2017/000000240754.jpg", + "caption_a": "no cow present", + "caption_b": "cow present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow" + ], + "present": [ + "cow" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0056", + "test_type": "operator", + "operator": "NOT", + "image_id": 632, + "image": "val2017/000000000632.jpg", + "caption_a": "there is a bed", + "caption_b": "there is no bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [ + "bed" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0057", + "test_type": "operator", + "operator": "NOT", + "image_id": 233139, + "image": "val2017/000000233139.jpg", + "caption_a": "a clock", + "caption_b": "there is no clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [ + "clock" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0058", + "test_type": "operator", + "operator": "NOT", + "image_id": 220310, + "image": "val2017/000000220310.jpg", + "caption_a": "no teddy bear", + "caption_b": "containing teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0059", + "test_type": "operator", + "operator": "NOT", + "image_id": 554002, + "image": "val2017/000000554002.jpg", + "caption_a": "dog present", + "caption_b": "without dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog" + ], + "present": [ + "dog" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0060", + "test_type": "operator", + "operator": "NOT", + "image_id": 563603, + "image": "val2017/000000563603.jpg", + "caption_a": "giraffe-less scene", + "caption_b": "containing giraffe", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0061", + "test_type": "operator", + "operator": "NOT", + "image_id": 64718, + "image": "val2017/000000064718.jpg", + "caption_a": "sports ball-less scene", + "caption_b": "sports ball present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0062", + "test_type": "operator", + "operator": "NOT", + "image_id": 232348, + "image": "val2017/000000232348.jpg", + "caption_a": "there is no toaster", + "caption_b": "toaster present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0063", + "test_type": "operator", + "operator": "NOT", + "image_id": 473219, + "image": "val2017/000000473219.jpg", + "caption_a": "there is a tie", + "caption_b": "there is no tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [ + "tie" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0064", + "test_type": "operator", + "operator": "NOT", + "image_id": 309173, + "image": "val2017/000000309173.jpg", + "caption_a": "stop sign present", + "caption_b": "there is no stop sign", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign" + ], + "present": [ + "stop sign" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0065", + "test_type": "operator", + "operator": "NOT", + "image_id": 539143, + "image": "val2017/000000539143.jpg", + "caption_a": "train present", + "caption_b": "there is no train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train" + ], + "present": [ + "train" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0066", + "test_type": "operator", + "operator": "NOT", + "image_id": 454978, + "image": "val2017/000000454978.jpg", + "caption_a": "no motorcycle", + "caption_b": "with motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle" + ], + "present": [ + "motorcycle" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0067", + "test_type": "operator", + "operator": "NOT", + "image_id": 193348, + "image": "val2017/000000193348.jpg", + "caption_a": "no toothbrush", + "caption_b": "a toothbrush", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0068", + "test_type": "operator", + "operator": "NOT", + "image_id": 496722, + "image": "val2017/000000496722.jpg", + "caption_a": "there is no parking meter", + "caption_b": "with parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter" + ], + "present": [ + "parking meter" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0069", + "test_type": "operator", + "operator": "NOT", + "image_id": 519569, + "image": "val2017/000000519569.jpg", + "caption_a": "containing oven", + "caption_b": "oven-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "oven" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0070", + "test_type": "operator", + "operator": "NOT", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "there is no cell phone", + "caption_b": "containing cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0071", + "test_type": "operator", + "operator": "NOT", + "image_id": 251824, + "image": "val2017/000000251824.jpg", + "caption_a": "without scissors", + "caption_b": "with scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0072", + "test_type": "operator", + "operator": "NOT", + "image_id": 251140, + "image": "val2017/000000251140.jpg", + "caption_a": "no book", + "caption_b": "with book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0073", + "test_type": "operator", + "operator": "NOT", + "image_id": 304404, + "image": "val2017/000000304404.jpg", + "caption_a": "no baseball bat present", + "caption_b": "a baseball bat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [ + "baseball bat" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0074", + "test_type": "operator", + "operator": "NOT", + "image_id": 31050, + "image": "val2017/000000031050.jpg", + "caption_a": "no vase present", + "caption_b": "containing vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "vase" + ], + "present": [ + "vase" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0075", + "test_type": "operator", + "operator": "NOT", + "image_id": 314294, + "image": "val2017/000000314294.jpg", + "caption_a": "there is an elephant", + "caption_b": "there is no elephant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0076", + "test_type": "operator", + "operator": "NOT", + "image_id": 408120, + "image": "val2017/000000408120.jpg", + "caption_a": "an umbrella", + "caption_b": "no umbrella present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0077", + "test_type": "operator", + "operator": "NOT", + "image_id": 456143, + "image": "val2017/000000456143.jpg", + "caption_a": "containing sandwich", + "caption_b": "sandwich-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0078", + "test_type": "operator", + "operator": "NOT", + "image_id": 509719, + "image": "val2017/000000509719.jpg", + "caption_a": "with bird", + "caption_b": "there is no bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0079", + "test_type": "operator", + "operator": "NOT", + "image_id": 407524, + "image": "val2017/000000407524.jpg", + "caption_a": "broccoli present", + "caption_b": "broccoli-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0080", + "test_type": "operator", + "operator": "NOT", + "image_id": 432898, + "image": "val2017/000000432898.jpg", + "caption_a": "kite-less scene", + "caption_b": "containing kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0081", + "test_type": "operator", + "operator": "NOT", + "image_id": 40471, + "image": "val2017/000000040471.jpg", + "caption_a": "containing refrigerator", + "caption_b": "no refrigerator present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0082", + "test_type": "operator", + "operator": "NOT", + "image_id": 402720, + "image": "val2017/000000402720.jpg", + "caption_a": "wine glass present", + "caption_b": "no wine glass present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0083", + "test_type": "operator", + "operator": "NOT", + "image_id": 334399, + "image": "val2017/000000334399.jpg", + "caption_a": "with person", + "caption_b": "person-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person" + ], + "present": [ + "person" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0084", + "test_type": "operator", + "operator": "NOT", + "image_id": 488270, + "image": "val2017/000000488270.jpg", + "caption_a": "an airplane", + "caption_b": "no airplane", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0085", + "test_type": "operator", + "operator": "NOT", + "image_id": 202445, + "image": "val2017/000000202445.jpg", + "caption_a": "without cat", + "caption_b": "with cat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0086", + "test_type": "operator", + "operator": "NOT", + "image_id": 460494, + "image": "val2017/000000460494.jpg", + "caption_a": "there is a bowl", + "caption_b": "bowl-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0087", + "test_type": "operator", + "operator": "NOT", + "image_id": 344100, + "image": "val2017/000000344100.jpg", + "caption_a": "cup-less scene", + "caption_b": "cup present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup" + ], + "present": [ + "cup" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0088", + "test_type": "operator", + "operator": "NOT", + "image_id": 250127, + "image": "val2017/000000250127.jpg", + "caption_a": "there is no handbag", + "caption_b": "with handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0089", + "test_type": "operator", + "operator": "NOT", + "image_id": 14439, + "image": "val2017/000000014439.jpg", + "caption_a": "without backpack", + "caption_b": "with backpack", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack" + ], + "present": [ + "backpack" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0090", + "test_type": "operator", + "operator": "NOT", + "image_id": 513567, + "image": "val2017/000000513567.jpg", + "caption_a": "no hot dog present", + "caption_b": "hot dog present", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0091", + "test_type": "operator", + "operator": "NOT", + "image_id": 237517, + "image": "val2017/000000237517.jpg", + "caption_a": "no fork", + "caption_b": "a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0092", + "test_type": "operator", + "operator": "NOT", + "image_id": 470121, + "image": "val2017/000000470121.jpg", + "caption_a": "containing bottle", + "caption_b": "bottle-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [ + "bottle" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0093", + "test_type": "operator", + "operator": "NOT", + "image_id": 330396, + "image": "val2017/000000330396.jpg", + "caption_a": "there is no frisbee", + "caption_b": "there is a frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0094", + "test_type": "operator", + "operator": "NOT", + "image_id": 228942, + "image": "val2017/000000228942.jpg", + "caption_a": "there is a traffic light", + "caption_b": "no traffic light present", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [ + "traffic light" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0095", + "test_type": "operator", + "operator": "NOT", + "image_id": 78915, + "image": "val2017/000000078915.jpg", + "caption_a": "there is a tennis racket", + "caption_b": "without tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0096", + "test_type": "operator", + "operator": "NOT", + "image_id": 567011, + "image": "val2017/000000567011.jpg", + "caption_a": "containing surfboard", + "caption_b": "no surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0097", + "test_type": "operator", + "operator": "NOT", + "image_id": 117914, + "image": "val2017/000000117914.jpg", + "caption_a": "a sink", + "caption_b": "sink-less scene", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0098", + "test_type": "operator", + "operator": "NOT", + "image_id": 355325, + "image": "val2017/000000355325.jpg", + "caption_a": "there is no spoon", + "caption_b": "with spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "not_reverse_0099", + "test_type": "operator", + "operator": "NOT", + "image_id": 25096, + "image": "val2017/000000025096.jpg", + "caption_a": "no knife present", + "caption_b": "containing knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": true + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "knife" + ], + "present": [ + "knife" + ], + "absent": [], + "negation_type": "reverse", + "template_family": null, + "polarity": "affirmation_correct", + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0000", + "test_type": "operator", + "operator": "AND", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "a hair drier", + "caption_b": "refrigerator alongside hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hair drier" + ], + "present": [ + "hair drier" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0001", + "test_type": "operator", + "operator": "AND", + "image_id": 250619, + "image": "val2017/000000250619.jpg", + "caption_a": "both umbrella and cell phone", + "caption_b": "an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "cell phone" + ], + "present": [ + "umbrella" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0002", + "test_type": "operator", + "operator": "AND", + "image_id": 5992, + "image": "val2017/000000005992.jpg", + "caption_a": "sheep as well as baseball glove", + "caption_b": "a sheep", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "baseball glove" + ], + "present": [ + "sheep" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0003", + "test_type": "operator", + "operator": "AND", + "image_id": 232348, + "image": "val2017/000000232348.jpg", + "caption_a": "both skateboard and toaster", + "caption_b": "a toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0004", + "test_type": "operator", + "operator": "AND", + "image_id": 111951, + "image": "val2017/000000111951.jpg", + "caption_a": "sandwich and sink", + "caption_b": "a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "sink" + ], + "present": [ + "sink" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0005", + "test_type": "operator", + "operator": "AND", + "image_id": 237928, + "image": "val2017/000000237928.jpg", + "caption_a": "a microwave", + "caption_b": "microwave together with toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0006", + "test_type": "operator", + "operator": "AND", + "image_id": 186980, + "image": "val2017/000000186980.jpg", + "caption_a": "both backpack and dining table", + "caption_b": "a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0007", + "test_type": "operator", + "operator": "AND", + "image_id": 246968, + "image": "val2017/000000246968.jpg", + "caption_a": "elephant alongside oven", + "caption_b": "an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0008", + "test_type": "operator", + "operator": "AND", + "image_id": 397681, + "image": "val2017/000000397681.jpg", + "caption_a": "banana alongside carrot", + "caption_b": "a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [ + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0009", + "test_type": "operator", + "operator": "AND", + "image_id": 498709, + "image": "val2017/000000498709.jpg", + "caption_a": "car alongside baseball glove", + "caption_b": "a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "baseball glove" + ], + "present": [ + "car" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0010", + "test_type": "operator", + "operator": "AND", + "image_id": 476514, + "image": "val2017/000000476514.jpg", + "caption_a": "an umbrella", + "caption_b": "umbrella as well as skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0011", + "test_type": "operator", + "operator": "AND", + "image_id": 405970, + "image": "val2017/000000405970.jpg", + "caption_a": "a tv", + "caption_b": "apple alongside tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [ + "tv" + ], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0012", + "test_type": "operator", + "operator": "AND", + "image_id": 506004, + "image": "val2017/000000506004.jpg", + "caption_a": "a boat", + "caption_b": "train and boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [ + "boat" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0013", + "test_type": "operator", + "operator": "AND", + "image_id": 7795, + "image": "val2017/000000007795.jpg", + "caption_a": "a bed", + "caption_b": "both bed and scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0014", + "test_type": "operator", + "operator": "AND", + "image_id": 343803, + "image": "val2017/000000343803.jpg", + "caption_a": "frisbee as well as sports ball", + "caption_b": "a frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "sports ball" + ], + "present": [ + "frisbee" + ], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0015", + "test_type": "operator", + "operator": "AND", + "image_id": 568147, + "image": "val2017/000000568147.jpg", + "caption_a": "parking meter together with surfboard", + "caption_b": "a parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "surfboard" + ], + "present": [ + "parking meter" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0016", + "test_type": "operator", + "operator": "AND", + "image_id": 464786, + "image": "val2017/000000464786.jpg", + "caption_a": "a hot dog", + "caption_b": "both fire hydrant and hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0017", + "test_type": "operator", + "operator": "AND", + "image_id": 36861, + "image": "val2017/000000036861.jpg", + "caption_a": "parking meter together with dining table", + "caption_b": "a parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "dining table" + ], + "present": [ + "parking meter" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0018", + "test_type": "operator", + "operator": "AND", + "image_id": 129062, + "image": "val2017/000000129062.jpg", + "caption_a": "parking meter as well as sandwich", + "caption_b": "a parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "sandwich" + ], + "present": [ + "parking meter" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0019", + "test_type": "operator", + "operator": "AND", + "image_id": 51712, + "image": "val2017/000000051712.jpg", + "caption_a": "both skis and refrigerator", + "caption_b": "a skis", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "refrigerator" + ], + "present": [ + "skis" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0020", + "test_type": "operator", + "operator": "AND", + "image_id": 239843, + "image": "val2017/000000239843.jpg", + "caption_a": "a stop sign", + "caption_b": "stop sign together with chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign" + ], + "present": [ + "stop sign" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0021", + "test_type": "operator", + "operator": "AND", + "image_id": 475064, + "image": "val2017/000000475064.jpg", + "caption_a": "both bicycle and donut", + "caption_b": "a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "donut" + ], + "present": [ + "donut" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0022", + "test_type": "operator", + "operator": "AND", + "image_id": 135561, + "image": "val2017/000000135561.jpg", + "caption_a": "sandwich together with toaster", + "caption_b": "a toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0023", + "test_type": "operator", + "operator": "AND", + "image_id": 434204, + "image": "val2017/000000434204.jpg", + "caption_a": "skateboard alongside cell phone", + "caption_b": "a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "cell phone" + ], + "present": [ + "skateboard" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0024", + "test_type": "operator", + "operator": "AND", + "image_id": 354072, + "image": "val2017/000000354072.jpg", + "caption_a": "a potted plant", + "caption_b": "both traffic light and potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0025", + "test_type": "operator", + "operator": "AND", + "image_id": 285047, + "image": "val2017/000000285047.jpg", + "caption_a": "both cell phone and hair drier", + "caption_b": "a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "hair drier" + ], + "present": [ + "cell phone" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0026", + "test_type": "operator", + "operator": "AND", + "image_id": 359937, + "image": "val2017/000000359937.jpg", + "caption_a": "person as well as bus", + "caption_b": "a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "bus" + ], + "present": [ + "bus" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0027", + "test_type": "operator", + "operator": "AND", + "image_id": 158548, + "image": "val2017/000000158548.jpg", + "caption_a": "a sheep", + "caption_b": "both sheep and chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep" + ], + "present": [ + "sheep" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0028", + "test_type": "operator", + "operator": "AND", + "image_id": 266768, + "image": "val2017/000000266768.jpg", + "caption_a": "a dining table", + "caption_b": "train and dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0029", + "test_type": "operator", + "operator": "AND", + "image_id": 79188, + "image": "val2017/000000079188.jpg", + "caption_a": "a giraffe", + "caption_b": "giraffe as well as donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [ + "giraffe" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0030", + "test_type": "operator", + "operator": "AND", + "image_id": 491464, + "image": "val2017/000000491464.jpg", + "caption_a": "both baseball bat and keyboard", + "caption_b": "a baseball bat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "keyboard" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0031", + "test_type": "operator", + "operator": "AND", + "image_id": 279774, + "image": "val2017/000000279774.jpg", + "caption_a": "a baseball bat", + "caption_b": "both baseball bat and toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0032", + "test_type": "operator", + "operator": "AND", + "image_id": 460160, + "image": "val2017/000000460160.jpg", + "caption_a": "a bird", + "caption_b": "both bird and remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [ + "bird" + ], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0033", + "test_type": "operator", + "operator": "AND", + "image_id": 18380, + "image": "val2017/000000018380.jpg", + "caption_a": "a dining table", + "caption_b": "both apple and dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0034", + "test_type": "operator", + "operator": "AND", + "image_id": 134882, + "image": "val2017/000000134882.jpg", + "caption_a": "a bed", + "caption_b": "dog together with bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0035", + "test_type": "operator", + "operator": "AND", + "image_id": 405691, + "image": "val2017/000000405691.jpg", + "caption_a": "a bowl", + "caption_b": "both knife and bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [ + "knife" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0036", + "test_type": "operator", + "operator": "AND", + "image_id": 435208, + "image": "val2017/000000435208.jpg", + "caption_a": "a couch", + "caption_b": "both sandwich and couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [ + "couch" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0037", + "test_type": "operator", + "operator": "AND", + "image_id": 397327, + "image": "val2017/000000397327.jpg", + "caption_a": "stop sign and toilet", + "caption_b": "a toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0038", + "test_type": "operator", + "operator": "AND", + "image_id": 350833, + "image": "val2017/000000350833.jpg", + "caption_a": "a sink", + "caption_b": "spoon as well as sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [ + "sink" + ], + "absent": [ + "spoon" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0039", + "test_type": "operator", + "operator": "AND", + "image_id": 419379, + "image": "val2017/000000419379.jpg", + "caption_a": "donut together with toaster", + "caption_b": "a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "toaster" + ], + "present": [ + "donut" + ], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0040", + "test_type": "operator", + "operator": "AND", + "image_id": 534827, + "image": "val2017/000000534827.jpg", + "caption_a": "both motorcycle and dining table", + "caption_b": "a motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "dining table" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0041", + "test_type": "operator", + "operator": "AND", + "image_id": 37689, + "image": "val2017/000000037689.jpg", + "caption_a": "snowboard as well as book", + "caption_b": "a snowboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "book" + ], + "present": [ + "snowboard" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0042", + "test_type": "operator", + "operator": "AND", + "image_id": 12639, + "image": "val2017/000000012639.jpg", + "caption_a": "a baseball glove", + "caption_b": "baseball glove together with pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0043", + "test_type": "operator", + "operator": "AND", + "image_id": 450303, + "image": "val2017/000000450303.jpg", + "caption_a": "a laptop", + "caption_b": "both surfboard and laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0044", + "test_type": "operator", + "operator": "AND", + "image_id": 231097, + "image": "val2017/000000231097.jpg", + "caption_a": "bottle and broccoli", + "caption_b": "a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0045", + "test_type": "operator", + "operator": "AND", + "image_id": 299553, + "image": "val2017/000000299553.jpg", + "caption_a": "a kite", + "caption_b": "kite as well as carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [ + "kite" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0046", + "test_type": "operator", + "operator": "AND", + "image_id": 183391, + "image": "val2017/000000183391.jpg", + "caption_a": "a tennis racket", + "caption_b": "cow alongside tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "cow" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0047", + "test_type": "operator", + "operator": "AND", + "image_id": 166287, + "image": "val2017/000000166287.jpg", + "caption_a": "bird as well as surfboard", + "caption_b": "a bird", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "surfboard" + ], + "present": [ + "bird" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0048", + "test_type": "operator", + "operator": "AND", + "image_id": 182805, + "image": "val2017/000000182805.jpg", + "caption_a": "both bicycle and umbrella", + "caption_b": "an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0049", + "test_type": "operator", + "operator": "AND", + "image_id": 577932, + "image": "val2017/000000577932.jpg", + "caption_a": "handbag as well as snowboard", + "caption_b": "a handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "snowboard" + ], + "present": [ + "handbag" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0050", + "test_type": "operator", + "operator": "AND", + "image_id": 265816, + "image": "val2017/000000265816.jpg", + "caption_a": "a potted plant", + "caption_b": "both bear and potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0051", + "test_type": "operator", + "operator": "AND", + "image_id": 229948, + "image": "val2017/000000229948.jpg", + "caption_a": "truck together with mouse", + "caption_b": "a truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "mouse" + ], + "present": [ + "truck" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0052", + "test_type": "operator", + "operator": "AND", + "image_id": 253742, + "image": "val2017/000000253742.jpg", + "caption_a": "a handbag", + "caption_b": "handbag together with tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [ + "tv" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0053", + "test_type": "operator", + "operator": "AND", + "image_id": 147415, + "image": "val2017/000000147415.jpg", + "caption_a": "a laptop", + "caption_b": "both pizza and laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0054", + "test_type": "operator", + "operator": "AND", + "image_id": 229111, + "image": "val2017/000000229111.jpg", + "caption_a": "a remote", + "caption_b": "horse and remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "remote" + ], + "present": [ + "remote" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0055", + "test_type": "operator", + "operator": "AND", + "image_id": 1584, + "image": "val2017/000000001584.jpg", + "caption_a": "bus together with orange", + "caption_b": "a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "orange" + ], + "present": [ + "bus" + ], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0056", + "test_type": "operator", + "operator": "AND", + "image_id": 542856, + "image": "val2017/000000542856.jpg", + "caption_a": "bus as well as cup", + "caption_b": "a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "cup" + ], + "present": [ + "bus" + ], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0057", + "test_type": "operator", + "operator": "AND", + "image_id": 215778, + "image": "val2017/000000215778.jpg", + "caption_a": "a keyboard", + "caption_b": "bowl as well as keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [ + "bowl" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0058", + "test_type": "operator", + "operator": "AND", + "image_id": 202339, + "image": "val2017/000000202339.jpg", + "caption_a": "tie alongside cake", + "caption_b": "a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "cake" + ], + "present": [ + "tie" + ], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0059", + "test_type": "operator", + "operator": "AND", + "image_id": 28449, + "image": "val2017/000000028449.jpg", + "caption_a": "both elephant and teddy bear", + "caption_b": "an elephant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "teddy bear" + ], + "present": [ + "elephant" + ], + "absent": [ + "teddy bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0060", + "test_type": "operator", + "operator": "AND", + "image_id": 169996, + "image": "val2017/000000169996.jpg", + "caption_a": "a traffic light", + "caption_b": "traffic light as well as giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [ + "traffic light" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0061", + "test_type": "operator", + "operator": "AND", + "image_id": 365886, + "image": "val2017/000000365886.jpg", + "caption_a": "bed alongside cell phone", + "caption_b": "a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0062", + "test_type": "operator", + "operator": "AND", + "image_id": 30504, + "image": "val2017/000000030504.jpg", + "caption_a": "bird as well as skis", + "caption_b": "a skis", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "skis" + ], + "present": [ + "skis" + ], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0063", + "test_type": "operator", + "operator": "AND", + "image_id": 8629, + "image": "val2017/000000008629.jpg", + "caption_a": "a pizza", + "caption_b": "person together with pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0064", + "test_type": "operator", + "operator": "AND", + "image_id": 255536, + "image": "val2017/000000255536.jpg", + "caption_a": "an umbrella", + "caption_b": "umbrella together with knife", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [ + "knife" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0065", + "test_type": "operator", + "operator": "AND", + "image_id": 448076, + "image": "val2017/000000448076.jpg", + "caption_a": "donut alongside potted plant", + "caption_b": "a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0066", + "test_type": "operator", + "operator": "AND", + "image_id": 130566, + "image": "val2017/000000130566.jpg", + "caption_a": "train and oven", + "caption_b": "a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "oven" + ], + "present": [ + "train" + ], + "absent": [ + "oven" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0067", + "test_type": "operator", + "operator": "AND", + "image_id": 154213, + "image": "val2017/000000154213.jpg", + "caption_a": "both carrot and scissors", + "caption_b": "a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0068", + "test_type": "operator", + "operator": "AND", + "image_id": 561889, + "image": "val2017/000000561889.jpg", + "caption_a": "giraffe together with broccoli", + "caption_b": "a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0069", + "test_type": "operator", + "operator": "AND", + "image_id": 2685, + "image": "val2017/000000002685.jpg", + "caption_a": "person as well as apple", + "caption_b": "a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "apple" + ], + "present": [ + "person" + ], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0070", + "test_type": "operator", + "operator": "AND", + "image_id": 181816, + "image": "val2017/000000181816.jpg", + "caption_a": "a potted plant", + "caption_b": "potted plant and cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0071", + "test_type": "operator", + "operator": "AND", + "image_id": 548506, + "image": "val2017/000000548506.jpg", + "caption_a": "bicycle and apple", + "caption_b": "an apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0072", + "test_type": "operator", + "operator": "AND", + "image_id": 282037, + "image": "val2017/000000282037.jpg", + "caption_a": "a sports ball", + "caption_b": "motorcycle and sports ball", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "motorcycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0073", + "test_type": "operator", + "operator": "AND", + "image_id": 210520, + "image": "val2017/000000210520.jpg", + "caption_a": "kite together with spoon", + "caption_b": "a spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "kite" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0074", + "test_type": "operator", + "operator": "AND", + "image_id": 312552, + "image": "val2017/000000312552.jpg", + "caption_a": "both backpack and pizza", + "caption_b": "a pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0075", + "test_type": "operator", + "operator": "AND", + "image_id": 99024, + "image": "val2017/000000099024.jpg", + "caption_a": "both fire hydrant and scissors", + "caption_b": "a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0076", + "test_type": "operator", + "operator": "AND", + "image_id": 407518, + "image": "val2017/000000407518.jpg", + "caption_a": "a bird", + "caption_b": "bird as well as elephant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [ + "bird" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0077", + "test_type": "operator", + "operator": "AND", + "image_id": 391722, + "image": "val2017/000000391722.jpg", + "caption_a": "both cake and hair drier", + "caption_b": "a cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "hair drier" + ], + "present": [ + "cake" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0078", + "test_type": "operator", + "operator": "AND", + "image_id": 252507, + "image": "val2017/000000252507.jpg", + "caption_a": "both person and toilet", + "caption_b": "a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "toilet" + ], + "present": [ + "person" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0079", + "test_type": "operator", + "operator": "AND", + "image_id": 388258, + "image": "val2017/000000388258.jpg", + "caption_a": "bicycle together with cup", + "caption_b": "a bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "cup" + ], + "present": [ + "bicycle" + ], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0080", + "test_type": "operator", + "operator": "AND", + "image_id": 532071, + "image": "val2017/000000532071.jpg", + "caption_a": "a bear", + "caption_b": "bear together with couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [ + "bear" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0081", + "test_type": "operator", + "operator": "AND", + "image_id": 348012, + "image": "val2017/000000348012.jpg", + "caption_a": "bear together with scissors", + "caption_b": "a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0082", + "test_type": "operator", + "operator": "AND", + "image_id": 22371, + "image": "val2017/000000022371.jpg", + "caption_a": "a tie", + "caption_b": "tie alongside tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [ + "tie" + ], + "absent": [ + "tennis racket" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0083", + "test_type": "operator", + "operator": "AND", + "image_id": 277689, + "image": "val2017/000000277689.jpg", + "caption_a": "tie and wine glass", + "caption_b": "a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0084", + "test_type": "operator", + "operator": "AND", + "image_id": 400082, + "image": "val2017/000000400082.jpg", + "caption_a": "suitcase and hot dog", + "caption_b": "a hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0085", + "test_type": "operator", + "operator": "AND", + "image_id": 79651, + "image": "val2017/000000079651.jpg", + "caption_a": "a bottle", + "caption_b": "bottle and carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [ + "bottle" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0086", + "test_type": "operator", + "operator": "AND", + "image_id": 85195, + "image": "val2017/000000085195.jpg", + "caption_a": "motorcycle as well as fork", + "caption_b": "a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "fork" + ], + "present": [ + "fork" + ], + "absent": [ + "motorcycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0087", + "test_type": "operator", + "operator": "AND", + "image_id": 446206, + "image": "val2017/000000446206.jpg", + "caption_a": "bus and book", + "caption_b": "a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "book" + ], + "present": [ + "bus" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0088", + "test_type": "operator", + "operator": "AND", + "image_id": 442161, + "image": "val2017/000000442161.jpg", + "caption_a": "traffic light and wine glass", + "caption_b": "a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0089", + "test_type": "operator", + "operator": "AND", + "image_id": 94157, + "image": "val2017/000000094157.jpg", + "caption_a": "a clock", + "caption_b": "both clock and scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [ + "clock" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0090", + "test_type": "operator", + "operator": "AND", + "image_id": 379842, + "image": "val2017/000000379842.jpg", + "caption_a": "a book", + "caption_b": "dining table as well as book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "book" + ], + "present": [ + "book" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0091", + "test_type": "operator", + "operator": "AND", + "image_id": 365766, + "image": "val2017/000000365766.jpg", + "caption_a": "a microwave", + "caption_b": "both frisbee and microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0092", + "test_type": "operator", + "operator": "AND", + "image_id": 544519, + "image": "val2017/000000544519.jpg", + "caption_a": "a toothbrush", + "caption_b": "bear alongside toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0093", + "test_type": "operator", + "operator": "AND", + "image_id": 575357, + "image": "val2017/000000575357.jpg", + "caption_a": "a dog", + "caption_b": "dog and skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog" + ], + "present": [ + "dog" + ], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0094", + "test_type": "operator", + "operator": "AND", + "image_id": 570688, + "image": "val2017/000000570688.jpg", + "caption_a": "both sheep and kite", + "caption_b": "a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "kite" + ], + "present": [ + "kite" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0095", + "test_type": "operator", + "operator": "AND", + "image_id": 407614, + "image": "val2017/000000407614.jpg", + "caption_a": "wine glass alongside oven", + "caption_b": "an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0096", + "test_type": "operator", + "operator": "AND", + "image_id": 407868, + "image": "val2017/000000407868.jpg", + "caption_a": "a kite", + "caption_b": "kite as well as scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [ + "kite" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0097", + "test_type": "operator", + "operator": "AND", + "image_id": 7784, + "image": "val2017/000000007784.jpg", + "caption_a": "a kite", + "caption_b": "frisbee alongside kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [ + "kite" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0098", + "test_type": "operator", + "operator": "AND", + "image_id": 335427, + "image": "val2017/000000335427.jpg", + "caption_a": "a broccoli", + "caption_b": "broccoli as well as cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0099", + "test_type": "operator", + "operator": "AND", + "image_id": 553990, + "image": "val2017/000000553990.jpg", + "caption_a": "horse and cake", + "caption_b": "a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "cake" + ], + "present": [ + "horse" + ], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0100", + "test_type": "operator", + "operator": "AND", + "image_id": 417249, + "image": "val2017/000000417249.jpg", + "caption_a": "a handbag", + "caption_b": "both dog and handbag", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0101", + "test_type": "operator", + "operator": "AND", + "image_id": 110638, + "image": "val2017/000000110638.jpg", + "caption_a": "an elephant", + "caption_b": "truck together with elephant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0102", + "test_type": "operator", + "operator": "AND", + "image_id": 474021, + "image": "val2017/000000474021.jpg", + "caption_a": "cake as well as couch", + "caption_b": "a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "couch" + ], + "present": [ + "couch" + ], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0103", + "test_type": "operator", + "operator": "AND", + "image_id": 235399, + "image": "val2017/000000235399.jpg", + "caption_a": "a truck", + "caption_b": "both truck and book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck" + ], + "present": [ + "truck" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0104", + "test_type": "operator", + "operator": "AND", + "image_id": 512403, + "image": "val2017/000000512403.jpg", + "caption_a": "both bottle and book", + "caption_b": "a book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "book" + ], + "present": [ + "book" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0105", + "test_type": "operator", + "operator": "AND", + "image_id": 25394, + "image": "val2017/000000025394.jpg", + "caption_a": "tie alongside cup", + "caption_b": "a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "cup" + ], + "present": [ + "cup" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0106", + "test_type": "operator", + "operator": "AND", + "image_id": 55150, + "image": "val2017/000000055150.jpg", + "caption_a": "bus alongside suitcase", + "caption_b": "a suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "suitcase" + ], + "present": [ + "suitcase" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0107", + "test_type": "operator", + "operator": "AND", + "image_id": 567197, + "image": "val2017/000000567197.jpg", + "caption_a": "truck together with microwave", + "caption_b": "a truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "microwave" + ], + "present": [ + "truck" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0108", + "test_type": "operator", + "operator": "AND", + "image_id": 60932, + "image": "val2017/000000060932.jpg", + "caption_a": "a tie", + "caption_b": "cat together with tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [ + "tie" + ], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0109", + "test_type": "operator", + "operator": "AND", + "image_id": 138639, + "image": "val2017/000000138639.jpg", + "caption_a": "bicycle and elephant", + "caption_b": "a bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "elephant" + ], + "present": [ + "bicycle" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0110", + "test_type": "operator", + "operator": "AND", + "image_id": 99039, + "image": "val2017/000000099039.jpg", + "caption_a": "wine glass together with remote", + "caption_b": "a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "remote" + ], + "present": [ + "wine glass" + ], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0111", + "test_type": "operator", + "operator": "AND", + "image_id": 189078, + "image": "val2017/000000189078.jpg", + "caption_a": "both dog and apple", + "caption_b": "an apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0112", + "test_type": "operator", + "operator": "AND", + "image_id": 439773, + "image": "val2017/000000439773.jpg", + "caption_a": "a cell phone", + "caption_b": "both sheep and cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0113", + "test_type": "operator", + "operator": "AND", + "image_id": 21465, + "image": "val2017/000000021465.jpg", + "caption_a": "a chair", + "caption_b": "giraffe as well as chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [ + "chair" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0114", + "test_type": "operator", + "operator": "AND", + "image_id": 97230, + "image": "val2017/000000097230.jpg", + "caption_a": "elephant alongside book", + "caption_b": "an elephant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "book" + ], + "present": [ + "elephant" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0115", + "test_type": "operator", + "operator": "AND", + "image_id": 244181, + "image": "val2017/000000244181.jpg", + "caption_a": "a sandwich", + "caption_b": "sandwich alongside donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [ + "sandwich" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0116", + "test_type": "operator", + "operator": "AND", + "image_id": 515982, + "image": "val2017/000000515982.jpg", + "caption_a": "a sports ball", + "caption_b": "sports ball alongside remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0117", + "test_type": "operator", + "operator": "AND", + "image_id": 56127, + "image": "val2017/000000056127.jpg", + "caption_a": "bird alongside oven", + "caption_b": "an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0118", + "test_type": "operator", + "operator": "AND", + "image_id": 433774, + "image": "val2017/000000433774.jpg", + "caption_a": "a parking meter", + "caption_b": "parking meter as well as sports ball", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter" + ], + "present": [ + "parking meter" + ], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0119", + "test_type": "operator", + "operator": "AND", + "image_id": 54593, + "image": "val2017/000000054593.jpg", + "caption_a": "a baseball glove", + "caption_b": "frisbee and baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0120", + "test_type": "operator", + "operator": "AND", + "image_id": 562121, + "image": "val2017/000000562121.jpg", + "caption_a": "a zebra", + "caption_b": "zebra alongside snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra" + ], + "present": [ + "zebra" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0121", + "test_type": "operator", + "operator": "AND", + "image_id": 441553, + "image": "val2017/000000441553.jpg", + "caption_a": "a train", + "caption_b": "both train and bench", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train" + ], + "present": [ + "train" + ], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0122", + "test_type": "operator", + "operator": "AND", + "image_id": 549167, + "image": "val2017/000000549167.jpg", + "caption_a": "a broccoli", + "caption_b": "broccoli together with microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0123", + "test_type": "operator", + "operator": "AND", + "image_id": 514376, + "image": "val2017/000000514376.jpg", + "caption_a": "a traffic light", + "caption_b": "traffic light as well as baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [ + "traffic light" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0124", + "test_type": "operator", + "operator": "AND", + "image_id": 284743, + "image": "val2017/000000284743.jpg", + "caption_a": "a baseball bat", + "caption_b": "baseball bat together with hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0125", + "test_type": "operator", + "operator": "AND", + "image_id": 569700, + "image": "val2017/000000569700.jpg", + "caption_a": "bear together with vase", + "caption_b": "a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0126", + "test_type": "operator", + "operator": "AND", + "image_id": 388927, + "image": "val2017/000000388927.jpg", + "caption_a": "a cell phone", + "caption_b": "tv as well as cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "tv" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0127", + "test_type": "operator", + "operator": "AND", + "image_id": 222735, + "image": "val2017/000000222735.jpg", + "caption_a": "pizza alongside remote", + "caption_b": "a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "remote" + ], + "present": [ + "remote" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0128", + "test_type": "operator", + "operator": "AND", + "image_id": 141597, + "image": "val2017/000000141597.jpg", + "caption_a": "car as well as keyboard", + "caption_b": "a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "keyboard" + ], + "present": [ + "car" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0129", + "test_type": "operator", + "operator": "AND", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "a wine glass", + "caption_b": "both bear and wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0130", + "test_type": "operator", + "operator": "AND", + "image_id": 384350, + "image": "val2017/000000384350.jpg", + "caption_a": "airplane as well as suitcase", + "caption_b": "an airplane", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "suitcase" + ], + "present": [ + "airplane" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0131", + "test_type": "operator", + "operator": "AND", + "image_id": 97994, + "image": "val2017/000000097994.jpg", + "caption_a": "a laptop", + "caption_b": "bed together with laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0132", + "test_type": "operator", + "operator": "AND", + "image_id": 105014, + "image": "val2017/000000105014.jpg", + "caption_a": "both carrot and teddy bear", + "caption_b": "a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot", + "teddy bear" + ], + "present": [ + "carrot" + ], + "absent": [ + "teddy bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0133", + "test_type": "operator", + "operator": "AND", + "image_id": 76417, + "image": "val2017/000000076417.jpg", + "caption_a": "dog alongside clock", + "caption_b": "a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "clock" + ], + "present": [ + "dog" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0134", + "test_type": "operator", + "operator": "AND", + "image_id": 274687, + "image": "val2017/000000274687.jpg", + "caption_a": "both bicycle and refrigerator", + "caption_b": "a bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "refrigerator" + ], + "present": [ + "bicycle" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0135", + "test_type": "operator", + "operator": "AND", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "a scissors", + "caption_b": "microwave together with scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0136", + "test_type": "operator", + "operator": "AND", + "image_id": 130465, + "image": "val2017/000000130465.jpg", + "caption_a": "a clock", + "caption_b": "surfboard alongside clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [ + "clock" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0137", + "test_type": "operator", + "operator": "AND", + "image_id": 136633, + "image": "val2017/000000136633.jpg", + "caption_a": "umbrella as well as dining table", + "caption_b": "an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "dining table" + ], + "present": [ + "umbrella" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0138", + "test_type": "operator", + "operator": "AND", + "image_id": 220584, + "image": "val2017/000000220584.jpg", + "caption_a": "surfboard and bed", + "caption_b": "a surfboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "bed" + ], + "present": [ + "surfboard" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0139", + "test_type": "operator", + "operator": "AND", + "image_id": 116206, + "image": "val2017/000000116206.jpg", + "caption_a": "bottle together with knife", + "caption_b": "a knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "knife" + ], + "present": [ + "knife" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0140", + "test_type": "operator", + "operator": "AND", + "image_id": 229997, + "image": "val2017/000000229997.jpg", + "caption_a": "a bear", + "caption_b": "bear as well as carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [ + "bear" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0141", + "test_type": "operator", + "operator": "AND", + "image_id": 123480, + "image": "val2017/000000123480.jpg", + "caption_a": "a toothbrush", + "caption_b": "truck as well as toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0142", + "test_type": "operator", + "operator": "AND", + "image_id": 166426, + "image": "val2017/000000166426.jpg", + "caption_a": "stop sign as well as cup", + "caption_b": "a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "cup" + ], + "present": [ + "cup" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0143", + "test_type": "operator", + "operator": "AND", + "image_id": 119452, + "image": "val2017/000000119452.jpg", + "caption_a": "fire hydrant as well as orange", + "caption_b": "an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "orange" + ], + "present": [ + "orange" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0144", + "test_type": "operator", + "operator": "AND", + "image_id": 161008, + "image": "val2017/000000161008.jpg", + "caption_a": "a scissors", + "caption_b": "orange and scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0145", + "test_type": "operator", + "operator": "AND", + "image_id": 191845, + "image": "val2017/000000191845.jpg", + "caption_a": "an umbrella", + "caption_b": "umbrella alongside scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0146", + "test_type": "operator", + "operator": "AND", + "image_id": 518213, + "image": "val2017/000000518213.jpg", + "caption_a": "both cow and toaster", + "caption_b": "a cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "toaster" + ], + "present": [ + "cow" + ], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0147", + "test_type": "operator", + "operator": "AND", + "image_id": 250758, + "image": "val2017/000000250758.jpg", + "caption_a": "zebra alongside giraffe", + "caption_b": "a zebra", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "giraffe" + ], + "present": [ + "zebra" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0148", + "test_type": "operator", + "operator": "AND", + "image_id": 210032, + "image": "val2017/000000210032.jpg", + "caption_a": "a sandwich", + "caption_b": "bus alongside sandwich", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [ + "sandwich" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "and_one_only_0149", + "test_type": "operator", + "operator": "AND", + "image_id": 140076, + "image": "val2017/000000140076.jpg", + "caption_a": "a vase", + "caption_b": "horse together with vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": null, + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "or_0000", + "test_type": "operator", + "operator": "OR", + "image_id": 153568, + "image": "val2017/000000153568.jpg", + "caption_a": "either a stop sign or a bear", + "caption_b": "both a stop sign and a bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "bear" + ], + "present": [ + "stop sign" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0001", + "test_type": "operator", + "operator": "OR", + "image_id": 147740, + "image": "val2017/000000147740.jpg", + "caption_a": "either a baseball glove or a banana", + "caption_b": "both a baseball glove and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "banana" + ], + "present": [ + "banana" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0002", + "test_type": "operator", + "operator": "OR", + "image_id": 344100, + "image": "val2017/000000344100.jpg", + "caption_a": "both a cup and a toothbrush", + "caption_b": "either a cup or a toothbrush", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "toothbrush" + ], + "present": [ + "cup" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0003", + "test_type": "operator", + "operator": "OR", + "image_id": 2006, + "image": "val2017/000000002006.jpg", + "caption_a": "a bus and a banana", + "caption_b": "a bus or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "banana" + ], + "present": [ + "bus" + ], + "absent": [ + "banana" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0004", + "test_type": "operator", + "operator": "OR", + "image_id": 17899, + "image": "val2017/000000017899.jpg", + "caption_a": "either a cup or a knife", + "caption_b": "both a cup and a knife", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "knife" + ], + "present": [ + "cup" + ], + "absent": [ + "knife" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0005", + "test_type": "operator", + "operator": "OR", + "image_id": 91615, + "image": "val2017/000000091615.jpg", + "caption_a": "both a cell phone and a microwave", + "caption_b": "either a cell phone or a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0006", + "test_type": "operator", + "operator": "OR", + "image_id": 181816, + "image": "val2017/000000181816.jpg", + "caption_a": "a kite or a potted plant", + "caption_b": "a kite and a potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "kite" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0007", + "test_type": "operator", + "operator": "OR", + "image_id": 120777, + "image": "val2017/000000120777.jpg", + "caption_a": "a cup and a chair", + "caption_b": "a cup or a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "chair" + ], + "present": [ + "cup" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0008", + "test_type": "operator", + "operator": "OR", + "image_id": 493799, + "image": "val2017/000000493799.jpg", + "caption_a": "an umbrella and a carrot", + "caption_b": "an umbrella or a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0009", + "test_type": "operator", + "operator": "OR", + "image_id": 576031, + "image": "val2017/000000576031.jpg", + "caption_a": "both a skis and a teddy bear", + "caption_b": "either a skis or a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "teddy bear" + ], + "present": [ + "skis" + ], + "absent": [ + "teddy bear" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0010", + "test_type": "operator", + "operator": "OR", + "image_id": 74058, + "image": "val2017/000000074058.jpg", + "caption_a": "an umbrella or a refrigerator", + "caption_b": "an umbrella and a refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "refrigerator" + ], + "present": [ + "umbrella" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0011", + "test_type": "operator", + "operator": "OR", + "image_id": 113403, + "image": "val2017/000000113403.jpg", + "caption_a": "a handbag or a bed", + "caption_b": "a handbag and a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0012", + "test_type": "operator", + "operator": "OR", + "image_id": 565776, + "image": "val2017/000000565776.jpg", + "caption_a": "both a sandwich and a refrigerator", + "caption_b": "either a sandwich or a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0013", + "test_type": "operator", + "operator": "OR", + "image_id": 22935, + "image": "val2017/000000022935.jpg", + "caption_a": "a skis and a sports ball", + "caption_b": "a skis or a sports ball", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0014", + "test_type": "operator", + "operator": "OR", + "image_id": 39956, + "image": "val2017/000000039956.jpg", + "caption_a": "a backpack or a chair", + "caption_b": "a backpack and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "chair" + ], + "present": [ + "chair" + ], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0015", + "test_type": "operator", + "operator": "OR", + "image_id": 206994, + "image": "val2017/000000206994.jpg", + "caption_a": "a train or a suitcase", + "caption_b": "a train and a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "suitcase" + ], + "present": [ + "train" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0016", + "test_type": "operator", + "operator": "OR", + "image_id": 341719, + "image": "val2017/000000341719.jpg", + "caption_a": "either a snowboard or a carrot", + "caption_b": "both a snowboard and a carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "carrot" + ], + "present": [ + "snowboard" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0017", + "test_type": "operator", + "operator": "OR", + "image_id": 283037, + "image": "val2017/000000283037.jpg", + "caption_a": "both a traffic light and a dog", + "caption_b": "either a traffic light or a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "dog" + ], + "present": [ + "traffic light" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0018", + "test_type": "operator", + "operator": "OR", + "image_id": 53909, + "image": "val2017/000000053909.jpg", + "caption_a": "both a fire hydrant and a cell phone", + "caption_b": "either a fire hydrant or a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0019", + "test_type": "operator", + "operator": "OR", + "image_id": 233825, + "image": "val2017/000000233825.jpg", + "caption_a": "either a toilet or a vase", + "caption_b": "both a toilet and a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0020", + "test_type": "operator", + "operator": "OR", + "image_id": 206025, + "image": "val2017/000000206025.jpg", + "caption_a": "both a boat and a tie", + "caption_b": "either a boat or a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "tie" + ], + "present": [ + "tie" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0021", + "test_type": "operator", + "operator": "OR", + "image_id": 213935, + "image": "val2017/000000213935.jpg", + "caption_a": "an umbrella or an apple", + "caption_b": "an umbrella and an apple", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0022", + "test_type": "operator", + "operator": "OR", + "image_id": 95899, + "image": "val2017/000000095899.jpg", + "caption_a": "both a stop sign and a mouse", + "caption_b": "either a stop sign or a mouse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "mouse" + ], + "present": [ + "stop sign" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0023", + "test_type": "operator", + "operator": "OR", + "image_id": 174018, + "image": "val2017/000000174018.jpg", + "caption_a": "either a chair or a teddy bear", + "caption_b": "both a chair and a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0024", + "test_type": "operator", + "operator": "OR", + "image_id": 471893, + "image": "val2017/000000471893.jpg", + "caption_a": "either a hot dog or a chair", + "caption_b": "both a hot dog and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "chair" + ], + "present": [ + "chair" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0025", + "test_type": "operator", + "operator": "OR", + "image_id": 513041, + "image": "val2017/000000513041.jpg", + "caption_a": "a sheep and a wine glass", + "caption_b": "a sheep or a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0026", + "test_type": "operator", + "operator": "OR", + "image_id": 183246, + "image": "val2017/000000183246.jpg", + "caption_a": "a truck and a bird", + "caption_b": "a truck or a bird", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "bird" + ], + "present": [ + "truck" + ], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0027", + "test_type": "operator", + "operator": "OR", + "image_id": 210502, + "image": "val2017/000000210502.jpg", + "caption_a": "a train or a tie", + "caption_b": "a train and a tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "tie" + ], + "present": [ + "train" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0028", + "test_type": "operator", + "operator": "OR", + "image_id": 226147, + "image": "val2017/000000226147.jpg", + "caption_a": "a sandwich and a couch", + "caption_b": "a sandwich or a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "couch" + ], + "present": [ + "sandwich" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0029", + "test_type": "operator", + "operator": "OR", + "image_id": 437239, + "image": "val2017/000000437239.jpg", + "caption_a": "both an umbrella and a frisbee", + "caption_b": "either an umbrella or a frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "frisbee" + ], + "present": [ + "frisbee" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0030", + "test_type": "operator", + "operator": "OR", + "image_id": 217285, + "image": "val2017/000000217285.jpg", + "caption_a": "a zebra or a baseball glove", + "caption_b": "a zebra and a baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0031", + "test_type": "operator", + "operator": "OR", + "image_id": 551822, + "image": "val2017/000000551822.jpg", + "caption_a": "either a cup or a laptop", + "caption_b": "both a cup and a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "laptop" + ], + "present": [ + "cup" + ], + "absent": [ + "laptop" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0032", + "test_type": "operator", + "operator": "OR", + "image_id": 258541, + "image": "val2017/000000258541.jpg", + "caption_a": "either a tie or a fork", + "caption_b": "both a tie and a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "fork" + ], + "present": [ + "tie" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0033", + "test_type": "operator", + "operator": "OR", + "image_id": 25986, + "image": "val2017/000000025986.jpg", + "caption_a": "both a baseball bat and a bowl", + "caption_b": "either a baseball bat or a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0034", + "test_type": "operator", + "operator": "OR", + "image_id": 214753, + "image": "val2017/000000214753.jpg", + "caption_a": "either a stop sign or a horse", + "caption_b": "both a stop sign and a horse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "horse" + ], + "present": [ + "horse" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0035", + "test_type": "operator", + "operator": "OR", + "image_id": 292488, + "image": "val2017/000000292488.jpg", + "caption_a": "a bench or a cell phone", + "caption_b": "a bench and a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0036", + "test_type": "operator", + "operator": "OR", + "image_id": 135561, + "image": "val2017/000000135561.jpg", + "caption_a": "a skis and a toaster", + "caption_b": "a skis or a toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0037", + "test_type": "operator", + "operator": "OR", + "image_id": 548267, + "image": "val2017/000000548267.jpg", + "caption_a": "both a sheep and a vase", + "caption_b": "either a sheep or a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "vase" + ], + "present": [ + "sheep" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0038", + "test_type": "operator", + "operator": "OR", + "image_id": 126107, + "image": "val2017/000000126107.jpg", + "caption_a": "both a bird and a tie", + "caption_b": "either a bird or a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "tie" + ], + "present": [ + "bird" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0039", + "test_type": "operator", + "operator": "OR", + "image_id": 424776, + "image": "val2017/000000424776.jpg", + "caption_a": "an airplane or a couch", + "caption_b": "an airplane and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane", + "couch" + ], + "present": [ + "airplane" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0040", + "test_type": "operator", + "operator": "OR", + "image_id": 483050, + "image": "val2017/000000483050.jpg", + "caption_a": "either a bus or a bed", + "caption_b": "both a bus and a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0041", + "test_type": "operator", + "operator": "OR", + "image_id": 124277, + "image": "val2017/000000124277.jpg", + "caption_a": "a train or a surfboard", + "caption_b": "a train and a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "surfboard" + ], + "present": [ + "train" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0042", + "test_type": "operator", + "operator": "OR", + "image_id": 258388, + "image": "val2017/000000258388.jpg", + "caption_a": "a skateboard or an oven", + "caption_b": "a skateboard and an oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "oven" + ], + "present": [ + "skateboard" + ], + "absent": [ + "oven" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0043", + "test_type": "operator", + "operator": "OR", + "image_id": 530624, + "image": "val2017/000000530624.jpg", + "caption_a": "either a bed or a keyboard", + "caption_b": "both a bed and a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "keyboard" + ], + "present": [ + "bed" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0044", + "test_type": "operator", + "operator": "OR", + "image_id": 179265, + "image": "val2017/000000179265.jpg", + "caption_a": "a bicycle or a bus", + "caption_b": "a bicycle and a bus", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "bus" + ], + "present": [ + "bus" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0045", + "test_type": "operator", + "operator": "OR", + "image_id": 546826, + "image": "val2017/000000546826.jpg", + "caption_a": "a handbag or a scissors", + "caption_b": "a handbag and a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0046", + "test_type": "operator", + "operator": "OR", + "image_id": 430871, + "image": "val2017/000000430871.jpg", + "caption_a": "a fire hydrant or a parking meter", + "caption_b": "a fire hydrant and a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "parking meter" + ], + "present": [ + "parking meter" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0047", + "test_type": "operator", + "operator": "OR", + "image_id": 239627, + "image": "val2017/000000239627.jpg", + "caption_a": "both a truck and a spoon", + "caption_b": "either a truck or a spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0048", + "test_type": "operator", + "operator": "OR", + "image_id": 428562, + "image": "val2017/000000428562.jpg", + "caption_a": "a sheep or a toaster", + "caption_b": "a sheep and a toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep", + "toaster" + ], + "present": [ + "sheep" + ], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0049", + "test_type": "operator", + "operator": "OR", + "image_id": 318238, + "image": "val2017/000000318238.jpg", + "caption_a": "a bed and a sink", + "caption_b": "a bed or a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "sink" + ], + "present": [ + "bed" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0050", + "test_type": "operator", + "operator": "OR", + "image_id": 434297, + "image": "val2017/000000434297.jpg", + "caption_a": "either a handbag or a broccoli", + "caption_b": "both a handbag and a broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0051", + "test_type": "operator", + "operator": "OR", + "image_id": 236730, + "image": "val2017/000000236730.jpg", + "caption_a": "a zebra and a skateboard", + "caption_b": "a zebra or a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "skateboard" + ], + "present": [ + "zebra" + ], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0052", + "test_type": "operator", + "operator": "OR", + "image_id": 79837, + "image": "val2017/000000079837.jpg", + "caption_a": "a boat and a suitcase", + "caption_b": "a boat or a suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "suitcase" + ], + "present": [ + "boat" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0053", + "test_type": "operator", + "operator": "OR", + "image_id": 87742, + "image": "val2017/000000087742.jpg", + "caption_a": "both a boat and a vase", + "caption_b": "either a boat or a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0054", + "test_type": "operator", + "operator": "OR", + "image_id": 312586, + "image": "val2017/000000312586.jpg", + "caption_a": "both a bench and a bear", + "caption_b": "either a bench or a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "bear" + ], + "present": [ + "bear" + ], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0055", + "test_type": "operator", + "operator": "OR", + "image_id": 240023, + "image": "val2017/000000240023.jpg", + "caption_a": "a backpack or a sports ball", + "caption_b": "a backpack and a sports ball", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0056", + "test_type": "operator", + "operator": "OR", + "image_id": 376900, + "image": "val2017/000000376900.jpg", + "caption_a": "both a tennis racket and a bottle", + "caption_b": "either a tennis racket or a bottle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "bottle" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0057", + "test_type": "operator", + "operator": "OR", + "image_id": 191471, + "image": "val2017/000000191471.jpg", + "caption_a": "a stop sign or an umbrella", + "caption_b": "a stop sign and an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "umbrella" + ], + "present": [ + "stop sign" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0058", + "test_type": "operator", + "operator": "OR", + "image_id": 438269, + "image": "val2017/000000438269.jpg", + "caption_a": "both a bird and a sandwich", + "caption_b": "either a bird or a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "sandwich" + ], + "present": [ + "bird" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0059", + "test_type": "operator", + "operator": "OR", + "image_id": 184400, + "image": "val2017/000000184400.jpg", + "caption_a": "either a train or a truck", + "caption_b": "both a train and a truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "truck" + ], + "present": [ + "train" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0060", + "test_type": "operator", + "operator": "OR", + "image_id": 359540, + "image": "val2017/000000359540.jpg", + "caption_a": "both a baseball glove and a mouse", + "caption_b": "either a baseball glove or a mouse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "mouse" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0061", + "test_type": "operator", + "operator": "OR", + "image_id": 37777, + "image": "val2017/000000037777.jpg", + "caption_a": "both a giraffe and a dining table", + "caption_b": "either a giraffe or a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0062", + "test_type": "operator", + "operator": "OR", + "image_id": 283717, + "image": "val2017/000000283717.jpg", + "caption_a": "a cat and a microwave", + "caption_b": "a cat or a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0063", + "test_type": "operator", + "operator": "OR", + "image_id": 519338, + "image": "val2017/000000519338.jpg", + "caption_a": "a train or a bed", + "caption_b": "a train and a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "bed" + ], + "present": [ + "train" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0064", + "test_type": "operator", + "operator": "OR", + "image_id": 442161, + "image": "val2017/000000442161.jpg", + "caption_a": "either a wine glass or a potted plant", + "caption_b": "both a wine glass and a potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "potted plant" + ], + "present": [ + "wine glass" + ], + "absent": [ + "potted plant" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0065", + "test_type": "operator", + "operator": "OR", + "image_id": 360951, + "image": "val2017/000000360951.jpg", + "caption_a": "a laptop and a sink", + "caption_b": "a laptop or a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "sink" + ], + "present": [ + "laptop" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0066", + "test_type": "operator", + "operator": "OR", + "image_id": 281414, + "image": "val2017/000000281414.jpg", + "caption_a": "either a snowboard or a cell phone", + "caption_b": "both a snowboard and a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0067", + "test_type": "operator", + "operator": "OR", + "image_id": 542776, + "image": "val2017/000000542776.jpg", + "caption_a": "an elephant or a book", + "caption_b": "an elephant and a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "book" + ], + "present": [ + "book" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0068", + "test_type": "operator", + "operator": "OR", + "image_id": 49759, + "image": "val2017/000000049759.jpg", + "caption_a": "a snowboard and a sports ball", + "caption_b": "a snowboard or a sports ball", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0069", + "test_type": "operator", + "operator": "OR", + "image_id": 338905, + "image": "val2017/000000338905.jpg", + "caption_a": "a motorcycle and a tie", + "caption_b": "a motorcycle or a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "tie" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0070", + "test_type": "operator", + "operator": "OR", + "image_id": 512403, + "image": "val2017/000000512403.jpg", + "caption_a": "a cup or a book", + "caption_b": "a cup and a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "book" + ], + "present": [ + "book" + ], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0071", + "test_type": "operator", + "operator": "OR", + "image_id": 368752, + "image": "val2017/000000368752.jpg", + "caption_a": "both a cake and a keyboard", + "caption_b": "either a cake or a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "keyboard" + ], + "present": [ + "cake" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0072", + "test_type": "operator", + "operator": "OR", + "image_id": 17207, + "image": "val2017/000000017207.jpg", + "caption_a": "both a bus and a bird", + "caption_b": "either a bus or a bird", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "bird" + ], + "present": [ + "bus" + ], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0073", + "test_type": "operator", + "operator": "OR", + "image_id": 159399, + "image": "val2017/000000159399.jpg", + "caption_a": "either a tie or a kite", + "caption_b": "both a tie and a kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "kite" + ], + "present": [ + "kite" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0074", + "test_type": "operator", + "operator": "OR", + "image_id": 496722, + "image": "val2017/000000496722.jpg", + "caption_a": "both a stop sign and a parking meter", + "caption_b": "either a stop sign or a parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "parking meter" + ], + "present": [ + "parking meter" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0075", + "test_type": "operator", + "operator": "OR", + "image_id": 196009, + "image": "val2017/000000196009.jpg", + "caption_a": "a sheep and a carrot", + "caption_b": "a sheep or a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0076", + "test_type": "operator", + "operator": "OR", + "image_id": 165831, + "image": "val2017/000000165831.jpg", + "caption_a": "a bear or a broccoli", + "caption_b": "a bear and a broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0077", + "test_type": "operator", + "operator": "OR", + "image_id": 577584, + "image": "val2017/000000577584.jpg", + "caption_a": "both a horse and a microwave", + "caption_b": "either a horse or a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0078", + "test_type": "operator", + "operator": "OR", + "image_id": 336587, + "image": "val2017/000000336587.jpg", + "caption_a": "both a stop sign and a dog", + "caption_b": "either a stop sign or a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "dog" + ], + "present": [ + "stop sign" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0079", + "test_type": "operator", + "operator": "OR", + "image_id": 245448, + "image": "val2017/000000245448.jpg", + "caption_a": "a motorcycle and a dog", + "caption_b": "a motorcycle or a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "dog" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0080", + "test_type": "operator", + "operator": "OR", + "image_id": 427655, + "image": "val2017/000000427655.jpg", + "caption_a": "either a car or a carrot", + "caption_b": "both a car and a carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "carrot" + ], + "present": [ + "car" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0081", + "test_type": "operator", + "operator": "OR", + "image_id": 227686, + "image": "val2017/000000227686.jpg", + "caption_a": "a horse and a hair drier", + "caption_b": "a horse or a hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "hair drier" + ], + "present": [ + "horse" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0082", + "test_type": "operator", + "operator": "OR", + "image_id": 287874, + "image": "val2017/000000287874.jpg", + "caption_a": "a train or a spoon", + "caption_b": "a train and a spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "spoon" + ], + "present": [ + "train" + ], + "absent": [ + "spoon" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0083", + "test_type": "operator", + "operator": "OR", + "image_id": 275058, + "image": "val2017/000000275058.jpg", + "caption_a": "a stop sign or a surfboard", + "caption_b": "a stop sign and a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "surfboard" + ], + "present": [ + "surfboard" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0084", + "test_type": "operator", + "operator": "OR", + "image_id": 311081, + "image": "val2017/000000311081.jpg", + "caption_a": "both a toilet and a microwave", + "caption_b": "either a toilet or a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "microwave" + ], + "present": [ + "toilet" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0085", + "test_type": "operator", + "operator": "OR", + "image_id": 246454, + "image": "val2017/000000246454.jpg", + "caption_a": "either a handbag or a remote", + "caption_b": "both a handbag and a remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "remote" + ], + "present": [ + "handbag" + ], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0086", + "test_type": "operator", + "operator": "OR", + "image_id": 287347, + "image": "val2017/000000287347.jpg", + "caption_a": "a skis and a pizza", + "caption_b": "a skis or a pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0087", + "test_type": "operator", + "operator": "OR", + "image_id": 334417, + "image": "val2017/000000334417.jpg", + "caption_a": "an airplane and a tie", + "caption_b": "an airplane or a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "tie" + ], + "present": [ + "tie" + ], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0088", + "test_type": "operator", + "operator": "OR", + "image_id": 379842, + "image": "val2017/000000379842.jpg", + "caption_a": "both a pizza and a remote", + "caption_b": "either a pizza or a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "remote" + ], + "present": [ + "remote" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0089", + "test_type": "operator", + "operator": "OR", + "image_id": 80273, + "image": "val2017/000000080273.jpg", + "caption_a": "either a bear or a snowboard", + "caption_b": "both a bear and a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "snowboard" + ], + "present": [ + "snowboard" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0090", + "test_type": "operator", + "operator": "OR", + "image_id": 392228, + "image": "val2017/000000392228.jpg", + "caption_a": "a boat and a clock", + "caption_b": "a boat or a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "clock" + ], + "present": [ + "clock" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0091", + "test_type": "operator", + "operator": "OR", + "image_id": 885, + "image": "val2017/000000000885.jpg", + "caption_a": "both a surfboard and a tennis racket", + "caption_b": "either a surfboard or a tennis racket", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0092", + "test_type": "operator", + "operator": "OR", + "image_id": 340697, + "image": "val2017/000000340697.jpg", + "caption_a": "a bottle or a mouse", + "caption_b": "a bottle and a mouse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "mouse" + ], + "present": [ + "bottle" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0093", + "test_type": "operator", + "operator": "OR", + "image_id": 109976, + "image": "val2017/000000109976.jpg", + "caption_a": "either a wine glass or a microwave", + "caption_b": "both a wine glass and a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0094", + "test_type": "operator", + "operator": "OR", + "image_id": 175251, + "image": "val2017/000000175251.jpg", + "caption_a": "either a truck or a toothbrush", + "caption_b": "both a truck and a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0095", + "test_type": "operator", + "operator": "OR", + "image_id": 293390, + "image": "val2017/000000293390.jpg", + "caption_a": "a cell phone or a toothbrush", + "caption_b": "a cell phone and a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0096", + "test_type": "operator", + "operator": "OR", + "image_id": 73326, + "image": "val2017/000000073326.jpg", + "caption_a": "both a refrigerator and a vase", + "caption_b": "either a refrigerator or a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "vase" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0097", + "test_type": "operator", + "operator": "OR", + "image_id": 30213, + "image": "val2017/000000030213.jpg", + "caption_a": "either a stop sign or a refrigerator", + "caption_b": "both a stop sign and a refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0098", + "test_type": "operator", + "operator": "OR", + "image_id": 551439, + "image": "val2017/000000551439.jpg", + "caption_a": "a parking meter and a book", + "caption_b": "a parking meter or a book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "book" + ], + "present": [ + "book" + ], + "absent": [ + "parking meter" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0099", + "test_type": "operator", + "operator": "OR", + "image_id": 567825, + "image": "val2017/000000567825.jpg", + "caption_a": "both a wine glass and an orange", + "caption_b": "either a wine glass or an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "orange" + ], + "present": [ + "wine glass" + ], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0100", + "test_type": "operator", + "operator": "OR", + "image_id": 543043, + "image": "val2017/000000543043.jpg", + "caption_a": "both a boat and a baseball bat", + "caption_b": "either a boat or a baseball bat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "baseball bat" + ], + "present": [ + "boat" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0101", + "test_type": "operator", + "operator": "OR", + "image_id": 242724, + "image": "val2017/000000242724.jpg", + "caption_a": "a horse or a knife", + "caption_b": "a horse and a knife", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "knife" + ], + "present": [ + "horse" + ], + "absent": [ + "knife" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0102", + "test_type": "operator", + "operator": "OR", + "image_id": 513567, + "image": "val2017/000000513567.jpg", + "caption_a": "either a broccoli or a hot dog", + "caption_b": "both a broccoli and a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [ + "broccoli" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0103", + "test_type": "operator", + "operator": "OR", + "image_id": 305609, + "image": "val2017/000000305609.jpg", + "caption_a": "a sports ball and a spoon", + "caption_b": "a sports ball or a spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0104", + "test_type": "operator", + "operator": "OR", + "image_id": 395180, + "image": "val2017/000000395180.jpg", + "caption_a": "both a bicycle and a tie", + "caption_b": "either a bicycle or a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "tie" + ], + "present": [ + "bicycle" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0105", + "test_type": "operator", + "operator": "OR", + "image_id": 242946, + "image": "val2017/000000242946.jpg", + "caption_a": "either a horse or a carrot", + "caption_b": "both a horse and a carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0106", + "test_type": "operator", + "operator": "OR", + "image_id": 377723, + "image": "val2017/000000377723.jpg", + "caption_a": "either a bus or a hair drier", + "caption_b": "both a bus and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "hair drier" + ], + "present": [ + "bus" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0107", + "test_type": "operator", + "operator": "OR", + "image_id": 2592, + "image": "val2017/000000002592.jpg", + "caption_a": "a car and a cup", + "caption_b": "a car or a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "cup" + ], + "present": [ + "cup" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0108", + "test_type": "operator", + "operator": "OR", + "image_id": 470773, + "image": "val2017/000000470773.jpg", + "caption_a": "an umbrella or a spoon", + "caption_b": "an umbrella and a spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0109", + "test_type": "operator", + "operator": "OR", + "image_id": 334555, + "image": "val2017/000000334555.jpg", + "caption_a": "either a car or a fire hydrant", + "caption_b": "both a car and a fire hydrant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "fire hydrant" + ], + "present": [ + "car" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0110", + "test_type": "operator", + "operator": "OR", + "image_id": 32735, + "image": "val2017/000000032735.jpg", + "caption_a": "either a person or a hair drier", + "caption_b": "both a person and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "hair drier" + ], + "present": [ + "person" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0111", + "test_type": "operator", + "operator": "OR", + "image_id": 496571, + "image": "val2017/000000496571.jpg", + "caption_a": "a cat and a spoon", + "caption_b": "a cat or a spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0112", + "test_type": "operator", + "operator": "OR", + "image_id": 517687, + "image": "val2017/000000517687.jpg", + "caption_a": "a suitcase or a cell phone", + "caption_b": "a suitcase and a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0113", + "test_type": "operator", + "operator": "OR", + "image_id": 515077, + "image": "val2017/000000515077.jpg", + "caption_a": "both a bed and a dining table", + "caption_b": "either a bed or a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0114", + "test_type": "operator", + "operator": "OR", + "image_id": 315001, + "image": "val2017/000000315001.jpg", + "caption_a": "a bird or a potted plant", + "caption_b": "a bird and a potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "potted plant" + ], + "present": [ + "bird" + ], + "absent": [ + "potted plant" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0115", + "test_type": "operator", + "operator": "OR", + "image_id": 87144, + "image": "val2017/000000087144.jpg", + "caption_a": "either a bench or a wine glass", + "caption_b": "both a bench and a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "wine glass" + ], + "present": [ + "bench" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0116", + "test_type": "operator", + "operator": "OR", + "image_id": 527750, + "image": "val2017/000000527750.jpg", + "caption_a": "a baseball bat or a refrigerator", + "caption_b": "a baseball bat and a refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0117", + "test_type": "operator", + "operator": "OR", + "image_id": 2431, + "image": "val2017/000000002431.jpg", + "caption_a": "a giraffe or a wine glass", + "caption_b": "a giraffe and a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0118", + "test_type": "operator", + "operator": "OR", + "image_id": 558213, + "image": "val2017/000000558213.jpg", + "caption_a": "both an elephant and a skateboard", + "caption_b": "either an elephant or a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0119", + "test_type": "operator", + "operator": "OR", + "image_id": 233139, + "image": "val2017/000000233139.jpg", + "caption_a": "a skis and a clock", + "caption_b": "a skis or a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "clock" + ], + "present": [ + "clock" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0120", + "test_type": "operator", + "operator": "OR", + "image_id": 377814, + "image": "val2017/000000377814.jpg", + "caption_a": "a surfboard or a donut", + "caption_b": "a surfboard and a donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "donut" + ], + "present": [ + "donut" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0121", + "test_type": "operator", + "operator": "OR", + "image_id": 67616, + "image": "val2017/000000067616.jpg", + "caption_a": "either a fire hydrant or a scissors", + "caption_b": "both a fire hydrant and a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "scissors" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0122", + "test_type": "operator", + "operator": "OR", + "image_id": 470779, + "image": "val2017/000000470779.jpg", + "caption_a": "either a frisbee or a skis", + "caption_b": "both a frisbee and a skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "skis" + ], + "present": [ + "skis" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0123", + "test_type": "operator", + "operator": "OR", + "image_id": 113589, + "image": "val2017/000000113589.jpg", + "caption_a": "both a handbag and a banana", + "caption_b": "either a handbag or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "banana" + ], + "present": [ + "banana" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0124", + "test_type": "operator", + "operator": "OR", + "image_id": 32334, + "image": "val2017/000000032334.jpg", + "caption_a": "both a skis and a wine glass", + "caption_b": "either a skis or a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0125", + "test_type": "operator", + "operator": "OR", + "image_id": 284279, + "image": "val2017/000000284279.jpg", + "caption_a": "a bird or an apple", + "caption_b": "a bird and an apple", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "apple" + ], + "present": [ + "bird" + ], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0126", + "test_type": "operator", + "operator": "OR", + "image_id": 474293, + "image": "val2017/000000474293.jpg", + "caption_a": "a handbag and a potted plant", + "caption_b": "a handbag or a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "potted plant" + ], + "present": [ + "handbag" + ], + "absent": [ + "potted plant" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0127", + "test_type": "operator", + "operator": "OR", + "image_id": 54967, + "image": "val2017/000000054967.jpg", + "caption_a": "a car or a spoon", + "caption_b": "a car and a spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "spoon" + ], + "present": [ + "car" + ], + "absent": [ + "spoon" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0128", + "test_type": "operator", + "operator": "OR", + "image_id": 465129, + "image": "val2017/000000465129.jpg", + "caption_a": "a carrot and an oven", + "caption_b": "a carrot or an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0129", + "test_type": "operator", + "operator": "OR", + "image_id": 213224, + "image": "val2017/000000213224.jpg", + "caption_a": "both a bed and a vase", + "caption_b": "either a bed or a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0130", + "test_type": "operator", + "operator": "OR", + "image_id": 308753, + "image": "val2017/000000308753.jpg", + "caption_a": "a bear or an orange", + "caption_b": "a bear and an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "orange" + ], + "present": [ + "bear" + ], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0131", + "test_type": "operator", + "operator": "OR", + "image_id": 457848, + "image": "val2017/000000457848.jpg", + "caption_a": "a motorcycle or a tennis racket", + "caption_b": "a motorcycle and a tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "tennis racket" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "tennis racket" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0132", + "test_type": "operator", + "operator": "OR", + "image_id": 173008, + "image": "val2017/000000173008.jpg", + "caption_a": "either a train or an orange", + "caption_b": "both a train and an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "orange" + ], + "present": [ + "orange" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0133", + "test_type": "operator", + "operator": "OR", + "image_id": 514376, + "image": "val2017/000000514376.jpg", + "caption_a": "a traffic light and a fire hydrant", + "caption_b": "a traffic light or a fire hydrant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "fire hydrant" + ], + "present": [ + "traffic light" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0134", + "test_type": "operator", + "operator": "OR", + "image_id": 60855, + "image": "val2017/000000060855.jpg", + "caption_a": "both a cat and an apple", + "caption_b": "either a cat or an apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0135", + "test_type": "operator", + "operator": "OR", + "image_id": 490515, + "image": "val2017/000000490515.jpg", + "caption_a": "a tie and a snowboard", + "caption_b": "a tie or a snowboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "snowboard" + ], + "present": [ + "snowboard" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0136", + "test_type": "operator", + "operator": "OR", + "image_id": 340930, + "image": "val2017/000000340930.jpg", + "caption_a": "either a frisbee or a scissors", + "caption_b": "both a frisbee and a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0137", + "test_type": "operator", + "operator": "OR", + "image_id": 168974, + "image": "val2017/000000168974.jpg", + "caption_a": "a remote and a keyboard", + "caption_b": "a remote or a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote", + "keyboard" + ], + "present": [ + "remote" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0138", + "test_type": "operator", + "operator": "OR", + "image_id": 458045, + "image": "val2017/000000458045.jpg", + "caption_a": "either a baseball bat or a broccoli", + "caption_b": "both a baseball bat and a broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "broccoli" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "broccoli" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0139", + "test_type": "operator", + "operator": "OR", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "a sports ball or a fork", + "caption_b": "a sports ball and a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "fork" + ], + "present": [ + "fork" + ], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0140", + "test_type": "operator", + "operator": "OR", + "image_id": 58705, + "image": "val2017/000000058705.jpg", + "caption_a": "a baseball bat or a banana", + "caption_b": "a baseball bat and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "banana" + ], + "present": [ + "banana" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0141", + "test_type": "operator", + "operator": "OR", + "image_id": 335427, + "image": "val2017/000000335427.jpg", + "caption_a": "a skis or a spoon", + "caption_b": "a skis and a spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0142", + "test_type": "operator", + "operator": "OR", + "image_id": 82696, + "image": "val2017/000000082696.jpg", + "caption_a": "either a train or a dining table", + "caption_b": "both a train and a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "dining table" + ], + "present": [ + "dining table" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0143", + "test_type": "operator", + "operator": "OR", + "image_id": 60347, + "image": "val2017/000000060347.jpg", + "caption_a": "either a bench or a vase", + "caption_b": "both a bench and a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "vase" + ], + "present": [ + "bench" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0144", + "test_type": "operator", + "operator": "OR", + "image_id": 542423, + "image": "val2017/000000542423.jpg", + "caption_a": "either a bench or a mouse", + "caption_b": "both a bench and a mouse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "mouse" + ], + "present": [ + "bench" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0145", + "test_type": "operator", + "operator": "OR", + "image_id": 363461, + "image": "val2017/000000363461.jpg", + "caption_a": "a stop sign or a tv", + "caption_b": "a stop sign and a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "tv" + ], + "present": [ + "tv" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0146", + "test_type": "operator", + "operator": "OR", + "image_id": 109827, + "image": "val2017/000000109827.jpg", + "caption_a": "both a keyboard and a teddy bear", + "caption_b": "either a keyboard or a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "either", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0147", + "test_type": "operator", + "operator": "OR", + "image_id": 459272, + "image": "val2017/000000459272.jpg", + "caption_a": "a mouse or a cell phone", + "caption_b": "a mouse and a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "mouse", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "mouse" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0148", + "test_type": "operator", + "operator": "OR", + "image_id": 379476, + "image": "val2017/000000379476.jpg", + "caption_a": "a bicycle and a wine glass", + "caption_b": "a bicycle or a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "or_0149", + "test_type": "operator", + "operator": "OR", + "image_id": 261712, + "image": "val2017/000000261712.jpg", + "caption_a": "a bird or a giraffe", + "caption_b": "a bird and a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "giraffe" + ], + "present": [ + "giraffe" + ], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": "a", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0000", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 388258, + "image": "val2017/000000388258.jpg", + "caption_a": "an airplane without a person", + "caption_b": "both an airplane and a person", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane", + "person" + ], + "present": [ + "airplane" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0001", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 60449, + "image": "val2017/000000060449.jpg", + "caption_a": "a laptop but not a bed", + "caption_b": "a laptop and a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "bed" + ], + "present": [ + "laptop" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0002", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 18491, + "image": "val2017/000000018491.jpg", + "caption_a": "a baseball bat but not a horse", + "caption_b": "a baseball bat and a horse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "horse" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0003", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 269866, + "image": "val2017/000000269866.jpg", + "caption_a": "both a microwave and a dining table", + "caption_b": "a microwave without a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "dining table" + ], + "present": [ + "microwave" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0004", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 71756, + "image": "val2017/000000071756.jpg", + "caption_a": "a bear without a hair drier", + "caption_b": "both a bear and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "hair drier" + ], + "present": [ + "bear" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0005", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 176606, + "image": "val2017/000000176606.jpg", + "caption_a": "a sheep and a baseball glove", + "caption_b": "a sheep but not a baseball glove", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "baseball glove" + ], + "present": [ + "sheep" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0006", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 546829, + "image": "val2017/000000546829.jpg", + "caption_a": "both a bench and a train", + "caption_b": "a bench without a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "train" + ], + "present": [ + "bench" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0007", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 446005, + "image": "val2017/000000446005.jpg", + "caption_a": "a sink but not a skis", + "caption_b": "a sink and a skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink", + "skis" + ], + "present": [ + "sink" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0008", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 513484, + "image": "val2017/000000513484.jpg", + "caption_a": "both a bear and a sink", + "caption_b": "a bear without a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "sink" + ], + "present": [ + "bear" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0009", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 173004, + "image": "val2017/000000173004.jpg", + "caption_a": "a pizza and a backpack", + "caption_b": "a pizza but not a backpack", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "backpack" + ], + "present": [ + "pizza" + ], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0010", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 474786, + "image": "val2017/000000474786.jpg", + "caption_a": "both a tv and a bowl", + "caption_b": "a tv without a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "bowl" + ], + "present": [ + "tv" + ], + "absent": [ + "bowl" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0011", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 579070, + "image": "val2017/000000579070.jpg", + "caption_a": "a dining table without a giraffe", + "caption_b": "both a dining table and a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "giraffe" + ], + "present": [ + "dining table" + ], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0012", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 471869, + "image": "val2017/000000471869.jpg", + "caption_a": "a teddy bear without a microwave", + "caption_b": "both a teddy bear and a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "microwave" + ], + "present": [ + "teddy bear" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0013", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 148957, + "image": "val2017/000000148957.jpg", + "caption_a": "a donut but not a book", + "caption_b": "a donut and a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "book" + ], + "present": [ + "donut" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0014", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 129062, + "image": "val2017/000000129062.jpg", + "caption_a": "a parking meter and a bus", + "caption_b": "a parking meter but not a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "bus" + ], + "present": [ + "parking meter" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0015", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 494634, + "image": "val2017/000000494634.jpg", + "caption_a": "both a cat and a snowboard", + "caption_b": "a cat without a snowboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "snowboard" + ], + "present": [ + "cat" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0016", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 110211, + "image": "val2017/000000110211.jpg", + "caption_a": "a zebra and a parking meter", + "caption_b": "a zebra but not a parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "parking meter" + ], + "present": [ + "zebra" + ], + "absent": [ + "parking meter" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0017", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 559707, + "image": "val2017/000000559707.jpg", + "caption_a": "a broccoli but not a truck", + "caption_b": "a broccoli and a truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "truck" + ], + "present": [ + "broccoli" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0018", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 268378, + "image": "val2017/000000268378.jpg", + "caption_a": "a wine glass and a bicycle", + "caption_b": "a wine glass but not a bicycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "bicycle" + ], + "present": [ + "wine glass" + ], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0019", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 105455, + "image": "val2017/000000105455.jpg", + "caption_a": "a clock and a bottle", + "caption_b": "a clock but not a bottle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "bottle" + ], + "present": [ + "clock" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0020", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 89296, + "image": "val2017/000000089296.jpg", + "caption_a": "a baseball bat without a truck", + "caption_b": "both a baseball bat and a truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "truck" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0021", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 309655, + "image": "val2017/000000309655.jpg", + "caption_a": "a skis without a bottle", + "caption_b": "both a skis and a bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis", + "bottle" + ], + "present": [ + "skis" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0022", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 16228, + "image": "val2017/000000016228.jpg", + "caption_a": "a horse without a sports ball", + "caption_b": "both a horse and a sports ball", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "sports ball" + ], + "present": [ + "horse" + ], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0023", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 341719, + "image": "val2017/000000341719.jpg", + "caption_a": "a snowboard without a sheep", + "caption_b": "both a snowboard and a sheep", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "sheep" + ], + "present": [ + "snowboard" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0024", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 368982, + "image": "val2017/000000368982.jpg", + "caption_a": "both a scissors and a sink", + "caption_b": "a scissors without a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors", + "sink" + ], + "present": [ + "scissors" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0025", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 13597, + "image": "val2017/000000013597.jpg", + "caption_a": "a cake and a motorcycle", + "caption_b": "a cake but not a motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "motorcycle" + ], + "present": [ + "cake" + ], + "absent": [ + "motorcycle" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0026", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 368212, + "image": "val2017/000000368212.jpg", + "caption_a": "a toothbrush and a horse", + "caption_b": "a toothbrush but not a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toothbrush", + "horse" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0027", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 341973, + "image": "val2017/000000341973.jpg", + "caption_a": "both a donut and a bowl", + "caption_b": "a donut without a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "bowl" + ], + "present": [ + "donut" + ], + "absent": [ + "bowl" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0028", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 558558, + "image": "val2017/000000558558.jpg", + "caption_a": "a traffic light and a refrigerator", + "caption_b": "a traffic light but not a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "refrigerator" + ], + "present": [ + "traffic light" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0029", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 33109, + "image": "val2017/000000033109.jpg", + "caption_a": "a bus but not a wine glass", + "caption_b": "a bus and a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "wine glass" + ], + "present": [ + "bus" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0030", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 467511, + "image": "val2017/000000467511.jpg", + "caption_a": "a motorcycle and a chair", + "caption_b": "a motorcycle but not a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "chair" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0031", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 135561, + "image": "val2017/000000135561.jpg", + "caption_a": "a toaster and a tv", + "caption_b": "a toaster but not a tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "tv" + ], + "present": [ + "toaster" + ], + "absent": [ + "tv" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0032", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 137727, + "image": "val2017/000000137727.jpg", + "caption_a": "a suitcase but not a banana", + "caption_b": "a suitcase and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "banana" + ], + "present": [ + "suitcase" + ], + "absent": [ + "banana" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0033", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 444275, + "image": "val2017/000000444275.jpg", + "caption_a": "a microwave and a fork", + "caption_b": "a microwave but not a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "fork" + ], + "present": [ + "microwave" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0034", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 291861, + "image": "val2017/000000291861.jpg", + "caption_a": "a zebra and a cell phone", + "caption_b": "a zebra but not a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "cell phone" + ], + "present": [ + "zebra" + ], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0035", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 84650, + "image": "val2017/000000084650.jpg", + "caption_a": "a backpack without a baseball glove", + "caption_b": "both a backpack and a baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "baseball glove" + ], + "present": [ + "backpack" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0036", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 369751, + "image": "val2017/000000369751.jpg", + "caption_a": "a stop sign and an umbrella", + "caption_b": "a stop sign but not an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "umbrella" + ], + "present": [ + "stop sign" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0037", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 166918, + "image": "val2017/000000166918.jpg", + "caption_a": "a fork but not a surfboard", + "caption_b": "a fork and a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "surfboard" + ], + "present": [ + "fork" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0038", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 544519, + "image": "val2017/000000544519.jpg", + "caption_a": "a toothbrush without a sink", + "caption_b": "both a toothbrush and a sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush", + "sink" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0039", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 289343, + "image": "val2017/000000289343.jpg", + "caption_a": "a dog but not a boat", + "caption_b": "a dog and a boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "boat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "boat" + ], + "present": [ + "dog" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0040", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 546659, + "image": "val2017/000000546659.jpg", + "caption_a": "a train without an airplane", + "caption_b": "both a train and an airplane", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "airplane" + ], + "present": [ + "train" + ], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0041", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 538458, + "image": "val2017/000000538458.jpg", + "caption_a": "a skateboard but not a keyboard", + "caption_b": "a skateboard and a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "keyboard" + ], + "present": [ + "skateboard" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0042", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 110999, + "image": "val2017/000000110999.jpg", + "caption_a": "an orange without a vase", + "caption_b": "both an orange and a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange", + "vase" + ], + "present": [ + "orange" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0043", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 109055, + "image": "val2017/000000109055.jpg", + "caption_a": "a bicycle and a dining table", + "caption_b": "a bicycle but not a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "dining table" + ], + "present": [ + "bicycle" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0044", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 237928, + "image": "val2017/000000237928.jpg", + "caption_a": "a refrigerator and a person", + "caption_b": "a refrigerator but not a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "person" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0045", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 248752, + "image": "val2017/000000248752.jpg", + "caption_a": "a baseball bat but not a couch", + "caption_b": "a baseball bat and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "couch" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0046", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 383676, + "image": "val2017/000000383676.jpg", + "caption_a": "a giraffe but not a chair", + "caption_b": "a giraffe and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "chair" + ], + "present": [ + "giraffe" + ], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0047", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 181816, + "image": "val2017/000000181816.jpg", + "caption_a": "a bench without a stop sign", + "caption_b": "both a bench and a stop sign", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "stop sign" + ], + "present": [ + "bench" + ], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0048", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 94944, + "image": "val2017/000000094944.jpg", + "caption_a": "a skis and a baseball bat", + "caption_b": "a skis but not a baseball bat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "baseball bat" + ], + "present": [ + "skis" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0049", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 186938, + "image": "val2017/000000186938.jpg", + "caption_a": "both a bird and a tie", + "caption_b": "a bird without a tie", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "tie" + ], + "present": [ + "bird" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0050", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 191580, + "image": "val2017/000000191580.jpg", + "caption_a": "a broccoli and a traffic light", + "caption_b": "a broccoli but not a traffic light", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "traffic light" + ], + "present": [ + "broccoli" + ], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0051", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 262938, + "image": "val2017/000000262938.jpg", + "caption_a": "a dog and a sink", + "caption_b": "a dog but not a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "sink" + ], + "present": [ + "dog" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0052", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 193162, + "image": "val2017/000000193162.jpg", + "caption_a": "both a sheep and a horse", + "caption_b": "a sheep without a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "horse" + ], + "present": [ + "sheep" + ], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0053", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 131444, + "image": "val2017/000000131444.jpg", + "caption_a": "both a tie and a kite", + "caption_b": "a tie without a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "kite" + ], + "present": [ + "tie" + ], + "absent": [ + "kite" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0054", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 148662, + "image": "val2017/000000148662.jpg", + "caption_a": "a hot dog and a vase", + "caption_b": "a hot dog but not a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "vase" + ], + "present": [ + "hot dog" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0055", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 463527, + "image": "val2017/000000463527.jpg", + "caption_a": "a bowl without an oven", + "caption_b": "both a bowl and an oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "oven" + ], + "present": [ + "bowl" + ], + "absent": [ + "oven" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0056", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 329447, + "image": "val2017/000000329447.jpg", + "caption_a": "a cow but not a pizza", + "caption_b": "a cow and a pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cow", + "pizza" + ], + "present": [ + "cow" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0057", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 232348, + "image": "val2017/000000232348.jpg", + "caption_a": "both a toaster and a cow", + "caption_b": "a toaster without a cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "cow" + ], + "present": [ + "toaster" + ], + "absent": [ + "cow" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0058", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 574315, + "image": "val2017/000000574315.jpg", + "caption_a": "a keyboard without a dining table", + "caption_b": "both a keyboard and a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "dining table" + ], + "present": [ + "keyboard" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0059", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 373705, + "image": "val2017/000000373705.jpg", + "caption_a": "a fire hydrant without a donut", + "caption_b": "both a fire hydrant and a donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "donut" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0060", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 163258, + "image": "val2017/000000163258.jpg", + "caption_a": "a toilet but not a boat", + "caption_b": "a toilet and a boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "boat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "boat" + ], + "present": [ + "toilet" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0061", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 476704, + "image": "val2017/000000476704.jpg", + "caption_a": "both a bicycle and a suitcase", + "caption_b": "a bicycle without a suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "suitcase" + ], + "present": [ + "bicycle" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0062", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 125572, + "image": "val2017/000000125572.jpg", + "caption_a": "a bicycle but not a cup", + "caption_b": "a bicycle and a cup", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "cup" + ], + "present": [ + "bicycle" + ], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0063", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 292908, + "image": "val2017/000000292908.jpg", + "caption_a": "both a surfboard and a train", + "caption_b": "a surfboard without a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "train" + ], + "present": [ + "surfboard" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0064", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 236721, + "image": "val2017/000000236721.jpg", + "caption_a": "both a banana and a laptop", + "caption_b": "a banana without a laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana", + "laptop" + ], + "present": [ + "banana" + ], + "absent": [ + "laptop" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0065", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 543581, + "image": "val2017/000000543581.jpg", + "caption_a": "a couch without a surfboard", + "caption_b": "both a couch and a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch", + "surfboard" + ], + "present": [ + "couch" + ], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0066", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 239627, + "image": "val2017/000000239627.jpg", + "caption_a": "a bottle without a vase", + "caption_b": "both a bottle and a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "vase" + ], + "present": [ + "bottle" + ], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0067", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 323571, + "image": "val2017/000000323571.jpg", + "caption_a": "a truck but not a snowboard", + "caption_b": "a truck and a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "snowboard" + ], + "present": [ + "truck" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0068", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 394199, + "image": "val2017/000000394199.jpg", + "caption_a": "a motorcycle without a parking meter", + "caption_b": "both a motorcycle and a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "parking meter" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "parking meter" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0069", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 374545, + "image": "val2017/000000374545.jpg", + "caption_a": "a kite without a zebra", + "caption_b": "both a kite and a zebra", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "zebra" + ], + "present": [ + "kite" + ], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0070", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 66135, + "image": "val2017/000000066135.jpg", + "caption_a": "a train and a keyboard", + "caption_b": "a train but not a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "keyboard" + ], + "present": [ + "train" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0071", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 196141, + "image": "val2017/000000196141.jpg", + "caption_a": "a baseball bat and a kite", + "caption_b": "a baseball bat but not a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "kite" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "kite" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0072", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 579635, + "image": "val2017/000000579635.jpg", + "caption_a": "a surfboard but not a bus", + "caption_b": "a surfboard and a bus", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "bus" + ], + "present": [ + "surfboard" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0073", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 242060, + "image": "val2017/000000242060.jpg", + "caption_a": "a spoon without a skis", + "caption_b": "both a spoon and a skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon", + "skis" + ], + "present": [ + "spoon" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0074", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 8211, + "image": "val2017/000000008211.jpg", + "caption_a": "both a motorcycle and a handbag", + "caption_b": "a motorcycle without a handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "handbag" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0075", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 235241, + "image": "val2017/000000235241.jpg", + "caption_a": "a frisbee without a suitcase", + "caption_b": "both a frisbee and a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "suitcase" + ], + "present": [ + "frisbee" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0076", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 465718, + "image": "val2017/000000465718.jpg", + "caption_a": "both a laptop and a boat", + "caption_b": "a laptop without a boat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "boat", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "boat" + ], + "present": [ + "laptop" + ], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0077", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 432468, + "image": "val2017/000000432468.jpg", + "caption_a": "a suitcase without a person", + "caption_b": "both a suitcase and a person", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "person" + ], + "present": [ + "suitcase" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0078", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 100489, + "image": "val2017/000000100489.jpg", + "caption_a": "both a bird and a sandwich", + "caption_b": "a bird without a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "sandwich" + ], + "present": [ + "bird" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0079", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 92660, + "image": "val2017/000000092660.jpg", + "caption_a": "both a broccoli and a cow", + "caption_b": "a broccoli without a cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "cow" + ], + "present": [ + "broccoli" + ], + "absent": [ + "cow" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0080", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 229111, + "image": "val2017/000000229111.jpg", + "caption_a": "a remote without an airplane", + "caption_b": "both a remote and an airplane", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "remote", + "airplane" + ], + "present": [ + "remote" + ], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0081", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 221291, + "image": "val2017/000000221291.jpg", + "caption_a": "a kite but not a refrigerator", + "caption_b": "a kite and a refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "refrigerator" + ], + "present": [ + "kite" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0082", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 8532, + "image": "val2017/000000008532.jpg", + "caption_a": "a tie and a truck", + "caption_b": "a tie but not a truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "truck" + ], + "present": [ + "tie" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0083", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 33759, + "image": "val2017/000000033759.jpg", + "caption_a": "both a baseball bat and a sink", + "caption_b": "a baseball bat without a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "sink" + ], + "present": [ + "baseball bat" + ], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0084", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 573391, + "image": "val2017/000000573391.jpg", + "caption_a": "a bear without a bottle", + "caption_b": "both a bear and a bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "bottle" + ], + "present": [ + "bear" + ], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0085", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 11197, + "image": "val2017/000000011197.jpg", + "caption_a": "a person without a clock", + "caption_b": "both a person and a clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "clock" + ], + "present": [ + "person" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0086", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 180296, + "image": "val2017/000000180296.jpg", + "caption_a": "a suitcase but not a baseball bat", + "caption_b": "a suitcase and a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "baseball bat" + ], + "present": [ + "suitcase" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0087", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 248284, + "image": "val2017/000000248284.jpg", + "caption_a": "an umbrella without a tv", + "caption_b": "both an umbrella and a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "tv" + ], + "present": [ + "umbrella" + ], + "absent": [ + "tv" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0088", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 520264, + "image": "val2017/000000520264.jpg", + "caption_a": "a microwave and a bed", + "caption_b": "a microwave but not a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "bed" + ], + "present": [ + "microwave" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0089", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 38678, + "image": "val2017/000000038678.jpg", + "caption_a": "a donut but not an oven", + "caption_b": "a donut and an oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "oven" + ], + "present": [ + "donut" + ], + "absent": [ + "oven" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0090", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 364297, + "image": "val2017/000000364297.jpg", + "caption_a": "both a keyboard and a remote", + "caption_b": "a keyboard without a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "remote" + ], + "present": [ + "keyboard" + ], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0091", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 173008, + "image": "val2017/000000173008.jpg", + "caption_a": "an orange but not a baseball bat", + "caption_b": "an orange and a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange", + "baseball bat" + ], + "present": [ + "orange" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0092", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 409424, + "image": "val2017/000000409424.jpg", + "caption_a": "an orange and a clock", + "caption_b": "an orange but not a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange", + "clock" + ], + "present": [ + "orange" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0093", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 189436, + "image": "val2017/000000189436.jpg", + "caption_a": "a teddy bear without an umbrella", + "caption_b": "both a teddy bear and an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "umbrella" + ], + "present": [ + "teddy bear" + ], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0094", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 492905, + "image": "val2017/000000492905.jpg", + "caption_a": "a keyboard and a donut", + "caption_b": "a keyboard but not a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "donut" + ], + "present": [ + "keyboard" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0095", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 456394, + "image": "val2017/000000456394.jpg", + "caption_a": "both a motorcycle and a clock", + "caption_b": "a motorcycle without a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "clock" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0096", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 151662, + "image": "val2017/000000151662.jpg", + "caption_a": "a giraffe without an airplane", + "caption_b": "both a giraffe and an airplane", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "airplane" + ], + "present": [ + "giraffe" + ], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0097", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 29393, + "image": "val2017/000000029393.jpg", + "caption_a": "a dog and a fire hydrant", + "caption_b": "a dog but not a fire hydrant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "fire hydrant" + ], + "present": [ + "dog" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0098", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 246968, + "image": "val2017/000000246968.jpg", + "caption_a": "both a microwave and a toilet", + "caption_b": "a microwave without a toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "toilet" + ], + "present": [ + "microwave" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0099", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 304291, + "image": "val2017/000000304291.jpg", + "caption_a": "both a horse and a skateboard", + "caption_b": "a horse without a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "skateboard" + ], + "present": [ + "horse" + ], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0100", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 282912, + "image": "val2017/000000282912.jpg", + "caption_a": "a giraffe but not a couch", + "caption_b": "a giraffe and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "couch" + ], + "present": [ + "giraffe" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0101", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 251140, + "image": "val2017/000000251140.jpg", + "caption_a": "a book without a truck", + "caption_b": "both a book and a truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "book", + "truck" + ], + "present": [ + "book" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0102", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 150224, + "image": "val2017/000000150224.jpg", + "caption_a": "an umbrella without a toothbrush", + "caption_b": "both an umbrella and a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "toothbrush" + ], + "present": [ + "umbrella" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0103", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 136355, + "image": "val2017/000000136355.jpg", + "caption_a": "both a dining table and a motorcycle", + "caption_b": "a dining table without a motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "motorcycle" + ], + "present": [ + "dining table" + ], + "absent": [ + "motorcycle" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0104", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 106235, + "image": "val2017/000000106235.jpg", + "caption_a": "both a dining table and a fork", + "caption_b": "a dining table without a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "fork" + ], + "present": [ + "dining table" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0105", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 11699, + "image": "val2017/000000011699.jpg", + "caption_a": "a handbag and a scissors", + "caption_b": "a handbag but not a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "scissors" + ], + "present": [ + "handbag" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0106", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 185472, + "image": "val2017/000000185472.jpg", + "caption_a": "a bicycle without a bench", + "caption_b": "both a bicycle and a bench", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bench", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "bench" + ], + "present": [ + "bicycle" + ], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0107", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 263860, + "image": "val2017/000000263860.jpg", + "caption_a": "both an elephant and a car", + "caption_b": "an elephant without a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "car" + ], + "present": [ + "elephant" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0108", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 140286, + "image": "val2017/000000140286.jpg", + "caption_a": "a horse but not a traffic light", + "caption_b": "a horse and a traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "traffic light" + ], + "present": [ + "horse" + ], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0109", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 213171, + "image": "val2017/000000213171.jpg", + "caption_a": "both a baseball glove and a truck", + "caption_b": "a baseball glove without a truck", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "truck" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0110", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 287545, + "image": "val2017/000000287545.jpg", + "caption_a": "both a giraffe and an orange", + "caption_b": "a giraffe without an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "orange" + ], + "present": [ + "giraffe" + ], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0111", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 211069, + "image": "val2017/000000211069.jpg", + "caption_a": "a giraffe but not a snowboard", + "caption_b": "a giraffe and a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "snowboard" + ], + "present": [ + "giraffe" + ], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0112", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 108026, + "image": "val2017/000000108026.jpg", + "caption_a": "a keyboard but not a couch", + "caption_b": "a keyboard and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "couch" + ], + "present": [ + "keyboard" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0113", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 313783, + "image": "val2017/000000313783.jpg", + "caption_a": "a carrot but not a broccoli", + "caption_b": "a carrot and a broccoli", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "carrot", + "broccoli" + ], + "present": [ + "carrot" + ], + "absent": [ + "broccoli" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0114", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 47112, + "image": "val2017/000000047112.jpg", + "caption_a": "both a pizza and a donut", + "caption_b": "a pizza without a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "donut" + ], + "present": [ + "pizza" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0115", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 378605, + "image": "val2017/000000378605.jpg", + "caption_a": "a cup without a suitcase", + "caption_b": "both a cup and a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "suitcase" + ], + "present": [ + "cup" + ], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0116", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 451879, + "image": "val2017/000000451879.jpg", + "caption_a": "a baseball glove but not a cake", + "caption_b": "a baseball glove and a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "cake" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0117", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 136915, + "image": "val2017/000000136915.jpg", + "caption_a": "a tie and a microwave", + "caption_b": "a tie but not a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "microwave" + ], + "present": [ + "tie" + ], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0118", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 562059, + "image": "val2017/000000562059.jpg", + "caption_a": "an apple and a person", + "caption_b": "an apple but not a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "person" + ], + "present": [ + "apple" + ], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0119", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 470121, + "image": "val2017/000000470121.jpg", + "caption_a": "both a bottle and a sheep", + "caption_b": "a bottle without a sheep", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "sheep" + ], + "present": [ + "bottle" + ], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0120", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 527427, + "image": "val2017/000000527427.jpg", + "caption_a": "a laptop and a toothbrush", + "caption_b": "a laptop but not a toothbrush", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "toothbrush" + ], + "present": [ + "laptop" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0121", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 158660, + "image": "val2017/000000158660.jpg", + "caption_a": "an apple but not a pizza", + "caption_b": "an apple and a pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple", + "pizza" + ], + "present": [ + "apple" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0122", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 180101, + "image": "val2017/000000180101.jpg", + "caption_a": "a cake and a traffic light", + "caption_b": "a cake but not a traffic light", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "traffic light" + ], + "present": [ + "cake" + ], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0123", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 292060, + "image": "val2017/000000292060.jpg", + "caption_a": "a sink and a car", + "caption_b": "a sink but not a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "car" + ], + "present": [ + "sink" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_one_absent_0124", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 132703, + "image": "val2017/000000132703.jpg", + "caption_a": "both a skateboard and a car", + "caption_b": "a skateboard without a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "car" + ], + "present": [ + "skateboard" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0000", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 16451, + "image": "val2017/000000016451.jpg", + "caption_a": "a backpack but not an umbrella", + "caption_b": "a backpack and an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0001", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 529762, + "image": "val2017/000000529762.jpg", + "caption_a": "both a wine glass and a bowl", + "caption_b": "a wine glass without a bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0002", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 166277, + "image": "val2017/000000166277.jpg", + "caption_a": "a cat without a cup", + "caption_b": "both a cat and a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0003", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 137246, + "image": "val2017/000000137246.jpg", + "caption_a": "a hot dog and a dining table", + "caption_b": "a hot dog but not a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0004", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 437239, + "image": "val2017/000000437239.jpg", + "caption_a": "a backpack without a frisbee", + "caption_b": "both a backpack and a frisbee", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "frisbee" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0005", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 419379, + "image": "val2017/000000419379.jpg", + "caption_a": "a person but not a donut", + "caption_b": "a person and a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "donut" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0006", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 578545, + "image": "val2017/000000578545.jpg", + "caption_a": "both a person and a book", + "caption_b": "a person without a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0007", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 389316, + "image": "val2017/000000389316.jpg", + "caption_a": "a person and an elephant", + "caption_b": "a person but not an elephant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "elephant" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0008", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 241326, + "image": "val2017/000000241326.jpg", + "caption_a": "both a cat and a couch", + "caption_b": "a cat without a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0009", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 527784, + "image": "val2017/000000527784.jpg", + "caption_a": "a bottle but not a sandwich", + "caption_b": "a bottle and a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0010", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 528399, + "image": "val2017/000000528399.jpg", + "caption_a": "a spoon but not a sandwich", + "caption_b": "a spoon and a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0011", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 412531, + "image": "val2017/000000412531.jpg", + "caption_a": "a car and a parking meter", + "caption_b": "a car but not a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "parking meter" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0012", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 371699, + "image": "val2017/000000371699.jpg", + "caption_a": "a dining table but not a laptop", + "caption_b": "a dining table and a laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0013", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 341469, + "image": "val2017/000000341469.jpg", + "caption_a": "both a bicycle and a suitcase", + "caption_b": "a bicycle without a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0014", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 263969, + "image": "val2017/000000263969.jpg", + "caption_a": "both a knife and a cake", + "caption_b": "a knife without a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0015", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 138492, + "image": "val2017/000000138492.jpg", + "caption_a": "a dog and a frisbee", + "caption_b": "a dog but not a frisbee", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "frisbee" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0016", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 157928, + "image": "val2017/000000157928.jpg", + "caption_a": "a car without a backpack", + "caption_b": "both a car and a backpack", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0017", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 122166, + "image": "val2017/000000122166.jpg", + "caption_a": "a bicycle and a motorcycle", + "caption_b": "a bicycle but not a motorcycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0018", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 37777, + "image": "val2017/000000037777.jpg", + "caption_a": "both a dining table and a sink", + "caption_b": "a dining table without a sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0019", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 494869, + "image": "val2017/000000494869.jpg", + "caption_a": "a dog but not a bowl", + "caption_b": "a dog and a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0020", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 189475, + "image": "val2017/000000189475.jpg", + "caption_a": "both a bottle and a fork", + "caption_b": "a bottle without a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "fork" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0021", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 441247, + "image": "val2017/000000441247.jpg", + "caption_a": "a backpack and a couch", + "caption_b": "a backpack but not a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0022", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 283412, + "image": "val2017/000000283412.jpg", + "caption_a": "a dog without a cup", + "caption_b": "both a dog and a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0023", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 442456, + "image": "val2017/000000442456.jpg", + "caption_a": "a person but not a car", + "caption_b": "a person and a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0024", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 59598, + "image": "val2017/000000059598.jpg", + "caption_a": "both a banana and a keyboard", + "caption_b": "a banana without a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0025", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "a cell phone and a scissors", + "caption_b": "a cell phone but not a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "scissors" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0026", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 253835, + "image": "val2017/000000253835.jpg", + "caption_a": "a train and a backpack", + "caption_b": "a train but not a backpack", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0027", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 231822, + "image": "val2017/000000231822.jpg", + "caption_a": "a bowl and a sandwich", + "caption_b": "a bowl but not a sandwich", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0028", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 515025, + "image": "val2017/000000515025.jpg", + "caption_a": "a person but not a cat", + "caption_b": "a person and a cat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "cat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "cat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0029", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 279730, + "image": "val2017/000000279730.jpg", + "caption_a": "a cup and a hot dog", + "caption_b": "a cup but not a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "hot dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0030", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 577182, + "image": "val2017/000000577182.jpg", + "caption_a": "both a bench and a bird", + "caption_b": "a bench without a bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "bird" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0031", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 181796, + "image": "val2017/000000181796.jpg", + "caption_a": "a wine glass but not a cup", + "caption_b": "a wine glass and a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0032", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 472046, + "image": "val2017/000000472046.jpg", + "caption_a": "a bowl and a couch", + "caption_b": "a bowl but not a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0033", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 159977, + "image": "val2017/000000159977.jpg", + "caption_a": "a zebra and a giraffe", + "caption_b": "a zebra but not a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "giraffe" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0034", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 68833, + "image": "val2017/000000068833.jpg", + "caption_a": "a tv without a microwave", + "caption_b": "both a tv and a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0035", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 9891, + "image": "val2017/000000009891.jpg", + "caption_a": "a car and a suitcase", + "caption_b": "a car but not a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0036", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 126592, + "image": "val2017/000000126592.jpg", + "caption_a": "a car and a stop sign", + "caption_b": "a car but not a stop sign", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "stop sign" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0037", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 479126, + "image": "val2017/000000479126.jpg", + "caption_a": "a chair without a laptop", + "caption_b": "both a chair and a laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0038", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 476787, + "image": "val2017/000000476787.jpg", + "caption_a": "a bowl and a pizza", + "caption_b": "a bowl but not a pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0039", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 459500, + "image": "val2017/000000459500.jpg", + "caption_a": "a bird without a clock", + "caption_b": "both a bird and a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0040", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 177934, + "image": "val2017/000000177934.jpg", + "caption_a": "both a car and a motorcycle", + "caption_b": "a car without a motorcycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0041", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 534041, + "image": "val2017/000000534041.jpg", + "caption_a": "a backpack but not a bottle", + "caption_b": "a backpack and a bottle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0042", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 424162, + "image": "val2017/000000424162.jpg", + "caption_a": "both a bicycle and a car", + "caption_b": "a bicycle without a car", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0043", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 294831, + "image": "val2017/000000294831.jpg", + "caption_a": "both a pizza and a laptop", + "caption_b": "a pizza without a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0044", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 169076, + "image": "val2017/000000169076.jpg", + "caption_a": "a dog without a tv", + "caption_b": "both a dog and a tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0045", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 361551, + "image": "val2017/000000361551.jpg", + "caption_a": "a truck but not a backpack", + "caption_b": "a truck and a backpack", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0046", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 35279, + "image": "val2017/000000035279.jpg", + "caption_a": "both a tennis racket and a bottle", + "caption_b": "a tennis racket without a bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0047", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 166287, + "image": "val2017/000000166287.jpg", + "caption_a": "a bird without a cow", + "caption_b": "both a bird and a cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "cow" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0048", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 214720, + "image": "val2017/000000214720.jpg", + "caption_a": "a cake without a couch", + "caption_b": "both a cake and a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0049", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 458255, + "image": "val2017/000000458255.jpg", + "caption_a": "a cat without a book", + "caption_b": "both a cat and a book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0050", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 261161, + "image": "val2017/000000261161.jpg", + "caption_a": "both a bench and a dog", + "caption_b": "a bench without a dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0051", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 248314, + "image": "val2017/000000248314.jpg", + "caption_a": "a spoon but not a laptop", + "caption_b": "a spoon and a laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0052", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 359219, + "image": "val2017/000000359219.jpg", + "caption_a": "a fork without a pizza", + "caption_b": "both a fork and a pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0053", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 114049, + "image": "val2017/000000114049.jpg", + "caption_a": "both a backpack and a suitcase", + "caption_b": "a backpack without a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0054", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 139, + "image": "val2017/000000000139.jpg", + "caption_a": "both a dining table and a vase", + "caption_b": "a dining table without a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0055", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 447187, + "image": "val2017/000000447187.jpg", + "caption_a": "a sports ball but not a baseball glove", + "caption_b": "a sports ball and a baseball glove", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "baseball glove" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0056", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 51738, + "image": "val2017/000000051738.jpg", + "caption_a": "a suitcase and a bed", + "caption_b": "a suitcase but not a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0057", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 133819, + "image": "val2017/000000133819.jpg", + "caption_a": "a bus but not a traffic light", + "caption_b": "a bus and a traffic light", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "traffic light" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0058", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 226171, + "image": "val2017/000000226171.jpg", + "caption_a": "a cup and a keyboard", + "caption_b": "a cup but not a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0059", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 289393, + "image": "val2017/000000289393.jpg", + "caption_a": "both a cow and a giraffe", + "caption_b": "a cow without a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cow", + "giraffe" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0060", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 437205, + "image": "val2017/000000437205.jpg", + "caption_a": "a banana but not a couch", + "caption_b": "a banana and a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0061", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 345027, + "image": "val2017/000000345027.jpg", + "caption_a": "a motorcycle but not a bench", + "caption_b": "a motorcycle and a bench", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bench", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "bench" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0062", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 354072, + "image": "val2017/000000354072.jpg", + "caption_a": "a potted plant and a sink", + "caption_b": "a potted plant but not a sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0063", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 488592, + "image": "val2017/000000488592.jpg", + "caption_a": "a bicycle without an umbrella", + "caption_b": "both a bicycle and an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0064", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 242411, + "image": "val2017/000000242411.jpg", + "caption_a": "a traffic light but not a clock", + "caption_b": "a traffic light and a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0065", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 212573, + "image": "val2017/000000212573.jpg", + "caption_a": "both a traffic light and an umbrella", + "caption_b": "a traffic light without an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0066", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 231879, + "image": "val2017/000000231879.jpg", + "caption_a": "a cake without a chair", + "caption_b": "both a cake and a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0067", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 553788, + "image": "val2017/000000553788.jpg", + "caption_a": "a bed and a laptop", + "caption_b": "a bed but not a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0068", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 210520, + "image": "val2017/000000210520.jpg", + "caption_a": "a fork without a bowl", + "caption_b": "both a fork and a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0069", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 61171, + "image": "val2017/000000061171.jpg", + "caption_a": "a horse but not a cow", + "caption_b": "a horse and a cow", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "cow" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0070", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 35682, + "image": "val2017/000000035682.jpg", + "caption_a": "a cup but not a cake", + "caption_b": "a cup and a cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0071", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 520077, + "image": "val2017/000000520077.jpg", + "caption_a": "both a bottle and a book", + "caption_b": "a bottle without a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0072", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 344100, + "image": "val2017/000000344100.jpg", + "caption_a": "a cup but not a sandwich", + "caption_b": "a cup and a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0073", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 496722, + "image": "val2017/000000496722.jpg", + "caption_a": "both a traffic light and a parking meter", + "caption_b": "a traffic light without a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "parking meter" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0074", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 288685, + "image": "val2017/000000288685.jpg", + "caption_a": "a dog without a sheep", + "caption_b": "both a dog and a sheep", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "sheep" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0075", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 365385, + "image": "val2017/000000365385.jpg", + "caption_a": "a cup and a toothbrush", + "caption_b": "a cup but not a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "toothbrush" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0076", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 289741, + "image": "val2017/000000289741.jpg", + "caption_a": "a boat and an umbrella", + "caption_b": "a boat but not an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0077", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 116439, + "image": "val2017/000000116439.jpg", + "caption_a": "a boat and a handbag", + "caption_b": "a boat but not a handbag", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "handbag" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0078", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 456143, + "image": "val2017/000000456143.jpg", + "caption_a": "a sandwich without a pizza", + "caption_b": "both a sandwich and a pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0079", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 463522, + "image": "val2017/000000463522.jpg", + "caption_a": "a dog but not a horse", + "caption_b": "a dog and a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0080", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 229948, + "image": "val2017/000000229948.jpg", + "caption_a": "a truck and a horse", + "caption_b": "a truck but not a horse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0081", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 478393, + "image": "val2017/000000478393.jpg", + "caption_a": "a bed without a teddy bear", + "caption_b": "both a bed and a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0082", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 40083, + "image": "val2017/000000040083.jpg", + "caption_a": "a bicycle but not a chair", + "caption_b": "a bicycle and a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0083", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 240940, + "image": "val2017/000000240940.jpg", + "caption_a": "a tv without a refrigerator", + "caption_b": "both a tv and a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0084", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 320664, + "image": "val2017/000000320664.jpg", + "caption_a": "both a fork and a spoon", + "caption_b": "a fork without a spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "spoon" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0085", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 106389, + "image": "val2017/000000106389.jpg", + "caption_a": "both a cat and a chair", + "caption_b": "a cat without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0086", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 398377, + "image": "val2017/000000398377.jpg", + "caption_a": "both a handbag and a couch", + "caption_b": "a handbag without a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0087", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 402720, + "image": "val2017/000000402720.jpg", + "caption_a": "both a wine glass and a cell phone", + "caption_b": "a wine glass without a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0088", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 415716, + "image": "val2017/000000415716.jpg", + "caption_a": "a chair and a vase", + "caption_b": "a chair but not a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0089", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 226154, + "image": "val2017/000000226154.jpg", + "caption_a": "a motorcycle but not a bus", + "caption_b": "a motorcycle and a bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "bus" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0090", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 202445, + "image": "val2017/000000202445.jpg", + "caption_a": "a cat but not a bed", + "caption_b": "a cat and a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0091", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 446206, + "image": "val2017/000000446206.jpg", + "caption_a": "both a bus and a train", + "caption_b": "a bus without a train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "train" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0092", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 512476, + "image": "val2017/000000512476.jpg", + "caption_a": "a bowl without a sink", + "caption_b": "both a bowl and a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0093", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 369370, + "image": "val2017/000000369370.jpg", + "caption_a": "both a sandwich and an orange", + "caption_b": "a sandwich without an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0094", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 182417, + "image": "val2017/000000182417.jpg", + "caption_a": "a spoon without a cake", + "caption_b": "both a spoon and a cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0095", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 542625, + "image": "val2017/000000542625.jpg", + "caption_a": "both a truck and a bird", + "caption_b": "a truck without a bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "bird" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0096", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 460229, + "image": "val2017/000000460229.jpg", + "caption_a": "a traffic light but not a stop sign", + "caption_b": "a traffic light and a stop sign", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "stop sign" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0097", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 509131, + "image": "val2017/000000509131.jpg", + "caption_a": "both an apple and an orange", + "caption_b": "an apple without an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0098", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 346703, + "image": "val2017/000000346703.jpg", + "caption_a": "both a wine glass and a cake", + "caption_b": "a wine glass without a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0099", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 551439, + "image": "val2017/000000551439.jpg", + "caption_a": "a bed without a book", + "caption_b": "both a bed and a book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0100", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 198641, + "image": "val2017/000000198641.jpg", + "caption_a": "a laptop and a keyboard", + "caption_b": "a laptop but not a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0101", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 84431, + "image": "val2017/000000084431.jpg", + "caption_a": "both a pizza and a tv", + "caption_b": "a pizza without a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0102", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 412362, + "image": "val2017/000000412362.jpg", + "caption_a": "a tie but not a wine glass", + "caption_b": "a tie and a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0103", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 119452, + "image": "val2017/000000119452.jpg", + "caption_a": "a banana but not an orange", + "caption_b": "a banana and an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0104", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 496854, + "image": "val2017/000000496854.jpg", + "caption_a": "both an umbrella and a tie", + "caption_b": "an umbrella without a tie", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "tie" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0105", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 292997, + "image": "val2017/000000292997.jpg", + "caption_a": "a truck and a traffic light", + "caption_b": "a truck but not a traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "traffic light" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0106", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 31322, + "image": "val2017/000000031322.jpg", + "caption_a": "both a boat and a bird", + "caption_b": "a boat without a bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "bird" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0107", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 256868, + "image": "val2017/000000256868.jpg", + "caption_a": "a bench but not a skateboard", + "caption_b": "a bench and a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "skateboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0108", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 131138, + "image": "val2017/000000131138.jpg", + "caption_a": "a spoon without a keyboard", + "caption_b": "both a spoon and a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0109", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 40757, + "image": "val2017/000000040757.jpg", + "caption_a": "a bed but not a tv", + "caption_b": "a bed and a tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0110", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 74209, + "image": "val2017/000000074209.jpg", + "caption_a": "an oven but not a clock", + "caption_b": "an oven and a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "oven", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0111", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 496954, + "image": "val2017/000000496954.jpg", + "caption_a": "a fork but not an orange", + "caption_b": "a fork and an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0112", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 269932, + "image": "val2017/000000269932.jpg", + "caption_a": "both a horse and a chair", + "caption_b": "a horse without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0113", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 494188, + "image": "val2017/000000494188.jpg", + "caption_a": "both a handbag and a chair", + "caption_b": "a handbag without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0114", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 233033, + "image": "val2017/000000233033.jpg", + "caption_a": "both an umbrella and a chair", + "caption_b": "an umbrella without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0115", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 345397, + "image": "val2017/000000345397.jpg", + "caption_a": "a tie and a cell phone", + "caption_b": "a tie but not a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0116", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 118367, + "image": "val2017/000000118367.jpg", + "caption_a": "a sandwich without a hot dog", + "caption_b": "both a sandwich and a hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "hot dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0117", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 439773, + "image": "val2017/000000439773.jpg", + "caption_a": "a cell phone without a teddy bear", + "caption_b": "both a cell phone and a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0118", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 548780, + "image": "val2017/000000548780.jpg", + "caption_a": "both a bench and a handbag", + "caption_b": "a bench without a handbag", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "handbag" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0119", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 448076, + "image": "val2017/000000448076.jpg", + "caption_a": "a handbag without a potted plant", + "caption_b": "both a handbag and a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "potted plant" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0120", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 351589, + "image": "val2017/000000351589.jpg", + "caption_a": "a bench without a potted plant", + "caption_b": "both a bench and a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "potted plant" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0121", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 533206, + "image": "val2017/000000533206.jpg", + "caption_a": "a wine glass without a sandwich", + "caption_b": "both a wine glass and a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0122", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 405691, + "image": "val2017/000000405691.jpg", + "caption_a": "a wine glass without a fork", + "caption_b": "both a wine glass and a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "fork" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0123", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 301421, + "image": "val2017/000000301421.jpg", + "caption_a": "both a tv and a cell phone", + "caption_b": "a tv without a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "explicit", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "but_not_both_present_0124", + "test_type": "operator", + "operator": "BUT_NOT", + "image_id": 407960, + "image": "val2017/000000407960.jpg", + "caption_a": "a cat but not an oven", + "caption_b": "a cat and an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "oven" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "simple", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0000", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 134689, + "image": "val2017/000000134689.jpg", + "caption_a": "without a carrot and without a keyboard", + "caption_b": "a carrot or a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "carrot", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0001", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 159399, + "image": "val2017/000000159399.jpg", + "caption_a": "a wine glass or a cake", + "caption_b": "no wine glass and no cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0002", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 294855, + "image": "val2017/000000294855.jpg", + "caption_a": "no sports ball and no microwave", + "caption_b": "a sports ball or a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0003", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 102805, + "image": "val2017/000000102805.jpg", + "caption_a": "a skateboard or a donut", + "caption_b": "neither a skateboard nor a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "donut" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0004", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 7784, + "image": "val2017/000000007784.jpg", + "caption_a": "neither a truck nor an apple", + "caption_b": "a truck or an apple", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "apple" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0005", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 518326, + "image": "val2017/000000518326.jpg", + "caption_a": "neither a surfboard nor a bowl", + "caption_b": "a surfboard or a bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0006", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 98520, + "image": "val2017/000000098520.jpg", + "caption_a": "a cow or an orange", + "caption_b": "neither a cow nor an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0007", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 109900, + "image": "val2017/000000109900.jpg", + "caption_a": "without a sheep and without a scissors", + "caption_b": "a sheep or a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep", + "scissors" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0008", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 23781, + "image": "val2017/000000023781.jpg", + "caption_a": "a giraffe or a skis", + "caption_b": "neither a giraffe nor a skis", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "skis" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0009", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 516143, + "image": "val2017/000000516143.jpg", + "caption_a": "neither a truck nor a book", + "caption_b": "a truck or a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0010", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 175251, + "image": "val2017/000000175251.jpg", + "caption_a": "a boat or a cell phone", + "caption_b": "without a boat and without a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0011", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 262631, + "image": "val2017/000000262631.jpg", + "caption_a": "without a boat and without a fork", + "caption_b": "a boat or a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "fork" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0012", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 131938, + "image": "val2017/000000131938.jpg", + "caption_a": "a pizza or a microwave", + "caption_b": "without a pizza and without a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0013", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 563758, + "image": "val2017/000000563758.jpg", + "caption_a": "a train or a scissors", + "caption_b": "without a train and without a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "scissors" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0014", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 302107, + "image": "val2017/000000302107.jpg", + "caption_a": "a hot dog or a vase", + "caption_b": "neither a hot dog nor a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0015", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 455555, + "image": "val2017/000000455555.jpg", + "caption_a": "without a suitcase and without a wine glass", + "caption_b": "a suitcase or a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0016", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 414676, + "image": "val2017/000000414676.jpg", + "caption_a": "neither a fire hydrant nor a donut", + "caption_b": "a fire hydrant or a donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "donut" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0017", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 500211, + "image": "val2017/000000500211.jpg", + "caption_a": "no frisbee and no remote", + "caption_b": "a frisbee or a remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "remote" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0018", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 409268, + "image": "val2017/000000409268.jpg", + "caption_a": "neither a bicycle nor a microwave", + "caption_b": "a bicycle or a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0019", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 88970, + "image": "val2017/000000088970.jpg", + "caption_a": "without a motorcycle and without a teddy bear", + "caption_b": "a motorcycle or a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0020", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 121417, + "image": "val2017/000000121417.jpg", + "caption_a": "a car or a keyboard", + "caption_b": "without a car and without a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0021", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 340175, + "image": "val2017/000000340175.jpg", + "caption_a": "a fire hydrant or a clock", + "caption_b": "no fire hydrant and no clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0022", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 530052, + "image": "val2017/000000530052.jpg", + "caption_a": "a surfboard or a refrigerator", + "caption_b": "neither a surfboard nor a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0023", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 361180, + "image": "val2017/000000361180.jpg", + "caption_a": "a fork or a refrigerator", + "caption_b": "without a fork and without a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0024", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 579321, + "image": "val2017/000000579321.jpg", + "caption_a": "without a motorcycle and without a traffic light", + "caption_b": "a motorcycle or a traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "traffic light" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0025", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 334530, + "image": "val2017/000000334530.jpg", + "caption_a": "a hot dog or a clock", + "caption_b": "neither a hot dog nor a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0026", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 19742, + "image": "val2017/000000019742.jpg", + "caption_a": "no person and no boat", + "caption_b": "a person or a boat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "boat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "boat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0027", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 549390, + "image": "val2017/000000549390.jpg", + "caption_a": "a snowboard or a dining table", + "caption_b": "neither a snowboard nor a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0028", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 194875, + "image": "val2017/000000194875.jpg", + "caption_a": "neither a donut nor a keyboard", + "caption_b": "a donut or a keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0029", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 20333, + "image": "val2017/000000020333.jpg", + "caption_a": "a boat or a teddy bear", + "caption_b": "neither a boat nor a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0030", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 347544, + "image": "val2017/000000347544.jpg", + "caption_a": "an orange or a refrigerator", + "caption_b": "neither an orange nor a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0031", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 442323, + "image": "val2017/000000442323.jpg", + "caption_a": "without a bicycle and without a bus", + "caption_b": "a bicycle or a bus", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "bus" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0032", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 177213, + "image": "val2017/000000177213.jpg", + "caption_a": "neither a skateboard nor a potted plant", + "caption_b": "a skateboard or a potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "potted plant" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0033", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 302990, + "image": "val2017/000000302990.jpg", + "caption_a": "a skis or a banana", + "caption_b": "neither a skis nor a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "banana" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0034", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 148739, + "image": "val2017/000000148739.jpg", + "caption_a": "a bus or a banana", + "caption_b": "without a bus and without a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "banana" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0035", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 190753, + "image": "val2017/000000190753.jpg", + "caption_a": "no pizza and no teddy bear", + "caption_b": "a pizza or a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "pizza", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0036", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 352584, + "image": "val2017/000000352584.jpg", + "caption_a": "a bear or a toaster", + "caption_b": "neither a bear nor a toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "toaster" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0037", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 399462, + "image": "val2017/000000399462.jpg", + "caption_a": "neither a frisbee nor a pizza", + "caption_b": "a frisbee or a pizza", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0038", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 389197, + "image": "val2017/000000389197.jpg", + "caption_a": "a bus or a toaster", + "caption_b": "neither a bus nor a toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "toaster" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0039", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 236592, + "image": "val2017/000000236592.jpg", + "caption_a": "no person and no cell phone", + "caption_b": "a person or a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0040", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 134112, + "image": "val2017/000000134112.jpg", + "caption_a": "a cat or a suitcase", + "caption_b": "no cat and no suitcase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0041", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 9378, + "image": "val2017/000000009378.jpg", + "caption_a": "no stop sign and no dining table", + "caption_b": "a stop sign or a dining table", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0042", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 530820, + "image": "val2017/000000530820.jpg", + "caption_a": "without a backpack and without a knife", + "caption_b": "a backpack or a knife", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + }, + { + "text": "knife", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "knife" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0043", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 370042, + "image": "val2017/000000370042.jpg", + "caption_a": "no baseball glove and no clock", + "caption_b": "a baseball glove or a clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0044", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 113403, + "image": "val2017/000000113403.jpg", + "caption_a": "a train or an orange", + "caption_b": "neither a train nor an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0045", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 249643, + "image": "val2017/000000249643.jpg", + "caption_a": "without a banana and without a hair drier", + "caption_b": "a banana or a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana", + "hair drier" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0046", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 106881, + "image": "val2017/000000106881.jpg", + "caption_a": "no remote and no refrigerator", + "caption_b": "a remote or a refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "remote", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0047", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 201025, + "image": "val2017/000000201025.jpg", + "caption_a": "a sheep or a bottle", + "caption_b": "no sheep and no bottle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0048", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 402334, + "image": "val2017/000000402334.jpg", + "caption_a": "a bear or a cell phone", + "caption_b": "no bear and no cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0049", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 459272, + "image": "val2017/000000459272.jpg", + "caption_a": "without a bicycle and without a surfboard", + "caption_b": "a bicycle or a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "surfboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0050", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 328337, + "image": "val2017/000000328337.jpg", + "caption_a": "neither a spoon nor a laptop", + "caption_b": "a spoon or a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0051", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 383339, + "image": "val2017/000000383339.jpg", + "caption_a": "neither a car nor a skateboard", + "caption_b": "a car or a skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "skateboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0052", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 267933, + "image": "val2017/000000267933.jpg", + "caption_a": "no cake and no cell phone", + "caption_b": "a cake or a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0053", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 440336, + "image": "val2017/000000440336.jpg", + "caption_a": "without a couch and without a vase", + "caption_b": "a couch or a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0054", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 460147, + "image": "val2017/000000460147.jpg", + "caption_a": "without a snowboard and without a kite", + "caption_b": "a snowboard or a kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "kite" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0055", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 160012, + "image": "val2017/000000160012.jpg", + "caption_a": "a cat or a donut", + "caption_b": "without a cat and without a donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "donut" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0056", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 130613, + "image": "val2017/000000130613.jpg", + "caption_a": "without a mouse and without a toaster", + "caption_b": "a mouse or a toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "mouse", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "mouse", + "toaster" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0057", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 502229, + "image": "val2017/000000502229.jpg", + "caption_a": "no wine glass and no cup", + "caption_b": "a wine glass or a cup", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0058", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 217753, + "image": "val2017/000000217753.jpg", + "caption_a": "a bottle or a hair drier", + "caption_b": "no bottle and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "hair drier" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0059", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 510329, + "image": "val2017/000000510329.jpg", + "caption_a": "neither a bed nor a vase", + "caption_b": "a bed or a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0060", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 375015, + "image": "val2017/000000375015.jpg", + "caption_a": "neither an elephant nor a wine glass", + "caption_b": "an elephant or a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0061", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 19432, + "image": "val2017/000000019432.jpg", + "caption_a": "a bowl or a teddy bear", + "caption_b": "neither a bowl nor a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0062", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 457848, + "image": "val2017/000000457848.jpg", + "caption_a": "a sheep or a bear", + "caption_b": "neither a sheep nor a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0063", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 548555, + "image": "val2017/000000548555.jpg", + "caption_a": "a kite or a refrigerator", + "caption_b": "neither a kite nor a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0064", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 424349, + "image": "val2017/000000424349.jpg", + "caption_a": "a bed or a remote", + "caption_b": "no bed and no remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "remote" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0065", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 460683, + "image": "val2017/000000460683.jpg", + "caption_a": "neither an airplane nor a bottle", + "caption_b": "an airplane or a bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0066", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 87742, + "image": "val2017/000000087742.jpg", + "caption_a": "no bus and no sheep", + "caption_b": "a bus or a sheep", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "sheep" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0067", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 122166, + "image": "val2017/000000122166.jpg", + "caption_a": "a skateboard or a chair", + "caption_b": "without a skateboard and without a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0068", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 178469, + "image": "val2017/000000178469.jpg", + "caption_a": "neither a fork nor a bowl", + "caption_b": "a fork or a bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0069", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 173044, + "image": "val2017/000000173044.jpg", + "caption_a": "a stop sign or a laptop", + "caption_b": "without a stop sign and without a laptop", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0070", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 502599, + "image": "val2017/000000502599.jpg", + "caption_a": "without a bottle and without a book", + "caption_b": "a bottle or a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0071", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 194716, + "image": "val2017/000000194716.jpg", + "caption_a": "without a handbag and without a couch", + "caption_b": "a handbag or a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0072", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 389451, + "image": "val2017/000000389451.jpg", + "caption_a": "neither a suitcase nor a clock", + "caption_b": "a suitcase or a clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0073", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 481573, + "image": "val2017/000000481573.jpg", + "caption_a": "without a cup and without a tv", + "caption_b": "a cup or a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0074", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 395575, + "image": "val2017/000000395575.jpg", + "caption_a": "a bear or a giraffe", + "caption_b": "neither a bear nor a giraffe", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "giraffe" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0075", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 274687, + "image": "val2017/000000274687.jpg", + "caption_a": "without a backpack and without a skateboard", + "caption_b": "a backpack or a skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "skateboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0076", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 215259, + "image": "val2017/000000215259.jpg", + "caption_a": "without a fire hydrant and without a parking meter", + "caption_b": "a fire hydrant or a parking meter", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "parking meter" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0077", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 533855, + "image": "val2017/000000533855.jpg", + "caption_a": "an airplane or a knife", + "caption_b": "without an airplane and without a knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "knife", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "knife" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0078", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 284743, + "image": "val2017/000000284743.jpg", + "caption_a": "neither an elephant nor a skateboard", + "caption_b": "an elephant or a skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "skateboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0079", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 234366, + "image": "val2017/000000234366.jpg", + "caption_a": "a carrot or a refrigerator", + "caption_b": "no carrot and no refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0080", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 12120, + "image": "val2017/000000012120.jpg", + "caption_a": "a skateboard or a teddy bear", + "caption_b": "no skateboard and no teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0081", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 466085, + "image": "val2017/000000466085.jpg", + "caption_a": "a tie or a broccoli", + "caption_b": "neither a tie nor a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "broccoli" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0082", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 451144, + "image": "val2017/000000451144.jpg", + "caption_a": "neither a stop sign nor a bottle", + "caption_b": "a stop sign or a bottle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0083", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 468245, + "image": "val2017/000000468245.jpg", + "caption_a": "a bicycle or an umbrella", + "caption_b": "without a bicycle and without an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0084", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 435003, + "image": "val2017/000000435003.jpg", + "caption_a": "a broccoli or an oven", + "caption_b": "without a broccoli and without an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "oven" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0085", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 36844, + "image": "val2017/000000036844.jpg", + "caption_a": "a person or a parking meter", + "caption_b": "no person and no parking meter", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "parking meter", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "parking meter" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0086", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 390902, + "image": "val2017/000000390902.jpg", + "caption_a": "a dining table or a refrigerator", + "caption_b": "neither a dining table nor a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0087", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 213086, + "image": "val2017/000000213086.jpg", + "caption_a": "a boat or a sink", + "caption_b": "without a boat and without a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0088", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 206411, + "image": "val2017/000000206411.jpg", + "caption_a": "neither a hot dog nor a cake", + "caption_b": "a hot dog or a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0089", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 391144, + "image": "val2017/000000391144.jpg", + "caption_a": "without a sports ball and without a donut", + "caption_b": "a sports ball or a donut", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "donut" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0090", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 165257, + "image": "val2017/000000165257.jpg", + "caption_a": "no bowl and no apple", + "caption_b": "a bowl or an apple", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "apple" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0091", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 471789, + "image": "val2017/000000471789.jpg", + "caption_a": "no bowl and no vase", + "caption_b": "a bowl or a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0092", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 568290, + "image": "val2017/000000568290.jpg", + "caption_a": "an airplane or a hot dog", + "caption_b": "without an airplane and without a hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "hot dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0093", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 515828, + "image": "val2017/000000515828.jpg", + "caption_a": "without a dog and without a teddy bear", + "caption_b": "a dog or a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0094", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 7816, + "image": "val2017/000000007816.jpg", + "caption_a": "a horse or a keyboard", + "caption_b": "no horse and no keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0095", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 133233, + "image": "val2017/000000133233.jpg", + "caption_a": "a baseball glove or a knife", + "caption_b": "no baseball glove and no knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "knife", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "knife" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0096", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 93154, + "image": "val2017/000000093154.jpg", + "caption_a": "a donut or a vase", + "caption_b": "no donut and no vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0097", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 165681, + "image": "val2017/000000165681.jpg", + "caption_a": "no fire hydrant and no suitcase", + "caption_b": "a fire hydrant or a suitcase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0098", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 334309, + "image": "val2017/000000334309.jpg", + "caption_a": "a dog or a mouse", + "caption_b": "without a dog and without a mouse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "mouse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0099", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 341681, + "image": "val2017/000000341681.jpg", + "caption_a": "a horse or a toilet", + "caption_b": "without a horse and without a toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "toilet" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0100", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 389684, + "image": "val2017/000000389684.jpg", + "caption_a": "a bear or a clock", + "caption_b": "neither a bear nor a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0101", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 370270, + "image": "val2017/000000370270.jpg", + "caption_a": "a train or a backpack", + "caption_b": "without a train and without a backpack", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0102", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 365098, + "image": "val2017/000000365098.jpg", + "caption_a": "without a handbag and without a microwave", + "caption_b": "a handbag or a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0103", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 439426, + "image": "val2017/000000439426.jpg", + "caption_a": "a toilet or a remote", + "caption_b": "no toilet and no remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "remote" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0104", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 290293, + "image": "val2017/000000290293.jpg", + "caption_a": "no sheep and no cup", + "caption_b": "a sheep or a cup", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0105", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 229858, + "image": "val2017/000000229858.jpg", + "caption_a": "a handbag or a sandwich", + "caption_b": "without a handbag and without a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0106", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 186637, + "image": "val2017/000000186637.jpg", + "caption_a": "no broccoli and no clock", + "caption_b": "a broccoli or a clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0107", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 569825, + "image": "val2017/000000569825.jpg", + "caption_a": "a horse or an oven", + "caption_b": "neither a horse nor an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "oven" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0108", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 80659, + "image": "val2017/000000080659.jpg", + "caption_a": "a train or a cake", + "caption_b": "neither a train nor a cake", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0109", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 500716, + "image": "val2017/000000500716.jpg", + "caption_a": "no bird and no remote", + "caption_b": "a bird or a remote", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "remote" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0110", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 156071, + "image": "val2017/000000156071.jpg", + "caption_a": "a zebra or a hot dog", + "caption_b": "no zebra and no hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "hot dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0111", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 267191, + "image": "val2017/000000267191.jpg", + "caption_a": "an apple or a clock", + "caption_b": "without an apple and without a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0112", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 40471, + "image": "val2017/000000040471.jpg", + "caption_a": "an elephant or a couch", + "caption_b": "neither an elephant nor a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0113", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 570782, + "image": "val2017/000000570782.jpg", + "caption_a": "neither a snowboard nor a cell phone", + "caption_b": "a snowboard or a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0114", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 268729, + "image": "val2017/000000268729.jpg", + "caption_a": "an apple or a carrot", + "caption_b": "without an apple and without a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "carrot" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0115", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 350607, + "image": "val2017/000000350607.jpg", + "caption_a": "neither a kite nor a couch", + "caption_b": "a kite or a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0116", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 172977, + "image": "val2017/000000172977.jpg", + "caption_a": "a hot dog or a dining table", + "caption_b": "without a hot dog and without a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0117", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 527528, + "image": "val2017/000000527528.jpg", + "caption_a": "without a bicycle and without a tennis racket", + "caption_b": "a bicycle or a tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "tennis racket" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0118", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 193162, + "image": "val2017/000000193162.jpg", + "caption_a": "a fire hydrant or a couch", + "caption_b": "neither a fire hydrant nor a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0119", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 128654, + "image": "val2017/000000128654.jpg", + "caption_a": "neither a kite nor a microwave", + "caption_b": "a kite or a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0120", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 120572, + "image": "val2017/000000120572.jpg", + "caption_a": "a frisbee or a vase", + "caption_b": "neither a frisbee nor a vase", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0121", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 53505, + "image": "val2017/000000053505.jpg", + "caption_a": "a boat or a bear", + "caption_b": "without a boat and without a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0122", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 419601, + "image": "val2017/000000419601.jpg", + "caption_a": "without a broccoli and without a laptop", + "caption_b": "a broccoli or a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0123", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 232646, + "image": "val2017/000000232646.jpg", + "caption_a": "without a bench and without a frisbee", + "caption_b": "a bench or a frisbee", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "frisbee" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_none_0124", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 283268, + "image": "val2017/000000283268.jpg", + "caption_a": "without a suitcase and without a snowboard", + "caption_b": "a suitcase or a snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "snowboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0000", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 41872, + "image": "val2017/000000041872.jpg", + "caption_a": "a bed or a toothbrush", + "caption_b": "no bed and no toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "toothbrush" + ], + "present": [ + "bed" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0001", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 116206, + "image": "val2017/000000116206.jpg", + "caption_a": "a knife or a toothbrush", + "caption_b": "no knife and no toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife", + "toothbrush" + ], + "present": [ + "knife" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0002", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 143068, + "image": "val2017/000000143068.jpg", + "caption_a": "neither a cat nor a kite", + "caption_b": "a cat or a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0003", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 580418, + "image": "val2017/000000580418.jpg", + "caption_a": "no cow and no refrigerator", + "caption_b": "a cow or a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "refrigerator" + ], + "present": [ + "cow" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0004", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 154718, + "image": "val2017/000000154718.jpg", + "caption_a": "without a toilet and without a teddy bear", + "caption_b": "a toilet or a teddy bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "teddy bear" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0005", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 872, + "image": "val2017/000000000872.jpg", + "caption_a": "no sports ball and no couch", + "caption_b": "a sports ball or a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "couch" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0006", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 446522, + "image": "val2017/000000446522.jpg", + "caption_a": "a refrigerator or a toothbrush", + "caption_b": "no refrigerator and no toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "toothbrush" + ], + "present": [ + "refrigerator" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0007", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 47112, + "image": "val2017/000000047112.jpg", + "caption_a": "neither a traffic light nor a bowl", + "caption_b": "a traffic light or a bowl", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0008", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 489046, + "image": "val2017/000000489046.jpg", + "caption_a": "neither a bird nor a potted plant", + "caption_b": "a bird or a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "potted plant" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0009", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 25096, + "image": "val2017/000000025096.jpg", + "caption_a": "neither a motorcycle nor a knife", + "caption_b": "a motorcycle or a knife", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "knife", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "knife" + ], + "present": [ + "knife" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0010", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 320743, + "image": "val2017/000000320743.jpg", + "caption_a": "without a sheep and without an elephant", + "caption_b": "a sheep or an elephant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0011", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 196009, + "image": "val2017/000000196009.jpg", + "caption_a": "a motorcycle or a carrot", + "caption_b": "without a motorcycle and without a carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0012", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 366141, + "image": "val2017/000000366141.jpg", + "caption_a": "a cake or a tv", + "caption_b": "neither a cake nor a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake", + "tv" + ], + "present": [ + "tv" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0013", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 63965, + "image": "val2017/000000063965.jpg", + "caption_a": "a truck or a cake", + "caption_b": "without a truck and without a cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "cake" + ], + "present": [ + "cake" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0014", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 395388, + "image": "val2017/000000395388.jpg", + "caption_a": "no sheep and no sink", + "caption_b": "a sheep or a sink", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "sink" + ], + "present": [ + "sheep" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0015", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 548506, + "image": "val2017/000000548506.jpg", + "caption_a": "an elephant or an apple", + "caption_b": "neither an elephant nor an apple", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "apple" + ], + "present": [ + "apple" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0016", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 396205, + "image": "val2017/000000396205.jpg", + "caption_a": "a horse or a cow", + "caption_b": "neither a horse nor a cow", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse", + "cow" + ], + "present": [ + "cow" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0017", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 161008, + "image": "val2017/000000161008.jpg", + "caption_a": "neither a donut nor a scissors", + "caption_b": "a donut or a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0018", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 76547, + "image": "val2017/000000076547.jpg", + "caption_a": "without a bicycle and without a dining table", + "caption_b": "a bicycle or a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "dining table" + ], + "present": [ + "bicycle" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0019", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 347174, + "image": "val2017/000000347174.jpg", + "caption_a": "without a baseball glove and without a bed", + "caption_b": "a baseball glove or a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "bed" + ], + "present": [ + "bed" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0020", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 430961, + "image": "val2017/000000430961.jpg", + "caption_a": "a baseball glove or a potted plant", + "caption_b": "without a baseball glove and without a potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "potted plant" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0021", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 544519, + "image": "val2017/000000544519.jpg", + "caption_a": "neither a skateboard nor a toothbrush", + "caption_b": "a skateboard or a toothbrush", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0022", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 40083, + "image": "val2017/000000040083.jpg", + "caption_a": "without a bicycle and without a chair", + "caption_b": "a bicycle or a chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "chair" + ], + "present": [ + "bicycle" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0023", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 342397, + "image": "val2017/000000342397.jpg", + "caption_a": "neither a skis nor a dining table", + "caption_b": "a skis or a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "dining table" + ], + "present": [ + "skis" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0024", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 350054, + "image": "val2017/000000350054.jpg", + "caption_a": "a scissors or a teddy bear", + "caption_b": "no scissors and no teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors", + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0025", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 226130, + "image": "val2017/000000226130.jpg", + "caption_a": "a skis or a hot dog", + "caption_b": "neither a skis nor a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0026", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 295478, + "image": "val2017/000000295478.jpg", + "caption_a": "a handbag or a microwave", + "caption_b": "neither a handbag nor a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "microwave" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0027", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 237316, + "image": "val2017/000000237316.jpg", + "caption_a": "a surfboard or a toilet", + "caption_b": "neither a surfboard nor a toilet", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0028", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 144300, + "image": "val2017/000000144300.jpg", + "caption_a": "a truck or a toothbrush", + "caption_b": "no truck and no toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "toothbrush" + ], + "present": [ + "truck" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0029", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 148707, + "image": "val2017/000000148707.jpg", + "caption_a": "a stop sign or an orange", + "caption_b": "neither a stop sign nor an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "orange" + ], + "present": [ + "orange" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0030", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 205282, + "image": "val2017/000000205282.jpg", + "caption_a": "a giraffe or a vase", + "caption_b": "without a giraffe and without a vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "vase" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0031", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 430871, + "image": "val2017/000000430871.jpg", + "caption_a": "a parking meter or a book", + "caption_b": "no parking meter and no book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "book" + ], + "present": [ + "parking meter" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0032", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 535253, + "image": "val2017/000000535253.jpg", + "caption_a": "without a handbag and without a banana", + "caption_b": "a handbag or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "banana" + ], + "present": [ + "banana" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0033", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 450303, + "image": "val2017/000000450303.jpg", + "caption_a": "an elephant or a laptop", + "caption_b": "without an elephant and without a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0034", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 296649, + "image": "val2017/000000296649.jpg", + "caption_a": "a bicycle or an orange", + "caption_b": "neither a bicycle nor an orange", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "orange" + ], + "present": [ + "bicycle" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0035", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 535306, + "image": "val2017/000000535306.jpg", + "caption_a": "neither a bicycle nor a skateboard", + "caption_b": "a bicycle or a skateboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0036", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 135670, + "image": "val2017/000000135670.jpg", + "caption_a": "no bicycle and no traffic light", + "caption_b": "a bicycle or a traffic light", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "traffic light" + ], + "present": [ + "bicycle" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0037", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 27982, + "image": "val2017/000000027982.jpg", + "caption_a": "a carrot or a sink", + "caption_b": "without a carrot and without a sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "carrot", + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0038", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 15278, + "image": "val2017/000000015278.jpg", + "caption_a": "no stop sign and no broccoli", + "caption_b": "a stop sign or a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0039", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 20247, + "image": "val2017/000000020247.jpg", + "caption_a": "no sheep and no bear", + "caption_b": "a sheep or a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sheep", + "bear" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0040", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 151516, + "image": "val2017/000000151516.jpg", + "caption_a": "a bird or a surfboard", + "caption_b": "without a bird and without a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "surfboard" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0041", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 307658, + "image": "val2017/000000307658.jpg", + "caption_a": "a boat or a bear", + "caption_b": "neither a boat nor a bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "bear" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0042", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 196185, + "image": "val2017/000000196185.jpg", + "caption_a": "neither an airplane nor a broccoli", + "caption_b": "an airplane or a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "broccoli" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0043", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 408774, + "image": "val2017/000000408774.jpg", + "caption_a": "a bus or a baseball glove", + "caption_b": "without a bus and without a baseball glove", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0044", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 275791, + "image": "val2017/000000275791.jpg", + "caption_a": "a train or a toaster", + "caption_b": "no train and no toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "toaster" + ], + "present": [ + "train" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0045", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 578545, + "image": "val2017/000000578545.jpg", + "caption_a": "a cat or a book", + "caption_b": "without a cat and without a book", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "book" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0046", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 141328, + "image": "val2017/000000141328.jpg", + "caption_a": "a broccoli or a toaster", + "caption_b": "no broccoli and no toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "toaster" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0047", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 368212, + "image": "val2017/000000368212.jpg", + "caption_a": "a tie or a toothbrush", + "caption_b": "neither a tie nor a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0048", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 344888, + "image": "val2017/000000344888.jpg", + "caption_a": "no boat and no horse", + "caption_b": "a boat or a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "horse" + ], + "present": [ + "horse" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0049", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 2157, + "image": "val2017/000000002157.jpg", + "caption_a": "without a wine glass and without a bed", + "caption_b": "a wine glass or a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "bed" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0050", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 377000, + "image": "val2017/000000377000.jpg", + "caption_a": "neither a cat nor a tennis racket", + "caption_b": "a cat or a tennis racket", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "tennis racket" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0051", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 336356, + "image": "val2017/000000336356.jpg", + "caption_a": "a person or a fork", + "caption_b": "without a person and without a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "fork" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0052", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 305695, + "image": "val2017/000000305695.jpg", + "caption_a": "a zebra or a bowl", + "caption_b": "no zebra and no bowl", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "bowl" + ], + "present": [ + "zebra" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0053", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 127182, + "image": "val2017/000000127182.jpg", + "caption_a": "a tennis racket or an oven", + "caption_b": "no tennis racket and no oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "oven" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0054", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 269632, + "image": "val2017/000000269632.jpg", + "caption_a": "neither a bus nor a scissors", + "caption_b": "a bus or a scissors", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "scissors" + ], + "present": [ + "bus" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0055", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 488592, + "image": "val2017/000000488592.jpg", + "caption_a": "without an umbrella and without a mouse", + "caption_b": "an umbrella or a mouse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "mouse" + ], + "present": [ + "umbrella" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0056", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 536073, + "image": "val2017/000000536073.jpg", + "caption_a": "no knife and no pizza", + "caption_b": "a knife or a pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "knife", + "pizza" + ], + "present": [ + "knife" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0057", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 68765, + "image": "val2017/000000068765.jpg", + "caption_a": "neither a fork nor a keyboard", + "caption_b": "a fork or a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0058", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 137576, + "image": "val2017/000000137576.jpg", + "caption_a": "no cow and no tv", + "caption_b": "a cow or a tv", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "tv" + ], + "present": [ + "cow" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0059", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 229111, + "image": "val2017/000000229111.jpg", + "caption_a": "neither a spoon nor a remote", + "caption_b": "a spoon or a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "remote" + ], + "present": [ + "remote" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0060", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 402765, + "image": "val2017/000000402765.jpg", + "caption_a": "without a parking meter and without a remote", + "caption_b": "a parking meter or a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "remote" + ], + "present": [ + "remote" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0061", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 521717, + "image": "val2017/000000521717.jpg", + "caption_a": "a sports ball or a tennis racket", + "caption_b": "neither a sports ball nor a tennis racket", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0062", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 163562, + "image": "val2017/000000163562.jpg", + "caption_a": "without a frisbee and without an oven", + "caption_b": "a frisbee or an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "oven" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0063", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 370375, + "image": "val2017/000000370375.jpg", + "caption_a": "a sports ball or a bed", + "caption_b": "neither a sports ball nor a bed", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "bed" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0064", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 168337, + "image": "val2017/000000168337.jpg", + "caption_a": "a fire hydrant or a skis", + "caption_b": "no fire hydrant and no skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "skis" + ], + "present": [ + "fire hydrant" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0065", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 39477, + "image": "val2017/000000039477.jpg", + "caption_a": "without a bus and without a couch", + "caption_b": "a bus or a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0066", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 309173, + "image": "val2017/000000309173.jpg", + "caption_a": "a person or a stop sign", + "caption_b": "without a person and without a stop sign", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "stop sign" + ], + "present": [ + "stop sign" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0067", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 94614, + "image": "val2017/000000094614.jpg", + "caption_a": "a parking meter or a skis", + "caption_b": "without a parking meter and without a skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "skis" + ], + "present": [ + "skis" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0068", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 300039, + "image": "val2017/000000300039.jpg", + "caption_a": "a stop sign or a cell phone", + "caption_b": "without a stop sign and without a cell phone", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0069", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 100238, + "image": "val2017/000000100238.jpg", + "caption_a": "a frisbee or a chair", + "caption_b": "without a frisbee and without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "chair" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0070", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 316666, + "image": "val2017/000000316666.jpg", + "caption_a": "a kite or a wine glass", + "caption_b": "neither a kite nor a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0071", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 104669, + "image": "val2017/000000104669.jpg", + "caption_a": "without a giraffe and without a broccoli", + "caption_b": "a giraffe or a broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0072", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 492758, + "image": "val2017/000000492758.jpg", + "caption_a": "a fork or a chair", + "caption_b": "without a fork and without a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "chair" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0073", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 567825, + "image": "val2017/000000567825.jpg", + "caption_a": "a truck or a wine glass", + "caption_b": "without a truck and without a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0074", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 55072, + "image": "val2017/000000055072.jpg", + "caption_a": "a person or a giraffe", + "caption_b": "neither a person nor a giraffe", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "giraffe" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0075", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 495448, + "image": "val2017/000000495448.jpg", + "caption_a": "no cake and no microwave", + "caption_b": "a cake or a microwave", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "microwave" + ], + "present": [ + "cake" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0076", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 80413, + "image": "val2017/000000080413.jpg", + "caption_a": "a frisbee or a teddy bear", + "caption_b": "without a frisbee and without a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0077", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 222118, + "image": "val2017/000000222118.jpg", + "caption_a": "a handbag or a chair", + "caption_b": "neither a handbag nor a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "chair" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0078", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 42296, + "image": "val2017/000000042296.jpg", + "caption_a": "a sports ball or a kite", + "caption_b": "without a sports ball and without a kite", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "kite" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0079", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 463522, + "image": "val2017/000000463522.jpg", + "caption_a": "no horse and no refrigerator", + "caption_b": "a horse or a refrigerator", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "refrigerator" + ], + "present": [ + "horse" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0080", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 481480, + "image": "val2017/000000481480.jpg", + "caption_a": "no horse and no dining table", + "caption_b": "a horse or a dining table", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "dining table" + ], + "present": [ + "horse" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0081", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 158660, + "image": "val2017/000000158660.jpg", + "caption_a": "neither a frisbee nor a banana", + "caption_b": "a frisbee or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "banana" + ], + "present": [ + "banana" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0082", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 23023, + "image": "val2017/000000023023.jpg", + "caption_a": "without a suitcase and without a banana", + "caption_b": "a suitcase or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "banana" + ], + "present": [ + "suitcase" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0083", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 547519, + "image": "val2017/000000547519.jpg", + "caption_a": "without a traffic light and without a bear", + "caption_b": "a traffic light or a bear", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "bear" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0084", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 21879, + "image": "val2017/000000021879.jpg", + "caption_a": "a train or a surfboard", + "caption_b": "without a train and without a surfboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "surfboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "surfboard" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0085", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 278973, + "image": "val2017/000000278973.jpg", + "caption_a": "a surfboard or a scissors", + "caption_b": "without a surfboard and without a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "scissors" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0086", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 493613, + "image": "val2017/000000493613.jpg", + "caption_a": "an umbrella or a skateboard", + "caption_b": "neither an umbrella nor a skateboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0087", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 226147, + "image": "val2017/000000226147.jpg", + "caption_a": "neither a sandwich nor a clock", + "caption_b": "a sandwich or a clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "clock" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0088", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 508101, + "image": "val2017/000000508101.jpg", + "caption_a": "without a boat and without a bed", + "caption_b": "a boat or a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat", + "bed" + ], + "present": [ + "boat" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0089", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 148620, + "image": "val2017/000000148620.jpg", + "caption_a": "a hot dog or a laptop", + "caption_b": "without a hot dog and without a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "laptop" + ], + "present": [ + "laptop" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0090", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 322829, + "image": "val2017/000000322829.jpg", + "caption_a": "without a bench and without a banana", + "caption_b": "a bench or a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "banana" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0091", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 544811, + "image": "val2017/000000544811.jpg", + "caption_a": "neither a bird nor a bed", + "caption_b": "a bird or a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "bed" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0092", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 475064, + "image": "val2017/000000475064.jpg", + "caption_a": "a donut or a couch", + "caption_b": "no donut and no couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "couch" + ], + "present": [ + "donut" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0093", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "neither a baseball bat nor a hair drier", + "caption_b": "a baseball bat or a hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "hair drier" + ], + "present": [ + "hair drier" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0094", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 32941, + "image": "val2017/000000032941.jpg", + "caption_a": "no truck and no stop sign", + "caption_b": "a truck or a stop sign", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "stop sign", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "stop sign" + ], + "present": [ + "truck" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0095", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 486112, + "image": "val2017/000000486112.jpg", + "caption_a": "a train or an elephant", + "caption_b": "no train and no elephant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0096", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 239627, + "image": "val2017/000000239627.jpg", + "caption_a": "a spoon or a microwave", + "caption_b": "neither a spoon nor a microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon", + "microwave" + ], + "present": [ + "spoon" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0097", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 93261, + "image": "val2017/000000093261.jpg", + "caption_a": "neither a bench nor a kite", + "caption_b": "a bench or a kite", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "kite", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0098", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 48564, + "image": "val2017/000000048564.jpg", + "caption_a": "without a bottle and without a cell phone", + "caption_b": "a bottle or a cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0099", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 417632, + "image": "val2017/000000417632.jpg", + "caption_a": "a wine glass or a fork", + "caption_b": "without a wine glass and without a fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "fork" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0100", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 66635, + "image": "val2017/000000066635.jpg", + "caption_a": "a zebra or a keyboard", + "caption_b": "no zebra and no keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0101", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 81061, + "image": "val2017/000000081061.jpg", + "caption_a": "a chair or a teddy bear", + "caption_b": "without a chair and without a teddy bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "teddy bear" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0102", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "a baseball bat or a wine glass", + "caption_b": "neither a baseball bat nor a wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0103", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 77396, + "image": "val2017/000000077396.jpg", + "caption_a": "a cat or a laptop", + "caption_b": "without a cat and without a laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "laptop" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0104", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 96960, + "image": "val2017/000000096960.jpg", + "caption_a": "a bear or a scissors", + "caption_b": "without a bear and without a scissors", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "scissors" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0105", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 68093, + "image": "val2017/000000068093.jpg", + "caption_a": "a car or a train", + "caption_b": "neither a car nor a train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "train" + ], + "present": [ + "car" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0106", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 466256, + "image": "val2017/000000466256.jpg", + "caption_a": "a bus or a fork", + "caption_b": "no bus and no fork", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "fork" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0107", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 480122, + "image": "val2017/000000480122.jpg", + "caption_a": "no bowl and no orange", + "caption_b": "a bowl or an orange", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "orange" + ], + "present": [ + "bowl" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0108", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 9483, + "image": "val2017/000000009483.jpg", + "caption_a": "no snowboard and no keyboard", + "caption_b": "a snowboard or a keyboard", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0109", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 578489, + "image": "val2017/000000578489.jpg", + "caption_a": "without a horse and without a remote", + "caption_b": "a horse or a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "remote" + ], + "present": [ + "remote" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0110", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 117645, + "image": "val2017/000000117645.jpg", + "caption_a": "a snowboard or a tv", + "caption_b": "neither a snowboard nor a tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "tv" + ], + "present": [ + "snowboard" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0111", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 331280, + "image": "val2017/000000331280.jpg", + "caption_a": "neither a car nor a horse", + "caption_b": "a car or a horse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "horse" + ], + "present": [ + "horse" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0112", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 250127, + "image": "val2017/000000250127.jpg", + "caption_a": "without a backpack and without a handbag", + "caption_b": "a backpack or a handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + }, + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0113", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 328959, + "image": "val2017/000000328959.jpg", + "caption_a": "neither a hot dog nor a toilet", + "caption_b": "a hot dog or a toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0114", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 127517, + "image": "val2017/000000127517.jpg", + "caption_a": "without a surfboard and without a mouse", + "caption_b": "a surfboard or a mouse", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "mouse" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0115", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 245915, + "image": "val2017/000000245915.jpg", + "caption_a": "without an elephant and without a carrot", + "caption_b": "an elephant or a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "carrot" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0116", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 31322, + "image": "val2017/000000031322.jpg", + "caption_a": "a boat or a baseball bat", + "caption_b": "without a boat and without a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": true + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "baseball bat" + ], + "present": [ + "boat" + ], + "absent": [], + "negation_type": null, + "template_family": "without", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0117", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 160666, + "image": "val2017/000000160666.jpg", + "caption_a": "neither an umbrella nor a toothbrush", + "caption_b": "an umbrella or a toothbrush", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0118", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 213171, + "image": "val2017/000000213171.jpg", + "caption_a": "neither a baseball glove nor a spoon", + "caption_b": "a baseball glove or a spoon", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "spoon" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0119", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 558073, + "image": "val2017/000000558073.jpg", + "caption_a": "a cat or a wine glass", + "caption_b": "no cat and no wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "wine glass" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0120", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 60449, + "image": "val2017/000000060449.jpg", + "caption_a": "no chair and no couch", + "caption_b": "a chair or a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0121", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 374052, + "image": "val2017/000000374052.jpg", + "caption_a": "no bench and no giraffe", + "caption_b": "a bench or a giraffe", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "giraffe", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "giraffe" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0122", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 99054, + "image": "val2017/000000099054.jpg", + "caption_a": "an airplane or a sink", + "caption_b": "neither an airplane nor a sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane", + "sink" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": null, + "template_family": "neither", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0123", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 403385, + "image": "val2017/000000403385.jpg", + "caption_a": "a tennis racket or a sink", + "caption_b": "no tennis racket and no sink", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "neither_one_0124", + "test_type": "operator", + "operator": "NEITHER", + "image_id": 202445, + "image": "val2017/000000202445.jpg", + "caption_a": "no fire hydrant and no cat", + "caption_b": "a fire hydrant or a cat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "cat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "cat" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": null, + "template_family": "no", + "polarity": null, + "equivalence_type": null, + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0000", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 239843, + "image": "val2017/000000239843.jpg", + "caption_a": "either no stop sign or no pizza", + "caption_b": "not both stop sign and pizza", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "pizza" + ], + "present": [ + "stop sign" + ], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0001", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 476258, + "image": "val2017/000000476258.jpg", + "caption_a": "not both skateboard and hot dog", + "caption_b": "either no skateboard or no hot dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "hot dog" + ], + "present": [ + "skateboard" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0002", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 417608, + "image": "val2017/000000417608.jpg", + "caption_a": "either no train or no sandwich", + "caption_b": "not both train and sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "sandwich" + ], + "present": [ + "sandwich" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0003", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 269121, + "image": "val2017/000000269121.jpg", + "caption_a": "either no tennis racket or no donut", + "caption_b": "not both tennis racket and donut", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "donut" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0004", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 509131, + "image": "val2017/000000509131.jpg", + "caption_a": "either no handbag or no apple", + "caption_b": "not both handbag and apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0005", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 125472, + "image": "val2017/000000125472.jpg", + "caption_a": "not both fire hydrant and skateboard", + "caption_b": "either no fire hydrant or no skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0006", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "either no car or no scissors", + "caption_b": "not both car and scissors", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0007", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 417285, + "image": "val2017/000000417285.jpg", + "caption_a": "either no spoon or no dining table", + "caption_b": "not both spoon and dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "dining table" + ], + "present": [ + "spoon" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0008", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 170739, + "image": "val2017/000000170739.jpg", + "caption_a": "either no elephant or no wine glass", + "caption_b": "not both elephant and wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "wine glass" + ], + "present": [ + "elephant" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0009", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 277689, + "image": "val2017/000000277689.jpg", + "caption_a": "either no wine glass or no book", + "caption_b": "not both wine glass and book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "book" + ], + "present": [ + "wine glass" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0010", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 148662, + "image": "val2017/000000148662.jpg", + "caption_a": "either no truck or no hot dog", + "caption_b": "not both truck and hot dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0011", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 50943, + "image": "val2017/000000050943.jpg", + "caption_a": "not both surfboard and apple", + "caption_b": "either no surfboard or no apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "apple" + ], + "present": [ + "surfboard" + ], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0012", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 497568, + "image": "val2017/000000497568.jpg", + "caption_a": "either no airplane or no tennis racket", + "caption_b": "not both airplane and tennis racket", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "tennis racket" + ], + "present": [ + "airplane" + ], + "absent": [ + "tennis racket" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0013", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 210032, + "image": "val2017/000000210032.jpg", + "caption_a": "either no bird or no zebra", + "caption_b": "not both bird and zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "zebra" + ], + "present": [ + "bird" + ], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0014", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 366225, + "image": "val2017/000000366225.jpg", + "caption_a": "either no fork or no keyboard", + "caption_b": "not both fork and keyboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0015", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 506454, + "image": "val2017/000000506454.jpg", + "caption_a": "either no bench or no frisbee", + "caption_b": "not both bench and frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "frisbee" + ], + "present": [ + "bench" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0016", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 414510, + "image": "val2017/000000414510.jpg", + "caption_a": "not both bicycle and cow", + "caption_b": "either no bicycle or no cow", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "cow", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "cow" + ], + "present": [ + "bicycle" + ], + "absent": [ + "cow" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0017", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 167898, + "image": "val2017/000000167898.jpg", + "caption_a": "either no bed or no sink", + "caption_b": "not both bed and sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "sink" + ], + "present": [ + "sink" + ], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0018", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 328430, + "image": "val2017/000000328430.jpg", + "caption_a": "either no elephant or no sports ball", + "caption_b": "not both elephant and sports ball", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0019", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "not both fire hydrant and fork", + "caption_b": "either no fire hydrant or no fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "fork" + ], + "present": [ + "fork" + ], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0020", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 180798, + "image": "val2017/000000180798.jpg", + "caption_a": "either no skis or no cell phone", + "caption_b": "not both skis and cell phone", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "cell phone" + ], + "present": [ + "cell phone" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0021", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "not both bus and hair drier", + "caption_b": "either no bus or no hair drier", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "hair drier" + ], + "present": [ + "hair drier" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0022", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 494913, + "image": "val2017/000000494913.jpg", + "caption_a": "either no skis or no tv", + "caption_b": "not both skis and tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis", + "tv" + ], + "present": [ + "tv" + ], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0023", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 368335, + "image": "val2017/000000368335.jpg", + "caption_a": "either no horse or no carrot", + "caption_b": "not both horse and carrot", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse", + "carrot" + ], + "present": [ + "horse" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0024", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 432553, + "image": "val2017/000000432553.jpg", + "caption_a": "either no bicycle or no toothbrush", + "caption_b": "not both bicycle and toothbrush", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "toothbrush" + ], + "present": [ + "bicycle" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0025", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 577735, + "image": "val2017/000000577735.jpg", + "caption_a": "not both tennis racket and vase", + "caption_b": "either no tennis racket or no vase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "tennis racket" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0026", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 465129, + "image": "val2017/000000465129.jpg", + "caption_a": "either no keyboard or no oven", + "caption_b": "not both keyboard and oven", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0027", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 439525, + "image": "val2017/000000439525.jpg", + "caption_a": "either no tie or no bottle", + "caption_b": "not both tie and bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "bottle" + ], + "present": [ + "bottle" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0028", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 301867, + "image": "val2017/000000301867.jpg", + "caption_a": "either no umbrella or no toilet", + "caption_b": "not both umbrella and toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "toilet" + ], + "present": [ + "umbrella" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0029", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 514797, + "image": "val2017/000000514797.jpg", + "caption_a": "not both kite and clock", + "caption_b": "either no kite or no clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite", + "clock" + ], + "present": [ + "kite" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0030", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 488592, + "image": "val2017/000000488592.jpg", + "caption_a": "either no bicycle or no couch", + "caption_b": "not both bicycle and couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "couch" + ], + "present": [ + "bicycle" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0031", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 170955, + "image": "val2017/000000170955.jpg", + "caption_a": "either no dog or no tie", + "caption_b": "not both dog and tie", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "tie", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "tie", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "tie" + ], + "present": [ + "tie" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0032", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 554291, + "image": "val2017/000000554291.jpg", + "caption_a": "either no chair or no book", + "caption_b": "not both chair and book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "book" + ], + "present": [ + "chair" + ], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0033", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 293804, + "image": "val2017/000000293804.jpg", + "caption_a": "not both baseball bat and couch", + "caption_b": "either no baseball bat or no couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "couch" + ], + "present": [ + "couch" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0034", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 31093, + "image": "val2017/000000031093.jpg", + "caption_a": "either no skateboard or no sandwich", + "caption_b": "not both skateboard and sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "sandwich" + ], + "present": [ + "skateboard" + ], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0035", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 159977, + "image": "val2017/000000159977.jpg", + "caption_a": "either no zebra or no frisbee", + "caption_b": "not both zebra and frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "frisbee" + ], + "present": [ + "zebra" + ], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0036", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 36539, + "image": "val2017/000000036539.jpg", + "caption_a": "not both snowboard and cup", + "caption_b": "either no snowboard or no cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "cup", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "cup" + ], + "present": [ + "snowboard" + ], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0037", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 132931, + "image": "val2017/000000132931.jpg", + "caption_a": "not both truck and baseball glove", + "caption_b": "either no truck or no baseball glove", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0038", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 355325, + "image": "val2017/000000355325.jpg", + "caption_a": "not both bench and bowl", + "caption_b": "either no bench or no bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "bowl" + ], + "present": [ + "bowl" + ], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0039", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 569030, + "image": "val2017/000000569030.jpg", + "caption_a": "either no bus or no fire hydrant", + "caption_b": "not both bus and fire hydrant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "fire hydrant" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0040", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 319696, + "image": "val2017/000000319696.jpg", + "caption_a": "either no zebra or no microwave", + "caption_b": "not both zebra and microwave", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0041", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 138979, + "image": "val2017/000000138979.jpg", + "caption_a": "either no bus or no broccoli", + "caption_b": "not both bus and broccoli", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "broccoli" + ], + "present": [ + "bus" + ], + "absent": [ + "broccoli" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0042", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 469192, + "image": "val2017/000000469192.jpg", + "caption_a": "either no truck or no skateboard", + "caption_b": "not both truck and skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "skateboard" + ], + "present": [ + "truck" + ], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0043", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 233771, + "image": "val2017/000000233771.jpg", + "caption_a": "either no umbrella or no toaster", + "caption_b": "not both umbrella and toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "toaster" + ], + "present": [ + "umbrella" + ], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0044", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 515266, + "image": "val2017/000000515266.jpg", + "caption_a": "either no truck or no hair drier", + "caption_b": "not both truck and hair drier", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "hair drier" + ], + "present": [ + "truck" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0045", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 316666, + "image": "val2017/000000316666.jpg", + "caption_a": "not both donut and vase", + "caption_b": "either no donut or no vase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0046", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 157928, + "image": "val2017/000000157928.jpg", + "caption_a": "not both skis and keyboard", + "caption_b": "either no skis or no keyboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis", + "keyboard" + ], + "present": [ + "skis" + ], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0047", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 558854, + "image": "val2017/000000558854.jpg", + "caption_a": "not both dog and spoon", + "caption_b": "either no dog or no spoon", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0048", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 492110, + "image": "val2017/000000492110.jpg", + "caption_a": "either no chair or no scissors", + "caption_b": "not both chair and scissors", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "scissors" + ], + "present": [ + "chair" + ], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dm_0049", + "test_type": "equivalence", + "operator": "DE_MORGAN", + "image_id": 17899, + "image": "val2017/000000017899.jpg", + "caption_a": "either no wine glass or no couch", + "caption_b": "not both wine glass and couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "couch" + ], + "present": [ + "couch" + ], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "de_morgan", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0000", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 252701, + "image": "val2017/000000252701.jpg", + "caption_a": "surfboard is not missing", + "caption_b": "surfboard is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0001", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 574297, + "image": "val2017/000000574297.jpg", + "caption_a": "horse is not missing", + "caption_b": "horse is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "horse" + ], + "present": [], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0002", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 540466, + "image": "val2017/000000540466.jpg", + "caption_a": "umbrella is not missing", + "caption_b": "umbrella is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0003", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 358923, + "image": "val2017/000000358923.jpg", + "caption_a": "cell phone is present", + "caption_b": "cell phone is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0004", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 535253, + "image": "val2017/000000535253.jpg", + "caption_a": "banana is not missing", + "caption_b": "banana is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0005", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 534270, + "image": "val2017/000000534270.jpg", + "caption_a": "boat is not missing", + "caption_b": "boat is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0006", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 393469, + "image": "val2017/000000393469.jpg", + "caption_a": "snowboard is not missing", + "caption_b": "snowboard is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard" + ], + "present": [], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0007", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 211825, + "image": "val2017/000000211825.jpg", + "caption_a": "cake is not missing", + "caption_b": "cake is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0008", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 428867, + "image": "val2017/000000428867.jpg", + "caption_a": "teddy bear is not missing", + "caption_b": "teddy bear is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear" + ], + "present": [], + "absent": [ + "teddy bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0009", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 442836, + "image": "val2017/000000442836.jpg", + "caption_a": "frisbee is not missing", + "caption_b": "frisbee is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0010", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 558854, + "image": "val2017/000000558854.jpg", + "caption_a": "sandwich is present", + "caption_b": "sandwich is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0011", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 273715, + "image": "val2017/000000273715.jpg", + "caption_a": "skis is not missing", + "caption_b": "skis is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0012", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 434996, + "image": "val2017/000000434996.jpg", + "caption_a": "cat is not missing", + "caption_b": "cat is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0013", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 171050, + "image": "val2017/000000171050.jpg", + "caption_a": "fire hydrant is present", + "caption_b": "fire hydrant is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant" + ], + "present": [], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0014", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 520077, + "image": "val2017/000000520077.jpg", + "caption_a": "bottle is present", + "caption_b": "bottle is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0015", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 311394, + "image": "val2017/000000311394.jpg", + "caption_a": "toothbrush is not missing", + "caption_b": "toothbrush is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0016", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 25393, + "image": "val2017/000000025393.jpg", + "caption_a": "tie is not missing", + "caption_b": "tie is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0017", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 203095, + "image": "val2017/000000203095.jpg", + "caption_a": "carrot is not missing", + "caption_b": "carrot is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "carrot" + ], + "present": [], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0018", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 60855, + "image": "val2017/000000060855.jpg", + "caption_a": "orange is not missing", + "caption_b": "orange is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0019", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 381587, + "image": "val2017/000000381587.jpg", + "caption_a": "bowl is not missing", + "caption_b": "bowl is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [], + "absent": [ + "bowl" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0020", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 131386, + "image": "val2017/000000131386.jpg", + "caption_a": "airplane is present", + "caption_b": "airplane is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0021", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 200162, + "image": "val2017/000000200162.jpg", + "caption_a": "train is present", + "caption_b": "train is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train" + ], + "present": [], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0022", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 473974, + "image": "val2017/000000473974.jpg", + "caption_a": "zebra is not missing", + "caption_b": "zebra is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra" + ], + "present": [], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0023", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 135561, + "image": "val2017/000000135561.jpg", + "caption_a": "toaster is not missing", + "caption_b": "toaster is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toaster" + ], + "present": [], + "absent": [ + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0024", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 412531, + "image": "val2017/000000412531.jpg", + "caption_a": "parking meter is present", + "caption_b": "parking meter is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter" + ], + "present": [], + "absent": [ + "parking meter" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0025", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 527215, + "image": "val2017/000000527215.jpg", + "caption_a": "kite is not missing", + "caption_b": "kite is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "kite" + ], + "present": [], + "absent": [ + "kite" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0026", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 231822, + "image": "val2017/000000231822.jpg", + "caption_a": "spoon is not missing", + "caption_b": "spoon is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon" + ], + "present": [], + "absent": [ + "spoon" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0027", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "scissors is present", + "caption_b": "scissors is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors" + ], + "present": [], + "absent": [ + "scissors" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0028", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 546556, + "image": "val2017/000000546556.jpg", + "caption_a": "sheep is not missing", + "caption_b": "sheep is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep" + ], + "present": [], + "absent": [ + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0029", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 239843, + "image": "val2017/000000239843.jpg", + "caption_a": "stop sign is present", + "caption_b": "stop sign is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign" + ], + "present": [], + "absent": [ + "stop sign" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0030", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 502136, + "image": "val2017/000000502136.jpg", + "caption_a": "potted plant is not missing", + "caption_b": "potted plant is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant" + ], + "present": [], + "absent": [ + "potted plant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0031", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 515579, + "image": "val2017/000000515579.jpg", + "caption_a": "sports ball is not missing", + "caption_b": "sports ball is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball" + ], + "present": [], + "absent": [ + "sports ball" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0032", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 289586, + "image": "val2017/000000289586.jpg", + "caption_a": "giraffe is present", + "caption_b": "giraffe is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe" + ], + "present": [], + "absent": [ + "giraffe" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0033", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 483531, + "image": "val2017/000000483531.jpg", + "caption_a": "bed is present", + "caption_b": "bed is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed" + ], + "present": [], + "absent": [ + "bed" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0034", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 153632, + "image": "val2017/000000153632.jpg", + "caption_a": "knife is not missing", + "caption_b": "knife is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife" + ], + "present": [], + "absent": [ + "knife" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0035", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 341973, + "image": "val2017/000000341973.jpg", + "caption_a": "donut is not missing", + "caption_b": "donut is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut" + ], + "present": [], + "absent": [ + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0036", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 2592, + "image": "val2017/000000002592.jpg", + "caption_a": "cup is not missing", + "caption_b": "cup is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup" + ], + "present": [], + "absent": [ + "cup" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0037", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 409424, + "image": "val2017/000000409424.jpg", + "caption_a": "apple is present", + "caption_b": "apple is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple" + ], + "present": [], + "absent": [ + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0038", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 446651, + "image": "val2017/000000446651.jpg", + "caption_a": "car is not missing", + "caption_b": "car is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car" + ], + "present": [], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0039", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 484978, + "image": "val2017/000000484978.jpg", + "caption_a": "dining table is not missing", + "caption_b": "dining table is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table" + ], + "present": [], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0040", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 427160, + "image": "val2017/000000427160.jpg", + "caption_a": "baseball glove is not missing", + "caption_b": "baseball glove is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove" + ], + "present": [], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0041", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 570736, + "image": "val2017/000000570736.jpg", + "caption_a": "toilet is not missing", + "caption_b": "toilet is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet" + ], + "present": [], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0042", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 351823, + "image": "val2017/000000351823.jpg", + "caption_a": "tennis racket is present", + "caption_b": "tennis racket is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tennis racket" + ], + "present": [], + "absent": [ + "tennis racket" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0043", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 319935, + "image": "val2017/000000319935.jpg", + "caption_a": "couch is not missing", + "caption_b": "couch is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch" + ], + "present": [], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0044", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 355905, + "image": "val2017/000000355905.jpg", + "caption_a": "dog is present", + "caption_b": "dog is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog" + ], + "present": [], + "absent": [ + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0045", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 419653, + "image": "val2017/000000419653.jpg", + "caption_a": "microwave is not missing", + "caption_b": "microwave is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave" + ], + "present": [], + "absent": [ + "microwave" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0046", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 418959, + "image": "val2017/000000418959.jpg", + "caption_a": "bird is not missing", + "caption_b": "bird is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird" + ], + "present": [], + "absent": [ + "bird" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0047", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 407524, + "image": "val2017/000000407524.jpg", + "caption_a": "broccoli is not missing", + "caption_b": "broccoli is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli" + ], + "present": [], + "absent": [ + "broccoli" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0048", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 384670, + "image": "val2017/000000384670.jpg", + "caption_a": "person is present", + "caption_b": "person is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person" + ], + "present": [], + "absent": [ + "person" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0049", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 359540, + "image": "val2017/000000359540.jpg", + "caption_a": "baseball bat is present", + "caption_b": "baseball bat is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat" + ], + "present": [], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0050", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 323571, + "image": "val2017/000000323571.jpg", + "caption_a": "traffic light is not missing", + "caption_b": "traffic light is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light" + ], + "present": [], + "absent": [ + "traffic light" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0051", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 540502, + "image": "val2017/000000540502.jpg", + "caption_a": "oven is not missing", + "caption_b": "oven is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "oven" + ], + "present": [], + "absent": [ + "oven" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0052", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 376856, + "image": "val2017/000000376856.jpg", + "caption_a": "clock is not missing", + "caption_b": "clock is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "clock" + ], + "present": [], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0053", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 472623, + "image": "val2017/000000472623.jpg", + "caption_a": "bicycle is not missing", + "caption_b": "bicycle is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle" + ], + "present": [], + "absent": [ + "bicycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0054", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 148662, + "image": "val2017/000000148662.jpg", + "caption_a": "hot dog is not missing", + "caption_b": "hot dog is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hot dog" + ], + "present": [], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0055", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 319534, + "image": "val2017/000000319534.jpg", + "caption_a": "bus is not missing", + "caption_b": "bus is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus" + ], + "present": [], + "absent": [ + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0056", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 110638, + "image": "val2017/000000110638.jpg", + "caption_a": "elephant is present", + "caption_b": "elephant is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant" + ], + "present": [], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0057", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 282296, + "image": "val2017/000000282296.jpg", + "caption_a": "refrigerator is present", + "caption_b": "refrigerator is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator" + ], + "present": [], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0058", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 323263, + "image": "val2017/000000323263.jpg", + "caption_a": "handbag is not missing", + "caption_b": "handbag is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag" + ], + "present": [], + "absent": [ + "handbag" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0059", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 194724, + "image": "val2017/000000194724.jpg", + "caption_a": "fork is present", + "caption_b": "fork is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork" + ], + "present": [], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0060", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 571264, + "image": "val2017/000000571264.jpg", + "caption_a": "motorcycle is not missing", + "caption_b": "motorcycle is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle" + ], + "present": [], + "absent": [ + "motorcycle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0061", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 551439, + "image": "val2017/000000551439.jpg", + "caption_a": "book is not missing", + "caption_b": "book is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "book" + ], + "present": [], + "absent": [ + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0062", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 308753, + "image": "val2017/000000308753.jpg", + "caption_a": "bear is present", + "caption_b": "bear is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear" + ], + "present": [], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0063", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 190753, + "image": "val2017/000000190753.jpg", + "caption_a": "backpack is not missing", + "caption_b": "backpack is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack" + ], + "present": [], + "absent": [ + "backpack" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0064", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 139, + "image": "val2017/000000000139.jpg", + "caption_a": "vase is not missing", + "caption_b": "vase is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "vase" + ], + "present": [], + "absent": [ + "vase" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0065", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 18837, + "image": "val2017/000000018837.jpg", + "caption_a": "truck is not missing", + "caption_b": "truck is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck" + ], + "present": [], + "absent": [ + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0066", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 114049, + "image": "val2017/000000114049.jpg", + "caption_a": "suitcase is present", + "caption_b": "suitcase is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "suitcase" + ], + "present": [], + "absent": [ + "suitcase" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0067", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 78404, + "image": "val2017/000000078404.jpg", + "caption_a": "bench is not missing", + "caption_b": "bench is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench" + ], + "present": [], + "absent": [ + "bench" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0068", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 369757, + "image": "val2017/000000369757.jpg", + "caption_a": "pizza is present", + "caption_b": "pizza is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza" + ], + "present": [], + "absent": [ + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0069", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 476119, + "image": "val2017/000000476119.jpg", + "caption_a": "skateboard is not missing", + "caption_b": "skateboard is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard" + ], + "present": [], + "absent": [ + "skateboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0070", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 409358, + "image": "val2017/000000409358.jpg", + "caption_a": "sink is not missing", + "caption_b": "sink is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink" + ], + "present": [], + "absent": [ + "sink" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0071", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 38576, + "image": "val2017/000000038576.jpg", + "caption_a": "keyboard is not missing", + "caption_b": "keyboard is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "keyboard" + ], + "present": [], + "absent": [ + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0072", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 195918, + "image": "val2017/000000195918.jpg", + "caption_a": "tv is not missing", + "caption_b": "tv is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv" + ], + "present": [], + "absent": [ + "tv" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0073", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 23937, + "image": "val2017/000000023937.jpg", + "caption_a": "cow is present", + "caption_b": "cow is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow" + ], + "present": [], + "absent": [ + "cow" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0074", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 346703, + "image": "val2017/000000346703.jpg", + "caption_a": "wine glass is not missing", + "caption_b": "wine glass is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass" + ], + "present": [], + "absent": [ + "wine glass" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0075", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 55528, + "image": "val2017/000000055528.jpg", + "caption_a": "remote is present", + "caption_b": "remote is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote" + ], + "present": [], + "absent": [ + "remote" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0076", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 248314, + "image": "val2017/000000248314.jpg", + "caption_a": "laptop is present", + "caption_b": "laptop is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop" + ], + "present": [], + "absent": [ + "laptop" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0077", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "hair drier is not missing", + "caption_b": "hair drier is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "hair drier" + ], + "present": [], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0078", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 189213, + "image": "val2017/000000189213.jpg", + "caption_a": "chair is not missing", + "caption_b": "chair is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair" + ], + "present": [], + "absent": [ + "chair" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0079", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 274460, + "image": "val2017/000000274460.jpg", + "caption_a": "surfboard is not missing", + "caption_b": "surfboard is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard" + ], + "present": [], + "absent": [ + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0080", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 226883, + "image": "val2017/000000226883.jpg", + "caption_a": "horse is present", + "caption_b": "horse is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "horse" + ], + "present": [], + "absent": [ + "horse" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0081", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 288042, + "image": "val2017/000000288042.jpg", + "caption_a": "umbrella is not missing", + "caption_b": "umbrella is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella" + ], + "present": [], + "absent": [ + "umbrella" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0082", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 388927, + "image": "val2017/000000388927.jpg", + "caption_a": "cell phone is not missing", + "caption_b": "cell phone is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone" + ], + "present": [], + "absent": [ + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0083", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 8844, + "image": "val2017/000000008844.jpg", + "caption_a": "banana is not missing", + "caption_b": "banana is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana" + ], + "present": [], + "absent": [ + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0084", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 526751, + "image": "val2017/000000526751.jpg", + "caption_a": "boat is present", + "caption_b": "boat is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "boat" + ], + "present": [], + "absent": [ + "boat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0085", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 109992, + "image": "val2017/000000109992.jpg", + "caption_a": "snowboard is present", + "caption_b": "snowboard is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard" + ], + "present": [], + "absent": [ + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0086", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 180101, + "image": "val2017/000000180101.jpg", + "caption_a": "cake is not missing", + "caption_b": "cake is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake" + ], + "present": [], + "absent": [ + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0087", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 411938, + "image": "val2017/000000411938.jpg", + "caption_a": "teddy bear is not missing", + "caption_b": "teddy bear is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear" + ], + "present": [], + "absent": [ + "teddy bear" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0088", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 504589, + "image": "val2017/000000504589.jpg", + "caption_a": "frisbee is not missing", + "caption_b": "frisbee is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "frisbee" + ], + "present": [], + "absent": [ + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0089", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 210032, + "image": "val2017/000000210032.jpg", + "caption_a": "sandwich is present", + "caption_b": "sandwich is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich" + ], + "present": [], + "absent": [ + "sandwich" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0090", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 463542, + "image": "val2017/000000463542.jpg", + "caption_a": "skis is present", + "caption_b": "skis is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skis" + ], + "present": [], + "absent": [ + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0091", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 84362, + "image": "val2017/000000084362.jpg", + "caption_a": "cat is present", + "caption_b": "cat is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat" + ], + "present": [], + "absent": [ + "cat" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0092", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 283318, + "image": "val2017/000000283318.jpg", + "caption_a": "fire hydrant is present", + "caption_b": "fire hydrant is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fire hydrant" + ], + "present": [], + "absent": [ + "fire hydrant" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0093", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 206027, + "image": "val2017/000000206027.jpg", + "caption_a": "bottle is present", + "caption_b": "bottle is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle" + ], + "present": [], + "absent": [ + "bottle" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0094", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 193348, + "image": "val2017/000000193348.jpg", + "caption_a": "toothbrush is not missing", + "caption_b": "toothbrush is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toothbrush" + ], + "present": [], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0095", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 32901, + "image": "val2017/000000032901.jpg", + "caption_a": "tie is present", + "caption_b": "tie is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie" + ], + "present": [], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0096", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 314182, + "image": "val2017/000000314182.jpg", + "caption_a": "carrot is present", + "caption_b": "carrot is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot" + ], + "present": [], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0097", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 550471, + "image": "val2017/000000550471.jpg", + "caption_a": "orange is present", + "caption_b": "orange is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange" + ], + "present": [], + "absent": [ + "orange" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0098", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 9590, + "image": "val2017/000000009590.jpg", + "caption_a": "bowl is not missing", + "caption_b": "bowl is present", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl" + ], + "present": [], + "absent": [ + "bowl" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_dn_0099", + "test_type": "equivalence", + "operator": "DOUBLE_NEG", + "image_id": 379453, + "image": "val2017/000000379453.jpg", + "caption_a": "airplane is present", + "caption_b": "airplane is not missing", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "SINGLE" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane" + ], + "present": [], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "double_negation", + "n_concepts": 1, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0000", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 177934, + "image": "val2017/000000177934.jpg", + "caption_a": "a motorcycle and a truck", + "caption_b": "a truck and a motorcycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "truck" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0001", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 29393, + "image": "val2017/000000029393.jpg", + "caption_a": "a dog and an orange", + "caption_b": "an orange and a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0002", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 306893, + "image": "val2017/000000306893.jpg", + "caption_a": "a train and a motorcycle", + "caption_b": "a motorcycle and a train", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0003", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 384949, + "image": "val2017/000000384949.jpg", + "caption_a": "a clock and a boat", + "caption_b": "a boat and a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "boat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0004", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 239627, + "image": "val2017/000000239627.jpg", + "caption_a": "a sink and a bottle", + "caption_b": "a bottle and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0005", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 533206, + "image": "val2017/000000533206.jpg", + "caption_a": "a bottle and a sandwich", + "caption_b": "a sandwich and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0006", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 579635, + "image": "val2017/000000579635.jpg", + "caption_a": "a boat and a surfboard", + "caption_b": "a surfboard and a boat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "surfboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0007", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 229997, + "image": "val2017/000000229997.jpg", + "caption_a": "a bird and a bear", + "caption_b": "a bear and a bird", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0008", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 16451, + "image": "val2017/000000016451.jpg", + "caption_a": "a backpack and a surfboard", + "caption_b": "a surfboard and a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "surfboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0009", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 289343, + "image": "val2017/000000289343.jpg", + "caption_a": "a bicycle and a dog", + "caption_b": "a dog and a bicycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0010", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 555972, + "image": "val2017/000000555972.jpg", + "caption_a": "a book and a vase", + "caption_b": "a vase and a book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "book", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0011", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 133645, + "image": "val2017/000000133645.jpg", + "caption_a": "a bench and a boat", + "caption_b": "a boat and a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "boat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0012", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 60449, + "image": "val2017/000000060449.jpg", + "caption_a": "a couch and a laptop", + "caption_b": "a laptop and a couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0013", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 37777, + "image": "val2017/000000037777.jpg", + "caption_a": "a sink and an orange", + "caption_b": "an orange and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0014", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 407825, + "image": "val2017/000000407825.jpg", + "caption_a": "a bowl and a bird", + "caption_b": "a bird and a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "bird" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0015", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 36936, + "image": "val2017/000000036936.jpg", + "caption_a": "a tv and a couch", + "caption_b": "a couch and a tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "couch" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0016", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 289393, + "image": "val2017/000000289393.jpg", + "caption_a": "a giraffe and a cow", + "caption_b": "a cow and a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "cow" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0017", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 346703, + "image": "val2017/000000346703.jpg", + "caption_a": "a wine glass and a cake", + "caption_b": "a cake and a wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0018", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 439773, + "image": "val2017/000000439773.jpg", + "caption_a": "a cell phone and a teddy bear", + "caption_b": "a teddy bear and a cell phone", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0019", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 463527, + "image": "val2017/000000463527.jpg", + "caption_a": "a bottle and a cup", + "caption_b": "a cup and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0020", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 185250, + "image": "val2017/000000185250.jpg", + "caption_a": "a frisbee and a dog", + "caption_b": "a dog and a frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0021", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 151820, + "image": "val2017/000000151820.jpg", + "caption_a": "a wine glass and a person", + "caption_b": "a person and a wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0022", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 487583, + "image": "val2017/000000487583.jpg", + "caption_a": "a toilet and a cup", + "caption_b": "a cup and a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0023", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 279278, + "image": "val2017/000000279278.jpg", + "caption_a": "a skateboard and a bicycle", + "caption_b": "a bicycle and a skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0024", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 116439, + "image": "val2017/000000116439.jpg", + "caption_a": "a boat and a handbag", + "caption_b": "a handbag and a boat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "handbag" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0025", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 17379, + "image": "val2017/000000017379.jpg", + "caption_a": "a sink and a tv", + "caption_b": "a tv and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0026", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 297830, + "image": "val2017/000000297830.jpg", + "caption_a": "a dog and a bottle", + "caption_b": "a bottle and a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0027", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 528705, + "image": "val2017/000000528705.jpg", + "caption_a": "a teddy bear and a person", + "caption_b": "a person and a teddy bear", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0028", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 110999, + "image": "val2017/000000110999.jpg", + "caption_a": "an apple and a fork", + "caption_b": "a fork and an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "fork" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0029", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 419653, + "image": "val2017/000000419653.jpg", + "caption_a": "a tv and an oven", + "caption_b": "an oven and a tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "oven" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0030", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 189752, + "image": "val2017/000000189752.jpg", + "caption_a": "a pizza and a knife", + "caption_b": "a knife and a pizza", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "knife" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0031", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 534041, + "image": "val2017/000000534041.jpg", + "caption_a": "a bottle and a backpack", + "caption_b": "a backpack and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0032", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 68833, + "image": "val2017/000000068833.jpg", + "caption_a": "a tv and a microwave", + "caption_b": "a microwave and a tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0033", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 517832, + "image": "val2017/000000517832.jpg", + "caption_a": "a chair and a dog", + "caption_b": "a dog and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0034", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 491216, + "image": "val2017/000000491216.jpg", + "caption_a": "a chair and a cat", + "caption_b": "a cat and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "cat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0035", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 105923, + "image": "val2017/000000105923.jpg", + "caption_a": "an elephant and a car", + "caption_b": "a car and an elephant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0036", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 459500, + "image": "val2017/000000459500.jpg", + "caption_a": "a bird and a clock", + "caption_b": "a clock and a bird", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0037", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "a sandwich and a cake", + "caption_b": "a cake and a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0038", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 226154, + "image": "val2017/000000226154.jpg", + "caption_a": "a bus and a motorcycle", + "caption_b": "a motorcycle and a bus", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0039", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 515266, + "image": "val2017/000000515266.jpg", + "caption_a": "a bench and a truck", + "caption_b": "a truck and a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "truck" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0040", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 442323, + "image": "val2017/000000442323.jpg", + "caption_a": "a remote and a chair", + "caption_b": "a chair and a remote", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0041", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 577932, + "image": "val2017/000000577932.jpg", + "caption_a": "a traffic light and a person", + "caption_b": "a person and a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0042", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 492110, + "image": "val2017/000000492110.jpg", + "caption_a": "a cell phone and a chair", + "caption_b": "a chair and a cell phone", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "chair" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0043", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 426253, + "image": "val2017/000000426253.jpg", + "caption_a": "a bottle and a microwave", + "caption_b": "a microwave and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0044", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 240940, + "image": "val2017/000000240940.jpg", + "caption_a": "a refrigerator and a tv", + "caption_b": "a tv and a refrigerator", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0045", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 316666, + "image": "val2017/000000316666.jpg", + "caption_a": "a vase and a wine glass", + "caption_b": "a wine glass and a vase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "vase", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0046", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 45550, + "image": "val2017/000000045550.jpg", + "caption_a": "a sandwich and a person", + "caption_b": "a person and a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0047", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 365207, + "image": "val2017/000000365207.jpg", + "caption_a": "a car and a dog", + "caption_b": "a dog and a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0048", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 94944, + "image": "val2017/000000094944.jpg", + "caption_a": "a backpack and a skis", + "caption_b": "a skis and a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "skis" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0049", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 439525, + "image": "val2017/000000439525.jpg", + "caption_a": "a dining table and a bottle", + "caption_b": "a bottle and a dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "bottle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0050", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 77595, + "image": "val2017/000000077595.jpg", + "caption_a": "a laptop and a cat", + "caption_b": "a cat and a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "cat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0051", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 150417, + "image": "val2017/000000150417.jpg", + "caption_a": "a cake and a refrigerator", + "caption_b": "a refrigerator and a cake", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0052", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 229948, + "image": "val2017/000000229948.jpg", + "caption_a": "a truck and a horse", + "caption_b": "a horse and a truck", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0053", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 465129, + "image": "val2017/000000465129.jpg", + "caption_a": "a microwave and a sink", + "caption_b": "a sink and a microwave", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0054", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 125572, + "image": "val2017/000000125572.jpg", + "caption_a": "a truck and a bicycle", + "caption_b": "a bicycle and a truck", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0055", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 157601, + "image": "val2017/000000157601.jpg", + "caption_a": "a hot dog and a cup", + "caption_b": "a cup and a hot dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0056", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 494188, + "image": "val2017/000000494188.jpg", + "caption_a": "a chair and a handbag", + "caption_b": "a handbag and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "handbag" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0057", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 30213, + "image": "val2017/000000030213.jpg", + "caption_a": "a bowl and a sink", + "caption_b": "a sink and a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0058", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 496954, + "image": "val2017/000000496954.jpg", + "caption_a": "a bottle and a cake", + "caption_b": "a cake and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0059", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 181796, + "image": "val2017/000000181796.jpg", + "caption_a": "a cup and a wine glass", + "caption_b": "a wine glass and a cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0060", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 74209, + "image": "val2017/000000074209.jpg", + "caption_a": "a sink and a clock", + "caption_b": "a clock and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink", + "clock" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0061", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 236721, + "image": "val2017/000000236721.jpg", + "caption_a": "a banana and a spoon", + "caption_b": "a spoon and a banana", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "banana", + "spoon" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0062", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 294831, + "image": "val2017/000000294831.jpg", + "caption_a": "a laptop and a pizza", + "caption_b": "a pizza and a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0063", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 265518, + "image": "val2017/000000265518.jpg", + "caption_a": "a cup and a fork", + "caption_b": "a fork and a cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "fork" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0064", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 455937, + "image": "val2017/000000455937.jpg", + "caption_a": "a suitcase and a tv", + "caption_b": "a tv and a suitcase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0065", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 189078, + "image": "val2017/000000189078.jpg", + "caption_a": "an apple and an orange", + "caption_b": "an orange and an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0066", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 338905, + "image": "val2017/000000338905.jpg", + "caption_a": "a chair and a motorcycle", + "caption_b": "a motorcycle and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0067", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 243344, + "image": "val2017/000000243344.jpg", + "caption_a": "a cat and a refrigerator", + "caption_b": "a refrigerator and a cat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0068", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 61171, + "image": "val2017/000000061171.jpg", + "caption_a": "a cow and a horse", + "caption_b": "a horse and a cow", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0069", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 1993, + "image": "val2017/000000001993.jpg", + "caption_a": "a dining table and a bed", + "caption_b": "a bed and a dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0070", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 405279, + "image": "val2017/000000405279.jpg", + "caption_a": "a kite and a bench", + "caption_b": "a bench and a kite", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "bench" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0071", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 524456, + "image": "val2017/000000524456.jpg", + "caption_a": "a laptop and a keyboard", + "caption_b": "a keyboard and a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0072", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 371699, + "image": "val2017/000000371699.jpg", + "caption_a": "a dining table and a laptop", + "caption_b": "a laptop and a dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0073", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 79651, + "image": "val2017/000000079651.jpg", + "caption_a": "a bottle and a banana", + "caption_b": "a banana and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "banana" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0074", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 273232, + "image": "val2017/000000273232.jpg", + "caption_a": "a surfboard and a kite", + "caption_b": "a kite and a surfboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "kite" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0075", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 35682, + "image": "val2017/000000035682.jpg", + "caption_a": "a cake and a cup", + "caption_b": "a cup and a cake", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "cup" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0076", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 369370, + "image": "val2017/000000369370.jpg", + "caption_a": "a sandwich and an orange", + "caption_b": "an orange and a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0077", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 11197, + "image": "val2017/000000011197.jpg", + "caption_a": "a traffic light and a bicycle", + "caption_b": "a bicycle and a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0078", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 471893, + "image": "val2017/000000471893.jpg", + "caption_a": "a remote and a dining table", + "caption_b": "a dining table and a remote", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "remote", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0079", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 416104, + "image": "val2017/000000416104.jpg", + "caption_a": "a chair and an umbrella", + "caption_b": "an umbrella and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0080", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 345397, + "image": "val2017/000000345397.jpg", + "caption_a": "a tie and a cell phone", + "caption_b": "a cell phone and a tie", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0081", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 193674, + "image": "val2017/000000193674.jpg", + "caption_a": "a person and a surfboard", + "caption_b": "a surfboard and a person", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "surfboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0082", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 469192, + "image": "val2017/000000469192.jpg", + "caption_a": "a kite and a truck", + "caption_b": "a truck and a kite", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "truck" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0083", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 527784, + "image": "val2017/000000527784.jpg", + "caption_a": "a fork and a sandwich", + "caption_b": "a sandwich and a fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "sandwich" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0084", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 139, + "image": "val2017/000000000139.jpg", + "caption_a": "a person and a vase", + "caption_b": "a vase and a person", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0085", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 490171, + "image": "val2017/000000490171.jpg", + "caption_a": "a dog and a person", + "caption_b": "a person and a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0086", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 564336, + "image": "val2017/000000564336.jpg", + "caption_a": "a chair and a dining table", + "caption_b": "a dining table and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0087", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 280891, + "image": "val2017/000000280891.jpg", + "caption_a": "an apple and a person", + "caption_b": "a person and an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0088", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 309964, + "image": "val2017/000000309964.jpg", + "caption_a": "a backpack and a car", + "caption_b": "a car and a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0089", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 566282, + "image": "val2017/000000566282.jpg", + "caption_a": "a car and a sports ball", + "caption_b": "a sports ball and a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "sports ball" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0090", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 425361, + "image": "val2017/000000425361.jpg", + "caption_a": "a laptop and a wine glass", + "caption_b": "a wine glass and a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "wine glass" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0091", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 147725, + "image": "val2017/000000147725.jpg", + "caption_a": "a bus and a car", + "caption_b": "a car and a bus", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0092", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 573094, + "image": "val2017/000000573094.jpg", + "caption_a": "a tv and a bicycle", + "caption_b": "a bicycle and a tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0093", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 181816, + "image": "val2017/000000181816.jpg", + "caption_a": "a bench and a potted plant", + "caption_b": "a potted plant and a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "potted plant" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0094", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 142585, + "image": "val2017/000000142585.jpg", + "caption_a": "a traffic light and a motorcycle", + "caption_b": "a motorcycle and a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "motorcycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0095", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 197004, + "image": "val2017/000000197004.jpg", + "caption_a": "a sandwich and a keyboard", + "caption_b": "a keyboard and a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0096", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 527427, + "image": "val2017/000000527427.jpg", + "caption_a": "a chair and a laptop", + "caption_b": "a laptop and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0097", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 445846, + "image": "val2017/000000445846.jpg", + "caption_a": "a sink and a refrigerator", + "caption_b": "a refrigerator and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink", + "refrigerator" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0098", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 194940, + "image": "val2017/000000194940.jpg", + "caption_a": "a bowl and a broccoli", + "caption_b": "a broccoli and a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "broccoli" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0099", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 258911, + "image": "val2017/000000258911.jpg", + "caption_a": "a cow and a person", + "caption_b": "a person and a cow", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0100", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 565853, + "image": "val2017/000000565853.jpg", + "caption_a": "a bottle and a tv", + "caption_b": "a tv and a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0101", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 345027, + "image": "val2017/000000345027.jpg", + "caption_a": "a motorcycle and a bench", + "caption_b": "a bench and a motorcycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "bench" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0102", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 114907, + "image": "val2017/000000114907.jpg", + "caption_a": "a cow and a truck", + "caption_b": "a truck and a cow", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cow", + "truck" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0103", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 458325, + "image": "val2017/000000458325.jpg", + "caption_a": "a traffic light and a skateboard", + "caption_b": "a skateboard and a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "skateboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0104", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 191013, + "image": "val2017/000000191013.jpg", + "caption_a": "a clock and a truck", + "caption_b": "a truck and a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "truck" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0105", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 13659, + "image": "val2017/000000013659.jpg", + "caption_a": "a dining table and a person", + "caption_b": "a person and a dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dining table", + "person" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0106", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 315450, + "image": "val2017/000000315450.jpg", + "caption_a": "a bus and a traffic light", + "caption_b": "a traffic light and a bus", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "traffic light" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0107", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 214720, + "image": "val2017/000000214720.jpg", + "caption_a": "a couch and a cake", + "caption_b": "a cake and a couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch", + "cake" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0108", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 228214, + "image": "val2017/000000228214.jpg", + "caption_a": "an umbrella and a cell phone", + "caption_b": "a cell phone and an umbrella", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0109", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 144333, + "image": "val2017/000000144333.jpg", + "caption_a": "a handbag and a bicycle", + "caption_b": "a bicycle and a handbag", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "handbag", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0110", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 190753, + "image": "val2017/000000190753.jpg", + "caption_a": "a backpack and a bench", + "caption_b": "a bench and a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "bench" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0111", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 405691, + "image": "val2017/000000405691.jpg", + "caption_a": "a wine glass and a bowl", + "caption_b": "a bowl and a wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "bowl" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0112", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 175438, + "image": "val2017/000000175438.jpg", + "caption_a": "a clock and a car", + "caption_b": "a car and a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0113", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 440475, + "image": "val2017/000000440475.jpg", + "caption_a": "a dining table and a tv", + "caption_b": "a tv and a dining table", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "tv" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0114", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 528399, + "image": "val2017/000000528399.jpg", + "caption_a": "a cup and a spoon", + "caption_b": "a spoon and a cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "spoon" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0115", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 509131, + "image": "val2017/000000509131.jpg", + "caption_a": "a banana and an orange", + "caption_b": "an orange and a banana", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana", + "orange" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0116", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 376365, + "image": "val2017/000000376365.jpg", + "caption_a": "a cup and a vase", + "caption_b": "a vase and a cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "vase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0117", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 458255, + "image": "val2017/000000458255.jpg", + "caption_a": "a cat and a book", + "caption_b": "a book and a cat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "book" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0118", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 437239, + "image": "val2017/000000437239.jpg", + "caption_a": "a frisbee and a backpack", + "caption_b": "a backpack and a frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "backpack" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0119", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 348481, + "image": "val2017/000000348481.jpg", + "caption_a": "a laptop and a cell phone", + "caption_b": "a cell phone and a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "cell phone" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0120", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 310072, + "image": "val2017/000000310072.jpg", + "caption_a": "a car and a bench", + "caption_b": "a bench and a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "bench" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0121", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 134112, + "image": "val2017/000000134112.jpg", + "caption_a": "a dog and a laptop", + "caption_b": "a laptop and a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0122", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 170893, + "image": "val2017/000000170893.jpg", + "caption_a": "a toilet and a dog", + "caption_b": "a dog and a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "dog" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0123", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 438774, + "image": "val2017/000000438774.jpg", + "caption_a": "a microwave and a dining table", + "caption_b": "a dining table and a microwave", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0124", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 341469, + "image": "val2017/000000341469.jpg", + "caption_a": "a bicycle and a suitcase", + "caption_b": "a suitcase and a bicycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "suitcase" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0125", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 318238, + "image": "val2017/000000318238.jpg", + "caption_a": "a dog and a bed", + "caption_b": "a bed and a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0126", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 251140, + "image": "val2017/000000251140.jpg", + "caption_a": "a book and a bicycle", + "caption_b": "a bicycle and a book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book", + "bicycle" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0127", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 203488, + "image": "val2017/000000203488.jpg", + "caption_a": "a bench and a parking meter", + "caption_b": "a parking meter and a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "parking meter" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0128", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 210520, + "image": "val2017/000000210520.jpg", + "caption_a": "a fork and a spoon", + "caption_b": "a spoon and a fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "spoon" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0129", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 253835, + "image": "val2017/000000253835.jpg", + "caption_a": "a backpack and a traffic light", + "caption_b": "a traffic light and a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "backpack", + "traffic light" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0130", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 35279, + "image": "val2017/000000035279.jpg", + "caption_a": "a book and a laptop", + "caption_b": "a laptop and a book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book", + "laptop" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0131", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 557916, + "image": "val2017/000000557916.jpg", + "caption_a": "a bed and a teddy bear", + "caption_b": "a teddy bear and a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "teddy bear" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0132", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 430286, + "image": "val2017/000000430286.jpg", + "caption_a": "a bed and a remote", + "caption_b": "a remote and a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "remote" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0133", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 131138, + "image": "val2017/000000131138.jpg", + "caption_a": "a spoon and a keyboard", + "caption_b": "a keyboard and a spoon", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "spoon", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0134", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 117374, + "image": "val2017/000000117374.jpg", + "caption_a": "a cat and a bird", + "caption_b": "a bird and a cat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "bird" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0135", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 394510, + "image": "val2017/000000394510.jpg", + "caption_a": "a skateboard and a car", + "caption_b": "a car and a skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "car" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0136", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 426241, + "image": "val2017/000000426241.jpg", + "caption_a": "a tv and a keyboard", + "caption_b": "a keyboard and a tv", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "keyboard" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0137", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 194724, + "image": "val2017/000000194724.jpg", + "caption_a": "a cell phone and a pizza", + "caption_b": "a pizza and a cell phone", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "pizza" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0138", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 294783, + "image": "val2017/000000294783.jpg", + "caption_a": "a couch and a bed", + "caption_b": "a bed and a couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0139", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 507975, + "image": "val2017/000000507975.jpg", + "caption_a": "a car and a horse", + "caption_b": "a horse and a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0140", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 415194, + "image": "val2017/000000415194.jpg", + "caption_a": "a refrigerator and a dining table", + "caption_b": "a dining table and a refrigerator", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "dining table" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0141", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 534270, + "image": "val2017/000000534270.jpg", + "caption_a": "a boat and an umbrella", + "caption_b": "an umbrella and a boat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "boat", + "umbrella" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0142", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 51738, + "image": "val2017/000000051738.jpg", + "caption_a": "a suitcase and a bed", + "caption_b": "a bed and a suitcase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "suitcase", + "bed" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0143", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 335427, + "image": "val2017/000000335427.jpg", + "caption_a": "a fork and a broccoli", + "caption_b": "a broccoli and a fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "broccoli" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0144", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 16228, + "image": "val2017/000000016228.jpg", + "caption_a": "a bench and a horse", + "caption_b": "a horse and a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "horse" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0145", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 543043, + "image": "val2017/000000543043.jpg", + "caption_a": "a car and a boat", + "caption_b": "a boat and a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "boat" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0146", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 365385, + "image": "val2017/000000365385.jpg", + "caption_a": "a cup and a toothbrush", + "caption_b": "a toothbrush and a cup", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "toothbrush" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0147", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 293390, + "image": "val2017/000000293390.jpg", + "caption_a": "a sink and a toothbrush", + "caption_b": "a toothbrush and a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sink", + "toothbrush" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0148", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 384808, + "image": "val2017/000000384808.jpg", + "caption_a": "a toilet and a sink", + "caption_b": "a sink and a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "sink" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_0149", + "test_type": "equivalence", + "operator": "COMM_AND", + "image_id": 525083, + "image": "val2017/000000525083.jpg", + "caption_a": "a chair and a microwave", + "caption_b": "a microwave and a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "microwave" + ], + "present": [], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_and", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0000", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 393014, + "image": "val2017/000000393014.jpg", + "caption_a": "a cell phone or a sandwich", + "caption_b": "a sandwich or a cell phone", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "sandwich" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0001", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 567640, + "image": "val2017/000000567640.jpg", + "caption_a": "a sports ball or a boat", + "caption_b": "a boat or a sports ball", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "boat" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0002", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 158660, + "image": "val2017/000000158660.jpg", + "caption_a": "an apple or a tv", + "caption_b": "a tv or an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple", + "tv" + ], + "present": [ + "apple" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0003", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 553669, + "image": "val2017/000000553669.jpg", + "caption_a": "a bench or an oven", + "caption_b": "an oven or a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "oven" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0004", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 348481, + "image": "val2017/000000348481.jpg", + "caption_a": "a skateboard or a book", + "caption_b": "a book or a skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "book" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0005", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 229601, + "image": "val2017/000000229601.jpg", + "caption_a": "a toaster or a baseball glove", + "caption_b": "a baseball glove or a toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0006", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 182021, + "image": "val2017/000000182021.jpg", + "caption_a": "a giraffe or a baseball bat", + "caption_b": "a baseball bat or a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "baseball bat" + ], + "present": [ + "baseball bat" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0007", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 509131, + "image": "val2017/000000509131.jpg", + "caption_a": "an apple or a cow", + "caption_b": "a cow or an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "apple", + "cow" + ], + "present": [ + "apple" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0008", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 277584, + "image": "val2017/000000277584.jpg", + "caption_a": "a train or a cat", + "caption_b": "a cat or a train", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "cat" + ], + "present": [ + "cat" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0009", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 415748, + "image": "val2017/000000415748.jpg", + "caption_a": "a car or an elephant", + "caption_b": "an elephant or a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0010", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 366884, + "image": "val2017/000000366884.jpg", + "caption_a": "a zebra or a dog", + "caption_b": "a dog or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "dog" + ], + "present": [ + "dog" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0011", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 281693, + "image": "val2017/000000281693.jpg", + "caption_a": "a giraffe or an airplane", + "caption_b": "an airplane or a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "airplane" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0012", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 395343, + "image": "val2017/000000395343.jpg", + "caption_a": "a vase or a handbag", + "caption_b": "a handbag or a vase", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "vase", + "handbag" + ], + "present": [ + "vase" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0013", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 107339, + "image": "val2017/000000107339.jpg", + "caption_a": "a toaster or a couch", + "caption_b": "a couch or a toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0014", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 419653, + "image": "val2017/000000419653.jpg", + "caption_a": "a bed or a microwave", + "caption_b": "a microwave or a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0015", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 528399, + "image": "val2017/000000528399.jpg", + "caption_a": "a sandwich or a remote", + "caption_b": "a remote or a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "remote" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0016", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 350405, + "image": "val2017/000000350405.jpg", + "caption_a": "a snowboard or an orange", + "caption_b": "an orange or a snowboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "orange" + ], + "present": [ + "snowboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0017", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 551350, + "image": "val2017/000000551350.jpg", + "caption_a": "a fire hydrant or a bench", + "caption_b": "a bench or a fire hydrant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "bench" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0018", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 550471, + "image": "val2017/000000550471.jpg", + "caption_a": "a bus or a fork", + "caption_b": "a fork or a bus", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "fork" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0019", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 255912, + "image": "val2017/000000255912.jpg", + "caption_a": "a sandwich or a clock", + "caption_b": "a clock or a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "clock" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0020", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 112378, + "image": "val2017/000000112378.jpg", + "caption_a": "a traffic light or a banana", + "caption_b": "a banana or a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "banana" + ], + "present": [ + "banana" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0021", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 194940, + "image": "val2017/000000194940.jpg", + "caption_a": "a sports ball or a carrot", + "caption_b": "a carrot or a sports ball", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0022", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 417249, + "image": "val2017/000000417249.jpg", + "caption_a": "a handbag or a couch", + "caption_b": "a couch or a handbag", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "couch" + ], + "present": [ + "handbag" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0023", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 389812, + "image": "val2017/000000389812.jpg", + "caption_a": "a handbag or a banana", + "caption_b": "a banana or a handbag", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "banana" + ], + "present": [ + "banana" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0024", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 135561, + "image": "val2017/000000135561.jpg", + "caption_a": "a toaster or a horse", + "caption_b": "a horse or a toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "horse" + ], + "present": [ + "toaster" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0025", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 350002, + "image": "val2017/000000350002.jpg", + "caption_a": "a teddy bear or a hair drier", + "caption_b": "a hair drier or a teddy bear", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "hair drier" + ], + "present": [ + "hair drier" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0026", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 91619, + "image": "val2017/000000091619.jpg", + "caption_a": "a bench or a stop sign", + "caption_b": "a stop sign or a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "stop sign" + ], + "present": [ + "stop sign" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0027", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 294163, + "image": "val2017/000000294163.jpg", + "caption_a": "a broccoli or a clock", + "caption_b": "a clock or a broccoli", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "clock" + ], + "present": [ + "clock" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0028", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 165831, + "image": "val2017/000000165831.jpg", + "caption_a": "a broccoli or a cow", + "caption_b": "a cow or a broccoli", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "cow" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0029", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 291861, + "image": "val2017/000000291861.jpg", + "caption_a": "a zebra or a hot dog", + "caption_b": "a hot dog or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "hot dog" + ], + "present": [ + "zebra" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0030", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 428218, + "image": "val2017/000000428218.jpg", + "caption_a": "a frisbee or a dog", + "caption_b": "a dog or a frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "dog" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0031", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 96001, + "image": "val2017/000000096001.jpg", + "caption_a": "a book or a train", + "caption_b": "a train or a book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book", + "train" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0032", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 264335, + "image": "val2017/000000264335.jpg", + "caption_a": "a skateboard or a bird", + "caption_b": "a bird or a skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "bird" + ], + "present": [ + "bird" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0033", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 352491, + "image": "val2017/000000352491.jpg", + "caption_a": "a cake or a train", + "caption_b": "a train or a cake", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cake", + "train" + ], + "present": [ + "train" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0034", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 316666, + "image": "val2017/000000316666.jpg", + "caption_a": "a toilet or a vase", + "caption_b": "a vase or a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "vase" + ], + "present": [ + "vase" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0035", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 354072, + "image": "val2017/000000354072.jpg", + "caption_a": "a clock or a potted plant", + "caption_b": "a potted plant or a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0036", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 579902, + "image": "val2017/000000579902.jpg", + "caption_a": "a motorcycle or a microwave", + "caption_b": "a microwave or a motorcycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "microwave" + ], + "present": [ + "motorcycle" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0037", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 310980, + "image": "val2017/000000310980.jpg", + "caption_a": "a laptop or a keyboard", + "caption_b": "a keyboard or a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "keyboard" + ], + "present": [ + "laptop" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0038", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 246963, + "image": "val2017/000000246963.jpg", + "caption_a": "a stop sign or a knife", + "caption_b": "a knife or a stop sign", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "knife" + ], + "present": [ + "stop sign" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0039", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 536073, + "image": "val2017/000000536073.jpg", + "caption_a": "a knife or a tennis racket", + "caption_b": "a tennis racket or a knife", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "knife", + "tennis racket" + ], + "present": [ + "knife" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0040", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 520264, + "image": "val2017/000000520264.jpg", + "caption_a": "a bottle or a microwave", + "caption_b": "a microwave or a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0041", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 203095, + "image": "val2017/000000203095.jpg", + "caption_a": "a bowl or a carrot", + "caption_b": "a carrot or a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "carrot" + ], + "present": [ + "carrot" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0042", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 551439, + "image": "val2017/000000551439.jpg", + "caption_a": "a bird or a book", + "caption_b": "a book or a bird", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bird", + "book" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0043", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 42889, + "image": "val2017/000000042889.jpg", + "caption_a": "a skateboard or a teddy bear", + "caption_b": "a teddy bear or a skateboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "teddy bear" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0044", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 566042, + "image": "val2017/000000566042.jpg", + "caption_a": "a giraffe or a person", + "caption_b": "a person or a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "person" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0045", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 326174, + "image": "val2017/000000326174.jpg", + "caption_a": "a surfboard or an apple", + "caption_b": "an apple or a surfboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "apple" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0046", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 183437, + "image": "val2017/000000183437.jpg", + "caption_a": "an elephant or a dog", + "caption_b": "a dog or an elephant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "dog" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0047", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 279730, + "image": "val2017/000000279730.jpg", + "caption_a": "a hot dog or a bottle", + "caption_b": "a bottle or a hot dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hot dog", + "bottle" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0048", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 244496, + "image": "val2017/000000244496.jpg", + "caption_a": "a handbag or a tie", + "caption_b": "a tie or a handbag", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "tie" + ], + "present": [ + "tie" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0049", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 407960, + "image": "val2017/000000407960.jpg", + "caption_a": "a bowl or an oven", + "caption_b": "an oven or a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "oven" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0050", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 417608, + "image": "val2017/000000417608.jpg", + "caption_a": "a sandwich or a bed", + "caption_b": "a bed or a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "bed" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0051", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 371677, + "image": "val2017/000000371677.jpg", + "caption_a": "a keyboard or a chair", + "caption_b": "a chair or a keyboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "keyboard", + "chair" + ], + "present": [ + "keyboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0052", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 201775, + "image": "val2017/000000201775.jpg", + "caption_a": "a truck or a toilet", + "caption_b": "a toilet or a truck", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0053", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 395633, + "image": "val2017/000000395633.jpg", + "caption_a": "a zebra or a boat", + "caption_b": "a boat or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "boat", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "zebra", + "boat" + ], + "present": [ + "boat" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0054", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 184791, + "image": "val2017/000000184791.jpg", + "caption_a": "a bicycle or an orange", + "caption_b": "an orange or a bicycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "orange" + ], + "present": [ + "orange" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0055", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 455448, + "image": "val2017/000000455448.jpg", + "caption_a": "a cake or a refrigerator", + "caption_b": "a refrigerator or a cake", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cake", + "refrigerator" + ], + "present": [ + "cake" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0056", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 311950, + "image": "val2017/000000311950.jpg", + "caption_a": "an apple or a hot dog", + "caption_b": "a hot dog or an apple", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "apple", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0057", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 562843, + "image": "val2017/000000562843.jpg", + "caption_a": "a tennis racket or a scissors", + "caption_b": "a scissors or a tennis racket", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "scissors" + ], + "present": [ + "scissors" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0058", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 17714, + "image": "val2017/000000017714.jpg", + "caption_a": "a spoon or a skateboard", + "caption_b": "a skateboard or a spoon", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "skateboard" + ], + "present": [ + "spoon" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0059", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 92053, + "image": "val2017/000000092053.jpg", + "caption_a": "a sandwich or a giraffe", + "caption_b": "a giraffe or a sandwich", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "giraffe" + ], + "present": [ + "sandwich" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0060", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 16958, + "image": "val2017/000000016958.jpg", + "caption_a": "a chair or a fork", + "caption_b": "a fork or a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "fork" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0061", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 285788, + "image": "val2017/000000285788.jpg", + "caption_a": "a giraffe or a tie", + "caption_b": "a tie or a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "tie" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0062", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 561223, + "image": "val2017/000000561223.jpg", + "caption_a": "a surfboard or a keyboard", + "caption_b": "a keyboard or a surfboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "keyboard" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0063", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 393282, + "image": "val2017/000000393282.jpg", + "caption_a": "a giraffe or a bench", + "caption_b": "a bench or a giraffe", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "bench" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0064", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 457559, + "image": "val2017/000000457559.jpg", + "caption_a": "a sports ball or a stop sign", + "caption_b": "a stop sign or a sports ball", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "stop sign" + ], + "present": [ + "sports ball" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0065", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 236412, + "image": "val2017/000000236412.jpg", + "caption_a": "a couch or a pizza", + "caption_b": "a pizza or a couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch", + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0066", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 411530, + "image": "val2017/000000411530.jpg", + "caption_a": "a snowboard or a skis", + "caption_b": "a skis or a snowboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "skis" + ], + "present": [ + "snowboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0067", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 316404, + "image": "val2017/000000316404.jpg", + "caption_a": "a microwave or a tennis racket", + "caption_b": "a tennis racket or a microwave", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0068", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 571804, + "image": "val2017/000000571804.jpg", + "caption_a": "a toilet or an airplane", + "caption_b": "an airplane or a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toilet", + "airplane" + ], + "present": [ + "toilet" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0069", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 562197, + "image": "val2017/000000562197.jpg", + "caption_a": "a stop sign or a broccoli", + "caption_b": "a broccoli or a stop sign", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0070", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 578489, + "image": "val2017/000000578489.jpg", + "caption_a": "a hair drier or a couch", + "caption_b": "a couch or a hair drier", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "hair drier", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "hair drier", + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0071", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 358525, + "image": "val2017/000000358525.jpg", + "caption_a": "a laptop or a cell phone", + "caption_b": "a cell phone or a laptop", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "cell phone" + ], + "present": [ + "laptop" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0072", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 196009, + "image": "val2017/000000196009.jpg", + "caption_a": "a carrot or a surfboard", + "caption_b": "a surfboard or a carrot", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "carrot", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "carrot", + "surfboard" + ], + "present": [ + "carrot" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0073", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 776, + "image": "val2017/000000000776.jpg", + "caption_a": "a teddy bear or a cat", + "caption_b": "a cat or a teddy bear", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "cat" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0074", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 232348, + "image": "val2017/000000232348.jpg", + "caption_a": "a refrigerator or a toaster", + "caption_b": "a toaster or a refrigerator", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0075", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 369751, + "image": "val2017/000000369751.jpg", + "caption_a": "a car or a donut", + "caption_b": "a donut or a car", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "donut" + ], + "present": [ + "car" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0076", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 7816, + "image": "val2017/000000007816.jpg", + "caption_a": "a motorcycle or a mouse", + "caption_b": "a mouse or a motorcycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "mouse", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "mouse" + ], + "present": [ + "motorcycle" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0077", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 17379, + "image": "val2017/000000017379.jpg", + "caption_a": "a sink or a backpack", + "caption_b": "a backpack or a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "backpack" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0078", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 512403, + "image": "val2017/000000512403.jpg", + "caption_a": "a tennis racket or a book", + "caption_b": "a book or a tennis racket", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "book" + ], + "present": [ + "book" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0079", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 172617, + "image": "val2017/000000172617.jpg", + "caption_a": "a train or a suitcase", + "caption_b": "a suitcase or a train", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "suitcase" + ], + "present": [ + "suitcase" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0080", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 580410, + "image": "val2017/000000580410.jpg", + "caption_a": "a clock or a chair", + "caption_b": "a chair or a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "chair" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0081", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 235241, + "image": "val2017/000000235241.jpg", + "caption_a": "a couch or a frisbee", + "caption_b": "a frisbee or a couch", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch", + "frisbee" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0082", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 338191, + "image": "val2017/000000338191.jpg", + "caption_a": "a fire hydrant or a horse", + "caption_b": "a horse or a fire hydrant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "horse", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fire hydrant", + "horse" + ], + "present": [ + "fire hydrant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0083", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 150417, + "image": "val2017/000000150417.jpg", + "caption_a": "a cat or a refrigerator", + "caption_b": "a refrigerator or a cat", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "cat", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0084", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 189436, + "image": "val2017/000000189436.jpg", + "caption_a": "a teddy bear or a bowl", + "caption_b": "a bowl or a teddy bear", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "bowl" + ], + "present": [ + "teddy bear" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0085", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 157365, + "image": "val2017/000000157365.jpg", + "caption_a": "a bed or a skateboard", + "caption_b": "a skateboard or a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0086", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 547383, + "image": "val2017/000000547383.jpg", + "caption_a": "a sheep or a bear", + "caption_b": "a bear or a sheep", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sheep", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "sheep", + "bear" + ], + "present": [ + "sheep" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0087", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 368982, + "image": "val2017/000000368982.jpg", + "caption_a": "a scissors or a giraffe", + "caption_b": "a giraffe or a scissors", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors", + "giraffe" + ], + "present": [ + "scissors" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0088", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 540502, + "image": "val2017/000000540502.jpg", + "caption_a": "a refrigerator or an apple", + "caption_b": "an apple or a refrigerator", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "apple", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "apple" + ], + "present": [ + "refrigerator" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0089", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 92416, + "image": "val2017/000000092416.jpg", + "caption_a": "a bottle or a toothbrush", + "caption_b": "a toothbrush or a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "toothbrush" + ], + "present": [ + "bottle" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0090", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 52007, + "image": "val2017/000000052007.jpg", + "caption_a": "a bus or an airplane", + "caption_b": "an airplane or a bus", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "airplane" + ], + "present": [ + "bus" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0091", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 320664, + "image": "val2017/000000320664.jpg", + "caption_a": "a fork or a bird", + "caption_b": "a bird or a fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "bird", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "bird" + ], + "present": [ + "fork" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0092", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 32334, + "image": "val2017/000000032334.jpg", + "caption_a": "a wine glass or a cake", + "caption_b": "a cake or a wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "cake" + ], + "present": [ + "wine glass" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0093", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 477955, + "image": "val2017/000000477955.jpg", + "caption_a": "a cow or a kite", + "caption_b": "a kite or a cow", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "cow", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cow", + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0094", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 571313, + "image": "val2017/000000571313.jpg", + "caption_a": "a toilet or a tv", + "caption_b": "a tv or a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "tv" + ], + "present": [ + "tv" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0095", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 549167, + "image": "val2017/000000549167.jpg", + "caption_a": "a zebra or a broccoli", + "caption_b": "a broccoli or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "broccoli" + ], + "present": [ + "broccoli" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0096", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 17182, + "image": "val2017/000000017182.jpg", + "caption_a": "a chair or a person", + "caption_b": "a person or a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "person" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0097", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 179898, + "image": "val2017/000000179898.jpg", + "caption_a": "a fork or a hot dog", + "caption_b": "a hot dog or a fork", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0098", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 430286, + "image": "val2017/000000430286.jpg", + "caption_a": "a toilet or a remote", + "caption_b": "a remote or a toilet", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "remote" + ], + "present": [ + "remote" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0099", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 571598, + "image": "val2017/000000571598.jpg", + "caption_a": "a backpack or a tie", + "caption_b": "a tie or a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "tie" + ], + "present": [ + "tie" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0100", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 429011, + "image": "val2017/000000429011.jpg", + "caption_a": "a pizza or a car", + "caption_b": "a car or a pizza", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "pizza", + "car" + ], + "present": [ + "car" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0101", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 521405, + "image": "val2017/000000521405.jpg", + "caption_a": "a truck or a toothbrush", + "caption_b": "a toothbrush or a truck", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "truck", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0102", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 280918, + "image": "val2017/000000280918.jpg", + "caption_a": "an oven or a keyboard", + "caption_b": "a keyboard or an oven", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "keyboard", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "oven", + "keyboard" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0103", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 468245, + "image": "val2017/000000468245.jpg", + "caption_a": "a bed or a snowboard", + "caption_b": "a snowboard or a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bed", + "snowboard" + ], + "present": [ + "bed" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0104", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 108864, + "image": "val2017/000000108864.jpg", + "caption_a": "an elephant or a fork", + "caption_b": "a fork or an elephant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "elephant", + "fork" + ], + "present": [ + "elephant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0105", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 176799, + "image": "val2017/000000176799.jpg", + "caption_a": "a surfboard or a skateboard", + "caption_b": "a skateboard or a surfboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0106", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 475572, + "image": "val2017/000000475572.jpg", + "caption_a": "a toaster or a potted plant", + "caption_b": "a potted plant or a toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0107", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 438907, + "image": "val2017/000000438907.jpg", + "caption_a": "a handbag or a skateboard", + "caption_b": "a skateboard or a handbag", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "handbag", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "handbag", + "skateboard" + ], + "present": [ + "skateboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0108", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 476787, + "image": "val2017/000000476787.jpg", + "caption_a": "a clock or a pizza", + "caption_b": "a pizza or a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "pizza", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "pizza" + ], + "present": [ + "pizza" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0109", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 210099, + "image": "val2017/000000210099.jpg", + "caption_a": "a chair or a teddy bear", + "caption_b": "a teddy bear or a chair", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "chair", + "teddy bear" + ], + "present": [ + "chair" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0110", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 478136, + "image": "val2017/000000478136.jpg", + "caption_a": "a donut or a bus", + "caption_b": "a bus or a donut", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "donut", + "bus" + ], + "present": [ + "donut" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0111", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 492878, + "image": "val2017/000000492878.jpg", + "caption_a": "a microwave or a toothbrush", + "caption_b": "a toothbrush or a microwave", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0112", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 428454, + "image": "val2017/000000428454.jpg", + "caption_a": "a snowboard or a dog", + "caption_b": "a dog or a snowboard", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "snowboard", + "dog" + ], + "present": [ + "snowboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0113", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 237316, + "image": "val2017/000000237316.jpg", + "caption_a": "a toothbrush or a sink", + "caption_b": "a sink or a toothbrush", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toothbrush", + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0114", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 10995, + "image": "val2017/000000010995.jpg", + "caption_a": "a bed or an oven", + "caption_b": "an oven or a bed", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "oven" + ], + "present": [ + "bed" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0115", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 202339, + "image": "val2017/000000202339.jpg", + "caption_a": "a tie or a book", + "caption_b": "a book or a tie", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "tie", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tie", + "book" + ], + "present": [ + "tie" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0116", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 248400, + "image": "val2017/000000248400.jpg", + "caption_a": "a bowl or an airplane", + "caption_b": "an airplane or a bowl", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "airplane" + ], + "present": [ + "bowl" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0117", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 190236, + "image": "val2017/000000190236.jpg", + "caption_a": "a backpack or a chair", + "caption_b": "a chair or a backpack", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "chair" + ], + "present": [ + "backpack" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0118", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 128675, + "image": "val2017/000000128675.jpg", + "caption_a": "a dog or a kite", + "caption_b": "a kite or a dog", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "kite", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "kite" + ], + "present": [ + "kite" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0119", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 37740, + "image": "val2017/000000037740.jpg", + "caption_a": "a potted plant or a toilet", + "caption_b": "a toilet or a potted plant", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "potted plant", + "toilet" + ], + "present": [ + "potted plant" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0120", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 378605, + "image": "val2017/000000378605.jpg", + "caption_a": "a zebra or a donut", + "caption_b": "a donut or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "donut" + ], + "present": [ + "donut" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0121", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 356424, + "image": "val2017/000000356424.jpg", + "caption_a": "a bottle or a bus", + "caption_b": "a bus or a bottle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bottle", + "bus" + ], + "present": [ + "bottle" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0122", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 450100, + "image": "val2017/000000450100.jpg", + "caption_a": "a train or a spoon", + "caption_b": "a spoon or a train", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "train", + "spoon" + ], + "present": [ + "spoon" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0123", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 570736, + "image": "val2017/000000570736.jpg", + "caption_a": "a sink or a knife", + "caption_b": "a knife or a sink", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sink", + "knife" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0124", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 7278, + "image": "val2017/000000007278.jpg", + "caption_a": "a clock or a surfboard", + "caption_b": "a surfboard or a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "surfboard" + ], + "present": [ + "surfboard" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0125", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 121506, + "image": "val2017/000000121506.jpg", + "caption_a": "a bench or an orange", + "caption_b": "an orange or a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "orange" + ], + "present": [ + "bench" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0126", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 573391, + "image": "val2017/000000573391.jpg", + "caption_a": "a bear or a parking meter", + "caption_b": "a parking meter or a bear", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bear", + "parking meter" + ], + "present": [ + "bear" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0127", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 240940, + "image": "val2017/000000240940.jpg", + "caption_a": "a toaster or a tv", + "caption_b": "a tv or a toaster", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "tv", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "tv" + ], + "present": [ + "tv" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0128", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 384949, + "image": "val2017/000000384949.jpg", + "caption_a": "a clock or a cake", + "caption_b": "a cake or a clock", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cake", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "cake" + ], + "present": [ + "clock" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0129", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 412531, + "image": "val2017/000000412531.jpg", + "caption_a": "a parking meter or a refrigerator", + "caption_b": "a refrigerator or a parking meter", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "refrigerator" + ], + "present": [ + "parking meter" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0130", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 166277, + "image": "val2017/000000166277.jpg", + "caption_a": "a bicycle or a cup", + "caption_b": "a cup or a bicycle", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "cup" + ], + "present": [ + "cup" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0131", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 477288, + "image": "val2017/000000477288.jpg", + "caption_a": "an umbrella or a laptop", + "caption_b": "a laptop or an umbrella", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "umbrella", + "laptop" + ], + "present": [ + "umbrella" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0132", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 498857, + "image": "val2017/000000498857.jpg", + "caption_a": "a book or a giraffe", + "caption_b": "a giraffe or a book", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "book", + "is_negated": false + }, + { + "text": "giraffe", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "book", + "giraffe" + ], + "present": [ + "giraffe" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0133", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 429718, + "image": "val2017/000000429718.jpg", + "caption_a": "a bench or a train", + "caption_b": "a train or a bench", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "train" + ], + "present": [ + "train" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0134", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 262682, + "image": "val2017/000000262682.jpg", + "caption_a": "a wine glass or an oven", + "caption_b": "an oven or a wine glass", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "oven" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0135", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 343803, + "image": "val2017/000000343803.jpg", + "caption_a": "a frisbee or an elephant", + "caption_b": "an elephant or a frisbee", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "elephant" + ], + "present": [ + "frisbee" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0136", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 568147, + "image": "val2017/000000568147.jpg", + "caption_a": "a parking meter or a teddy bear", + "caption_b": "a teddy bear or a parking meter", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "teddy bear" + ], + "present": [ + "parking meter" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0137", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 545730, + "image": "val2017/000000545730.jpg", + "caption_a": "a zebra or a snowboard", + "caption_b": "a snowboard or a zebra", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "zebra", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "snowboard", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "zebra", + "snowboard" + ], + "present": [ + "zebra" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0138", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 124659, + "image": "val2017/000000124659.jpg", + "caption_a": "a parking meter or a couch", + "caption_b": "a couch or a parking meter", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "couch" + ], + "present": [ + "couch" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0139", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 326542, + "image": "val2017/000000326542.jpg", + "caption_a": "a scissors or a skis", + "caption_b": "a skis or a scissors", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "scissors", + "skis" + ], + "present": [ + "skis" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0140", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 356094, + "image": "val2017/000000356094.jpg", + "caption_a": "a toothbrush or a baseball glove", + "caption_b": "a baseball glove or a toothbrush", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toothbrush", + "baseball glove" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0141", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 400573, + "image": "val2017/000000400573.jpg", + "caption_a": "an orange or a donut", + "caption_b": "a donut or an orange", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "donut", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange", + "donut" + ], + "present": [ + "donut" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0142", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 43816, + "image": "val2017/000000043816.jpg", + "caption_a": "a knife or a baseball bat", + "caption_b": "a baseball bat or a knife", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "knife", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "knife", + "baseball bat" + ], + "present": [ + "baseball bat" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0143", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 465129, + "image": "val2017/000000465129.jpg", + "caption_a": "a skis or an oven", + "caption_b": "an oven or a skis", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "skis", + "oven" + ], + "present": [ + "oven" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0144", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 166391, + "image": "val2017/000000166391.jpg", + "caption_a": "a traffic light or a skis", + "caption_b": "a skis or a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "skis", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "skis" + ], + "present": [ + "traffic light" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0145", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 84031, + "image": "val2017/000000084031.jpg", + "caption_a": "a baseball glove or a tennis racket", + "caption_b": "a tennis racket or a baseball glove", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "tennis racket" + ], + "present": [ + "baseball glove" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0146", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 190676, + "image": "val2017/000000190676.jpg", + "caption_a": "an airplane or a potted plant", + "caption_b": "a potted plant or an airplane", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "airplane", + "potted plant" + ], + "present": [ + "airplane" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0147", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 223789, + "image": "val2017/000000223789.jpg", + "caption_a": "a traffic light or a sink", + "caption_b": "a sink or a traffic light", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "sink", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "sink", + "is_negated": false + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "sink" + ], + "present": [ + "sink" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0148", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 292024, + "image": "val2017/000000292024.jpg", + "caption_a": "a person or a car", + "caption_b": "a car or a person", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "car" + ], + "present": [ + "person" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "equiv_comm_or_0149", + "test_type": "equivalence", + "operator": "COMM_OR", + "image_id": 60855, + "image": "val2017/000000060855.jpg", + "caption_a": "an orange or a dining table", + "caption_b": "a dining table or an orange", + "correct": "both", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + } + ], + "operator": "OR" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + } + ], + "operator": "OR" + }, + "meta": { + "difficulty": "easy", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "orange", + "dining table" + ], + "present": [ + "orange" + ], + "absent": [], + "negation_type": null, + "template_family": null, + "polarity": null, + "equivalence_type": "commutativity_or", + "n_concepts": 2, + "pattern": null + } + }, + { + "sample_id": "compound_3_end_aff_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 438774, + "image": "val2017/000000438774.jpg", + "caption_a": "a microwave and a chair and no baseball bat", + "caption_b": "no microwave and a chair and a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave", + "chair", + "baseball bat" + ], + "present": [ + "microwave", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 202001, + "image": "val2017/000000202001.jpg", + "caption_a": "no couch and a cell phone and a clock", + "caption_b": "a couch and a cell phone and no clock", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch", + "cell phone", + "clock" + ], + "present": [ + "couch", + "cell phone" + ], + "absent": [ + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 324158, + "image": "val2017/000000324158.jpg", + "caption_a": "no dog and a person and a train", + "caption_b": "a dog and a person and no train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "person", + "train" + ], + "present": [ + "dog", + "person" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 358525, + "image": "val2017/000000358525.jpg", + "caption_a": "a laptop and a suitcase and no toilet", + "caption_b": "no laptop and a suitcase and a toilet", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "laptop", + "suitcase", + "toilet" + ], + "present": [ + "laptop", + "suitcase" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 336232, + "image": "val2017/000000336232.jpg", + "caption_a": "no bus and a motorcycle and a couch", + "caption_b": "a bus and a motorcycle and no couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "motorcycle", + "couch" + ], + "present": [ + "bus", + "motorcycle" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 70254, + "image": "val2017/000000070254.jpg", + "caption_a": "a person and a train and no hot dog", + "caption_b": "no person and a train and a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "train", + "hot dog" + ], + "present": [ + "person", + "train" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 407825, + "image": "val2017/000000407825.jpg", + "caption_a": "no bird and a bowl and a zebra", + "caption_b": "a bird and a bowl and no zebra", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bird", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bird", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bird", + "bowl", + "zebra" + ], + "present": [ + "bird", + "bowl" + ], + "absent": [ + "zebra" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 68833, + "image": "val2017/000000068833.jpg", + "caption_a": "no tv and a refrigerator and a baseball glove", + "caption_b": "a tv and a refrigerator and no baseball glove", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "refrigerator", + "baseball glove" + ], + "present": [ + "tv", + "refrigerator" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 507037, + "image": "val2017/000000507037.jpg", + "caption_a": "a backpack and a bicycle and no toothbrush", + "caption_b": "no backpack and a bicycle and a toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + }, + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "bicycle", + "toothbrush" + ], + "present": [ + "backpack", + "bicycle" + ], + "absent": [ + "toothbrush" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 203488, + "image": "val2017/000000203488.jpg", + "caption_a": "no parking meter and a bench and an airplane", + "caption_b": "a parking meter and a bench and no airplane", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "bench", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "bench", + "is_negated": false + }, + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "bench", + "airplane" + ], + "present": [ + "parking meter", + "bench" + ], + "absent": [ + "airplane" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 488075, + "image": "val2017/000000488075.jpg", + "caption_a": "a microwave and a chair and no baseball bat", + "caption_b": "no microwave and a chair and a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave", + "chair", + "baseball bat" + ], + "present": [ + "microwave", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 509403, + "image": "val2017/000000509403.jpg", + "caption_a": "a dog and a person and no train", + "caption_b": "no dog and a person and a train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "person", + "train" + ], + "present": [ + "dog", + "person" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 370478, + "image": "val2017/000000370478.jpg", + "caption_a": "no laptop and a suitcase and a toilet", + "caption_b": "a laptop and a suitcase and no toilet", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "suitcase", + "toilet" + ], + "present": [ + "laptop", + "suitcase" + ], + "absent": [ + "toilet" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 226154, + "image": "val2017/000000226154.jpg", + "caption_a": "a bus and a motorcycle and no couch", + "caption_b": "no bus and a motorcycle and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bus", + "motorcycle", + "couch" + ], + "present": [ + "bus", + "motorcycle" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 185472, + "image": "val2017/000000185472.jpg", + "caption_a": "no person and a train and a hot dog", + "caption_b": "a person and a train and no hot dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "person", + "train", + "hot dog" + ], + "present": [ + "person", + "train" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 240940, + "image": "val2017/000000240940.jpg", + "caption_a": "no tv and a refrigerator and a baseball glove", + "caption_b": "a tv and a refrigerator and no baseball glove", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tv", + "refrigerator", + "baseball glove" + ], + "present": [ + "tv", + "refrigerator" + ], + "absent": [ + "baseball glove" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 525083, + "image": "val2017/000000525083.jpg", + "caption_a": "a microwave and a chair and no baseball bat", + "caption_b": "no microwave and a chair and a baseball bat", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "microwave", + "chair", + "baseball bat" + ], + "present": [ + "microwave", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0017", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 149568, + "image": "val2017/000000149568.jpg", + "caption_a": "no dog and a person and a train", + "caption_b": "a dog and a person and no train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "person", + "train" + ], + "present": [ + "dog", + "person" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0018", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 206487, + "image": "val2017/000000206487.jpg", + "caption_a": "no bus and a motorcycle and a couch", + "caption_b": "a bus and a motorcycle and no couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "couch", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "motorcycle", + "couch" + ], + "present": [ + "bus", + "motorcycle" + ], + "absent": [ + "couch" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0019", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 558213, + "image": "val2017/000000558213.jpg", + "caption_a": "a person and a train and no hot dog", + "caption_b": "no person and a train and a hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "train", + "hot dog" + ], + "present": [ + "person", + "train" + ], + "absent": [ + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0020", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 289343, + "image": "val2017/000000289343.jpg", + "caption_a": "a dog and a person and no train", + "caption_b": "no dog and a person and a train", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dog", + "person", + "train" + ], + "present": [ + "dog", + "person" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_aff_0021", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 117525, + "image": "val2017/000000117525.jpg", + "caption_a": "no dog and a person and a train", + "caption_b": "a dog and a person and no train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "dog", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dog", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "dog", + "person", + "train" + ], + "present": [ + "dog", + "person" + ], + "absent": [ + "train" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 430875, + "image": "val2017/000000430875.jpg", + "caption_a": "no bowl and no sink and a traffic light", + "caption_b": "a bowl and no sink and no traffic light", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "traffic light", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "traffic light", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "sink", + "traffic light" + ], + "present": [ + "traffic light" + ], + "absent": [ + "bowl", + "sink" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 433192, + "image": "val2017/000000433192.jpg", + "caption_a": "a frisbee and no zebra and no bed", + "caption_b": "no frisbee and no zebra and a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "zebra", + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "frisbee", + "zebra" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 460927, + "image": "val2017/000000460927.jpg", + "caption_a": "no oven and no book and a bear", + "caption_b": "an oven and no book and no bear", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "oven", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + }, + { + "text": "bear", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "oven", + "is_negated": false + }, + { + "text": "book", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "oven", + "book", + "bear" + ], + "present": [ + "bear" + ], + "absent": [ + "oven", + "book" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 407002, + "image": "val2017/000000407002.jpg", + "caption_a": "no giraffe and no handbag and a skis", + "caption_b": "a giraffe and no handbag and no skis", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "handbag", + "is_negated": true + }, + { + "text": "skis", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "handbag", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "handbag", + "skis" + ], + "present": [ + "skis" + ], + "absent": [ + "giraffe", + "handbag" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 525286, + "image": "val2017/000000525286.jpg", + "caption_a": "no bottle and no pizza and a clock", + "caption_b": "a bottle and no pizza and no clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "pizza", + "clock" + ], + "present": [ + "clock" + ], + "absent": [ + "bottle", + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 58705, + "image": "val2017/000000058705.jpg", + "caption_a": "a microwave and no remote and no banana", + "caption_b": "no microwave and no remote and a banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "remote", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "remote", + "banana" + ], + "present": [ + "banana" + ], + "absent": [ + "microwave", + "remote" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 537355, + "image": "val2017/000000537355.jpg", + "caption_a": "a truck and no apple and no fire hydrant", + "caption_b": "no truck and no apple and a fire hydrant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "apple", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "truck", + "apple", + "fire hydrant" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "truck", + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 88462, + "image": "val2017/000000088462.jpg", + "caption_a": "no backpack and no chair and a bus", + "caption_b": "a backpack and no chair and no bus", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "backpack", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "backpack", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "backpack", + "chair", + "bus" + ], + "present": [ + "bus" + ], + "absent": [ + "backpack", + "chair" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 368212, + "image": "val2017/000000368212.jpg", + "caption_a": "no dining table and no hair drier and a toothbrush", + "caption_b": "a dining table and no hair drier and no toothbrush", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "hair drier", + "toothbrush" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "dining table", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 421455, + "image": "val2017/000000421455.jpg", + "caption_a": "no baseball bat and no laptop and a car", + "caption_b": "a baseball bat and no laptop and no car", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "laptop", + "car" + ], + "present": [ + "car" + ], + "absent": [ + "baseball bat", + "laptop" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 426376, + "image": "val2017/000000426376.jpg", + "caption_a": "no cell phone and no bird and a snowboard", + "caption_b": "a cell phone and no bird and no snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cell phone", + "is_negated": true + }, + { + "text": "bird", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cell phone", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cell phone", + "bird", + "snowboard" + ], + "present": [ + "snowboard" + ], + "absent": [ + "cell phone", + "bird" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 541664, + "image": "val2017/000000541664.jpg", + "caption_a": "no knife and no sports ball and a keyboard", + "caption_b": "a knife and no sports ball and no keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife", + "sports ball", + "keyboard" + ], + "present": [ + "keyboard" + ], + "absent": [ + "knife", + "sports ball" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 170739, + "image": "val2017/000000170739.jpg", + "caption_a": "a tie and no cake and no elephant", + "caption_b": "no tie and no cake and an elephant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "tie", + "is_negated": false + }, + { + "text": "cake", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tie", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "tie", + "cake", + "elephant" + ], + "present": [ + "elephant" + ], + "absent": [ + "tie", + "cake" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 59920, + "image": "val2017/000000059920.jpg", + "caption_a": "no scissors and no sheep and a toilet", + "caption_b": "a scissors and no sheep and no toilet", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "toilet", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors", + "sheep", + "toilet" + ], + "present": [ + "toilet" + ], + "absent": [ + "scissors", + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 306893, + "image": "val2017/000000306893.jpg", + "caption_a": "a skateboard and no boat and no train", + "caption_b": "no skateboard and no boat and a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "boat", + "is_negated": true + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "boat", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "boat", + "train" + ], + "present": [ + "train" + ], + "absent": [ + "skateboard", + "boat" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 432553, + "image": "val2017/000000432553.jpg", + "caption_a": "an orange and no cat and no dog", + "caption_b": "no orange and no cat and a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "cat", + "is_negated": true + }, + { + "text": "dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + }, + { + "text": "cat", + "is_negated": true + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange", + "cat", + "dog" + ], + "present": [ + "dog" + ], + "absent": [ + "orange", + "cat" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 242724, + "image": "val2017/000000242724.jpg", + "caption_a": "no donut and no spoon and a horse", + "caption_b": "a donut and no spoon and no horse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "donut", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + }, + { + "text": "horse", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "donut", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": true + }, + { + "text": "horse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "donut", + "spoon", + "horse" + ], + "present": [ + "horse" + ], + "absent": [ + "donut", + "spoon" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0017", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 232348, + "image": "val2017/000000232348.jpg", + "caption_a": "no tv and no hot dog and a toaster", + "caption_b": "a tv and no hot dog and no toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "hot dog", + "toaster" + ], + "present": [ + "toaster" + ], + "absent": [ + "tv", + "hot dog" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0018", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 181816, + "image": "val2017/000000181816.jpg", + "caption_a": "a cup and no bicycle and no potted plant", + "caption_b": "no cup and no bicycle and a potted plant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "bicycle", + "potted plant" + ], + "present": [ + "potted plant" + ], + "absent": [ + "cup", + "bicycle" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0019", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 1761, + "image": "val2017/000000001761.jpg", + "caption_a": "a couch and no carrot and no airplane", + "caption_b": "no couch and no carrot and an airplane", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "airplane", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "airplane", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "couch", + "carrot", + "airplane" + ], + "present": [ + "airplane" + ], + "absent": [ + "couch", + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0020", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 488673, + "image": "val2017/000000488673.jpg", + "caption_a": "a sandwich and no mouse and no wine glass", + "caption_b": "no sandwich and no mouse and a wine glass", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "mouse", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "sandwich", + "mouse" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0021", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 382696, + "image": "val2017/000000382696.jpg", + "caption_a": "no stop sign and no teddy bear and a refrigerator", + "caption_b": "a stop sign and no teddy bear and no refrigerator", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "teddy bear", + "refrigerator" + ], + "present": [ + "refrigerator" + ], + "absent": [ + "stop sign", + "teddy bear" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0022", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 358427, + "image": "val2017/000000358427.jpg", + "caption_a": "a parking meter and no surfboard and no fork", + "caption_b": "no parking meter and no surfboard and a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "surfboard", + "fork" + ], + "present": [ + "fork" + ], + "absent": [ + "parking meter", + "surfboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0023", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 159282, + "image": "val2017/000000159282.jpg", + "caption_a": "no bench and no broccoli and a vase", + "caption_b": "a bench and no broccoli and no vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "broccoli", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "bench", + "broccoli" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_end_neg_0024", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 373382, + "image": "val2017/000000373382.jpg", + "caption_a": "a motorcycle and no suitcase and no tennis racket", + "caption_b": "no motorcycle and no suitcase and a tennis racket", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "motorcycle", + "suitcase", + "tennis racket" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "motorcycle", + "suitcase" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "end" + } + }, + { + "sample_id": "compound_3_mid_aff_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 213445, + "image": "val2017/000000213445.jpg", + "caption_a": "no cat and a tie and a couch", + "caption_b": "a cat and no tie and a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "tie", + "couch" + ], + "present": [ + "cat", + "couch" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 92091, + "image": "val2017/000000092091.jpg", + "caption_a": "a teddy bear and no baseball bat and a chair", + "caption_b": "no teddy bear and a baseball bat and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "baseball bat", + "chair" + ], + "present": [ + "teddy bear", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 198489, + "image": "val2017/000000198489.jpg", + "caption_a": "no car and a carrot and an umbrella", + "caption_b": "a car and no carrot and an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "car", + "carrot", + "umbrella" + ], + "present": [ + "car", + "umbrella" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 334399, + "image": "val2017/000000334399.jpg", + "caption_a": "a person and no elephant and a clock", + "caption_b": "no person and an elephant and a clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "person", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": true + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "person", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "person", + "elephant", + "clock" + ], + "present": [ + "person", + "clock" + ], + "absent": [ + "elephant" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 394510, + "image": "val2017/000000394510.jpg", + "caption_a": "no skateboard and a fork and a car", + "caption_b": "a skateboard and no fork and a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "fork", + "car" + ], + "present": [ + "skateboard", + "car" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 533206, + "image": "val2017/000000533206.jpg", + "caption_a": "a wine glass and no refrigerator and a sandwich", + "caption_b": "no wine glass and a refrigerator and a sandwich", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "refrigerator", + "sandwich" + ], + "present": [ + "wine glass", + "sandwich" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 134112, + "image": "val2017/000000134112.jpg", + "caption_a": "no laptop and a bear and a dog", + "caption_b": "a laptop and no bear and a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "bear", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "bear", + "is_negated": true + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "bear", + "dog" + ], + "present": [ + "laptop", + "dog" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 531036, + "image": "val2017/000000531036.jpg", + "caption_a": "no bus and a dining table and a person", + "caption_b": "a bus and no dining table and a person", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bus", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bus", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bus", + "dining table", + "person" + ], + "present": [ + "bus", + "person" + ], + "absent": [ + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 231097, + "image": "val2017/000000231097.jpg", + "caption_a": "no broccoli and a hair drier and a cup", + "caption_b": "a broccoli and no hair drier and a cup", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": false + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": true + }, + { + "text": "cup", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "broccoli", + "hair drier", + "cup" + ], + "present": [ + "broccoli", + "cup" + ], + "absent": [ + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 104669, + "image": "val2017/000000104669.jpg", + "caption_a": "no fork and a car and a carrot", + "caption_b": "a fork and no car and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "car", + "carrot" + ], + "present": [ + "fork", + "carrot" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 366141, + "image": "val2017/000000366141.jpg", + "caption_a": "a cat and no tie and a couch", + "caption_b": "no cat and a tie and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "tie", + "couch" + ], + "present": [ + "cat", + "couch" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 82180, + "image": "val2017/000000082180.jpg", + "caption_a": "a teddy bear and no baseball bat and a chair", + "caption_b": "no teddy bear and a baseball bat and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "baseball bat", + "chair" + ], + "present": [ + "teddy bear", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 278848, + "image": "val2017/000000278848.jpg", + "caption_a": "a car and no carrot and an umbrella", + "caption_b": "no car and a carrot and an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "carrot", + "umbrella" + ], + "present": [ + "car", + "umbrella" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 278705, + "image": "val2017/000000278705.jpg", + "caption_a": "no skateboard and a fork and a car", + "caption_b": "a skateboard and no fork and a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "fork", + "car" + ], + "present": [ + "skateboard", + "car" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 567825, + "image": "val2017/000000567825.jpg", + "caption_a": "a wine glass and no refrigerator and a sandwich", + "caption_b": "no wine glass and a refrigerator and a sandwich", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "refrigerator", + "sandwich" + ], + "present": [ + "wine glass", + "sandwich" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 371699, + "image": "val2017/000000371699.jpg", + "caption_a": "no laptop and a bear and a dog", + "caption_b": "a laptop and no bear and a dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "bear", + "is_negated": false + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "bear", + "is_negated": true + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "bear", + "dog" + ], + "present": [ + "laptop", + "dog" + ], + "absent": [ + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 3845, + "image": "val2017/000000003845.jpg", + "caption_a": "no fork and a car and a carrot", + "caption_b": "a fork and no car and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "fork", + "car", + "carrot" + ], + "present": [ + "fork", + "carrot" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0017", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 413395, + "image": "val2017/000000413395.jpg", + "caption_a": "no cat and a tie and a couch", + "caption_b": "a cat and no tie and a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "tie", + "couch" + ], + "present": [ + "cat", + "couch" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0018", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 44068, + "image": "val2017/000000044068.jpg", + "caption_a": "a teddy bear and no baseball bat and a chair", + "caption_b": "no teddy bear and a baseball bat and a chair", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "chair", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "baseball bat", + "chair" + ], + "present": [ + "teddy bear", + "chair" + ], + "absent": [ + "baseball bat" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0019", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 215723, + "image": "val2017/000000215723.jpg", + "caption_a": "a car and no carrot and an umbrella", + "caption_b": "no car and a carrot and an umbrella", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "car", + "carrot", + "umbrella" + ], + "present": [ + "car", + "umbrella" + ], + "absent": [ + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0020", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 414385, + "image": "val2017/000000414385.jpg", + "caption_a": "no skateboard and a fork and a car", + "caption_b": "a skateboard and no fork and a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "skateboard", + "fork", + "car" + ], + "present": [ + "skateboard", + "car" + ], + "absent": [ + "fork" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0021", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 304984, + "image": "val2017/000000304984.jpg", + "caption_a": "no wine glass and a refrigerator and a sandwich", + "caption_b": "a wine glass and no refrigerator and a sandwich", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "sandwich", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "wine glass", + "refrigerator", + "sandwich" + ], + "present": [ + "wine glass", + "sandwich" + ], + "absent": [ + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0022", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 313783, + "image": "val2017/000000313783.jpg", + "caption_a": "a fork and no car and a carrot", + "caption_b": "no fork and a car and a carrot", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "fork", + "is_negated": false + }, + { + "text": "car", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "fork", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "fork", + "car", + "carrot" + ], + "present": [ + "fork", + "carrot" + ], + "absent": [ + "car" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0023", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 543581, + "image": "val2017/000000543581.jpg", + "caption_a": "no cat and a tie and a couch", + "caption_b": "a cat and no tie and a couch", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cat", + "tie", + "couch" + ], + "present": [ + "cat", + "couch" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_aff_0024", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 241326, + "image": "val2017/000000241326.jpg", + "caption_a": "a cat and no tie and a couch", + "caption_b": "no cat and a tie and a couch", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cat", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cat", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "couch", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cat", + "tie", + "couch" + ], + "present": [ + "cat", + "couch" + ], + "absent": [ + "tie" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 547519, + "image": "val2017/000000547519.jpg", + "caption_a": "a clock and no bear and no motorcycle", + "caption_b": "no clock and a bear and no motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "clock", + "is_negated": false + }, + { + "text": "bear", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "clock", + "is_negated": true + }, + { + "text": "bear", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "clock", + "bear", + "motorcycle" + ], + "present": [ + "bear" + ], + "absent": [ + "clock", + "motorcycle" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 506279, + "image": "val2017/000000506279.jpg", + "caption_a": "a laptop and no wine glass and no skis", + "caption_b": "no laptop and a wine glass and no skis", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "skis", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "wine glass", + "skis" + ], + "present": [ + "wine glass" + ], + "absent": [ + "laptop", + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 125952, + "image": "val2017/000000125952.jpg", + "caption_a": "no remote and a suitcase and no tv", + "caption_b": "a remote and no suitcase and no tv", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "remote", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": false + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "remote", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "remote", + "suitcase", + "tv" + ], + "present": [ + "suitcase" + ], + "absent": [ + "remote", + "tv" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 202339, + "image": "val2017/000000202339.jpg", + "caption_a": "no dining table and a tie and no keyboard", + "caption_b": "a dining table and no tie and no keyboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "dining table", + "is_negated": true + }, + { + "text": "tie", + "is_negated": false + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "dining table", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "dining table", + "tie", + "keyboard" + ], + "present": [ + "tie" + ], + "absent": [ + "dining table", + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 424349, + "image": "val2017/000000424349.jpg", + "caption_a": "a spoon and no oven and no dog", + "caption_b": "no spoon and an oven and no dog", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "spoon", + "is_negated": false + }, + { + "text": "oven", + "is_negated": true + }, + { + "text": "dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "spoon", + "is_negated": true + }, + { + "text": "oven", + "is_negated": false + }, + { + "text": "dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "spoon", + "oven", + "dog" + ], + "present": [ + "oven" + ], + "absent": [ + "spoon", + "dog" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 543300, + "image": "val2017/000000543300.jpg", + "caption_a": "no scissors and a boat and no potted plant", + "caption_b": "a scissors and no boat and no potted plant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "scissors", + "is_negated": true + }, + { + "text": "boat", + "is_negated": false + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "scissors", + "is_negated": false + }, + { + "text": "boat", + "is_negated": true + }, + { + "text": "potted plant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "scissors", + "boat", + "potted plant" + ], + "present": [ + "boat" + ], + "absent": [ + "scissors", + "potted plant" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 325306, + "image": "val2017/000000325306.jpg", + "caption_a": "a baseball glove and no zebra and no cat", + "caption_b": "no baseball glove and a zebra and no cat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "cat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": false + }, + { + "text": "cat", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball glove", + "zebra", + "cat" + ], + "present": [ + "zebra" + ], + "absent": [ + "baseball glove", + "cat" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 230983, + "image": "val2017/000000230983.jpg", + "caption_a": "a train and no skateboard and no apple", + "caption_b": "no train and a skateboard and no apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "train", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "train", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": false + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "train", + "skateboard", + "apple" + ], + "present": [ + "skateboard" + ], + "absent": [ + "train", + "apple" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 226130, + "image": "val2017/000000226130.jpg", + "caption_a": "no giraffe and a hot dog and no bird", + "caption_b": "a giraffe and no hot dog and no bird", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "hot dog", + "is_negated": true + }, + { + "text": "bird", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "hot dog", + "bird" + ], + "present": [ + "hot dog" + ], + "absent": [ + "giraffe", + "bird" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 119677, + "image": "val2017/000000119677.jpg", + "caption_a": "no knife and a fork and no snowboard", + "caption_b": "a knife and no fork and no snowboard", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "knife", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "knife", + "is_negated": false + }, + { + "text": "fork", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "knife", + "fork", + "snowboard" + ], + "present": [ + "fork" + ], + "absent": [ + "knife", + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 512836, + "image": "val2017/000000512836.jpg", + "caption_a": "no cow and an umbrella and no frisbee", + "caption_b": "a cow and no umbrella and no frisbee", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "umbrella", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cow", + "umbrella", + "frisbee" + ], + "present": [ + "umbrella" + ], + "absent": [ + "cow", + "frisbee" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 181796, + "image": "val2017/000000181796.jpg", + "caption_a": "an airplane and no cup and no pizza", + "caption_b": "no airplane and a cup and no pizza", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "airplane", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "airplane", + "is_negated": true + }, + { + "text": "cup", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "airplane", + "cup", + "pizza" + ], + "present": [ + "cup" + ], + "absent": [ + "airplane", + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 509008, + "image": "val2017/000000509008.jpg", + "caption_a": "no bicycle and a bus and no backpack", + "caption_b": "a bicycle and no bus and no backpack", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "bus", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "bus", + "is_negated": true + }, + { + "text": "backpack", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "bus", + "backpack" + ], + "present": [ + "bus" + ], + "absent": [ + "bicycle", + "backpack" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 185292, + "image": "val2017/000000185292.jpg", + "caption_a": "no parking meter and a surfboard and no mouse", + "caption_b": "a parking meter and no surfboard and no mouse", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "parking meter", + "is_negated": false + }, + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "parking meter", + "surfboard", + "mouse" + ], + "present": [ + "surfboard" + ], + "absent": [ + "parking meter", + "mouse" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 355610, + "image": "val2017/000000355610.jpg", + "caption_a": "a kite and no teddy bear and no hair drier", + "caption_b": "no kite and a teddy bear and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "teddy bear", + "hair drier" + ], + "present": [ + "teddy bear" + ], + "absent": [ + "kite", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 242946, + "image": "val2017/000000242946.jpg", + "caption_a": "no toaster and a carrot and no truck", + "caption_b": "a toaster and no carrot and no truck", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "truck", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toaster", + "carrot", + "truck" + ], + "present": [ + "carrot" + ], + "absent": [ + "toaster", + "truck" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 566282, + "image": "val2017/000000566282.jpg", + "caption_a": "a baseball bat and no sports ball and no bench", + "caption_b": "no baseball bat and a sports ball and no bench", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": false + }, + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "bench", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "bench", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "baseball bat", + "sports ball", + "bench" + ], + "present": [ + "sports ball" + ], + "absent": [ + "baseball bat", + "bench" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0017", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 62692, + "image": "val2017/000000062692.jpg", + "caption_a": "an orange and no tennis racket and no donut", + "caption_b": "no orange and a tennis racket and no donut", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "donut", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange", + "tennis racket", + "donut" + ], + "present": [ + "tennis racket" + ], + "absent": [ + "orange", + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0018", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 189475, + "image": "val2017/000000189475.jpg", + "caption_a": "a sandwich and no bottle and no cell phone", + "caption_b": "no sandwich and a bottle and no cell phone", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "bottle", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + }, + { + "text": "bottle", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "bottle", + "cell phone" + ], + "present": [ + "bottle" + ], + "absent": [ + "sandwich", + "cell phone" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0019", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 123480, + "image": "val2017/000000123480.jpg", + "caption_a": "a stop sign and no toothbrush and no chair", + "caption_b": "no stop sign and a toothbrush and no chair", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "stop sign", + "is_negated": false + }, + { + "text": "toothbrush", + "is_negated": true + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "chair", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "stop sign", + "toothbrush", + "chair" + ], + "present": [ + "toothbrush" + ], + "absent": [ + "stop sign", + "chair" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0020", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 50811, + "image": "val2017/000000050811.jpg", + "caption_a": "a microwave and no bowl and no broccoli", + "caption_b": "no microwave and a bowl and no broccoli", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "microwave", + "is_negated": false + }, + { + "text": "bowl", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "microwave", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "microwave", + "bowl", + "broccoli" + ], + "present": [ + "bowl" + ], + "absent": [ + "microwave", + "broccoli" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0021", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 298396, + "image": "val2017/000000298396.jpg", + "caption_a": "no bed and a sink and no vase", + "caption_b": "a bed and no sink and no vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bed", + "is_negated": true + }, + { + "text": "sink", + "is_negated": false + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bed", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bed", + "sink", + "vase" + ], + "present": [ + "sink" + ], + "absent": [ + "bed", + "vase" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0022", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 273198, + "image": "val2017/000000273198.jpg", + "caption_a": "no banana and a fire hydrant and no sheep", + "caption_b": "a banana and no fire hydrant and no sheep", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "banana", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "banana", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "banana", + "fire hydrant", + "sheep" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "banana", + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0023", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 7108, + "image": "val2017/000000007108.jpg", + "caption_a": "no refrigerator and an elephant and no clock", + "caption_b": "a refrigerator and no elephant and no clock", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "elephant", + "is_negated": false + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "elephant", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "elephant", + "clock" + ], + "present": [ + "elephant" + ], + "absent": [ + "refrigerator", + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_3_mid_neg_0024", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 498709, + "image": "val2017/000000498709.jpg", + "caption_a": "no bear and a motorcycle and no laptop", + "caption_b": "a bear and no motorcycle and no laptop", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bear", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bear", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": true + }, + { + "text": "laptop", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "medium", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bear", + "motorcycle", + "laptop" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "bear", + "laptop" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 3, + "pattern": "mid" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 565607, + "image": "val2017/000000565607.jpg", + "caption_a": "no refrigerator and no zebra and no carrot and a fire hydrant", + "caption_b": "a refrigerator and no zebra and no carrot and no fire hydrant", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "zebra", + "carrot", + "fire hydrant" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "refrigerator", + "zebra", + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 106281, + "image": "val2017/000000106281.jpg", + "caption_a": "a frisbee and no tie and no sink and no train", + "caption_b": "no frisbee and no tie and no sink and a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "tie", + "sink", + "train" + ], + "present": [ + "train" + ], + "absent": [ + "frisbee", + "tie", + "sink" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 550691, + "image": "val2017/000000550691.jpg", + "caption_a": "no traffic light and no toaster and no keyboard and a car", + "caption_b": "a traffic light and no toaster and no keyboard and no car", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "toaster", + "keyboard", + "car" + ], + "present": [ + "car" + ], + "absent": [ + "traffic light", + "toaster", + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 204186, + "image": "val2017/000000204186.jpg", + "caption_a": "a kite and no stop sign and no dining table and no motorcycle", + "caption_b": "no kite and no stop sign and no dining table and a motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "stop sign", + "dining table", + "motorcycle" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "kite", + "stop sign", + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 519569, + "image": "val2017/000000519569.jpg", + "caption_a": "a surfboard and no baseball glove and no sheep and no oven", + "caption_b": "no surfboard and no baseball glove and no sheep and an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "baseball glove", + "sheep", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "surfboard", + "baseball glove", + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 158660, + "image": "val2017/000000158660.jpg", + "caption_a": "a sandwich and no backpack and no bear and no apple", + "caption_b": "no sandwich and no backpack and no bear and an apple", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sandwich", + "is_negated": false + }, + { + "text": "backpack", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + }, + { + "text": "apple", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sandwich", + "is_negated": true + }, + { + "text": "backpack", + "is_negated": true + }, + { + "text": "bear", + "is_negated": true + }, + { + "text": "apple", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sandwich", + "backpack", + "bear", + "apple" + ], + "present": [ + "apple" + ], + "absent": [ + "sandwich", + "backpack", + "bear" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 218091, + "image": "val2017/000000218091.jpg", + "caption_a": "a potted plant and no person and no snowboard and no bed", + "caption_b": "no potted plant and no person and no snowboard and a bed", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "potted plant", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "bed", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "potted plant", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "snowboard", + "is_negated": true + }, + { + "text": "bed", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "potted plant", + "person", + "snowboard", + "bed" + ], + "present": [ + "bed" + ], + "absent": [ + "potted plant", + "person", + "snowboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 301867, + "image": "val2017/000000301867.jpg", + "caption_a": "an elephant and no bird and no bowl and no umbrella", + "caption_b": "no elephant and no bird and no bowl and an umbrella", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "elephant", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "elephant", + "is_negated": true + }, + { + "text": "bird", + "is_negated": true + }, + { + "text": "bowl", + "is_negated": true + }, + { + "text": "umbrella", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "elephant", + "bird", + "bowl", + "umbrella" + ], + "present": [ + "umbrella" + ], + "absent": [ + "elephant", + "bird", + "bowl" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 476810, + "image": "val2017/000000476810.jpg", + "caption_a": "a chair and no broccoli and no banana and no remote", + "caption_b": "no chair and no broccoli and no banana and a remote", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "chair", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + }, + { + "text": "remote", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "chair", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + }, + { + "text": "remote", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "chair", + "broccoli", + "banana", + "remote" + ], + "present": [ + "remote" + ], + "absent": [ + "chair", + "broccoli", + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 458255, + "image": "val2017/000000458255.jpg", + "caption_a": "a laptop and no skateboard and no pizza and no book", + "caption_b": "no laptop and no skateboard and no pizza and a book", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "laptop", + "is_negated": false + }, + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "book", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "laptop", + "is_negated": true + }, + { + "text": "skateboard", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "book", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "laptop", + "skateboard", + "pizza", + "book" + ], + "present": [ + "book" + ], + "absent": [ + "laptop", + "skateboard", + "pizza" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 292456, + "image": "val2017/000000292456.jpg", + "caption_a": "a giraffe and no bus and no horse and no handbag", + "caption_b": "no giraffe and no bus and no horse and a handbag", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "giraffe", + "is_negated": false + }, + { + "text": "bus", + "is_negated": true + }, + { + "text": "horse", + "is_negated": true + }, + { + "text": "handbag", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "giraffe", + "is_negated": true + }, + { + "text": "bus", + "is_negated": true + }, + { + "text": "horse", + "is_negated": true + }, + { + "text": "handbag", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "giraffe", + "bus", + "horse", + "handbag" + ], + "present": [ + "handbag" + ], + "absent": [ + "giraffe", + "bus", + "horse" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 520264, + "image": "val2017/000000520264.jpg", + "caption_a": "no couch and no scissors and no bench and a wine glass", + "caption_b": "a couch and no scissors and no bench and no wine glass", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "couch", + "is_negated": true + }, + { + "text": "scissors", + "is_negated": true + }, + { + "text": "bench", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "couch", + "is_negated": false + }, + { + "text": "scissors", + "is_negated": true + }, + { + "text": "bench", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "couch", + "scissors", + "bench", + "wine glass" + ], + "present": [ + "wine glass" + ], + "absent": [ + "couch", + "scissors", + "bench" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 169076, + "image": "val2017/000000169076.jpg", + "caption_a": "no teddy bear and no cell phone and no airplane and a dog", + "caption_b": "a teddy bear and no cell phone and no airplane and no dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": true + }, + { + "text": "cell phone", + "is_negated": true + }, + { + "text": "airplane", + "is_negated": true + }, + { + "text": "dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "teddy bear", + "is_negated": false + }, + { + "text": "cell phone", + "is_negated": true + }, + { + "text": "airplane", + "is_negated": true + }, + { + "text": "dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "teddy bear", + "cell phone", + "airplane", + "dog" + ], + "present": [ + "dog" + ], + "absent": [ + "teddy bear", + "cell phone", + "airplane" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 181421, + "image": "val2017/000000181421.jpg", + "caption_a": "a bicycle and no suitcase and no donut and no boat", + "caption_b": "no bicycle and no suitcase and no donut and a boat", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bicycle", + "is_negated": false + }, + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + }, + { + "text": "boat", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bicycle", + "is_negated": true + }, + { + "text": "suitcase", + "is_negated": true + }, + { + "text": "donut", + "is_negated": true + }, + { + "text": "boat", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bicycle", + "suitcase", + "donut", + "boat" + ], + "present": [ + "boat" + ], + "absent": [ + "bicycle", + "suitcase", + "donut" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 426253, + "image": "val2017/000000426253.jpg", + "caption_a": "no truck and no tennis racket and no hair drier and a microwave", + "caption_b": "a truck and no tennis racket and no hair drier and no microwave", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "truck", + "is_negated": true + }, + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "truck", + "is_negated": false + }, + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + }, + { + "text": "microwave", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "truck", + "tennis racket", + "hair drier", + "microwave" + ], + "present": [ + "microwave" + ], + "absent": [ + "truck", + "tennis racket", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 502737, + "image": "val2017/000000502737.jpg", + "caption_a": "no toilet and no cat and no skis and a cake", + "caption_b": "a toilet and no cat and no skis and no cake", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "toilet", + "is_negated": true + }, + { + "text": "cat", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + }, + { + "text": "cake", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toilet", + "is_negated": false + }, + { + "text": "cat", + "is_negated": true + }, + { + "text": "skis", + "is_negated": true + }, + { + "text": "cake", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "toilet", + "cat", + "skis", + "cake" + ], + "present": [ + "cake" + ], + "absent": [ + "toilet", + "cat", + "skis" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 168458, + "image": "val2017/000000168458.jpg", + "caption_a": "no bottle and no baseball bat and no mouse and a vase", + "caption_b": "a bottle and no baseball bat and no mouse and no vase", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bottle", + "is_negated": true + }, + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + }, + { + "text": "vase", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bottle", + "is_negated": false + }, + { + "text": "baseball bat", + "is_negated": true + }, + { + "text": "mouse", + "is_negated": true + }, + { + "text": "vase", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bottle", + "baseball bat", + "mouse", + "vase" + ], + "present": [ + "vase" + ], + "absent": [ + "bottle", + "baseball bat", + "mouse" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0017", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 243626, + "image": "val2017/000000243626.jpg", + "caption_a": "a toothbrush and no parking meter and no spoon and no fork", + "caption_b": "no toothbrush and no parking meter and no spoon and a fork", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": false + }, + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + }, + { + "text": "fork", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toothbrush", + "is_negated": true + }, + { + "text": "parking meter", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + }, + { + "text": "fork", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toothbrush", + "parking meter", + "spoon", + "fork" + ], + "present": [ + "fork" + ], + "absent": [ + "toothbrush", + "parking meter", + "spoon" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0018", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 357816, + "image": "val2017/000000357816.jpg", + "caption_a": "an orange and no cup and no clock and no sports ball", + "caption_b": "no orange and no cup and no clock and a sports ball", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "orange", + "is_negated": false + }, + { + "text": "cup", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "orange", + "is_negated": true + }, + { + "text": "cup", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + }, + { + "text": "sports ball", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "orange", + "cup", + "clock", + "sports ball" + ], + "present": [ + "sports ball" + ], + "absent": [ + "orange", + "cup", + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0019", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 319617, + "image": "val2017/000000319617.jpg", + "caption_a": "no cow and no knife and no tv and a hot dog", + "caption_b": "a cow and no knife and no tv and no hot dog", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cow", + "is_negated": true + }, + { + "text": "knife", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cow", + "is_negated": false + }, + { + "text": "knife", + "is_negated": true + }, + { + "text": "tv", + "is_negated": true + }, + { + "text": "hot dog", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cow", + "knife", + "tv", + "hot dog" + ], + "present": [ + "hot dog" + ], + "absent": [ + "cow", + "knife", + "tv" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0020", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 499768, + "image": "val2017/000000499768.jpg", + "caption_a": "a refrigerator and no zebra and no carrot and no fire hydrant", + "caption_b": "no refrigerator and no zebra and no carrot and a fire hydrant", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "zebra", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "refrigerator", + "zebra", + "carrot", + "fire hydrant" + ], + "present": [ + "fire hydrant" + ], + "absent": [ + "refrigerator", + "zebra", + "carrot" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0021", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 129135, + "image": "val2017/000000129135.jpg", + "caption_a": "a frisbee and no tie and no sink and no train", + "caption_b": "no frisbee and no tie and no sink and a train", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "train", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "tie", + "is_negated": true + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "train", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "frisbee", + "tie", + "sink", + "train" + ], + "present": [ + "train" + ], + "absent": [ + "frisbee", + "tie", + "sink" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0022", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 515266, + "image": "val2017/000000515266.jpg", + "caption_a": "a traffic light and no toaster and no keyboard and no car", + "caption_b": "no traffic light and no toaster and no keyboard and a car", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "traffic light", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "car", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "traffic light", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + }, + { + "text": "keyboard", + "is_negated": true + }, + { + "text": "car", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "traffic light", + "toaster", + "keyboard", + "car" + ], + "present": [ + "car" + ], + "absent": [ + "traffic light", + "toaster", + "keyboard" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0023", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 259830, + "image": "val2017/000000259830.jpg", + "caption_a": "a kite and no stop sign and no dining table and no motorcycle", + "caption_b": "no kite and no stop sign and no dining table and a motorcycle", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "kite", + "is_negated": false + }, + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "kite", + "is_negated": true + }, + { + "text": "stop sign", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "kite", + "stop sign", + "dining table", + "motorcycle" + ], + "present": [ + "motorcycle" + ], + "absent": [ + "kite", + "stop sign", + "dining table" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_3p1a_neg_0024", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 365766, + "image": "val2017/000000365766.jpg", + "caption_a": "no surfboard and no baseball glove and no sheep and an oven", + "caption_b": "a surfboard and no baseball glove and no sheep and no oven", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "surfboard", + "is_negated": true + }, + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "surfboard", + "is_negated": false + }, + { + "text": "baseball glove", + "is_negated": true + }, + { + "text": "sheep", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "surfboard", + "baseball glove", + "sheep", + "oven" + ], + "present": [ + "oven" + ], + "absent": [ + "surfboard", + "baseball glove", + "sheep" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "3p1a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 494869, + "image": "val2017/000000494869.jpg", + "caption_a": "no bowl and no person and a frisbee and a hair drier", + "caption_b": "a bowl and a person and no frisbee and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 504415, + "image": "val2017/000000504415.jpg", + "caption_a": "no sports ball and no car and a bird and a bus", + "caption_b": "a sports ball and a car and no bird and no bus", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "sports ball", + "is_negated": true + }, + { + "text": "car", + "is_negated": true + }, + { + "text": "bird", + "is_negated": false + }, + { + "text": "bus", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "sports ball", + "is_negated": false + }, + { + "text": "car", + "is_negated": false + }, + { + "text": "bird", + "is_negated": true + }, + { + "text": "bus", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "sports ball", + "car", + "bird", + "bus" + ], + "present": [ + "sports ball", + "car" + ], + "absent": [ + "bird", + "bus" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 455157, + "image": "val2017/000000455157.jpg", + "caption_a": "a bench and a dining table and no truck and no toaster", + "caption_b": "no bench and no dining table and a truck and a toaster", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "truck", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bench", + "dining table", + "truck", + "toaster" + ], + "present": [ + "bench", + "dining table" + ], + "absent": [ + "truck", + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 74733, + "image": "val2017/000000074733.jpg", + "caption_a": "a cup and a pizza and no wine glass and no banana", + "caption_b": "no cup and no pizza and a wine glass and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "pizza", + "wine glass", + "banana" + ], + "present": [ + "cup", + "pizza" + ], + "absent": [ + "wine glass", + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 419653, + "image": "val2017/000000419653.jpg", + "caption_a": "a tv and an oven and no fire hydrant and no motorcycle", + "caption_b": "no tv and no oven and a fire hydrant and a motorcycle", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tv", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + }, + { + "text": "fire hydrant", + "is_negated": true + }, + { + "text": "motorcycle", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tv", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + }, + { + "text": "fire hydrant", + "is_negated": false + }, + { + "text": "motorcycle", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tv", + "oven", + "fire hydrant", + "motorcycle" + ], + "present": [ + "tv", + "oven" + ], + "absent": [ + "fire hydrant", + "motorcycle" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 397681, + "image": "val2017/000000397681.jpg", + "caption_a": "a bowl and a person and no frisbee and no hair drier", + "caption_b": "no bowl and no person and a frisbee and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0006", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 551350, + "image": "val2017/000000551350.jpg", + "caption_a": "no bench and no dining table and a truck and a toaster", + "caption_b": "a bench and a dining table and no truck and no toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "truck", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "dining table", + "truck", + "toaster" + ], + "present": [ + "bench", + "dining table" + ], + "absent": [ + "truck", + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0007", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 296222, + "image": "val2017/000000296222.jpg", + "caption_a": "no cup and no pizza and a wine glass and a banana", + "caption_b": "a cup and a pizza and no wine glass and no banana", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "cup", + "pizza", + "wine glass", + "banana" + ], + "present": [ + "cup", + "pizza" + ], + "absent": [ + "wine glass", + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0008", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 397133, + "image": "val2017/000000397133.jpg", + "caption_a": "a bowl and a person and no frisbee and no hair drier", + "caption_b": "no bowl and no person and a frisbee and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0009", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 121506, + "image": "val2017/000000121506.jpg", + "caption_a": "no bench and no dining table and a truck and a toaster", + "caption_b": "a bench and a dining table and no truck and no toaster", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bench", + "is_negated": true + }, + { + "text": "dining table", + "is_negated": true + }, + { + "text": "truck", + "is_negated": false + }, + { + "text": "toaster", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bench", + "is_negated": false + }, + { + "text": "dining table", + "is_negated": false + }, + { + "text": "truck", + "is_negated": true + }, + { + "text": "toaster", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bench", + "dining table", + "truck", + "toaster" + ], + "present": [ + "bench", + "dining table" + ], + "absent": [ + "truck", + "toaster" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0010", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 201426, + "image": "val2017/000000201426.jpg", + "caption_a": "a cup and a pizza and no wine glass and no banana", + "caption_b": "no cup and no pizza and a wine glass and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "pizza", + "wine glass", + "banana" + ], + "present": [ + "cup", + "pizza" + ], + "absent": [ + "wine glass", + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0011", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 529762, + "image": "val2017/000000529762.jpg", + "caption_a": "a bowl and a person and no frisbee and no hair drier", + "caption_b": "no bowl and no person and a frisbee and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0012", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 489305, + "image": "val2017/000000489305.jpg", + "caption_a": "no bowl and no person and a frisbee and a hair drier", + "caption_b": "a bowl and a person and no frisbee and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0013", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 323151, + "image": "val2017/000000323151.jpg", + "caption_a": "a cup and a pizza and no wine glass and no banana", + "caption_b": "no cup and no pizza and a wine glass and a banana", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "cup", + "is_negated": false + }, + { + "text": "pizza", + "is_negated": false + }, + { + "text": "wine glass", + "is_negated": true + }, + { + "text": "banana", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "cup", + "is_negated": true + }, + { + "text": "pizza", + "is_negated": true + }, + { + "text": "wine glass", + "is_negated": false + }, + { + "text": "banana", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "cup", + "pizza", + "wine glass", + "banana" + ], + "present": [ + "cup", + "pizza" + ], + "absent": [ + "wine glass", + "banana" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0014", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 578871, + "image": "val2017/000000578871.jpg", + "caption_a": "no bowl and no person and a frisbee and a hair drier", + "caption_b": "a bowl and a person and no frisbee and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0015", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 530061, + "image": "val2017/000000530061.jpg", + "caption_a": "a bowl and a person and no frisbee and no hair drier", + "caption_b": "no bowl and no person and a frisbee and a hair drier", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_aff_0016", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 496571, + "image": "val2017/000000496571.jpg", + "caption_a": "no bowl and no person and a frisbee and a hair drier", + "caption_b": "a bowl and a person and no frisbee and no hair drier", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "bowl", + "is_negated": true + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "frisbee", + "is_negated": false + }, + { + "text": "hair drier", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "bowl", + "is_negated": false + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "frisbee", + "is_negated": true + }, + { + "text": "hair drier", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "bowl", + "person", + "frisbee", + "hair drier" + ], + "present": [ + "bowl", + "person" + ], + "absent": [ + "frisbee", + "hair drier" + ], + "negation_type": null, + "template_family": null, + "polarity": "affirm_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0000", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 64868, + "image": "val2017/000000064868.jpg", + "caption_a": "a vase and a clock and no person and no oven", + "caption_b": "no vase and no clock and a person and an oven", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "vase", + "is_negated": false + }, + { + "text": "clock", + "is_negated": false + }, + { + "text": "person", + "is_negated": true + }, + { + "text": "oven", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "vase", + "is_negated": true + }, + { + "text": "clock", + "is_negated": true + }, + { + "text": "person", + "is_negated": false + }, + { + "text": "oven", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "vase", + "clock", + "person", + "oven" + ], + "present": [ + "person", + "oven" + ], + "absent": [ + "vase", + "clock" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0001", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 105014, + "image": "val2017/000000105014.jpg", + "caption_a": "a toaster and a refrigerator and no broccoli and no carrot", + "caption_b": "no toaster and no refrigerator and a broccoli and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "refrigerator", + "broccoli", + "carrot" + ], + "present": [ + "broccoli", + "carrot" + ], + "absent": [ + "toaster", + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0002", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 239627, + "image": "val2017/000000239627.jpg", + "caption_a": "no tennis racket and no orange and a sink and a spoon", + "caption_b": "a tennis racket and an orange and no sink and no spoon", + "correct": "a", + "parse_a": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": true + }, + { + "text": "orange", + "is_negated": true + }, + { + "text": "sink", + "is_negated": false + }, + { + "text": "spoon", + "is_negated": false + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "tennis racket", + "is_negated": false + }, + { + "text": "orange", + "is_negated": false + }, + { + "text": "sink", + "is_negated": true + }, + { + "text": "spoon", + "is_negated": true + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": false, + "owlvit_validated": true, + "concepts": [ + "tennis racket", + "orange", + "sink", + "spoon" + ], + "present": [ + "sink", + "spoon" + ], + "absent": [ + "tennis racket", + "orange" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0003", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 194940, + "image": "val2017/000000194940.jpg", + "caption_a": "a toaster and a refrigerator and no broccoli and no carrot", + "caption_b": "no toaster and no refrigerator and a broccoli and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "refrigerator", + "broccoli", + "carrot" + ], + "present": [ + "broccoli", + "carrot" + ], + "absent": [ + "toaster", + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0004", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 434297, + "image": "val2017/000000434297.jpg", + "caption_a": "a toaster and a refrigerator and no broccoli and no carrot", + "caption_b": "no toaster and no refrigerator and a broccoli and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "refrigerator", + "broccoli", + "carrot" + ], + "present": [ + "broccoli", + "carrot" + ], + "absent": [ + "toaster", + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + }, + { + "sample_id": "compound_4_2p2a_neg_0005", + "test_type": "compound", + "operator": "COMPOUND", + "image_id": 314182, + "image": "val2017/000000314182.jpg", + "caption_a": "a toaster and a refrigerator and no broccoli and no carrot", + "caption_b": "no toaster and no refrigerator and a broccoli and a carrot", + "correct": "b", + "parse_a": { + "concepts": [ + { + "text": "toaster", + "is_negated": false + }, + { + "text": "refrigerator", + "is_negated": false + }, + { + "text": "broccoli", + "is_negated": true + }, + { + "text": "carrot", + "is_negated": true + } + ], + "operator": "AND" + }, + "parse_b": { + "concepts": [ + { + "text": "toaster", + "is_negated": true + }, + { + "text": "refrigerator", + "is_negated": true + }, + { + "text": "broccoli", + "is_negated": false + }, + { + "text": "carrot", + "is_negated": false + } + ], + "operator": "AND" + }, + "meta": { + "difficulty": "hard", + "position_swapped": true, + "owlvit_validated": true, + "concepts": [ + "toaster", + "refrigerator", + "broccoli", + "carrot" + ], + "present": [ + "broccoli", + "carrot" + ], + "absent": [ + "toaster", + "refrigerator" + ], + "negation_type": null, + "template_family": null, + "polarity": "negate_heavy", + "equivalence_type": null, + "n_concepts": 4, + "pattern": "2p2a" + } + } + ] +} \ No newline at end of file