premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A woman in a blue colored dress cutting up fresh pineapple. | the woman is asleep at home | 2 | -100 | Either the woman is cutting pineapple or is asleep. She cannot do both simultaneously. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(a_topic(x1) & a_up(s4) & Manner(e1,s4) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_pineapple(x4) & a_fresh(s3) & Theme(s3,x4) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_colored(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists s1 x1 x2.(n_woman(x1) & at(s1,x2) & n_home(x2) & Theme(s1,x1) & a_asleep(s1)) | 78b0554a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(v_cut(e1) & n_woman(x1) & n_pineapple(x4) & n_dress(x2) & in(x1,x2) & a_up(s4) & a_topic(x1) & a_fresh(s3) & a_colored(s2) & a_blue(s1) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Manner(e1,s4) & Actor(e1,x3) & (x1 = x3)) | exists s1 x1 x2.(n_woman(x1) & n_home(x2) & at(s1,x2) & a_asleep(s1) & Theme(s1,x1)) |
||
A woman in a blue colored dress cutting up fresh pineapple. | a woman cutting pineapple | 0 | -100 | a woman in a blue colored dress is a woman | exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(a_topic(x1) & a_up(s4) & Manner(e1,s4) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_pineapple(x4) & a_fresh(s3) & Theme(s3,x4) & (x1 = x3) & in(x1,x2) & n_dress(x2) & a_colored(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_cut(e1) & n_pineapple(x3) & (x1 = x2) & n_woman(x1)) | 78b05a86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(v_cut(e1) & n_woman(x1) & n_pineapple(x4) & n_dress(x2) & in(x1,x2) & a_up(s4) & a_topic(x1) & a_fresh(s3) & a_colored(s2) & a_blue(s1) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Manner(e1,s4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_cut(e1) & n_woman(x1) & n_pineapple(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A showgirl puts on her lipstick in the mirror. | A showgirl is on stage performing. | 2 | -100 | Either the showgirl puts on lipstick off stage or is on stage. She cannot be in both places at once. | exists x1 x2 x3 x4.(n_mirror(x4) & a_topic(x1) & on(x1,x3) & in(x3,x4) & n_lipstick(x3) & of(x3,x1) & n_female(x1) & n_put(x1) & of(x1,x2) & n_showgirl(x2)) | exists p1 x1.(exists x2 x3.(on(x1,x2) & n_perform(x2) & of(x2,x3) & n_stage(x3)) & n_showgirl(x1)) | 78b06710-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x3) & of(x3,x1) & of(x1,x2) & n_showgirl(x2) & n_put(x1) & n_mirror(x4) & n_lipstick(x3) & n_female(x1) & in(x3,x4) & a_topic(x1)) | exists x1.(n_showgirl(x1) & exists x2 x3.(on(x1,x2) & of(x2,x3) & n_stage(x3) & n_perform(x2))) |
||
A woman in a gray dress is preparing pineapples. | A woman is preparing to wear pineapples as party dresses. | 2 | -100 | Either the woman is already dressed in a gray dress and preparing pineapples or is preparing to wear pineapple as dresses to a party. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_prepare(e1) & n_pineapple(x3) & in(x1,x2) & n_dress(x2) & a_gray(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 x2 x3 x4.(as(e2,x3) & n_dress(x3) & of(x3,x4) & n_party(x4) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_pineapple(x2)) & n_woman(x1)) | 78b07822-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_prepare(e1) & n_woman(x1) & n_pineapple(x3) & n_dress(x2) & in(x1,x2) & a_gray(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_prepare(e1) & n_woman(x1) & exists e2 x2 x3 x4.(v_wear(e2) & of(x3,x4) & n_pineapple(x2) & n_party(x4) & n_dress(x3) & as(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
An overweight women prepares skins a pineapple. | A woman prepares food. | 0 | -100 | An overweight women and a woman have same meaning. | exists s1 x1.(all x2.(n_pineapple(x2) -> exists e1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_prepare(e1) & for(x3,x2) & n_skin(x3))) & n_woman(x1) & a_overweight(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & n_food(x2) & n_woman(x1)) | 78b08218-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1.(n_woman(x1) & all x2.(exists e1 x3.(v_prepare(e1) & n_skin(x3) & for(x3,x2) & Theme(e1,x3) & Actor(e1,x1)) | -n_pineapple(x2)) & a_overweight(s1) & Theme(s1,x1)) | exists e1 x1 x2.(v_prepare(e1) & n_woman(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Costumed woman applying lipstick. | The woman is eating polvoron. | 2 | -100 | Either the woman is applying lipstick or eating polvoron. She cannot physically do both simultaneously. | exists e2 e1 x1 x2 x3.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_apply(e2) & n_lipstick(x3) & (x1 = x2) & n_woman(x1) & Theme(e1,x1) & v_costume(e1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_polvoron(x2)) | 78b09352-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_costume(e1) & v_apply(e2) & n_woman(x1) & n_lipstick(x3) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2.(v_eat(e1) & n_woman(x1) & n_polvoron(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | The dog fights with the cat. | 1 | 0.032326 | One dog stands next to a cat and so the dog is not fighting with the cat. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_cat(x2) & n_dog(x1) & with(e1,x2) & Actor(e1,x1) & v_fight(e1)) | 78b292c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_fight(e1) & n_dog(x1) & n_cat(x2) & Actor(e1,x1)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | The dog looks like it is barking at the cat. | 1 | 0.057949 | Nothing stated leads one to believe that the dog is barking at the cat. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists e2 e1 x1 x2.(n_cat(x2) & n_thing(x1) & n_dog(x1) & like(e1,e2) & at(e2,x2) & Actor(e2,x1) & v_bark(e2) & Actor(e1,x1) & v_look(e1)) | 78b2ad54-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e2 e1 x1 x2.(v_look(e1) & v_bark(e2) & n_thing(x1) & n_dog(x1) & n_cat(x2) & like(e1,e2) & at(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | Two squirrels chasing each other. | 2 | 0.000026 | a dog and squirrels are two different animals. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists x1 x2.(a_topic(x1) & all x3.(n_other(x3) -> exists e1.(Theme(e1,x3) & Actor(e1,x2) & v_chase(e1))) & (x1 = x2) & n_squirrel(x1) & card_eq_2(x1)) | 78b2b358-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(n_squirrel(x1) & card_eq_2(x1) & all x3.(exists e1.(v_chase(e1) & Theme(e1,x3) & Actor(e1,x2)) | -n_other(x3)) & a_topic(x1) & (x1 = x2)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | The animals are friend | 1 | 0.684654 | The dog stands next to a cat but that doesn't mean the animals are friends. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists p1 x1.(n_animal(x1) & exists x2.((x1 = x2) & n_friend(x2))) | 78b2b894-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_animal(x1) & exists x2.(n_friend(x2) & (x1 = x2))) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | Two unlikely friends out for a walk together. | 1 | 0.551463 | Standing doesn't mean friends out for a walk. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(a_topic(x1) & for(x2,x3) & r_together(x3) & n_walk(x3) & out(x1,x2) & n_thing(x2) & n_friend(x1) & a_unlikely(s1) & Theme(s1,x1) & card_eq_2(x1)) | 78b2be0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1 x2 x3.(r_together(x3) & out(x1,x2) & n_walk(x3) & n_thing(x2) & n_friend(x1) & for(x2,x3) & card_eq_2(x1) & a_unlikely(s1) & a_topic(x1) & Theme(s1,x1)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | The animals are outside | 0 | 1 | outside and sidewalk are the same place | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists s1 x1.(n_animal(x1) & Theme(s1,x1) & a_outside(s1)) | 78b2cd84-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_animal(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A small black and white dog on a leash stands next to a gray and white cat on the sidewalk. | The small dog got along with the cat. | 1 | 0.73303 | The dog stands next the cat but it can't be inferred that the dog got along with the cat. | exists e1 p1 s1 s2 s3 x1 x2 x4.(n_sidewalk(x4) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & Theme(s6,x3) & a_gray(s5) & Theme(s5,x3) & Theme(s4,x1) & a_next(s4)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & on(x1,x2) & n_leash(x2) & n_dog(x1) & a_white(s3) & Theme(s3,x1) & a_black(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_cat(x2) & n_dog(x1) & a_small(s1) & Theme(s1,x1) & with(e1,x2) & r_along(e1) & Actor(e1,x1) & v_get(e1)) | 78b2d27a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x4.(v_stand(e1) & on(x1,x2) & n_sidewalk(x4) & n_leash(x2) & n_dog(x1) & exists s4 s5 s6 x3.(to(s4,x3) & on(x3,x4) & n_cat(x3) & a_white(s6) & a_next(s4) & a_gray(s5) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x1)) & a_white(s3) & a_small(s1) & a_black(s2) & Topic(e1,p1) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & v_get(e1) & r_along(e1) & n_dog(x1) & n_cat(x2) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The sky reflects daytime. | 1 | 0.793423 | not every sky have a daytime | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists e1 x1 x2.(n_sky(x1) & Theme(e1,x2) & Actor(e1,x1) & v_reflect(e1) & n_daytime(x2)) | 78b30844-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_reflect(e1) & n_sky(x1) & n_daytime(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The blue sky is effected by the setting sun. | 1 | 0.560743 | sun and blue light are different things | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists e1 s1 x1 x2 x3.(n_setting(x2) & n_sky(x1) & a_blue(s1) & Theme(s1,x1) & Actor(e1,x2) & Time(x2,x3) & n_sun(x3) & Theme(e1,x1) & v_effect(e1)) | 78b30db2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_effect(e1) & n_sun(x3) & n_sky(x1) & n_setting(x2) & a_blue(s1) & Time(x2,x3) & Theme(s1,x1) & Theme(e1,x1) & Actor(e1,x2)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The clear sky is several shades of blue | 1 | 0.772661 | it is not possible to have a clear sky with ombre | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists p1 s1 x1.(n_sky(x1) & a_clear(s1) & Theme(s1,x1) & exists s2 s3 x2 x3.((x1 = x2) & Theme(s3,x3) & a_blue(s3) & (x2 = x3) & n_shades(x2) & a_several(s2) & Theme(s2,x2))) | 78b312da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1.(n_sky(x1) & exists s2 s3 x2 x3.(n_shades(x2) & a_several(s2) & a_blue(s3) & Theme(s3,x3) & Theme(s2,x2) & (x2 = x3) & (x1 = x2)) & a_clear(s1) & Theme(s1,x1)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The sky was getting darker as it was dusk | 1 | 0.502975 | not every ombre effect is darker | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists e1 p1 x1 x2.(n_thing(x1) & n_sky(x1) & exists p2 x3.((x1 = x3) & n_dusk(x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_darker(x2)) | 78b31ce4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_get(e1) & n_thing(x1) & n_sky(x1) & n_darker(x2) & exists x3.(n_dusk(x3) & (x1 = x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The sun is setting. | 1 | 0.602641 | not every sky have a sun | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists e1 x1 x2.(n_sun(x1) & Theme(e1,x2) & Actor(e1,x1) & v_set(e1) & n_thing(x2)) | 78b321da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_set(e1) & n_thing(x2) & n_sun(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The sky in the background has an ombre effect, darker blue at the top and lighter blue at the bottom. | The sky is different shades of blue | 0 | 1 | Ombre effect implies that the sky is different shades. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_bottom(x9) & n_top(x7) & n_background(x2) & n_sky(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & rel(x3,x4) & subset_of(x8,x4) & at(x8,x9) & n_blue(x8) & r_more(s2) & a_lighter(s2) & Theme(s2,x8) & subset_of(x5,x4) & at(x5,x7) & n_blue(x5) & of(x5,x6) & n_darker(x6) & n_effect(x3) & a_ombre(s1) & Theme(s1,x3) & in(x1,x2)) | exists p1 x1 x3.(n_shades(x3) & n_sky(x1) & exists x2 x4.((x1 = x2) & of(x2,x4) & n_blue(x4) & -(x2 = x3) & n_shades(x2))) | 78b32784-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x8,x4) & subset_of(x5,x4) & rel(x3,x4) & r_more(s2) & of(x5,x6) & n_top(x7) & n_sky(x1) & n_effect(x3) & n_darker(x6) & n_bottom(x9) & n_blue(x8) & n_blue(x5) & n_background(x2) & in(x1,x2) & at(x8,x9) & at(x5,x7) & a_ombre(s1) & a_lighter(s2) & Theme(s2,x8) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x3.(n_sky(x1) & n_shades(x3) & exists x2 x4.(of(x2,x4) & n_shades(x2) & n_blue(x4) & -(x2 = x3) & (x1 = x2))) |
||
There is a man in a white shirt and khaki pants in the background. | A human is standing in the background. | 0 | -100 | A man is a human. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 x1 x2.(n_background(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_human(x1)) | 78b37220-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 x1 x2.(v_stand(e1) & n_human(x1) & n_background(x2) & in(e1,x2) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | Someone is standing in the background. | 1 | 0.855771 | not everyone in background have white shirt | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 x1 x2.(n_background(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_person(x1)) | 78b37aae-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 x1 x2.(v_stand(e1) & n_person(x1) & n_background(x2) & in(e1,x2) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | The man in khaki pants is wearing a black shirt. | 2 | -100 | The man either is in a white shirt or a black shirt, not both at the same time. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 s1 s2 x1 x2 x3.(n_man(x1) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_shirt(x3) & a_black(s2) & Theme(s2,x3) & in(x1,x2) & n_pants(x2) & a_khaki(s1) & Theme(s1,x2)) | 78b38152-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 s1 s2 x1 x2 x3.(v_wear(e1) & n_shirt(x3) & n_pants(x2) & n_man(x1) & in(x1,x2) & a_khaki(s1) & a_black(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | There is a man with a green shirt and black pants in the background. | 2 | 0.002277 | A man either is in a white shirt or a green shirt, but not both at the same time, and either is in khaki pants or black pants, not both simultaneously. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists p1 x1 x6.(n_background(x6) & exists s1 s2 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & in(x5,x6) & n_pants(x5) & a_black(s2) & Theme(s2,x5) & subset_of(x3,x2) & with(x3,x4) & n_shirt(x4) & a_green(s1) & Theme(s1,x4) & n_man(x3))) | 78b386fc-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists x1 x6.(n_background(x6) & exists s1 s2 x2 x3 x4 x5.(with(x3,x4) & subset_of(x5,x2) & subset_of(x3,x2) & n_shirt(x4) & n_pants(x5) & n_man(x3) & in(x5,x6) & a_green(s1) & a_black(s2) & Theme(s2,x5) & Theme(s1,x4) & (x1 = x2))) |
||
There is a man in a white shirt and khaki pants in the background. | There is a man with a white shirt and a cowboy hat. | 1 | 0.004947 | not every man have a cowboy hat | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists p1 x1 s1 x2 x3 x4 x5 x6.((x1 = x2) & with(x2,x3) & subset_of(x5,x3) & n_hat(x5) & of(x5,x6) & n_cowboy(x6) & subset_of(x4,x3) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x2)) | 78b38c56-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists x1 s1 x2 x3 x4 x5 x6.(with(x2,x3) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & n_shirt(x4) & n_man(x2) & n_hat(x5) & n_cowboy(x6) & a_white(s1) & Theme(s1,x4) & (x1 = x2)) |
||
There is a man in a white shirt and khaki pants in the background. | The man laughing in the background is wearing a blue shirt | 2 | -100 | Eitther a man is there or the man is laughing, but not both, and he either is in a white shirt or a blue shirt, not both at the same time. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 s1 x1 x2 x3 x4.(n_background(x3) & n_laugh(x1) & of(x1,x2) & n_man(x2) & Theme(e1,x4) & Actor(e1,x1) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & in(x1,x3)) | 78b39188-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 s1 x1 x2 x3 x4.(v_wear(e1) & of(x1,x2) & n_shirt(x4) & n_man(x2) & n_laugh(x1) & n_background(x3) & in(x1,x3) & a_blue(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | A woman and child are sitting in the background. | 2 | -100 | There is either a man or there is a woman and child, not both at the same time, and either a man is there or is sitting, not both simultaneously. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 x1 x2 x3 x4.(n_background(x4) & in(e1,x4) & Actor(e1,x1) & v_sit(e1) & n_child(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 78b39714-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_child(x3) & n_background(x4) & in(e1,x4) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | The man in white is photo bombing the picture. | 1 | 0.03059 | In the background does not necessarily mean bombing the picture. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 p1 x1 x2 x3.(n_picture(x3) & n_man(x1) & exists e2.(Theme(e2,x3) & Actor(e2,x1) & v_bomb(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_photo(e1) & in(x1,x2) & n_white(x2)) | 78b39d54-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 p1 x1 x2 x3.(v_photo(e1) & n_white(x2) & n_picture(x3) & n_man(x1) & in(x1,x2) & exists e2.(v_bomb(e2) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | An asian man is walking in the background. | 1 | 0.606714 | The man is not necessarily asian. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 s1 x1 x2.(n_background(x2) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | 78b3a268-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 s1 x1 x2.(v_walk(e1) & n_man(x1) & n_background(x2) & in(e1,x2) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
There is a man in a white shirt and khaki pants in the background. | A man in a white shirt. | 0 | -100 | There is man in white shirt in the background | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | 78b3a754-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists s1 x1 x2.(n_shirt(x2) & n_man(x1) & in(x1,x2) & a_white(s1) & a_topic(x1) & Theme(s1,x2)) |
||
There is a man in a white shirt and khaki pants in the background. | A man is in the background with a white shirt. | 0 | 1 | The man is in the background. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists p1 x1 x2.(n_background(x2) & exists s1 x3.(in(x1,x2) & with(x2,x3) & n_shirt(x3) & a_white(s1) & Theme(s1,x3)) & n_man(x1)) | 78b3ad1c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists x1 x2.(n_man(x1) & n_background(x2) & exists s1 x3.(with(x2,x3) & n_shirt(x3) & in(x1,x2) & a_white(s1) & Theme(s1,x3))) |
||
There is a man in a white shirt and khaki pants in the background. | A man is dressed nicely in the background. | 1 | 0.654101 | White shirt and khaki pants does not necessarily mean dressed nicely. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 s1 x1 x2.(n_background(x2) & in(e1,x2) & a_nicely(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1) & n_man(x1)) | 78b3b776-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 s1 x1 x2.(v_dress(e1) & n_man(x1) & n_background(x2) & in(e1,x2) & a_nicely(s1) & Theme(e1,x1) & Manner(e1,s1)) |
||
There is a man in a white shirt and khaki pants in the background. | The man in white and khaki is not the focus of the picture. | 0 | -100 | The man not being the focus of the pictures means he would be in the background. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists s1 x1 x2 x3 x4.(n_picture(x4) & n_focus(x3) & n_man(x1) & -exists p1.((x1 = x3) & of(x3,x4)) & in(x1,x2) & n_khaki(x2) & a_white(s1) & Theme(s1,x2)) | 78b3bcbc-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists s1 x1 x2 x3 x4.(n_picture(x4) & n_man(x1) & n_khaki(x2) & n_focus(x3) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & (-of(x3,x4) | -(x1 = x3))) |
||
There is a man in a white shirt and khaki pants in the background. | A man is wearing khaki pants and a white shirt. | 0 | -100 | Wearing khaki pants and a white shirt means the man would be in a white shirt and khaki pants. | exists p1 x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.((x1 = x2) & subset_of(x5,x2) & in(x5,x7) & n_pants(x5) & of(x5,x6) & n_khaki(x6) & subset_of(x3,x2) & in(x3,x4) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & n_man(x3))) | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_pants(x3) & a_khaki(s1) & Theme(s1,x3) & n_man(x1)) | 78b3c202-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_background(x7) & exists s1 x2 x3 x4 x5 x6.(subset_of(x5,x2) & subset_of(x3,x2) & of(x5,x6) & n_shirt(x4) & n_pants(x5) & n_man(x3) & n_khaki(x6) & in(x5,x7) & in(x3,x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2))) | exists e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x4) & n_pants(x3) & n_man(x1) & a_white(s2) & a_khaki(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse has a solid brown head. | 2 | -100 | The pieces of information that contradict each other are horse having solid brown head as against horse having a white spot on head as mentioned in first sentence. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 s1 s2 x1 x2.(n_horse(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_head(x2) & a_brown(s2) & Theme(s2,x2) & a_solid(s1) & Theme(s1,x2)) | 78b3c6ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_have(e1) & n_horse(x1) & n_head(x2) & a_solid(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse in the middle has a spot on its head. | 0 | -100 | Middle is a way of rephrasing center. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 x1 x2 x3 x4.(n_head(x4) & of(x4,x1) & n_thing(x1) & n_middle(x2) & n_horse(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_spot(x3) & in(x1,x2)) | 78b3cb9e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_have(e1) & on(x3,x4) & of(x4,x1) & n_thing(x1) & n_spot(x3) & n_middle(x2) & n_horse(x1) & n_head(x4) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse has a lot of white spots. | 1 | 0.586911 | Not necessarily a lot of white spots. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 s1 x1 x2 x3.(n_horse(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & of(x2,x3) & n_spot(x3) & a_white(s1) & Theme(s1,x3) & n_lot(x2)) | 78b3d0a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_spot(x3) & n_lot(x2) & n_horse(x1) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse is solid white. | 2 | -100 | The pieces of information that contradict each other is the horse in first sentence having a white spot on his head as against the horse being totally white in second sentence. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists s1 s2 x1.(n_horse(x1) & a_white(s2) & Manner(s1,s2) & Theme(s1,x1) & a_solid(s1)) | 78b3d666-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 s2 x1.(n_horse(x1) & a_white(s2) & a_solid(s1) & Theme(s1,x1) & Manner(s1,s2)) |
||
The center horse has a white spot on his in the middle of his head. | There is a horse with a spot on it's head. | 0 | -100 | If the horse has a spot on the middle of its head, then the horse has a spot on its head. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists p1 x1 p2 x2 x3 x4.((x1 = x2) & exists x5.((x4 = x5) & n_head(x5)) & (x2 = x4) & with(x2,x3) & on(x3,x2) & n_thing(x2) & n_spot(x3) & n_horse(x2)) | 78b3dc42-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2 x3 x4.(with(x2,x3) & on(x3,x2) & n_thing(x2) & n_spot(x3) & n_horse(x2) & exists x5.(n_head(x5) & (x4 = x5)) & (x2 = x4) & (x1 = x2)) |
||
The center horse has a white spot on his in the middle of his head. | There is a horse in the picture | 0 | 1 | The center horse is the horse in the picture. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists p1 x1 x3.(n_picture(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_horse(x2))) | 78b3e228-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x3.(n_picture(x3) & exists x2.(n_horse(x2) & in(x2,x3) & (x1 = x2))) |
||
The center horse has a white spot on his in the middle of his head. | There is more than one horse. | 0 | -100 | Since the horse is in the center that means there is more than one horse. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists p1 x1 s1 x2 x3.((x1 = x2) & than(s1,x3) & card_eq_1(x3) & Theme(s1,x2) & a_more(s1) & n_horse(x2)) | 78b3e75a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 s1 x2 x3.(than(s1,x3) & n_horse(x2) & card_eq_1(x3) & a_more(s1) & Theme(s1,x2) & (x1 = x2)) |
||
The center horse has a white spot on his in the middle of his head. | The horse is covered in spots. | 1 | 0.69357 | Has a white spot does not mean covered in spots. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 x1 x2.(n_horse(x1) & in(e1,x2) & n_spot(x2) & Theme(e1,x1) & v_cover(e1)) | 78b3ed40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_cover(e1) & n_spot(x2) & n_horse(x1) & in(e1,x2) & Theme(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | One horse has a spot on its head. | 1 | 0.961586 | One horse is not necessarily the center horse. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_head(x3) & of(x3,x1) & n_thing(x1) & n_spot(x2) & n_horse(x1) & card_eq_1(x1)) | 78b3f268-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & n_thing(x1) & n_spot(x2) & n_horse(x1) & n_head(x3) & card_eq_1(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse has a white spot. | 0 | -100 | The center horse is the horse with a white spot on its head. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 s1 x1 x2.(n_horse(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_spot(x2) & a_white(s1) & Theme(s1,x2)) | 78b3f7e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_spot(x2) & n_horse(x1) & a_white(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse is looking at its owner. | 1 | 0.591962 | Just because the horse have a spot on his head doesn't mean the horse looking at it's owner. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists e1 x1 x2.(n_owner(x2) & of(x2,x1) & n_thing(x1) & n_horse(x1) & at(e1,x2) & Actor(e1,x1) & v_look(e1)) | 78b3fd12-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & of(x2,x1) & n_thing(x1) & n_owner(x2) & n_horse(x1) & at(e1,x2) & Actor(e1,x1)) |
||
The center horse has a white spot on his in the middle of his head. | The horse doesn't have any spots. | 2 | -100 | The pieces of information that totally contradict each other is mention of horse having no spots in second sentence as against the horse having a white spot on head in the first sentence. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists x1.(n_horse(x1) & -all x2.(n_spot(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1)))) | 78b40262-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1.(n_horse(x1) & exists x2.(n_spot(x2) & all e1.(-v_have(e1) | -Theme(e1,x2) | -Actor(e1,x1)))) |
||
The center horse has a white spot on his in the middle of his head. | There are no horses with white spots. | 2 | 0.000001 | The pieces of information that contradict each other is statement of no horses having white spots in second sentence as against in sentence 1 the mention of the center horse having a white spot. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists p1 x1.-exists s1 x2 x3.((x1 = x2) & with(x2,x3) & n_spot(x3) & a_white(s1) & Theme(s1,x3) & n_horse(x2)) | 78b4080c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1.all s1 x2 x3.(-with(x2,x3) | -n_spot(x3) | -n_horse(x2) | -a_white(s1) | -Theme(s1,x3) | -(x1 = x2)) |
||
The center horse has a white spot on his in the middle of his head. | The horse with the white spot on it's head has a brown coat. | 1 | 0.040973 | No way to know that it has a brown coat. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists p1 s1 x1 x2.(n_thing(x1) & n_spot(x2) & a_white(s1) & Theme(s1,x2) & n_horse(x1) & exists e1 s2 x3 x4 x5.((x1 = x3) & Theme(e1,x5) & Actor(e1,x4) & v_have(e1) & n_coat(x5) & a_brown(s2) & Theme(s2,x5) & (x3 = x4) & n_head(x3)) & with(x1,x2) & on(x2,x1)) | 78b40d0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2.(with(x1,x2) & on(x2,x1) & n_thing(x1) & n_spot(x2) & n_horse(x1) & exists e1 s2 x3 x4 x5.(v_have(e1) & n_head(x3) & n_coat(x5) & a_brown(s2) & Theme(s2,x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x3)) & a_white(s1) & Theme(s1,x2)) |
||
The center horse has a white spot on his in the middle of his head. | All of the horses are black with no spots. | 2 | -100 | The mention that all horses are black and have no white spots is totally contradictory to the information in the first sentence where it states that the center horse has a white spot on it head. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x5) & n_male(x5) & n_middle(x5) & n_horse(x1) & of(x1,x2) & n_center(x2) & in(e1,x5) & of(x5,x6) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & on(x3,x4) & n_his(x4) & n_spot(x3) & a_white(s1) & Theme(s1,x3)) | exists x2.(n_horse(x2) & all x1.(n_thing(x1) -> exists s1.(-exists x3.(with(s1,x3) & n_spot(x3)) & Theme(s1,x1) & a_black(s1) & of(x1,x2)))) | 78b4146e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & on(x3,x4) & of(x6,x5) & of(x5,x6) & of(x1,x2) & n_spot(x3) & n_middle(x5) & n_male(x5) & n_horse(x1) & n_his(x4) & n_head(x6) & n_center(x2) & in(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x2.(n_horse(x2) & all x1.(exists s1.(of(x1,x2) & all x3.(-with(s1,x3) | -n_spot(x3)) & a_black(s1) & Theme(s1,x1)) | -n_thing(x1))) |
||
This picture is a strange combination of old times and present day. | This picture is a selfie taken just now | 2 | -100 | The information that contradicts in the two sentences is the picture being combination of old and present times as against a selfie taken just now as mentioned in the second sentence. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1.(n_picture(x1) & exists e1 s1 x2 x3.((x1 = x2) & r_just(e1) & a_now(s1) & Manner(e1,s1) & Theme(e1,x3) & v_take(e1) & (x2 = x3) & n_selfie(x2))) | 78b419be-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1.(n_picture(x1) & exists e1 s1 x2 x3.(v_take(e1) & r_just(e1) & n_selfie(x2) & a_now(s1) & Theme(e1,x3) & Manner(e1,s1) & (x2 = x3) & (x1 = x2))) |
||
This picture is a strange combination of old times and present day. | There is a picture with an unusual theme being looked at. | 1 | 0.490626 | Strange combination is not necessarily an unusual theme. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & with(x2,x3) & at(e1,x4) & (x3 = x4) & v_look(e1) & n_theme(x3) & a_unusual(s1) & Theme(s1,x3) & n_picture(x2)) | 78b41f18-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1 e1 s1 x2 x3 x4.(with(x2,x3) & v_look(e1) & n_theme(x3) & n_picture(x2) & at(e1,x4) & a_unusual(s1) & Theme(s1,x3) & (x3 = x4) & (x1 = x2)) |
||
This picture is a strange combination of old times and present day. | The picture shows something modern looking, but is from the past. | 1 | 0.022313 | Combination of old times and present day is not necessarily modern looking. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(n_past(x5) & n_picture(x1) & from(x1,x5) & Theme(e2,x2) & Actor(e2,x1) & v_show(e2) & Actor(e1,x4) & v_look(e1) & (x2 = x4) & Theme(s1,x3) & a_modern(s1) & (x2 = x3) & n_thing(x2)) | 78b42422-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_show(e2) & v_look(e1) & n_thing(x2) & n_picture(x1) & n_past(x5) & from(x1,x5) & a_modern(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x4) & (x2 = x4) & (x2 = x3)) |
||
This picture is a strange combination of old times and present day. | There is a picture of old things and nothing else. | 2 | -100 | The pieces of information that contradict each other are the statement that picture is of old thing only as against the statement in first sentence saying the picture is combination of old times and present day too. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1 s1 x2 x3 x4.((x1 = x2) & -exists x5.(subset_of(x5,x2) & r_else(x5) & n_thing(x5)) & subset_of(x3,x2) & of(x3,x4) & n_thing(x4) & a_old(s1) & Theme(s1,x4) & n_picture(x3)) | 78b4292c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1 s1 x2 x3 x4.(subset_of(x3,x2) & of(x3,x4) & n_thing(x4) & n_picture(x3) & all x5.(-subset_of(x5,x2) | -r_else(x5) | -n_thing(x5)) & a_old(s1) & Theme(s1,x4) & (x1 = x2)) |
||
This picture is a strange combination of old times and present day. | There is a picture depicting old times and modern things. | 0 | -100 | Strange combination would be depicting. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1 e1 s1 s2 x2 x3 x4 x5 x6.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_depict(e1) & subset_of(x6,x4) & n_thing(x6) & a_modern(s2) & Theme(s2,x6) & subset_of(x5,x4) & n_time(x5) & a_old(s1) & Theme(s1,x5) & (x2 = x3) & n_picture(x2)) | 78b42f08-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1 e1 s1 s2 x2 x3 x4 x5 x6.(v_depict(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_time(x5) & n_thing(x6) & n_picture(x2) & a_old(s1) & a_modern(s2) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
This picture is a strange combination of old times and present day. | This is a photograph. | 0 | 0.990034 | Photograph is a way of rephrasing picture. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1.(n_thing(x1) & exists x2.((x1 = x2) & n_photograph(x2))) | 78b43426-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1.(n_thing(x1) & exists x2.(n_photograph(x2) & (x1 = x2))) |
||
This picture is a strange combination of old times and present day. | There are new and old things in this picture. | 0 | -100 | Present day would be new and old times would be old things. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists s1 s2 x3.((x1 = x3) & n_thing(x3) & a_old(s2) & Theme(s2,x3) & a_new(s1) & Theme(s1,x3))) | 78b43aac-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists s1 s2 x3.(n_thing(x3) & a_old(s2) & a_new(s1) & Theme(s2,x3) & Theme(s1,x3) & (x1 = x3))) |
||
This picture is a strange combination of old times and present day. | This picture spans through time | 0 | -100 | The picture is a combination of old and modern, meaning it spans through time. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists e1 x1 x2.(n_picture(x1) & through(e1,x2) & n_time(x2) & Actor(e1,x1) & v_span(e1)) | 78b44006-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists e1 x1 x2.(v_span(e1) & through(e1,x2) & n_time(x2) & n_picture(x1) & Actor(e1,x1)) |
||
This picture is a strange combination of old times and present day. | There is an old typewriter next to a laptop. | 1 | 0.493625 | Not all pictures need be of an old typewriter and a laptop | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 x1 s1 x2 x3 x4.((x1 = x2) & to(x3,x4) & n_laptop(x4) & next(x2,x3) & n_thing(x3) & n_typewriter(x2) & a_old(s1) & Theme(s1,x2)) | 78b44588-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists x1 s1 x2 x3 x4.(to(x3,x4) & next(x2,x3) & n_typewriter(x2) & n_thing(x3) & n_laptop(x4) & a_old(s1) & Theme(s1,x2) & (x1 = x2)) |
||
This picture is a strange combination of old times and present day. | The photograph is very old. | 1 | 0.000243 | Not all strange pictures need be old. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists s1 x1.(n_photograph(x1) & r_very(s1) & Theme(s1,x1) & a_old(s1)) | 78b44b46-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists s1 x1.(r_very(s1) & n_photograph(x1) & a_old(s1) & Theme(s1,x1)) |
||
This picture is a strange combination of old times and present day. | The picture shows a futuristic city. | 2 | -100 | The pieces of information that contradict each other is a stark difference in mention of the picture of a futuristic city as compared to the picture of a combination of old times and present day in the first sentence. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists e1 s1 x1 x2.(n_picture(x1) & Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & n_city(x2) & a_futuristic(s1) & Theme(s1,x2)) | 78b4503c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists e1 s1 x1 x2.(v_show(e1) & n_picture(x1) & n_city(x2) & a_futuristic(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
This picture is a strange combination of old times and present day. | This picture is 50 years old | 1 | 0.000497 | Not all strange pictures need be 50 years old. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists e1 x1 x2.(n_picture(x1) & Theme(e1,x2) & Pivot(e1,x1) & r_more(e1) & v_old(e1) & n_year(x2) & card_eq_50(x2)) | 78b45532-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists e1 x1 x2.(v_old(e1) & r_more(e1) & n_year(x2) & n_picture(x1) & card_eq_50(x2) & Theme(e1,x2) & Pivot(e1,x1)) |
||
This picture is a strange combination of old times and present day. | The picture is too old to be seen. | 2 | 0 | The pieces of information that contradict each other is mention in the second sentence that the picture is too old to be seen, while in the first sentence we can see the picture of old and present day times. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 s1 x1.(n_picture(x1) & Topic(s1,p1) & exists e1 x2.(Theme(e1,x2) & v_see(e1)) & Theme(s1,x1) & a_old(s1)) | 78b45a32-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists p1 s1 x1.(n_picture(x1) & exists e1 x2.(v_see(e1) & Theme(e1,x2)) & a_old(s1) & Topic(s1,p1) & Theme(s1,x1)) |
||
This picture is a strange combination of old times and present day. | The picture showcases modernity with the past. | 0 | -100 | The picture is a combination of old and modern, meaning it showcases modernity with the past. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists e1 x1 x2 x3.(n_past(x3) & n_picture(x1) & with(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_showcase(e1) & n_modernity(x2)) | 78b45ffa-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists e1 x1 x2 x3.(with(e1,x3) & v_showcase(e1) & n_picture(x1) & n_past(x3) & n_modernity(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
This picture is a strange combination of old times and present day. | The picture is from the late 16th century. | 2 | -100 | The pieces of information that contradict each other is the stark mention of picture being from the late 16th Century which is way older than the picture in the first sentence which is combination of old and present times. | exists p1 x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.((x1 = x2) & subset_of(x5,x2) & n_day(x5) & a_present(s3) & Theme(s3,x5) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & a_old(s2) & Theme(s2,x4) & n_combination(x3) & a_strange(s1) & Theme(s1,x3))) | exists p1 s1 s2 x1 x2.(n_century(x2) & a_16th(s2) & Theme(s2,x2) & a_late(s1) & Theme(s1,x2) & n_picture(x1) & from(x1,x2)) | 78b46522-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_picture(x1) & exists s1 s2 s3 x2 x3 x4 x5.(subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_time(x4) & n_day(x5) & n_combination(x3) & a_strange(s1) & a_present(s3) & a_old(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & (x1 = x2))) | exists s1 s2 x1 x2.(n_picture(x1) & n_century(x2) & from(x1,x2) & a_late(s1) & a_16th(s2) & Theme(s2,x2) & Theme(s1,x2)) |
||
A man in a vest is standing behind the man with a motorcyle. | The man in the vest and the man with motorcycle are friends. | 1 | 0.555025 | A man standing behind another man doesn't imply they are friends. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists p1 x1 x2 x3 x4.(n_man(x1) & n_man(x1) & n_vest(x3) & exists x5.((x1 = x5) & n_friend(x5)) & in(x1,x2) & subset_of(x1,x2) & with(x1,x4) & n_motorcycle(x4) & subset_of(x3,x2)) | 78b46af4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists x1 x2 x3 x4.(with(x1,x4) & subset_of(x3,x2) & subset_of(x1,x2) & n_vest(x3) & n_motorcycle(x4) & n_man(x1) & in(x1,x2) & exists x5.(n_friend(x5) & (x1 = x5))) |
||
A man in a vest is standing behind the man with a motorcyle. | The man is near another man. | 0 | -100 | If the first man is standing behind another man, then man 1 is near man 2. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists p1 x1.(n_man(x1) & n_man(x1) & exists x2.(near(x1,x2) & n_man(x2) & -(x2 = x1))) | 78b47094-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(near(x1,x2) & n_man(x2) & -(x2 = x1))) |
||
A man in a vest is standing behind the man with a motorcyle. | The man is near his son. | 1 | 0.160501 | A man standing behind another man need not mean he is near his son. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists p1 x1 x2.(n_son(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & near(x1,x2)) | 78b4772e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists x1 x2.(of(x2,x1) & near(x1,x2) & n_son(x2) & n_man(x1) & n_male(x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | The man with the motorcycle is standing in front of the man in the vest. | 0 | 0.979744 | One man is in front, one man is standing behind. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1 x2 x3 x4.(n_vest(x4) & n_man(x1) & n_man(x1) & n_motorcycle(x2) & in(e1,x4) & in(e1,x3) & of(x3,x1) & n_front(x3) & Actor(e1,x1) & v_stand(e1) & with(x1,x2)) | 78b47c9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & of(x3,x1) & n_vest(x4) & n_motorcycle(x2) & n_man(x1) & n_front(x3) & in(e1,x4) & in(e1,x3) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | A man wears a vest. | 0 | -100 | If a man is in a vest, he is wearing it. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_vest(x2) & n_man(x1)) | 78b481b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_vest(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | The men are swimming. | 2 | -100 | SWIMMING IS NOT STANDING | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_swim(e1)) | 78b48796-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1.(v_swim(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | Two men are standing. | 1 | 0.69247 | A man standing behind another man doesn't imply that both are standing. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1)) | 78b48cbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | Two bikers are standing. | 1 | 0.02215 | A man in a vest need not be a biker and him standing behind another man need not mean both are standing. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_biker(x1) & card_eq_2(x1)) | 78b491f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_biker(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | There are two men. | 0 | -100 | There's one man standing behind another man, therefore there are two men. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists p1 x1 x2.((x1 = x2) & n_man(x2) & card_eq_2(x2)) | 78b4979a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists x1 x2.(n_man(x2) & card_eq_2(x2) & (x1 = x2)) |
||
A man in a vest is standing behind the man with a motorcyle. | No man has a motorcycle. | 2 | -100 | ONE MAN IS MORE THAN NO MAN | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | -exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_motorcycle(x2) & n_man(x1)) | 78b49ccc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | all e1 x1 x2.(-v_have(e1) | -n_motorcycle(x2) | -n_man(x1) | -Theme(e1,x2) | -Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | The men are next to each other | 1 | 0.7337 | A man standing behind another need not necessarily mean they are next to each other. | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists s1 x1.(n_man(x1) & all x2.(n_other(x2) -> to(s1,x2)) & Theme(s1,x1) & a_next(s1)) | 78b4a262-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & all x2.(to(s1,x2) | -n_other(x2)) & a_next(s1) & Theme(s1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | The man is swimming in the ocean. | 2 | -100 | SWIMMING IS NOT STANDING | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1 x2.(n_ocean(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1)) | 78b4ae4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_swim(e1) & n_ocean(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A man in a vest is standing behind the man with a motorcyle. | The motorcycle is speeding | 2 | 0.000001 | STANDING IS NOT SPEEDING | exists e1 x1 x2 x3.(behind(e1,x1) & with(x1,x3) & n_motorcyle(x3) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_vest(x2)) | exists e1 x1.(n_motorcycle(x1) & Actor(e1,x1) & v_speed(e1)) | 78b4b96e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(with(x1,x3) & v_stand(e1) & n_vest(x2) & n_motorcyle(x3) & n_man(x1) & in(x1,x2) & behind(e1,x1) & Actor(e1,x1)) | exists e1 x1.(v_speed(e1) & n_motorcycle(x1) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | A young brunnette male is insulting a young girl in a red jacket. | 2 | -100 | INSULTING IS NOT COMFORTING | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_insult(e1) & in(x3,x4) & n_jacket(x4) & a_red(s3) & Theme(s3,x4) & n_girl(x3) & a_young(s2) & Theme(s2,x3) & n_male(x1) & of(x1,x2) & n_brunnette(x2) & a_young(s1) & Theme(s1,x1)) | 78b4bea0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_insult(e1) & of(x1,x2) & n_male(x1) & n_jacket(x4) & n_girl(x3) & n_brunnette(x2) & in(x3,x4) & a_young(s2) & a_young(s1) & a_red(s3) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | A young brunette male is caring for a girl in a red jacket. | 0 | 0.976217 | Comforting is synonymous with caring for. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(for(e1,x3) & in(x3,x4) & n_jacket(x4) & a_red(s2) & Theme(s2,x4) & n_girl(x3) & Actor(e1,x1) & v_care(e1) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | 78b4c4ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 x1 x2 x3 x4.(v_care(e1) & of(x1,x2) & n_male(x1) & n_jacket(x4) & n_girl(x3) & n_brunette(x2) & in(x3,x4) & for(e1,x3) & a_young(s1) & a_red(s2) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | The young man knows the young woman quite well. | 1 | 0.776963 | A male comforting a girl need not necessarily mean that he knows her quite well. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2.(n_woman(x2) & a_young(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1) & r_quite(e1) & a_well(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_know(e1)) | 78b4c9e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 s3 x1 x2.(v_know(e1) & r_quite(e1) & n_woman(x2) & n_man(x1) & a_young(s2) & a_young(s1) & a_well(s3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | the girl is crying. | 1 | 0.022809 | A young girl being comforted need not necessarily mean she is crying. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(n_girl(x1) & Actor(e1,x1) & v_cry(e1)) | 78b4cefe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1.(v_cry(e1) & n_girl(x1) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | A guy and girl are together. | 0 | -100 | If the male is comforting the girl, they are together. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(Theme(s1,x1) & a_together(s1) & n_girl(x3) & n_guy(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 78b4dbba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists s1 x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_guy(x2) & n_girl(x3) & a_together(s1) & Theme(s1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | A young male is ignoring a young girl. | 2 | 0.000055 | IGNORING IS NOT COMFORTING | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ignore(e1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & n_male(x1) & a_young(s1) & Theme(s1,x1)) | 78b4eba0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 x1 x2.(v_ignore(e1) & n_male(x1) & n_girl(x2) & a_young(s2) & a_young(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | a girl is comforted by her boyfriend | 1 | 0.654419 | Not all boys are a boyfriend to girls. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Actor(e1,x2) & n_boyfriend(x2) & of(x2,x1) & n_female(x1) & Theme(e1,x1) & v_comfort(e1) & n_girl(x1)) | 78b4f0c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_comfort(e1) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_boyfriend(x2) & Theme(e1,x1) & Actor(e1,x2)) |
||
A young brunette male comforting a young girl in a red jacket. | A young brunette male is talking to the young girl in a red jacket. | 1 | 0.892864 | Comforting does not necessarily mean talking. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(n_girl(x3) & a_young(s2) & Theme(s2,x3) & to(e1,x3) & in(x3,x4) & n_jacket(x4) & a_red(s3) & Theme(s3,x4) & Actor(e1,x1) & v_talk(e1) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | 78b4f640-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_talk(e1) & to(e1,x3) & of(x1,x2) & n_male(x1) & n_jacket(x4) & n_girl(x3) & n_brunette(x2) & in(x3,x4) & a_young(s2) & a_young(s1) & a_red(s3) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young brunette male comforting a young girl in a red jacket. | The boy is the girl's brother. | 1 | 0.607946 | Comforting a girl does not mean the boy is her brother. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_comfort(e1) & in(x4,x5) & n_jacket(x5) & a_red(s3) & Theme(s3,x5) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & (x1 = x3) & n_male(x1) & of(x1,x2) & n_brunette(x2) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(n_brother(x3) & of(x3,x2) & n_girl(x2) & n_boy(x1) & (x1 = x3)) | 78b509c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_comfort(e1) & of(x1,x2) & n_male(x1) & n_jacket(x5) & n_girl(x4) & n_brunette(x2) & in(x4,x5) & a_young(s2) & a_young(s1) & a_topic(x1) & a_red(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists x1 x2 x3.(of(x3,x2) & n_girl(x2) & n_brother(x3) & n_boy(x1) & (x1 = x3)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | The man and woman are video game enthusiasts. | 1 | 0.815688 | Holding video game controllers does not imply that the people are video game enthusiasts. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1 x2 x3.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & exists s1 x4 x5.((x1 = x4) & n_enthusiast(x4) & of(x4,x5) & n_game(x5) & a_video(s1) & Theme(s1,x4))) | 78b513e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists s1 x4 x5.(of(x4,x5) & n_game(x5) & n_enthusiast(x4) & a_video(s1) & Theme(s1,x4) & (x1 = x4))) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | Two people are playing video games. | 0 | 0.982869 | they smile and pose during video games | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2) & of(x2,x3) & n_video(x3) & n_people(x1) & card_eq_2(x1)) | 78b52dea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_video(x3) & n_people(x1) & n_game(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | A man and a woman enjoy a meal. | 2 | 0.000046 | Smiling is not enjoy a meal. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & n_meal(x4) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 78b5336c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_enjoy(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_meal(x4) & n_man(x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | There are people playing video games on a couch | 1 | 0.669808 | Holding controllers does not mean the people are playing it. Being in front of a TV does not mean they are on a couch. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & on(e1,x5) & n_couch(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_game(x4) & a_video(s1) & Theme(s1,x4) & (x2 = x3) & n_people(x2)) | 78b5386c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists x1 e1 s1 x2 x3 x4 x5.(v_play(e1) & on(e1,x5) & n_people(x2) & n_game(x4) & n_couch(x5) & a_video(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | The woman smiles because she is beating the man in the video game. | 1 | 0.650176 | Smiling does not imply that the woman is beating the man. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 p1 x1 x2 x3 x4.(n_game(x3) & of(x3,x4) & n_video(x4) & n_man(x2) & n_female(x1) & n_woman(x1) & exists e2.(in(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_beat(e2)) & because(e1,p1) & Actor(e1,x1) & v_smile(e1)) | 78b53e2a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_smile(e1) & of(x3,x4) & n_woman(x1) & n_video(x4) & n_man(x2) & n_game(x3) & n_female(x1) & exists e2.(v_beat(e2) & in(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & because(e1,p1) & Actor(e1,x1)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | A couple enjoying a classic game. | 1 | 0.598404 | Not all men and women are a couple. Not all video games are classic games. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_enjoy(e1) & n_game(x3) & a_classic(s1) & Theme(s1,x3) & (x1 = x2) & n_couple(x1)) | 78b548f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_enjoy(e1) & n_game(x3) & n_couple(x1) & a_topic(x1) & a_classic(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | Two people are playing Madden '14 | 1 | 0.000129 | Not all video games are Madden '14. | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2.(n_date(x2) & a_date_year_1914(x2) & a_date_year_1914(x2) & Time(e1,x2) & n_madden(x2) & Actor(e1,x1) & v_play(e1) & n_people(x1) & card_eq_2(x1)) | 78b54e4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_people(x1) & n_madden(x2) & n_date(x2) & card_eq_2(x1) & a_date_year_1914(x2) & Time(e1,x2) & Actor(e1,x1)) |
||
A man and woman smile and pose in pajamas while holding video game controllers in front of a television. | Two people are playing video games. | 0 | 0.982869 | they smile and pose during video games | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & in(e3,x11) & of(x11,x12) & n_television(x12) & n_front(x11) & Theme(e3,x8) & Actor(e3,x4) & v_hold(e3) & n_controller(x8) & of(x8,x10) & n_game(x10) & of(x8,x9) & n_video(x9) & in(e2,x7) & n_pajamas(x7) & Actor(e2,x4) & v_pose(e2) & n_woman(x6) & n_man(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_smile(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2) & of(x2,x3) & n_video(x3) & n_people(x1) & card_eq_2(x1)) | 78b56026-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(while(e2,e3) & v_smile(e1) & v_pose(e2) & v_hold(e3) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x8,x9) & of(x8,x10) & of(x11,x12) & n_woman(x6) & n_woman(x3) & n_video(x9) & n_television(x12) & n_pajamas(x7) & n_man(x5) & n_man(x2) & n_game(x10) & n_front(x11) & n_controller(x8) & in(e3,x11) & in(e2,x7) & Theme(e3,x8) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_video(x3) & n_people(x1) & n_game(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | The blooming flowers look beautiful on the side walk. | 2 | 0.00108 | Grass are not blooming flowers. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists e1 e2 p1 x1 x2 x3.(n_walk(x2) & of(x2,x3) & n_side(x3) & n_flower(x1) & Actor(e1,x1) & v_bloom(e1) & exists s1.(on(s1,x2) & Theme(s1,x1) & a_beautiful(s1)) & Topic(e2,p1) & Actor(e2,x1) & v_look(e2)) | 78b5becc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2 x3.(v_look(e2) & v_bloom(e1) & of(x2,x3) & n_walk(x2) & n_side(x3) & n_flower(x1) & exists s1.(on(s1,x2) & a_beautiful(s1) & Theme(s1,x1)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | there is grass by the road | 0 | 0.979744 | If grass has grown onto the roadway then there is grass by the road. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists p1 x1 x2.(n_road(x2) & by(p1,x2) & exists x3.((x1 = x3) & n_grass(x3))) | 78b5c3fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists p1 x1 x2.(n_road(x2) & exists x3.(n_grass(x3) & (x1 = x3)) & by(p1,x2)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | The road is being taken over by weeds. | 1 | 0.428126 | Because it is grassy does not mean it is weeds. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists e1 s1 x1 x2.(n_road(x1) & Actor(e1,x2) & n_weed(x2) & a_over(s1) & Manner(e1,s1) & Theme(e1,x1) & v_take(e1)) | 78b5c8f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_take(e1) & n_weed(x2) & n_road(x1) & a_over(s1) & Theme(e1,x1) & Manner(e1,s1) & Actor(e1,x2)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | Grass seeds were planted weeks ago near the curb. | 1 | 0.012742 | We don't know that the weeds were planted weeks ago. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists e1 x1 x2 x3 x4.(n_curb(x4) & near(e1,x4) & ago(e1,x3) & n_week(x3) & Theme(e1,x1) & v_plant(e1) & n_seed(x1) & (x1 = x2) & ne_nam_grass(x2)) | 78b5ce58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_plant(e1) & near(e1,x4) & ne_nam_grass(x2) & n_week(x3) & n_seed(x1) & n_curb(x4) & ago(e1,x3) & Theme(e1,x1) & (x1 = x2)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | The grass is | 1 | 0.632203 | The grass can refer to a specific grass that is not grass grown onto roadway. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists e1 x1.(n_grass(x1) & Actor(e1,x1) & v_be(e1)) | 78b5d86c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists e1 x1.(v_be(e1) & n_grass(x1) & Actor(e1,x1)) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | there are flowers growing by the street | 1 | 0.749122 | We don't know that there are flowers growing. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists p1 x1 x4.(n_street(x4) & exists e1 x2 x3.((x1 = x2) & by(e1,x4) & Actor(e1,x3) & v_grow(e1) & (x2 = x3) & n_flower(x2))) | 78b5e1a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists x1 x4.(n_street(x4) & exists e1 x2 x3.(v_grow(e1) & n_flower(x2) & by(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
On the shoulder of the road, near the curb, grass has grown onto the roadway. | a supermarket is next to the grass near the road | 1 | 0.015581 | We don't know there is a supermarket nearby. | exists e1 x1 x2 x3 x4 x5.(n_curb(x5) & n_road(x4) & n_shoulder(x3) & n_roadway(x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & onto(e1,x2) & Actor(e1,x1) & v_grow(e1) & n_grass(x1)) | exists s1 x1 x2 x3.(n_road(x3) & n_grass(x2) & to(s1,x2) & near(x2,x3) & Theme(s1,x1) & a_next(s1) & n_supermarket(x1)) | 78b5e708-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grow(e1) & onto(e1,x2) & on(e1,x3) & of(x3,x4) & near(x4,x5) & n_shoulder(x3) & n_roadway(x2) & n_road(x4) & n_grass(x1) & n_curb(x5) & Actor(e1,x1)) | exists s1 x1 x2 x3.(to(s1,x2) & near(x2,x3) & n_supermarket(x1) & n_road(x3) & n_grass(x2) & a_next(s1) & Theme(s1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.