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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Mothers with children talking at a gathering. | They are talking about thier kids. | 1 | -100 | No evidence as to what the mothers are talking about. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & at(e1,x4) & n_gathering(x4) & Actor(e1,x3) & v_talk(e1) & (x2 = x3) & n_child(x2) & n_mother(x1)) | exists e1 s1 x1.(about(e1,x1) & n_kid(x1) & r_more(s1) & a_thier(s1) & Theme(s1,x1) & Actor(e1,x1) & v_talk(e1) & n_thing(x1)) | 4993a53c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_talk(e1) & n_mother(x1) & n_gathering(x4) & n_child(x2) & at(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1.(v_talk(e1) & r_more(s1) & n_thing(x1) & n_kid(x1) & about(e1,x1) & a_thier(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Mothers with children talking at a gathering. | The mothers are having conversations. | 0 | -100 | Mothers are having a conversation at a gathering, which can also be said as talking. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & at(e1,x4) & n_gathering(x4) & Actor(e1,x3) & v_talk(e1) & (x2 = x3) & n_child(x2) & n_mother(x1)) | exists e1 x1 x2.(n_mother(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_conversation(x2)) | 4993a9ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_talk(e1) & n_mother(x1) & n_gathering(x4) & n_child(x2) & at(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_have(e1) & n_mother(x1) & n_conversation(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women are talking while children are sitting on their laps. | The man is painting a house. | 2 | -100 | A man is not a woman. Women is plural, a man is singular. Painting is different than sitting with children in the lap. | exists e1 p1 x1 x3.(exists e2 x2.(on(e2,x3) & Actor(e2,x2) & v_sit(e2) & n_child(x2)) & n_lap(x3) & of(x3,x1) & n_thing(x1) & while(e1,p1) & Actor(e1,x1) & v_talk(e1) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_house(x2)) | 4993ae24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x3.(while(e1,p1) & v_talk(e1) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_lap(x3) & exists e2 x2.(v_sit(e2) & on(e2,x3) & n_child(x2) & Actor(e2,x2)) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_paint(e1) & n_man(x1) & n_house(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women are talking while children are sitting on their laps. | Some women are babysitting. | 1 | -100 | Can not tell whether these women are the children's mother, babysitting or a friend. There is also no way to know that "some" women is the same as two women. | exists e1 p1 x1 x3.(exists e2 x2.(on(e2,x3) & Actor(e2,x2) & v_sit(e2) & n_child(x2)) & n_lap(x3) & of(x3,x1) & n_thing(x1) & while(e1,p1) & Actor(e1,x1) & v_talk(e1) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_babysit(e1) & n_woman(x1)) | 4993b37e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x3.(while(e1,p1) & v_talk(e1) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_lap(x3) & exists e2 x2.(v_sit(e2) & on(e2,x3) & n_child(x2) & Actor(e2,x2)) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1.(v_babysit(e1) & n_woman(x1) & Actor(e1,x1)) |
||
Two women are talking while children are sitting on their laps. | Some women are talking. | 0 | -100 | Two women are talking with their children on their laps. sentence two just summarizes the information. | exists e1 p1 x1 x3.(exists e2 x2.(on(e2,x3) & Actor(e2,x2) & v_sit(e2) & n_child(x2)) & n_lap(x3) & of(x3,x1) & n_thing(x1) & while(e1,p1) & Actor(e1,x1) & v_talk(e1) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_talk(e1) & n_woman(x1)) | 4993b824-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x3.(while(e1,p1) & v_talk(e1) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_lap(x3) & exists e2 x2.(v_sit(e2) & on(e2,x3) & n_child(x2) & Actor(e2,x2)) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1.(v_talk(e1) & n_woman(x1) & Actor(e1,x1)) |
||
Two women, each embracing a little girl, catch up at a small family gathering. | 2 women are carrying little girls. | 0 | -100 | Women embracing a little girl are carrying little girls. | exists e1 s1 s2 x1 x2 x3.(a_up(s2) & Manner(e1,s2) & at(e1,x2) & n_gathering(x2) & of(x2,x3) & n_family(x3) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_catch(e1) & all x4.(n_thing(x4) -> exists e2 s3 x5 x6.(rel(x1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_embrace(e2) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & (x4 = x5))) & n_woman(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_girl(x2) & a_little(s1) & Theme(s1,x2) & n_woman(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | 4993bc98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_catch(e1) & of(x2,x3) & n_woman(x1) & n_gathering(x2) & n_family(x3) & card_eq_2(x1) & at(e1,x2) & all x4.(exists e2 s3 x5 x6.(v_embrace(e2) & rel(x1,x4) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & Theme(e2,x6) & Actor(e2,x5) & (x4 = x5)) | -n_thing(x4)) & a_up(s2) & a_small(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_carry(e1) & n_woman(x1) & n_girl(x2) & n_date(x1) & a_little(s1) & a_date_day_02(x1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women, each embracing a little girl, catch up at a small family gathering. | The women were showing their daughters an animal. | 1 | -100 | No evidence that the little girl is the daughters of the women. There was no mention of an animal being at the family gathering too. | exists e1 s1 s2 x1 x2 x3.(a_up(s2) & Manner(e1,s2) & at(e1,x2) & n_gathering(x2) & of(x2,x3) & n_family(x3) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_catch(e1) & all x4.(n_thing(x4) -> exists e2 s3 x5 x6.(rel(x1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_embrace(e2) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & (x4 = x5))) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_daughter(x2) & of(x2,x1) & n_thing(x1) & n_woman(x1) & n_animal(x3) & Time(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_show(e1)) | 4993c102-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_catch(e1) & of(x2,x3) & n_woman(x1) & n_gathering(x2) & n_family(x3) & card_eq_2(x1) & at(e1,x2) & all x4.(exists e2 s3 x5 x6.(v_embrace(e2) & rel(x1,x4) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & Theme(e2,x6) & Actor(e2,x5) & (x4 = x5)) | -n_thing(x4)) & a_up(s2) & a_small(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_show(e1) & of(x2,x1) & n_woman(x1) & n_thing(x1) & n_daughter(x2) & n_animal(x3) & Time(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women, each embracing a little girl, catch up at a small family gathering. | The women left their children behind. | 2 | -100 | Leaving children behind can't happen if the women are embracing them, and being at a family gathering means they're stationary. | exists e1 s1 s2 x1 x2 x3.(a_up(s2) & Manner(e1,s2) & at(e1,x2) & n_gathering(x2) & of(x2,x3) & n_family(x3) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_catch(e1) & all x4.(n_thing(x4) -> exists e2 s3 x5 x6.(rel(x1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_embrace(e2) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & (x4 = x5))) & n_woman(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_child(x2) & of(x2,x1) & n_thing(x1) & n_woman(x1) & a_behind(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_leave(e1)) | 4993c5d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_catch(e1) & of(x2,x3) & n_woman(x1) & n_gathering(x2) & n_family(x3) & card_eq_2(x1) & at(e1,x2) & all x4.(exists e2 s3 x5 x6.(v_embrace(e2) & rel(x1,x4) & n_girl(x6) & a_little(s3) & Theme(s3,x6) & Theme(e2,x6) & Actor(e2,x5) & (x4 = x5)) | -n_thing(x4)) & a_up(s2) & a_small(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_leave(e1) & of(x2,x1) & n_woman(x1) & n_thing(x1) & n_child(x2) & a_behind(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two women holding children talking to one another. | The women are having a playdate with their toddlers. | 1 | -100 | No evidence that the children are having a playdate. They may have just ran into each other at the playground. We also have no way of knowing whether the children are toddlers or teenagers. | exists e2 e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & to(e1,x5) & n_thing(x5) & card_eq_1(x5) & a_another(s1) & Theme(s1,x5) & Actor(e1,x4) & v_talk(e1) & (x3 = x4) & n_child(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_toddler(x3) & of(x3,x1) & n_thing(x1) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & with(x2,x3) & n_playdate(x2)) | 4993ca62-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_talk(e1) & v_hold(e2) & to(e1,x5) & n_woman(x1) & n_thing(x5) & n_child(x3) & card_eq_2(x1) & card_eq_1(x5) & a_topic(x1) & a_another(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3.(with(x2,x3) & v_have(e1) & of(x3,x1) & n_woman(x1) & n_toddler(x3) & n_thing(x1) & n_playdate(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women holding children talking to one another. | Two women are running at the park looking for their children. | 2 | -100 | Two women can't be holding children talking and running at the park looking for their children at the same time. | exists e1 e2 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & to(e1,x5) & n_thing(x5) & card_eq_1(x5) & a_another(s1) & Theme(s1,x5) & Actor(e1,x4) & v_talk(e1) & (x3 = x4) & n_child(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3.(n_child(x3) & of(x3,x2) & n_thing(x2) & n_park(x2) & for(e1,e2) & for(e2,x3) & Actor(e2,x1) & v_look(e2) & at(e1,x2) & Actor(e1,x1) & v_run(e1) & n_woman(x1) & card_eq_2(x1)) | 4993ce86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_talk(e1) & v_hold(e2) & to(e1,x5) & n_woman(x1) & n_thing(x5) & n_child(x3) & card_eq_2(x1) & card_eq_1(x5) & a_topic(x1) & a_another(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 e2 x1 x2 x3.(v_run(e1) & v_look(e2) & of(x3,x2) & n_woman(x1) & n_thing(x2) & n_park(x2) & n_child(x3) & for(e2,x3) & for(e1,e2) & card_eq_2(x1) & at(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Two women holding children talking to one another. | There are at least four people. | 0 | -100 | Two women holding children means they are at least holding one. That's four people. | exists e2 e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & to(e1,x5) & n_thing(x5) & card_eq_1(x5) & a_another(s1) & Theme(s1,x5) & Actor(e1,x4) & v_talk(e1) & (x3 = x4) & n_child(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1 s1 x2.(at(x1,x2) & r_most(s1) & a_least(s1) & Theme(s1,x2) & n_people(x2) & card_eq_4(x2)) | 4993d2a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_talk(e1) & v_hold(e2) & to(e1,x5) & n_woman(x1) & n_thing(x5) & n_child(x3) & card_eq_2(x1) & card_eq_1(x5) & a_topic(x1) & a_another(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists x1 s1 x2.(r_most(s1) & n_people(x2) & card_eq_4(x2) & at(x1,x2) & a_least(s1) & Theme(s1,x2)) |
||
A black and white dog with a stick in its mouth is swimming. | A dog with an object in it's mouth is in the water. | 0 | -100 | A stick is an object. Swimming means in water. | exists p1 s1 s2 x1 x2 x3.(exists x4.((x1 = x4) & n_swimming(x4)) & with(x1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_black(s1) & Theme(s1,x1)) | exists p1 x1 x2 x5.(n_water(x5) & exists p2 x3 x4.((x1 = x3) & in(x4,x5) & (x3 = x4) & n_mouth(x3)) & with(x1,x2) & in(x2,x1) & n_thing(x1) & n_object(x2) & n_dog(x1)) | 4993f370-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & exists x4.(n_swimming(x4) & (x1 = x4)) & a_white(s2) & a_black(s1) & Theme(s2,x1) & Theme(s1,x1)) | exists x1 x2 x5.(with(x1,x2) & n_water(x5) & n_thing(x1) & n_object(x2) & n_dog(x1) & in(x2,x1) & exists x3 x4.(n_mouth(x3) & in(x4,x5) & (x3 = x4) & (x1 = x3))) |
||
A black and white dog with a stick in its mouth is swimming. | A Dalmatian with a stick in its mouth is swimming slowly. | 1 | -100 | We don't know if the dog is a Dalmatian. | exists p1 s1 s2 x1 x2 x3.(exists x4.((x1 = x4) & n_swimming(x4)) & with(x1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_black(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(a_slowly(s1) & Manner(e1,s1) & Actor(e1,x1) & v_swim(e1) & with(x1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_dalmatian(x1)) | 4993f816-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & exists x4.(n_swimming(x4) & (x1 = x4)) & a_white(s2) & a_black(s1) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_swim(e1) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_dalmatian(x1) & in(x2,x3) & a_slowly(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A black and white dog with a stick in its mouth is swimming. | A cat with a stick in its mouth is in a bathtub. | 2 | -100 | There can be either a dog or a cat with a stick in its mouth and it is swimming or in the bathtub. | exists p1 s1 s2 x1 x2 x3.(exists x4.((x1 = x4) & n_swimming(x4)) & with(x1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_black(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(exists x4.(in(x1,x4) & n_bathtub(x4)) & with(x1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_cat(x1)) | 4993fcbc-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & exists x4.(n_swimming(x4) & (x1 = x4)) & a_white(s2) & a_black(s1) & Theme(s2,x1) & Theme(s1,x1)) | exists x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_cat(x1) & in(x2,x3) & exists x4.(n_bathtub(x4) & in(x1,x4))) |
||
A pirate is chasing a princess down the sidewalk. | Pirate chasing a peach cosplayer | 1 | -100 | Not all princesses are peach cosplayers, there is also Zelda. | exists e1 x1 x2 x3.(n_sidewalk(x3) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_princess(x2) & n_pirate(x1)) | exists e1 x1 x2 x3.(ne_nam_pirate(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_cosplayer(x2) & of(x2,x3) & n_peach(x3)) | 4994020c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_chase(e1) & n_sidewalk(x3) & n_princess(x2) & n_pirate(x1) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_chase(e1) & of(x2,x3) & ne_nam_pirate(x1) & n_peach(x3) & n_cosplayer(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A pirate is chasing a princess down the sidewalk. | Pirate doing the hokey pokey | 2 | -100 | A pirate that is doing the hokey pokey is dancing not chasing a princess. | exists e1 x1 x2 x3.(n_sidewalk(x3) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_princess(x2) & n_pirate(x1)) | exists e1 x1 x2 x3.(n_pokey(x2) & of(x2,x3) & n_hokey(x3) & ne_nam_pirate(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1)) | 499406d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_chase(e1) & n_sidewalk(x3) & n_princess(x2) & n_pirate(x1) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_do(e1) & of(x2,x3) & ne_nam_pirate(x1) & n_pokey(x2) & n_hokey(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A pirate is chasing a princess down the sidewalk. | Pirate on the sidewalk | 0 | -100 | If the pirate is chasing a princess down the sidewalk, he is on the sidewalk. | exists e1 x1 x2 x3.(n_sidewalk(x3) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_princess(x2) & n_pirate(x1)) | exists s1 x1.(n_sidewalk(x1) & ne_nam_pirate(s1) & a_topic(s1) & on(s1,x1)) | 49940b80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_chase(e1) & n_sidewalk(x3) & n_princess(x2) & n_pirate(x1) & down(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(on(s1,x1) & ne_nam_pirate(s1) & n_sidewalk(x1) & a_topic(s1)) |
||
A dog is fetching a stick out of very clear water. | A dog is fetching a stick out of very clear water. | 0 | -100 | Both statements tell of a dog fetching a stick out of very clear water. | exists e1 s1 x1 x2 x3.(of(e1,x3) & n_water(x3) & a_clear(s1) & Theme(s1,x3) & r_very(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | exists e1 s1 x1 x2 x3.(of(e1,x3) & n_water(x3) & a_clear(s1) & Theme(s1,x3) & r_very(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | 4994101c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_fetch(e1) & r_very(x3) & r_out(e1) & of(e1,x3) & n_water(x3) & n_stick(x2) & n_dog(x1) & a_clear(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_fetch(e1) & r_very(x3) & r_out(e1) & of(e1,x3) & n_water(x3) & n_stick(x2) & n_dog(x1) & a_clear(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog is fetching a stick out of very clear water. | A dog is fetching a stick out of very clear water in the back yard. | 1 | -100 | Not all dogs playing fetch are in the back yard, they might be at the dog park. | exists e1 s1 x1 x2 x3.(of(e1,x3) & n_water(x3) & a_clear(s1) & Theme(s1,x3) & r_very(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(n_yard(x4) & a_back(s2) & Theme(s2,x4) & in(e1,x4) & of(e1,x3) & n_water(x3) & a_clear(s1) & Theme(s1,x3) & r_very(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | 49941512-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_fetch(e1) & r_very(x3) & r_out(e1) & of(e1,x3) & n_water(x3) & n_stick(x2) & n_dog(x1) & a_clear(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_fetch(e1) & r_very(x3) & r_out(e1) & of(e1,x3) & n_yard(x4) & n_water(x3) & n_stick(x2) & n_dog(x1) & in(e1,x4) & a_clear(s1) & a_back(s2) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog is fetching a stick out of very clear water. | A dog is sleeping on the front porch. | 2 | -100 | A sleeping dog can not be fetching. | exists e1 s1 x1 x2 x3.(of(e1,x3) & n_water(x3) & a_clear(s1) & Theme(s1,x3) & r_very(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | exists e1 x1 x2 x3.(n_porch(x2) & of(x2,x3) & n_front(x3) & on(e1,x2) & Actor(e1,x1) & v_sleep(e1) & n_dog(x1)) | 499419f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_fetch(e1) & r_very(x3) & r_out(e1) & of(e1,x3) & n_water(x3) & n_stick(x2) & n_dog(x1) & a_clear(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sleep(e1) & on(e1,x2) & of(x2,x3) & n_porch(x2) & n_front(x3) & n_dog(x1) & Actor(e1,x1)) |
||
A dog in the water carries a stick in his mouth. | A dog is going for a walk in the park. | 2 | -100 | A dog can't be in the water at the same time it is going for a walk. | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_male(x2) & n_water(x2) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_stick(x3) & in(x1,x2) & n_dog(x1)) | exists e1 x1 x2 x3.(n_park(x3) & in(e1,x3) & for(e1,x2) & n_walk(x2) & Actor(e1,x1) & v_go(e1) & n_dog(x1)) | 49941f8a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x4,x2) & n_water(x2) & n_stick(x3) & n_mouth(x4) & n_male(x2) & n_dog(x1) & in(x3,x4) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_go(e1) & n_walk(x2) & n_park(x3) & n_dog(x1) & in(e1,x3) & for(e1,x2) & Actor(e1,x1)) |
||
A dog in the water carries a stick in his mouth. | A dog fetches a stick out of the lake. | 1 | -100 | We don't know if the dog is by the lake. | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_male(x2) & n_water(x2) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_stick(x3) & in(x1,x2) & n_dog(x1)) | exists e1 x1 x2 x3.(n_lake(x3) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_fetch(e1) & n_stick(x2) & n_dog(x1)) | 4994246c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x4,x2) & n_water(x2) & n_stick(x3) & n_mouth(x4) & n_male(x2) & n_dog(x1) & in(x3,x4) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_fetch(e1) & r_out(e1) & of(e1,x3) & n_stick(x2) & n_lake(x3) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog in the water carries a stick in his mouth. | A dog carries a stick in his mouth. | 0 | -100 | A dog carrying a stick in his mouth carries a stick in his mouth. | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_male(x2) & n_water(x2) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_stick(x3) & in(x1,x2) & n_dog(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_male(x1) & n_stick(x2) & n_dog(x1)) | 49942b6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x4,x2) & n_water(x2) & n_stick(x3) & n_mouth(x4) & n_male(x2) & n_dog(x1) & in(x3,x4) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_carry(e1) & of(x3,x1) & n_stick(x2) & n_mouth(x3) & n_male(x1) & n_dog(x1) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two children are running down a sidewalk dressed in costumes. | Kids are going to a costume party. | 1 | -100 | We don't know necessarily if the kids are going to a costume party. | exists e2 e1 s1 x1 x2 x3 x4.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & in(e1,x4) & n_costume(x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_sidewalk(x2) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(to(e1,x2) & n_party(x2) & a_costume(s1) & Theme(s1,x2) & Actor(e1,x1) & v_go(e1) & n_kid(x1)) | 499430ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_run(e2) & v_dress(e1) & n_sidewalk(x2) & n_costume(x4) & n_child(x1) & in(e1,x4) & card_eq_2(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x1) & (x2 = x3)) | exists e1 s1 x1 x2.(v_go(e1) & to(e1,x2) & n_party(x2) & n_kid(x1) & a_costume(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Two children are running down a sidewalk dressed in costumes. | Kids are getting in a fight. | 2 | -100 | The kids are either running or fighting. | exists e2 e1 s1 x1 x2 x3 x4.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & in(e1,x4) & n_costume(x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_sidewalk(x2) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2.(in(e1,x2) & n_fight(x2) & Actor(e1,x1) & v_get(e1) & n_kid(x1)) | 499435ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_run(e2) & v_dress(e1) & n_sidewalk(x2) & n_costume(x4) & n_child(x1) & in(e1,x4) & card_eq_2(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x1) & (x2 = x3)) | exists e1 x1 x2.(v_get(e1) & n_kid(x1) & n_fight(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Two children are running down a sidewalk dressed in costumes. | Two kids are running. | 0 | -100 | Children are called kids. | exists e2 e1 s1 x1 x2 x3 x4.(a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & in(e1,x4) & n_costume(x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_sidewalk(x2) & n_child(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_kid(x1) & card_eq_2(x1)) | 49943af6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_run(e2) & v_dress(e1) & n_sidewalk(x2) & n_costume(x4) & n_child(x1) & in(e1,x4) & card_eq_2(x1) & a_down(s1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x1) & (x2 = x3)) | exists e1 x1.(v_run(e1) & n_kid(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
1 little boy wearing a pirate costume following closely behind a little girl wearing a blue dress carrying a orange pumpkin bucket and walking down the sidewalk. | Boy in costume followed by a girl in costume. | 0 | -100 | As it is being inferred that it is Halloween, both the boy and the girl are wearing a costume. | exists e2 e1 e5 e3 e4 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_sidewalk(x11) & a_down(s7) & Manner(e5,s7) & Theme(e5,x11) & Actor(e5,x10) & v_walk(e5) & n_boy(x10) & a_little(s6) & Theme(s6,x10) & n_date(x10) & a_date_day_01(x10) & a_date_day_01(x10) & for(e1,e2) & behind(e2,x3) & Theme(e4,x5) & Actor(e4,x4) & v_wear(e4) & Theme(e3,x7) & Actor(e3,x6) & v_carry(e3) & n_bucket(x7) & of(x7,x9) & n_pumpkin(x9) & of(x7,x8) & n_orange(x8) & (x5 = x6) & n_dress(x5) & a_blue(s5) & Theme(s5,x5) & (x3 = x4) & n_girl(x3) & a_little(s4) & Theme(s4,x3) & a_closely(s3) & Manner(e2,s3) & Actor(e2,x1) & v_follow(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_costume(x2) & a_pirate(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & n_date(x1) & a_date_day_01(x1) & a_date_day_01(x1)) | exists e1 s1 x1 x2 x3 x4.(ne_nam_boy(s1) & a_topic(s1) & in(s1,x1) & Actor(e1,x3) & in(x3,x4) & n_costume(x4) & n_girl(x3) & Theme(e1,x2) & v_follow(e1) & (x1 = x2) & n_costume(x1)) | 4994458c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e5 e3 e4 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e4) & v_wear(e1) & v_walk(e5) & v_follow(e2) & v_carry(e3) & of(x7,x9) & of(x7,x8) & n_sidewalk(x11) & n_pumpkin(x9) & n_orange(x8) & n_girl(x3) & n_dress(x5) & n_date(x10) & n_date(x1) & n_costume(x2) & n_bucket(x7) & n_boy(x10) & n_boy(x1) & for(e1,e2) & behind(e2,x3) & a_pirate(s2) & a_little(s6) & a_little(s4) & a_little(s1) & a_down(s7) & a_date_day_01(x10) & a_date_day_01(x1) & a_closely(s3) & a_blue(s5) & Theme(s6,x10) & Theme(s5,x5) & Theme(s4,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e5,x11) & Theme(e4,x5) & Theme(e3,x7) & Theme(e1,x2) & Manner(e5,s7) & Manner(e2,s3) & Actor(e5,x10) & Actor(e4,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4.(v_follow(e1) & ne_nam_boy(s1) & n_girl(x3) & n_costume(x4) & n_costume(x1) & in(x3,x4) & in(s1,x1) & a_topic(s1) & Theme(e1,x2) & Actor(e1,x3) & (x1 = x2)) |
||
1 little boy wearing a pirate costume following closely behind a little girl wearing a blue dress carrying a orange pumpkin bucket and walking down the sidewalk. | A boy in a clown costume followed by a girl. | 2 | -100 | A pirate costume is different than a clown costume. | exists e1 e4 e3 e5 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_sidewalk(x11) & a_down(s7) & Manner(e5,s7) & Theme(e5,x11) & Actor(e5,x10) & v_walk(e5) & n_boy(x10) & a_little(s6) & Theme(s6,x10) & n_date(x10) & a_date_day_01(x10) & a_date_day_01(x10) & for(e1,e2) & behind(e2,x3) & Theme(e4,x5) & Actor(e4,x4) & v_wear(e4) & Theme(e3,x7) & Actor(e3,x6) & v_carry(e3) & n_bucket(x7) & of(x7,x9) & n_pumpkin(x9) & of(x7,x8) & n_orange(x8) & (x5 = x6) & n_dress(x5) & a_blue(s5) & Theme(s5,x5) & (x3 = x4) & n_girl(x3) & a_little(s4) & Theme(s4,x3) & a_closely(s3) & Manner(e2,s3) & Actor(e2,x1) & v_follow(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_costume(x2) & a_pirate(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & n_date(x1) & a_date_day_01(x1) & a_date_day_01(x1)) | exists e1 s1 x1 x2 x3.(Actor(e1,x3) & n_girl(x3) & Theme(e1,x1) & v_follow(e1) & in(x1,x2) & n_costume(x2) & a_clown(s1) & Theme(s1,x2) & n_boy(x1)) | 49944b36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e3 e5 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e4) & v_wear(e1) & v_walk(e5) & v_follow(e2) & v_carry(e3) & of(x7,x9) & of(x7,x8) & n_sidewalk(x11) & n_pumpkin(x9) & n_orange(x8) & n_girl(x3) & n_dress(x5) & n_date(x10) & n_date(x1) & n_costume(x2) & n_bucket(x7) & n_boy(x10) & n_boy(x1) & for(e1,e2) & behind(e2,x3) & a_pirate(s2) & a_little(s6) & a_little(s4) & a_little(s1) & a_down(s7) & a_date_day_01(x10) & a_date_day_01(x1) & a_closely(s3) & a_blue(s5) & Theme(s6,x10) & Theme(s5,x5) & Theme(s4,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e5,x11) & Theme(e4,x5) & Theme(e3,x7) & Theme(e1,x2) & Manner(e5,s7) & Manner(e2,s3) & Actor(e5,x10) & Actor(e4,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6) & (x3 = x4)) | exists e1 s1 x1 x2 x3.(v_follow(e1) & n_girl(x3) & n_costume(x2) & n_boy(x1) & in(x1,x2) & a_clown(s1) & Theme(s1,x2) & Theme(e1,x1) & Actor(e1,x3)) |
||
A little boy in a pirate costume is running behind a little girl in a princess costume carrying an orange pumpkin along the sidewalk. | The kids are sitting in their desks during class. | 2 | -100 | It is not possible for humans to be in two places at once (along the sidewalk, classroom) nor is it possible for anyone to be running while also sitting. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_sidewalk(x9) & behind(e1,x3) & in(x3,x4) & Theme(e2,x7) & Actor(e2,x6) & v_carry(e2) & along(x7,x9) & n_pumpkin(x7) & of(x7,x8) & n_orange(x8) & (x4 = x6) & n_costume(x4) & of(x4,x5) & n_princess(x5) & n_girl(x3) & a_little(s3) & Theme(s3,x3) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_costume(x2) & a_pirate(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_desk(x2) & of(x2,x1) & n_thing(x1) & n_kid(x1) & during(e1,x3) & n_class(x3) & in(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 4994504a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_run(e1) & v_carry(e2) & of(x7,x8) & of(x4,x5) & n_sidewalk(x9) & n_pumpkin(x7) & n_princess(x5) & n_orange(x8) & n_girl(x3) & n_costume(x4) & n_costume(x2) & n_boy(x1) & in(x3,x4) & in(x1,x2) & behind(e1,x3) & along(x7,x9) & a_pirate(s2) & a_little(s3) & a_little(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x1) & n_thing(x1) & n_kid(x1) & n_desk(x2) & n_class(x3) & in(e1,x2) & during(e1,x3) & Actor(e1,x1)) |
||
A little boy in a pirate costume is running behind a little girl in a princess costume carrying an orange pumpkin along the sidewalk. | Two kids wearing costumes are outside. | 0 | -100 | The two kids are a little boy and a little girl, and they are outside if they are carrying a pumpkin along the sidewalk. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_sidewalk(x9) & behind(e1,x3) & in(x3,x4) & Theme(e2,x7) & Actor(e2,x6) & v_carry(e2) & along(x7,x9) & n_pumpkin(x7) & of(x7,x8) & n_orange(x8) & (x4 = x6) & n_costume(x4) & of(x4,x5) & n_princess(x5) & n_girl(x3) & a_little(s3) & Theme(s3,x3) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_costume(x2) & a_pirate(s2) & Theme(s2,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(s1,x1) & a_outside(s1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_costume(x3) & (x1 = x2) & n_kid(x1) & card_eq_2(x1)) | 49945496-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_run(e1) & v_carry(e2) & of(x7,x8) & of(x4,x5) & n_sidewalk(x9) & n_pumpkin(x7) & n_princess(x5) & n_orange(x8) & n_girl(x3) & n_costume(x4) & n_costume(x2) & n_boy(x1) & in(x3,x4) & in(x1,x2) & behind(e1,x3) & along(x7,x9) & a_pirate(s2) & a_little(s3) & a_little(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6)) | exists e1 s1 x1 x2 x3.(v_wear(e1) & n_kid(x1) & n_costume(x3) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man with a gray shirt holds a young infant in his hands. | A man is wearing a shirt. | 0 | -100 | A man in a gray shirt is wearing a shirt. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_hand(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_infant(x3) & a_young(s2) & Theme(s2,x3) & with(x1,x2) & n_shirt(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & n_man(x1)) | 499460e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_hold(e1) & of(x4,x1) & n_shirt(x2) & n_man(x1) & n_male(x1) & n_infant(x3) & n_hand(x4) & in(e1,x4) & a_young(s2) & a_gray(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two girls, each in a dress walking together. | Two girls slapped each other. | 2 | -100 | Walking together is not slapping each other. | exists x1.(a_topic(x1) & all x2.(n_thing(x2) -> exists e1 s1 x3 x4.(rel(x1,x2) & in(x2,x3) & a_together(s1) & Manner(e1,s1) & Actor(e1,x4) & v_walk(e1) & (x3 = x4) & n_dress(x3))) & n_girl(x1) & card_eq_2(x1)) | exists x1.(all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_slap(e1))) & n_girl(x1) & card_eq_2(x1)) | 49946da0-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_girl(x1) & card_eq_2(x1) & all x2.(exists e1 s1 x3 x4.(v_walk(e1) & rel(x1,x2) & n_dress(x3) & in(x2,x3) & a_together(s1) & Manner(e1,s1) & Actor(e1,x4) & (x3 = x4)) | -n_thing(x2)) & a_topic(x1)) | exists x1.(n_girl(x1) & card_eq_2(x1) & all x2.(exists e1.(v_slap(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2))) |
||
A group of people are sitting around a table under a blue sunshade. | people having barbecue | 1 | -100 | We don't know if people are having a barbecue. | exists e1 s1 x1 x2 x3 x4.(under(e1,x4) & n_sunshade(x4) & a_blue(s1) & Theme(s1,x4) & around(e1,x3) & n_table(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_barbecue(x3) & (x1 = x2) & n_people(x1)) | 499477aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & under(e1,x4) & of(x1,x2) & n_table(x3) & n_sunshade(x4) & n_people(x2) & n_group(x1) & around(e1,x3) & a_blue(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & n_people(x1) & n_barbecue(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
People in line for plates of rice. | People are waiting to eat. | 0 | -100 | Being in line is a type of waiting, and rice is a type of food people eat. | exists x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & of(x3,x4) & n_rice(x4) & n_plate(x3) & in(x1,x2) & n_line(x2) & n_people(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(Actor(e2,x1) & v_eat(e2)) & n_people(x1)) | 499484d4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & n_rice(x4) & n_plate(x3) & n_people(x1) & n_line(x2) & in(x1,x2) & for(x1,x3) & a_topic(x1)) | exists e1 p1 x1.(v_wait(e1) & n_people(x1) & exists e2.(v_eat(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man riding a dirt bike | The man is in a car. | 2 | 0.000005 | The man is either in a car or riding on a dirt bike. These are two different vehicles. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.(in(x1,x2) & n_car(x2))) | 49950a8a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(n_car(x2) & in(x1,x2))) |
||
A man riding a dirt bike | A man is riding a dirtbike with his friend. | 1 | 0.113246 | riding dirtbike doesn't imply with friend | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(with(e1,x3) & n_friend(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_dirtbike(x2) & n_man(x1)) | 49950eae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(with(e1,x3) & v_ride(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_friend(x3) & n_dirtbike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man riding a dirt bike | The man is accelerating on the dirt bike. | 1 | 0.507628 | Not everyone riding a dirt bike is accelerating, they have to slow down too. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_bike(x2) & of(x2,x3) & n_dirt(x3) & n_man(x1) & on(e1,x2) & Actor(e1,x1) & v_accelerate(e1)) | 49951368-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_accelerate(e1) & on(e1,x2) & of(x2,x3) & n_man(x1) & n_dirt(x3) & n_bike(x2) & Actor(e1,x1)) |
||
A man riding a dirt bike | Man riding bike at park | 1 | 0.510765 | The fact that a man riding a bike doesn't imply that he is riding at park. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_park(x4) & n_bike(x1) & of(x1,x3) & n_riding(x3) & of(x1,x2) & n_man(x2)) | 49951796-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_riding(x3) & n_park(x4) & n_man(x2) & n_bike(x1) & at(x1,x4) & a_topic(x1)) |
||
A man riding a dirt bike | A biker is racing his dirt bike on a course. | 1 | 0.5452 | Riding doesn't imply racing. The fact that man riding a dirt bike doesn't imply that he is racing on a course. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(on(e1,x4) & n_course(x4) & Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & of(x2,x1) & n_male(x1) & n_biker(x1)) | 499523bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_race(e1) & on(e1,x4) & of(x2,x3) & of(x2,x1) & n_male(x1) & n_dirt(x3) & n_course(x4) & n_biker(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man riding a dirt bike | The man is racing the dirt bike. | 1 | 0.670968 | Riding doesn't imply racing. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_bike(x2) & of(x2,x3) & n_dirt(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_race(e1)) | 49953910-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_race(e1) & of(x2,x3) & n_man(x1) & n_dirt(x3) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man riding a dirt bike | A man is on a dirt bike. | 0 | 1 | If a man is riding a dirt bike he must be on a dirt bike. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1.(exists x2 x3.(on(x1,x2) & n_bike(x2) & of(x2,x3) & n_dirt(x3)) & n_man(x1)) | 49954176-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_man(x1) & n_dirt(x4) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2 x3.(on(x1,x2) & of(x2,x3) & n_dirt(x3) & n_bike(x2))) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | A woman throwing a squeaky toy into the water for her dog to chase. | 1 | 0.038401 | Just because the woman throws something for a dog to chase does not mean that is is a squeaky toy, nor does it mean that she is throwing it into the water, nor does it mean that the dog is her dog. It could be someone else's dog. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_dog(x6) & of(x6,x5) & n_female(x5) & n_water(x5) & a_topic(x1) & Topic(e1,p1) & exists e2.(Actor(e2,x2) & v_chase(e2)) & for(e1,x6) & into(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_throw(e1) & n_toy(x4) & a_squeaky(s1) & Theme(s1,x4) & (x1 = x3) & (x1 = x2) & n_woman(x1)) | 49958e92-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(v_throw(e1) & of(x6,x5) & n_woman(x1) & n_water(x5) & n_toy(x4) & n_female(x5) & n_dog(x6) & into(e1,x5) & for(e1,x6) & exists e2.(v_chase(e2) & Actor(e2,x2)) & a_topic(x1) & a_squeaky(s1) & Topic(e1,p1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | A woman throws a ball for a german sheherd to chase | 1 | 0.564194 | Something doesn't imply ball. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 p1 x1 x2 x3 x4.(for(e1,x3) & Topic(x3,p1) & exists e2.(Actor(e2,x3) & v_chase(e2)) & n_sheherd(x3) & of(x3,x4) & n_german(x4) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_ball(x2) & n_woman(x1)) | 499592c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 p1 x1 x2 x3 x4.(v_throw(e1) & of(x3,x4) & n_woman(x1) & n_sheherd(x3) & n_german(x4) & n_ball(x2) & for(e1,x3) & exists e2.(v_chase(e2) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | a woman plays fetch with her boyfriends dog | 1 | 0.097704 | Throwing something doesn't mean she plays fetch with the German shepherd and there is no indication that it is her boyfriends dog. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 x1 x2 x3 x4.(with(e1,x3) & n_dog(x3) & of(x3,x4) & n_boyfriend(x4) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_fetch(x2) & n_woman(x1)) | 499596e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_play(e1) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_fetch(x2) & n_female(x1) & n_dog(x3) & n_boyfriend(x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | A young lady is teaching her pet dog how to play fetch. | 1 | 0.328715 | The woman doesn't have to be teaching and the dog may not be her pet. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 p1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_teach(e1) & Topic(x2,p1) & exists e2 s3.(a_fetch(s3) & Manner(e2,s3) & Actor(e2,x2) & v_play(e2)) & n_dog(x2) & a_pet(s2) & Theme(s2,x2) & of(x2,x1) & n_female(x1) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | 4995a4c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 p1 s1 s2 x1 x2.(v_teach(e1) & of(x2,x1) & n_lady(x1) & n_female(x1) & n_dog(x2) & exists e2 s3.(v_play(e2) & a_fetch(s3) & Manner(e2,s3) & Actor(e2,x2)) & a_young(s1) & a_pet(s2) & Topic(x2,p1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | a woman and a german shepherd are pictured | 0 | 1 | As the woman and the German shepherd are outdoors the woman and the German shepherd can be pictured. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x1) & v_picture(e1) & subset_of(x3,x1) & n_shepherd(x3) & of(x3,x4) & n_german(x4) & subset_of(x2,x1) & n_woman(x2)) | 4995b5b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(v_picture(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x4) & n_woman(x2) & n_shepherd(x3) & n_german(x4) & Theme(e1,x1)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | a woman sits in a movie theater | 2 | 0.000002 | A woman cannot be outside and in a movie theater at the same time | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 x1 x2 x3.(in(e1,x2) & n_theater(x2) & of(x2,x3) & n_movie(x3) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 4995bb7e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_woman(x1) & n_theater(x2) & n_movie(x3) & in(e1,x2) & Actor(e1,x1)) |
||
Outside by the trees, a woman wearing jeans and red jacket throws something for a German shepherd to chase. | A woman throws something for her dog. | 1 | 0.985896 | Nothing says it's her dog. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_tree(x2) & while(e2,s1) & Theme(e2,x8) & Actor(e2,x3) & v_throw(e2) & for(x8,x9) & Topic(x9,p1) & exists e3.(Actor(e3,x9) & v_chase(e3)) & n_shepherd(x9) & a_german(s3) & Theme(s3,x9) & n_thing(x8) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_jacket(x7) & a_red(s2) & Theme(s2,x7) & n_jeans(x6) & subset_of(x7,x5) & subset_of(x6,x5) & (x3 = x4) & n_woman(x3) & by(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_thing(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & for(x2,x3) & n_dog(x3) & of(x3,x1) & n_female(x1) & n_thing(x2) & n_woman(x1)) | 4995c09c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,s1) & v_wear(e1) & v_throw(e2) & subset_of(x7,x5) & subset_of(x6,x5) & n_woman(x3) & n_tree(x2) & n_thing(x8) & n_thing(x1) & n_shepherd(x9) & n_jeans(x6) & n_jacket(x7) & for(x8,x9) & exists e3.(v_chase(e3) & Actor(e3,x9)) & by(s1,x2) & a_red(s2) & a_outside(s1) & a_german(s3) & Topic(x9,p1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x1) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x3) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3.(v_throw(e1) & of(x3,x1) & n_woman(x1) & n_thing(x2) & n_female(x1) & n_dog(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is singing into a microphone. | A man is performing on stage. | 1 | 0.840202 | A man who is singing on a microphone is not necessarily on a stage. | exists e1 x1 x2.(into(e1,x2) & n_microphone(x2) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_man(x1)) | 49976ca8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sing(e1) & n_microphone(x2) & n_man(x1) & into(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_perform(e1) & on(e1,x2) & n_stage(x2) & n_man(x1) & Actor(e1,x1)) |
||
A group of people stand on a grassy field. | A group of people are sitting in the bleachers | 2 | -100 | People who stand on a grassy field cannot also be sitting in the bleachers at the same time as that's two different actions being performed on two different surfaces. | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_field(x3) & a_grassy(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(n_bleacher(x3) & in(e1,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 499792e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_stand(e1) & on(e1,x3) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x3) & a_grassy(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_bleacher(x3) & in(e1,x3) & Actor(e1,x1)) |
||
A group of people stand on a grassy field. | People are enjoying the outdoor weather | 1 | -100 | The people many not be enjoying the outdoor weather. | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_field(x3) & a_grassy(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 s1 x1 x2.(n_weather(x2) & a_outdoor(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_people(x1)) | 4997978c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_stand(e1) & on(e1,x3) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x3) & a_grassy(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_enjoy(e1) & n_weather(x2) & n_people(x1) & a_outdoor(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men in uniform work together. | Uniformed men work. | 0 | -100 | Uniformed men are working together. | exists s1 x1 x2.(a_topic(x1) & r_together(x1) & in(x1,x2) & n_work(x2) & a_uniform(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_work(e1) & n_man(x1) & a_uniformed(s1) & Theme(s1,x1)) | 49979d68-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(r_together(x1) & n_work(x2) & n_man(x1) & in(x1,x2) & a_uniform(s1) & a_topic(x1) & Theme(s1,x2)) | exists e1 s1 x1.(v_work(e1) & n_man(x1) & a_uniformed(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Men in uniform work together. | Men in beach clothes work by themselves at the park. | 2 | -100 | The men can't be in uniform and in beach clothes simultaneously. The men can't work together and work by themselves simultaneously. | exists s1 x1 x2.(a_topic(x1) & r_together(x1) & in(x1,x2) & n_work(x2) & a_uniform(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5.(n_park(x5) & n_group(x4) & at(e1,x5) & by(e1,x4) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_clothes(x2) & of(x2,x3) & n_beach(x3) & n_man(x1)) | 4997a2e0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(r_together(x1) & n_work(x2) & n_man(x1) & in(x1,x2) & a_uniform(s1) & a_topic(x1) & Theme(s1,x2)) | exists e1 x1 x2 x3 x4 x5.(v_work(e1) & of(x2,x3) & n_park(x5) & n_man(x1) & n_group(x4) & n_clothes(x2) & n_beach(x3) & in(x1,x2) & by(e1,x4) & at(e1,x5) & Actor(e1,x1)) |
||
Men in uniform work together. | Uniformed men work together outside. | 1 | -100 | Not all uniformed men work outside. | exists s1 x1 x2.(a_topic(x1) & r_together(x1) & in(x1,x2) & n_work(x2) & a_uniform(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 s2 s3 x1.(a_outside(s3) & Manner(e1,s3) & a_together(s2) & Manner(e1,s2) & Actor(e1,x1) & v_work(e1) & n_man(x1) & a_uniformed(s1) & Theme(s1,x1)) | 4997a77c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(r_together(x1) & n_work(x2) & n_man(x1) & in(x1,x2) & a_uniform(s1) & a_topic(x1) & Theme(s1,x2)) | exists e1 s1 s2 s3 x1.(v_work(e1) & n_man(x1) & a_uniformed(s1) & a_together(s2) & a_outside(s3) & Theme(s1,x1) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) |
||
An elderly woman places carrots into a casserole. | An elderly woman puts beets into a casserole | 2 | -100 | Carrots are a different vegetable from beets. | exists s1 x1 x2 x3 x4.(a_topic(x1) & into(x1,x4) & n_casserole(x4) & Time(x1,x3) & n_carrot(x3) & n_place(x1) & of(x1,x2) & n_woman(x2) & a_elderly(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(into(e1,x3) & n_casserole(x3) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_beet(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | 4997accc-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x1,x2) & n_woman(x2) & n_place(x1) & n_casserole(x4) & n_carrot(x3) & into(x1,x4) & a_topic(x1) & a_elderly(s1) & Time(x1,x3) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(v_put(e1) & n_woman(x1) & n_casserole(x3) & n_beet(x2) & into(e1,x3) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An elderly woman places carrots into a casserole. | An elderly woman puts carrots into a casserole | 0 | -100 | places carrots means puts carrots | exists s1 x1 x2 x3 x4.(a_topic(x1) & into(x1,x4) & n_casserole(x4) & Time(x1,x3) & n_carrot(x3) & n_place(x1) & of(x1,x2) & n_woman(x2) & a_elderly(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(into(e1,x3) & n_casserole(x3) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_carrot(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | 4997b15e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x1,x2) & n_woman(x2) & n_place(x1) & n_casserole(x4) & n_carrot(x3) & into(x1,x4) & a_topic(x1) & a_elderly(s1) & Time(x1,x3) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(v_put(e1) & n_woman(x1) & n_casserole(x3) & n_carrot(x2) & into(e1,x3) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An elderly woman places carrots into a casserole. | An elderly woman slices carrots for a casserole | 1 | -100 | Just because the woman places carrots into the casseroles does not mean that she slices them. | exists s1 x1 x2 x3 x4.(a_topic(x1) & into(x1,x4) & n_casserole(x4) & Time(x1,x3) & n_carrot(x3) & n_place(x1) & of(x1,x2) & n_woman(x2) & a_elderly(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3 x4.(a_topic(x1) & for(x1,x4) & n_casserole(x4) & n_carrot(x1) & of(x1,x3) & n_slice(x3) & of(x1,x2) & n_woman(x2) & a_elderly(s1) & Theme(s1,x1)) | 4997b5c8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x1,x2) & n_woman(x2) & n_place(x1) & n_casserole(x4) & n_carrot(x3) & into(x1,x4) & a_topic(x1) & a_elderly(s1) & Time(x1,x3) & Theme(s1,x1)) | exists s1 x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_woman(x2) & n_slice(x3) & n_casserole(x4) & n_carrot(x1) & for(x1,x4) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1)) |
||
A man in a gray vehicle feeding sheep. | The man is outside. | 0 | -100 | A man can only be in a vehicle outside. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_sheep(x2) & of(x2,x4) & n_feeding(x4) & of(x2,x3) & n_vehicle(x3) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_outside(s1)) | 4997ba46-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_vehicle(x3) & n_sheep(x2) & n_man(x1) & n_feeding(x4) & in(x1,x2) & a_topic(x1) & a_gray(s1) & Theme(s1,x2)) | exists s1 x1.(n_man(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A man in a gray vehicle feeding sheep. | The man is riding a horse. | 2 | -100 | The man can't be riding a gray vehicle and riding a horse simultaneously. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_sheep(x2) & of(x2,x4) & n_feeding(x4) & of(x2,x3) & n_vehicle(x3) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2)) | 4997bf5a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_vehicle(x3) & n_sheep(x2) & n_man(x1) & n_feeding(x4) & in(x1,x2) & a_topic(x1) & a_gray(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_ride(e1) & n_man(x1) & n_horse(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a gray vehicle feeding sheep. | The man is a sheperd in Scotland. | 1 | -100 | A man in a gray vehicle feeding sheep is not necessarily a sheperd or in Scotland | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_sheep(x2) & of(x2,x4) & n_feeding(x4) & of(x2,x3) & n_vehicle(x3) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x3.(ne_geo_scotland(x3) & n_man(x1) & exists x2.((x1 = x2) & in(x2,x3) & n_sheperd(x2))) | 4997c39c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_vehicle(x3) & n_sheep(x2) & n_man(x1) & n_feeding(x4) & in(x1,x2) & a_topic(x1) & a_gray(s1) & Theme(s1,x2)) | exists x1 x3.(ne_geo_scotland(x3) & n_man(x1) & exists x2.(n_sheperd(x2) & in(x2,x3) & (x1 = x2))) |
||
Three men are grouped around the back of a car with its tailgate out, two of the men clothed in yellow uniforms and one in blue. | Three men are grouped around the back of a car. | 0 | -100 | The men are grouped behind a car if it's tailgate is out. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_tailgate(x4) & a_out(s1) & Theme(s1,x4) & of(x4,x2) & n_thing(x2) & n_back(x2) & around(e1,x2) & of(x2,x3) & rel(x3,x5) & subset_of(x9,x5) & in(x9,x10) & n_blue(x10) & n_thing(x9) & card_eq_1(x9) & subset_of(x6,x5) & of(x6,x1) & in(e2,x8) & n_uniform(x8) & a_yellow(s2) & Theme(s2,x8) & Theme(e2,x7) & v_clothe(e2) & (x1 = x7) & n_man(x1) & n_man(x1) & n_thing(x6) & card_eq_2(x6) & with(x3,x4) & n_car(x3) & Theme(e1,x1) & v_group(e1) & card_eq_3(x1)) | exists e1 x1 x2 x3.(n_back(x2) & around(e1,x2) & of(x2,x3) & n_car(x3) & Theme(e1,x1) & v_group(e1) & n_man(x1) & card_eq_3(x1)) | 4997c7c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x3,x4) & v_group(e1) & v_clothe(e2) & subset_of(x9,x5) & subset_of(x6,x5) & rel(x3,x5) & of(x6,x1) & of(x4,x2) & of(x2,x3) & n_uniform(x8) & n_thing(x9) & n_thing(x6) & n_thing(x2) & n_tailgate(x4) & n_man(x1) & n_car(x3) & n_blue(x10) & n_back(x2) & in(x9,x10) & in(e2,x8) & card_eq_3(x1) & card_eq_2(x6) & card_eq_1(x9) & around(e1,x2) & a_yellow(s2) & a_out(s1) & Theme(s2,x8) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x1) & (x1 = x7)) | exists e1 x1 x2 x3.(v_group(e1) & of(x2,x3) & n_man(x1) & n_car(x3) & n_back(x2) & card_eq_3(x1) & around(e1,x2) & Theme(e1,x1)) |
||
Three men are grouped around the back of a car with its tailgate out, two of the men clothed in yellow uniforms and one in blue. | Three men are grouped around the back of a car laughing. | 1 | -100 | Three men grouped around a back of a car are not always laughing. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_tailgate(x4) & a_out(s1) & Theme(s1,x4) & of(x4,x2) & n_thing(x2) & n_back(x2) & around(e1,x2) & of(x2,x3) & rel(x3,x5) & subset_of(x9,x5) & in(x9,x10) & n_blue(x10) & n_thing(x9) & card_eq_1(x9) & subset_of(x6,x5) & of(x6,x1) & in(e2,x8) & n_uniform(x8) & a_yellow(s2) & Theme(s2,x8) & Theme(e2,x7) & v_clothe(e2) & (x1 = x7) & n_man(x1) & n_man(x1) & n_thing(x6) & card_eq_2(x6) & with(x3,x4) & n_car(x3) & Theme(e1,x1) & v_group(e1) & card_eq_3(x1)) | exists e1 x1 x2 x3 x4.(n_back(x2) & around(e1,x2) & of(x2,x3) & n_laughing(x3) & of(x3,x4) & n_car(x4) & Theme(e1,x1) & v_group(e1) & n_man(x1) & card_eq_3(x1)) | 4997cbda-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x3,x4) & v_group(e1) & v_clothe(e2) & subset_of(x9,x5) & subset_of(x6,x5) & rel(x3,x5) & of(x6,x1) & of(x4,x2) & of(x2,x3) & n_uniform(x8) & n_thing(x9) & n_thing(x6) & n_thing(x2) & n_tailgate(x4) & n_man(x1) & n_car(x3) & n_blue(x10) & n_back(x2) & in(x9,x10) & in(e2,x8) & card_eq_3(x1) & card_eq_2(x6) & card_eq_1(x9) & around(e1,x2) & a_yellow(s2) & a_out(s1) & Theme(s2,x8) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x1) & (x1 = x7)) | exists e1 x1 x2 x3 x4.(v_group(e1) & of(x3,x4) & of(x2,x3) & n_man(x1) & n_laughing(x3) & n_car(x4) & n_back(x2) & card_eq_3(x1) & around(e1,x2) & Theme(e1,x1)) |
||
Three men are grouped around the back of a car with its tailgate out, two of the men clothed in yellow uniforms and one in blue. | Three men are swimming in a lake. | 2 | -100 | The men can't be grouped around the back of a car and swimming in a lake simultaneously. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_tailgate(x4) & a_out(s1) & Theme(s1,x4) & of(x4,x2) & n_thing(x2) & n_back(x2) & around(e1,x2) & of(x2,x3) & rel(x3,x5) & subset_of(x9,x5) & in(x9,x10) & n_blue(x10) & n_thing(x9) & card_eq_1(x9) & subset_of(x6,x5) & of(x6,x1) & in(e2,x8) & n_uniform(x8) & a_yellow(s2) & Theme(s2,x8) & Theme(e2,x7) & v_clothe(e2) & (x1 = x7) & n_man(x1) & n_man(x1) & n_thing(x6) & card_eq_2(x6) & with(x3,x4) & n_car(x3) & Theme(e1,x1) & v_group(e1) & card_eq_3(x1)) | exists e1 x1 x2.(in(e1,x2) & n_lake(x2) & Actor(e1,x1) & v_swim(e1) & n_man(x1) & card_eq_3(x1)) | 4997d08a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x3,x4) & v_group(e1) & v_clothe(e2) & subset_of(x9,x5) & subset_of(x6,x5) & rel(x3,x5) & of(x6,x1) & of(x4,x2) & of(x2,x3) & n_uniform(x8) & n_thing(x9) & n_thing(x6) & n_thing(x2) & n_tailgate(x4) & n_man(x1) & n_car(x3) & n_blue(x10) & n_back(x2) & in(x9,x10) & in(e2,x8) & card_eq_3(x1) & card_eq_2(x6) & card_eq_1(x9) & around(e1,x2) & a_yellow(s2) & a_out(s1) & Theme(s2,x8) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x1) & (x1 = x7)) | exists e1 x1 x2.(v_swim(e1) & n_man(x1) & n_lake(x2) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1)) |
||
Three men, two wearing yellow suits, are looking in the back of a car. | Two salesmen at work. | 1 | -100 | Not all men are wearing suits are salesmen. The men are not necessarily at work. | exists e1 e2 s1 x1 x2 x3 x4.(n_back(x3) & in(e2,x3) & of(x3,x4) & n_car(x4) & Actor(e2,x1) & v_look(e2) & rel(x1,x2) & n_suit(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e1,x2) & v_wear(e1) & card_eq_2(x2) & n_man(x1) & card_eq_3(x1)) | exists x1 x2.(a_topic(x1) & at(x1,x2) & n_work(x2) & n_salesman(x1) & card_eq_2(x1)) | 4997d620-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_look(e2) & rel(x1,x2) & of(x3,x4) & n_suit(x2) & n_man(x1) & n_car(x4) & n_back(x3) & in(e2,x3) & card_eq_3(x1) & card_eq_2(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e2,x1) & Actor(e1,x2)) | exists x1 x2.(n_work(x2) & n_salesman(x1) & card_eq_2(x1) & at(x1,x2) & a_topic(x1)) |
||
Three men, two wearing yellow suits, are looking in the back of a car. | Three men looking at a car. | 0 | -100 | if three men are looking in a car, they are looking at a car. | exists e1 e2 s1 x1 x2 x3 x4.(n_back(x3) & in(e2,x3) & of(x3,x4) & n_car(x4) & Actor(e2,x1) & v_look(e2) & rel(x1,x2) & n_suit(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e1,x2) & v_wear(e1) & card_eq_2(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1 x2.(at(e1,x2) & n_car(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1) & card_eq_3(x1)) | 4997da26-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_look(e2) & rel(x1,x2) & of(x3,x4) & n_suit(x2) & n_man(x1) & n_car(x4) & n_back(x3) & in(e2,x3) & card_eq_3(x1) & card_eq_2(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e2,x1) & Actor(e1,x2)) | exists e1 x1 x2.(v_look(e1) & n_man(x1) & n_car(x2) & card_eq_3(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Three men, two wearing yellow suits, are looking in the back of a car. | Three men breaking into a car. | 2 | -100 | The three men can't be looking into the back of the car and breaking into a car simultaneously. | exists e1 e2 s1 x1 x2 x3 x4.(n_back(x3) & in(e2,x3) & of(x3,x4) & n_car(x4) & Actor(e2,x1) & v_look(e2) & rel(x1,x2) & n_suit(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e1,x2) & v_wear(e1) & card_eq_2(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & into(e1,x3) & n_car(x3) & Actor(e1,x2) & v_break(e1) & (x1 = x2) & n_man(x1) & card_eq_3(x1)) | 4997de40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_look(e2) & rel(x1,x2) & of(x3,x4) & n_suit(x2) & n_man(x1) & n_car(x4) & n_back(x3) & in(e2,x3) & card_eq_3(x1) & card_eq_2(x2) & a_yellow(s1) & Theme(s1,x2) & Actor(e2,x1) & Actor(e1,x2)) | exists e1 x1 x2 x3.(v_break(e1) & n_man(x1) & n_car(x3) & into(e1,x3) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Emergency personnel looking into the back of a car. | Emergency personnel are looking for a child in a car. | 1 | -100 | The personnel are not necessarily looking for a child. | exists e1 x1 x2 x3 x4.(n_back(x3) & into(e1,x3) & of(x3,x4) & n_car(x4) & Actor(e1,x1) & v_look(e1) & n_personnel(x1) & (x1 = x2) & ne_nam_emergency(x2)) | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_car(x4) & for(e1,x3) & n_child(x3) & Actor(e1,x1) & v_look(e1) & n_personnel(x1) & of(x1,x2) & n_emergency(x2)) | 4997e250-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x3,x4) & ne_nam_emergency(x2) & n_personnel(x1) & n_car(x4) & n_back(x3) & into(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_personnel(x1) & n_emergency(x2) & n_child(x3) & n_car(x4) & in(e1,x4) & for(e1,x3) & Actor(e1,x1)) |
||
Emergency personnel looking into the back of a car. | People are looking in a car. | 0 | -100 | Emergency personnel are people. They are looking in a car. | exists e1 x1 x2 x3 x4.(n_back(x3) & into(e1,x3) & of(x3,x4) & n_car(x4) & Actor(e1,x1) & v_look(e1) & n_personnel(x1) & (x1 = x2) & ne_nam_emergency(x2)) | exists e1 x1 x2.(in(e1,x2) & n_car(x2) & Actor(e1,x1) & v_look(e1) & n_people(x1)) | 4997e6ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x3,x4) & ne_nam_emergency(x2) & n_personnel(x1) & n_car(x4) & n_back(x3) & into(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2.(v_look(e1) & n_people(x1) & n_car(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Emergency personnel looking into the back of a car. | Emergency personnel are eating. | 2 | -100 | The people can't be looking into the bar of a car and eating simultaneously. | exists e1 x1 x2 x3 x4.(n_back(x3) & into(e1,x3) & of(x3,x4) & n_car(x4) & Actor(e1,x1) & v_look(e1) & n_personnel(x1) & (x1 = x2) & ne_nam_emergency(x2)) | exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & n_personnel(x1) & of(x1,x2) & n_emergency(x2)) | 4997eaf2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x3,x4) & ne_nam_emergency(x2) & n_personnel(x1) & n_car(x4) & n_back(x3) & into(e1,x3) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2.(v_eat(e1) & of(x1,x2) & n_personnel(x1) & n_emergency(x2) & Actor(e1,x1)) |
||
Some firefighters check a vehicle. | Firefighters are checking a car. | 0 | -100 | A vehicle can be a car. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & n_vehicle(x2) & n_firefighter(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & n_car(x2) & n_firefighter(x1)) | 4997eef8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_check(e1) & n_vehicle(x2) & n_firefighter(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_check(e1) & n_firefighter(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Some firefighters check a vehicle. | Firefighters are rescuing a cat from the tree. | 2 | -100 | The firefighters can't be checking a vehicle and rescuing a cat from the tree simultaneously. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & n_vehicle(x2) & n_firefighter(x1)) | exists e1 x1 x2 x3.(n_tree(x3) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_rescue(e1) & n_cat(x2) & n_firefighter(x1)) | 4997f31c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_check(e1) & n_vehicle(x2) & n_firefighter(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_rescue(e1) & n_tree(x3) & n_firefighter(x1) & n_cat(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Some firefighters check a vehicle. | Firefighters are looking for a cat in the car. | 1 | -100 | The firefighters are not necessarily looking for a cat, they could be looking for anything. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & n_vehicle(x2) & n_firefighter(x1)) | exists e1 x1 x2 x3.(n_car(x3) & for(e1,x2) & in(x2,x3) & n_cat(x2) & Actor(e1,x1) & v_look(e1) & n_firefighter(x1)) | 4997f7b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_check(e1) & n_vehicle(x2) & n_firefighter(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_look(e1) & n_firefighter(x1) & n_cat(x2) & n_car(x3) & in(x2,x3) & for(e1,x2) & Actor(e1,x1)) |
||
A man in a kitchen is frying breaded food in a cast iron pan. | The food is greasy. | 1 | -100 | Not all fried food is greasy. | exists e1 p1 x1 x2.(exists e2 x3 x4 x5 x6.(in(e2,x4) & n_pan(x4) & of(x4,x6) & n_iron(x6) & of(x4,x5) & n_cast(x5) & Recipient(e2,x3) & Theme(e2,x1) & v_bread(e2) & n_food(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_fry(e1) & in(x1,x2) & n_kitchen(x2) & n_man(x1)) | exists p1 x1.(n_food(x1) & exists x2.((x1 = x2) & n_greasy(x2))) | 4997fc04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_fry(e1) & n_man(x1) & n_kitchen(x2) & in(x1,x2) & exists e2 x3 x4 x5 x6.(v_bread(e2) & of(x4,x6) & of(x4,x5) & n_pan(x4) & n_iron(x6) & n_food(x3) & n_cast(x5) & in(e2,x4) & Theme(e2,x1) & Recipient(e2,x3)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1.(n_food(x1) & exists x2.(n_greasy(x2) & (x1 = x2))) |
||
A man in a kitchen is frying breaded food in a cast iron pan. | Got some oceanfront property in Arizona. | 2 | -100 | The man can't be frying food and getting some oceanfront property simultaneously. | exists e1 p1 x1 x2.(exists e2 x3 x4 x5 x6.(in(e2,x4) & n_pan(x4) & of(x4,x6) & n_iron(x6) & of(x4,x5) & n_cast(x5) & Recipient(e2,x3) & Theme(e2,x1) & v_bread(e2) & n_food(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_fry(e1) & in(x1,x2) & n_kitchen(x2) & n_man(x1)) | exists x1 x2 x3 x4.(ne_geo_arizona(x4) & a_topic(x1) & in(x1,x4) & n_property(x1) & of(x1,x3) & n_oceanfront(x3) & (x1 = x2) & ne_nam_got(x2)) | 49980014-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_fry(e1) & n_man(x1) & n_kitchen(x2) & in(x1,x2) & exists e2 x3 x4 x5 x6.(v_bread(e2) & of(x4,x6) & of(x4,x5) & n_pan(x4) & n_iron(x6) & n_food(x3) & n_cast(x5) & in(e2,x4) & Theme(e2,x1) & Recipient(e2,x3)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x1,x3) & ne_nam_got(x2) & ne_geo_arizona(x4) & n_property(x1) & n_oceanfront(x3) & in(x1,x4) & a_topic(x1) & (x1 = x2)) |
||
A man in a kitchen is frying breaded food in a cast iron pan. | A man cooks. | 0 | -100 | Frying food is a form of cooking. | exists e1 p1 x1 x2.(exists e2 x3 x4 x5 x6.(in(e2,x4) & n_pan(x4) & of(x4,x6) & n_iron(x6) & of(x4,x5) & n_cast(x5) & Recipient(e2,x3) & Theme(e2,x1) & v_bread(e2) & n_food(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_fry(e1) & in(x1,x2) & n_kitchen(x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & n_cook(x1) & of(x1,x2) & n_man(x2)) | 49980500-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_fry(e1) & n_man(x1) & n_kitchen(x2) & in(x1,x2) & exists e2 x3 x4 x5 x6.(v_bread(e2) & of(x4,x6) & of(x4,x5) & n_pan(x4) & n_iron(x6) & n_food(x3) & n_cast(x5) & in(e2,x4) & Theme(e2,x1) & Recipient(e2,x3)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 x2.(of(x1,x2) & n_man(x2) & n_cook(x1) & a_topic(x1)) |
||
A woman in colorful garb with her back to the camera and cloth on her hear. | A woman is in colorful garb. | 1 | -100 | I can't disprove this, the woman is in colourful garb. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_camera(x4) & a_topic(x5) & Theme(e1,x10) & Actor(e1,x9) & v_hear(e1) & (x5 = x10) & on(x9,x7) & n_female(x7) & n_female(x7) & n_cloth(x9) & with(x5,x8) & n_back(x8) & of(x8,x7) & in(x5,x6) & n_garb(x6) & a_colorful(s2) & Theme(s2,x6) & n_woman(x5) & a_topic(x1) & to(x1,x4) & with(x1,x3) & n_back(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_garb(x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists p1 x1.(exists s1 x2.(in(x1,x2) & n_garb(x2) & a_colorful(s1) & Theme(s1,x2)) & n_woman(x1)) | 4998096a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x5,x8) & with(x1,x3) & v_hear(e1) & to(x1,x4) & on(x9,x7) & of(x8,x7) & of(x3,x1) & n_woman(x5) & n_woman(x1) & n_garb(x6) & n_garb(x2) & n_female(x7) & n_female(x1) & n_cloth(x9) & n_camera(x4) & n_back(x8) & n_back(x3) & in(x5,x6) & in(x1,x2) & a_topic(x5) & a_topic(x1) & a_colorful(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x10) & Actor(e1,x9) & (x5 = x10)) | exists x1.(n_woman(x1) & exists s1 x2.(n_garb(x2) & in(x1,x2) & a_colorful(s1) & Theme(s1,x2))) |
||
A woman in colorful garb with her back to the camera and cloth on her hear. | A woman has her back to the camera. | 0 | -100 | woman in colorful garb with her back to the camera is same as woman has her back to the camera. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_camera(x4) & a_topic(x5) & Theme(e1,x10) & Actor(e1,x9) & v_hear(e1) & (x5 = x10) & on(x9,x7) & n_female(x7) & n_female(x7) & n_cloth(x9) & with(x5,x8) & n_back(x8) & of(x8,x7) & in(x5,x6) & n_garb(x6) & a_colorful(s2) & Theme(s2,x6) & n_woman(x5) & a_topic(x1) & to(x1,x4) & with(x1,x3) & n_back(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_garb(x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_camera(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & to(x2,x3) & n_back(x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 49980e1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x5,x8) & with(x1,x3) & v_hear(e1) & to(x1,x4) & on(x9,x7) & of(x8,x7) & of(x3,x1) & n_woman(x5) & n_woman(x1) & n_garb(x6) & n_garb(x2) & n_female(x7) & n_female(x1) & n_cloth(x9) & n_camera(x4) & n_back(x8) & n_back(x3) & in(x5,x6) & in(x1,x2) & a_topic(x5) & a_topic(x1) & a_colorful(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x10) & Actor(e1,x9) & (x5 = x10)) | exists e1 x1 x2 x3.(v_have(e1) & to(x2,x3) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_camera(x3) & n_back(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in colorful garb with her back to the camera and cloth on her hear. | A nun is praying. | 2 | -100 | The nun doesn't wear colorful garb. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_camera(x4) & a_topic(x5) & Theme(e1,x10) & Actor(e1,x9) & v_hear(e1) & (x5 = x10) & on(x9,x7) & n_female(x7) & n_female(x7) & n_cloth(x9) & with(x5,x8) & n_back(x8) & of(x8,x7) & in(x5,x6) & n_garb(x6) & a_colorful(s2) & Theme(s2,x6) & n_woman(x5) & a_topic(x1) & to(x1,x4) & with(x1,x3) & n_back(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_garb(x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_pray(e1) & n_nun(x1)) | 4998128e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x5,x8) & with(x1,x3) & v_hear(e1) & to(x1,x4) & on(x9,x7) & of(x8,x7) & of(x3,x1) & n_woman(x5) & n_woman(x1) & n_garb(x6) & n_garb(x2) & n_female(x7) & n_female(x1) & n_cloth(x9) & n_camera(x4) & n_back(x8) & n_back(x3) & in(x5,x6) & in(x1,x2) & a_topic(x5) & a_topic(x1) & a_colorful(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x10) & Actor(e1,x9) & (x5 = x10)) | exists e1 x1.(v_pray(e1) & n_nun(x1) & Actor(e1,x1)) |
||
A woman in colorful native attire featuring a blue shirt with a colorful design displays her dark hair braided with red ribbons. | A woman is dressed stylishly in native garb. | 0 | -100 | Native attire can be stylish | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_feature(e1) & with(x4,x5) & exists e2 s6 x8.(with(e2,x8) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7) & v_braid(e2)) & n_hair(x7) & a_dark(s5) & Theme(s5,x7) & of(x7,x1) & n_female(x1) & that(x5,p1) & n_display(x5) & of(x5,x6) & n_design(x6) & a_colorful(s4) & Theme(s4,x5) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & (x1 = x3) & in(x1,x2) & n_attire(x2) & a_native(s2) & Theme(s2,x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 s2 x1 x2.(in(e1,x2) & n_garb(x2) & a_native(s2) & Theme(s2,x2) & a_stylishly(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1) & n_woman(x1)) | 499816f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x4,x5) & v_feature(e1) & that(x5,p1) & of(x7,x1) & of(x5,x6) & n_woman(x1) & n_shirt(x4) & n_hair(x7) & n_female(x1) & n_display(x5) & n_design(x6) & n_attire(x2) & in(x1,x2) & exists e2 s6 x8.(with(e2,x8) & v_braid(e2) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7)) & a_topic(x1) & a_native(s2) & a_dark(s5) & a_colorful(s4) & a_colorful(s1) & a_blue(s3) & Theme(s5,x7) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 s2 x1 x2.(v_dress(e1) & n_woman(x1) & n_garb(x2) & in(e1,x2) & a_stylishly(s1) & a_native(s2) & Theme(s2,x2) & Theme(e1,x1) & Manner(e1,s1)) |
||
A woman in colorful native attire featuring a blue shirt with a colorful design displays her dark hair braided with red ribbons. | A woman is dressed in her native clothing in preparation for her wedding. | 1 | -100 | The woman can be dressed in native clothing for reasons other than a wedding. | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_feature(e1) & with(x4,x5) & exists e2 s6 x8.(with(e2,x8) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7) & v_braid(e2)) & n_hair(x7) & a_dark(s5) & Theme(s5,x7) & of(x7,x1) & n_female(x1) & that(x5,p1) & n_display(x5) & of(x5,x6) & n_design(x6) & a_colorful(s4) & Theme(s4,x5) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & (x1 = x3) & in(x1,x2) & n_attire(x2) & a_native(s2) & Theme(s2,x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & for(x3,x4) & n_wedding(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & n_preparation(x3) & in(e1,x2) & n_clothing(x2) & a_native(s1) & Theme(s1,x2) & of(x2,x1) & Theme(e1,x1) & v_dress(e1) & n_woman(x1)) | 49981b58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x4,x5) & v_feature(e1) & that(x5,p1) & of(x7,x1) & of(x5,x6) & n_woman(x1) & n_shirt(x4) & n_hair(x7) & n_female(x1) & n_display(x5) & n_design(x6) & n_attire(x2) & in(x1,x2) & exists e2 s6 x8.(with(e2,x8) & v_braid(e2) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7)) & a_topic(x1) & a_native(s2) & a_dark(s5) & a_colorful(s4) & a_colorful(s1) & a_blue(s3) & Theme(s5,x7) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_dress(e1) & of(x4,x1) & of(x2,x1) & n_woman(x1) & n_wedding(x4) & n_preparation(x3) & n_female(x1) & n_clothing(x2) & in(e1,x3) & in(e1,x2) & for(x3,x4) & a_native(s1) & Theme(s1,x2) & Theme(e1,x1)) |
||
A woman in colorful native attire featuring a blue shirt with a colorful design displays her dark hair braided with red ribbons. | A woman is dressed to run track. | 2 | -100 | The woman can't be dressed in colorful native attire and dressed to run track simultaneously. | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_feature(e1) & with(x4,x5) & exists e2 s6 x8.(with(e2,x8) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7) & v_braid(e2)) & n_hair(x7) & a_dark(s5) & Theme(s5,x7) & of(x7,x1) & n_female(x1) & that(x5,p1) & n_display(x5) & of(x5,x6) & n_design(x6) & a_colorful(s4) & Theme(s4,x5) & n_shirt(x4) & a_blue(s3) & Theme(s3,x4) & (x1 = x3) & in(x1,x2) & n_attire(x2) & a_native(s2) & Theme(s2,x2) & a_colorful(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 p1 x1.(Recipient(e1,p1) & Topic(e1,x1) & v_dress(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_run(e2) & n_track(x2)) & n_woman(x1)) | 499823e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x4,x5) & v_feature(e1) & that(x5,p1) & of(x7,x1) & of(x5,x6) & n_woman(x1) & n_shirt(x4) & n_hair(x7) & n_female(x1) & n_display(x5) & n_design(x6) & n_attire(x2) & in(x1,x2) & exists e2 s6 x8.(with(e2,x8) & v_braid(e2) & n_ribbon(x8) & a_red(s6) & Theme(s6,x8) & Actor(e2,x7)) & a_topic(x1) & a_native(s2) & a_dark(s5) & a_colorful(s4) & a_colorful(s1) & a_blue(s3) & Theme(s5,x7) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 p1 x1.(v_dress(e1) & n_woman(x1) & exists e2 x2.(v_run(e2) & n_track(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,x1) & Recipient(e1,p1)) |
||
Oddly dressed man walking down the street. | An oddly dressed man walking. | 0 | -100 | The oddly dressed man is walking down the street, therefore he is walking. | exists e1 e2 x1 x2 x3.(n_street(x3) & a_topic(x1) & down(e2,x3) & Actor(e2,x2) & v_walk(e2) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 x1 x2.(a_topic(x1) & n_walking(x1) & of(x1,x2) & n_man(x2) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | 49982c74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3.(v_walk(e2) & v_dress(e1) & r_oddly(x1) & n_street(x3) & n_man(x1) & down(e2,x3) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2.(v_dress(e1) & r_oddly(x1) & of(x1,x2) & n_walking(x1) & n_man(x2) & a_topic(x1) & Theme(e1,x1)) |
||
Oddly dressed man walking down the street. | A woman enjoying a walk. | 2 | -100 | The person must be either a man or a woman | exists e2 e1 x1 x2 x3.(n_street(x3) & a_topic(x1) & down(e2,x3) & Actor(e2,x2) & v_walk(e2) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_enjoy(e1) & n_walk(x3) & (x1 = x2) & n_woman(x1)) | 499834d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_walk(e2) & v_dress(e1) & r_oddly(x1) & n_street(x3) & n_man(x1) & down(e2,x3) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_enjoy(e1) & n_woman(x1) & n_walk(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Oddly dressed man walking down the street. | A man enjoying a walk. | 1 | -100 | Just because an oddly dress man is walking down the street does not mean he is enjoying a walk. | exists e2 e1 x1 x2 x3.(n_street(x3) & a_topic(x1) & down(e2,x3) & Actor(e2,x2) & v_walk(e2) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_enjoy(e1) & n_walk(x3) & (x1 = x2) & n_man(x1)) | 49983c5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_walk(e2) & v_dress(e1) & r_oddly(x1) & n_street(x3) & n_man(x1) & down(e2,x3) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_enjoy(e1) & n_walk(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man in ruffles pushes a stroller through a park. | The man has his baby in the stroller. | 1 | -100 | The man does not necessarily have a baby in the stroller, it may be empty. | exists e1 x1 x2 x3 x4.(through(e1,x4) & n_park(x4) & Theme(e1,x3) & Actor(e1,x1) & v_push(e1) & n_stroller(x3) & in(x1,x2) & n_ruffle(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_stroller(x3) & n_baby(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & in(x2,x3)) | 4998443e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_push(e1) & through(e1,x4) & n_stroller(x3) & n_ruffle(x2) & n_park(x4) & n_man(x1) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & of(x2,x1) & n_stroller(x3) & n_man(x1) & n_male(x1) & n_baby(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in ruffles pushes a stroller through a park. | The man is pushing the stroller through his house. | 2 | -100 | The man can't be in a park and in his house simultaneously. | exists e1 x1 x2 x3 x4.(through(e1,x4) & n_park(x4) & Theme(e1,x3) & Actor(e1,x1) & v_push(e1) & n_stroller(x3) & in(x1,x2) & n_ruffle(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_house(x3) & of(x3,x2) & n_male(x2) & n_stroller(x2) & n_man(x1) & through(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_push(e1)) | 49984d44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_push(e1) & through(e1,x4) & n_stroller(x3) & n_ruffle(x2) & n_park(x4) & n_man(x1) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_push(e1) & through(e1,x3) & of(x3,x2) & n_stroller(x2) & n_man(x1) & n_male(x2) & n_house(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in ruffles pushes a stroller through a park. | The man is pushing a stroller. | 0 | -100 | A man pushes a stroller he is pushing it to get through a park. | exists e1 x1 x2 x3 x4.(through(e1,x4) & n_park(x4) & Theme(e1,x3) & Actor(e1,x1) & v_push(e1) & n_stroller(x3) & in(x1,x2) & n_ruffle(x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & n_stroller(x2)) | 49985640-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_push(e1) & through(e1,x4) & n_stroller(x3) & n_ruffle(x2) & n_park(x4) & n_man(x1) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_push(e1) & n_stroller(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An oddly dressed man pushing a stroller down a sidewalk in a park. | The man is walking with his son. | 1 | -100 | The man is not necessarily walking with his son. | exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & down(e2,x4) & in(x4,x5) & n_park(x5) & n_sidewalk(x4) & Theme(e2,x3) & Actor(e2,x2) & v_push(e2) & n_stroller(x3) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 x1 x2.(n_son(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & with(e1,x2) & Actor(e1,x1) & v_walk(e1)) | 49985f82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_push(e2) & v_dress(e1) & r_oddly(x1) & n_stroller(x3) & n_sidewalk(x4) & n_park(x5) & n_man(x1) & in(x4,x5) & down(e2,x4) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2.(with(e1,x2) & v_walk(e1) & of(x2,x1) & n_son(x2) & n_man(x1) & n_male(x1) & Actor(e1,x1)) |
||
An oddly dressed man pushing a stroller down a sidewalk in a park. | The man is walking his dog on the beach. | 2 | -100 | A person who is pushing a stroller down a sidewalk in a park is performing a very different action in a different place than someone who is walking his dog on the beach. | exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & down(e2,x4) & in(x4,x5) & n_park(x5) & n_sidewalk(x4) & Theme(e2,x3) & Actor(e2,x2) & v_push(e2) & n_stroller(x3) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 x1 x2 x3.(n_beach(x3) & n_dog(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1)) | 49986874-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_push(e2) & v_dress(e1) & r_oddly(x1) & n_stroller(x3) & n_sidewalk(x4) & n_park(x5) & n_man(x1) & in(x4,x5) & down(e2,x4) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_dog(x2) & n_beach(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
An oddly dressed man pushing a stroller down a sidewalk in a park. | A man wearing weird clothes is walking through a park. | 0 | -100 | If a man is wearing weird clothes, one could say he is oddly dressed. | exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & down(e2,x4) & in(x4,x5) & n_park(x5) & n_sidewalk(x4) & Theme(e2,x3) & Actor(e2,x2) & v_push(e2) & n_stroller(x3) & (x1 = x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_oddly(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(through(e2,x4) & n_park(x4) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_clothes(x3) & a_weird(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 499871e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_push(e2) & v_dress(e1) & r_oddly(x1) & n_stroller(x3) & n_sidewalk(x4) & n_park(x5) & n_man(x1) & in(x4,x5) & down(e2,x4) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_walk(e2) & through(e2,x4) & n_park(x4) & n_man(x1) & n_clothes(x3) & a_weird(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A smiling man cooks something delicious. | The man is preparing a feast for his wife | 1 | -100 | The man may not be married, may not be cooking a feast, and it may not be for his wife. | exists e1 s1 x1 x2 x3.(a_topic(x1) & r_something(s1) & Theme(s1,x3) & a_delicious(s1) & (x1 = x3) & n_cook(x1) & of(x1,x2) & n_man(x2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1 x2 x3.(n_wife(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & n_feast(x2)) | 49987b20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_smile(e1) & r_something(s1) & of(x1,x2) & n_man(x2) & n_cook(x1) & a_topic(x1) & a_delicious(s1) & Theme(s1,x3) & Actor(e1,x1) & (x1 = x3)) | exists e1 x1 x2 x3.(v_prepare(e1) & of(x3,x1) & n_wife(x3) & n_man(x1) & n_male(x1) & n_feast(x2) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A smiling man cooks something delicious. | The man is cooking | 0 | -100 | When a man cooks something he is cooking. | exists e1 s1 x1 x2 x3.(a_topic(x1) & r_something(s1) & Theme(s1,x3) & a_delicious(s1) & (x1 = x3) & n_cook(x1) & of(x1,x2) & n_man(x2) & Actor(e1,x1) & v_smile(e1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_cooking(s1)) | 49988390-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_smile(e1) & r_something(s1) & of(x1,x2) & n_man(x2) & n_cook(x1) & a_topic(x1) & a_delicious(s1) & Theme(s1,x3) & Actor(e1,x1) & (x1 = x3)) | exists s1 x1.(n_man(x1) & a_cooking(s1) & Theme(s1,x1)) |
||
A smiling man cooks something delicious. | The child colors with crayons | 2 | -100 | Referring to a man, not a child; the man is cooking something delicious, the child colors with crayons. | exists e1 s1 x1 x2 x3.(a_topic(x1) & r_something(s1) & Theme(s1,x3) & a_delicious(s1) & (x1 = x3) & n_cook(x1) & of(x1,x2) & n_man(x2) & Actor(e1,x1) & v_smile(e1)) | exists x1 x2 x3.(n_color(x1) & of(x1,x2) & n_child(x2) & a_topic(x1) & with(x1,x3) & n_crayon(x3)) | 49988c96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_smile(e1) & r_something(s1) & of(x1,x2) & n_man(x2) & n_cook(x1) & a_topic(x1) & a_delicious(s1) & Theme(s1,x3) & Actor(e1,x1) & (x1 = x3)) | exists x1 x2 x3.(with(x1,x3) & of(x1,x2) & n_crayon(x3) & n_color(x1) & n_child(x2) & a_topic(x1)) |
||
a young man wearing a backpack and sunglasses is walking towards a shopping area. | A man walks near a store | 0 | -100 | 'A man walks near a store' is a simplification of the sentence ' a young man wearing a backpack and sunglasses is walking towards a shopping area'. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(towards(e2,x6) & n_area(x6) & of(x6,x7) & n_shopping(x7) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_sunglass(x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(near(e1,x2) & n_store(x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1)) | 49989510-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_walk(e2) & towards(e2,x6) & subset_of(x5,x3) & subset_of(x4,x3) & of(x6,x7) & n_sunglass(x5) & n_shopping(x7) & n_man(x1) & n_backpack(x4) & n_area(x6) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_walk(e1) & near(e1,x2) & n_store(x2) & n_man(x1) & Actor(e1,x1)) |
||
a young man wearing a backpack and sunglasses is walking towards a shopping area. | Two ducks quacking at each other | 2 | -100 | A young man walking cannot also be two ducks quacking as the number, species and actions are all different. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(towards(e2,x6) & n_area(x6) & of(x6,x7) & n_shopping(x7) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_sunglass(x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(a_topic(x1) & all x3.(n_other(x3) -> at(e1,x3)) & Actor(e1,x2) & v_quack(e1) & (x1 = x2) & n_duck(x1) & card_eq_2(x1)) | 49989b32-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_walk(e2) & towards(e2,x6) & subset_of(x5,x3) & subset_of(x4,x3) & of(x6,x7) & n_sunglass(x5) & n_shopping(x7) & n_man(x1) & n_backpack(x4) & n_area(x6) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_quack(e1) & n_duck(x1) & card_eq_2(x1) & all x3.(at(e1,x3) | -n_other(x3)) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
a young man wearing a backpack and sunglasses is walking towards a shopping area. | The man is planning to rob the store | 1 | -100 | Just because the young man is wearing a backpack and sunglasses does not mean he is planning to rob the store. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(towards(e2,x6) & n_area(x6) & of(x6,x7) & n_shopping(x7) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_sunglass(x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(n_store(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_plan(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_rob(e2))) | 4998a028-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_walk(e2) & towards(e2,x6) & subset_of(x5,x3) & subset_of(x4,x3) & of(x6,x7) & n_sunglass(x5) & n_shopping(x7) & n_man(x1) & n_backpack(x4) & n_area(x6) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(v_plan(e1) & n_store(x2) & n_man(x1) & exists e2.(v_rob(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A young man wearing a backpack and dark glasses approaches the brick building where there is a bit of graffiti on the wall. | The young man has glasses on his face. | 0 | -100 | Dark glasses are a type of glasses. People wear glasses on their face. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & n_building(x6) & of(x6,x7) & n_brick(x7) & on(e2,x8) & Theme(e2,x6) & Actor(e2,x1) & v_approach(e2) & exists p2 x9 x10 x11.((x9 = x10) & of(x10,x11) & n_graffitus(x11) & n_bit(x10)) & where(x6,p1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_dark(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_face(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_glass(x2)) | 4998a4ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(where(x6,p1) & v_wear(e1) & v_approach(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(e2,x8) & of(x6,x7) & n_wall(x8) & n_man(x1) & n_glass(x5) & n_building(x6) & n_brick(x7) & n_backpack(x4) & exists x9 x10 x11.(of(x10,x11) & n_graffitus(x11) & n_bit(x10) & (x9 = x10)) & a_young(s1) & a_dark(s2) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_have(e1) & on(e1,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_glass(x2) & n_face(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man wearing a backpack and dark glasses approaches the brick building where there is a bit of graffiti on the wall. | There is nothing on the wall but bricks. | 2 | -100 | Referring to a man, with a backpack and dark glasses, no man in the other sentence. States there's a brick building with some graffito, the other refers to a brick wall with nothing on it. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & n_building(x6) & of(x6,x7) & n_brick(x7) & on(e2,x8) & Theme(e2,x6) & Actor(e2,x1) & v_approach(e2) & exists p2 x9 x10 x11.((x9 = x10) & of(x10,x11) & n_graffitus(x11) & n_bit(x10)) & where(x6,p1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_dark(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x5.(n_wall(x5) & exists x2 x3.((x1 = x2) & subset_of(x3,x2) & n_brick(x3) & -exists x4.(subset_of(x4,x2) & on(x4,x5) & n_thing(x4)))) | 4998a9b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(where(x6,p1) & v_wear(e1) & v_approach(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(e2,x8) & of(x6,x7) & n_wall(x8) & n_man(x1) & n_glass(x5) & n_building(x6) & n_brick(x7) & n_backpack(x4) & exists x9 x10 x11.(of(x10,x11) & n_graffitus(x11) & n_bit(x10) & (x9 = x10)) & a_young(s1) & a_dark(s2) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x5.(n_wall(x5) & exists x2 x3.(subset_of(x3,x2) & n_brick(x3) & all x4.(-subset_of(x4,x2) | -on(x4,x5) | -n_thing(x4)) & (x1 = x2))) |
||
A young man wearing a backpack and dark glasses approaches the brick building where there is a bit of graffiti on the wall. | The man helped create the graffiti. | 1 | -100 | There is no evidence to suggest that just because the man was near the graffiti that it was him who helped create the graffiti | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wall(x8) & n_building(x6) & of(x6,x7) & n_brick(x7) & on(e2,x8) & Theme(e2,x6) & Actor(e2,x1) & v_approach(e2) & exists p2 x9 x10 x11.((x9 = x10) & of(x10,x11) & n_graffitus(x11) & n_bit(x10)) & where(x6,p1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_dark(s2) & Theme(s2,x5) & subset_of(x4,x3) & n_backpack(x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(n_graffitus(x2) & n_man(x1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_create(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_help(e1)) | 4998ae6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(where(x6,p1) & v_wear(e1) & v_approach(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(e2,x8) & of(x6,x7) & n_wall(x8) & n_man(x1) & n_glass(x5) & n_building(x6) & n_brick(x7) & n_backpack(x4) & exists x9 x10 x11.(of(x10,x11) & n_graffitus(x11) & n_bit(x10) & (x9 = x10)) & a_young(s1) & a_dark(s2) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(v_help(e1) & n_man(x1) & n_graffitus(x2) & exists e2.(v_create(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A brown dog running with two white and brown dogs on the seashore with crashing waves behind them. | The dogs are running along the shore to meet their master who just beached his kayak | 1 | -100 | The fact that the dogs are running along the shore does not mean they are running to meet their master, or that their master beached his kayak. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(n_thing(x4) & n_seashore(x4) & a_topic(x1) & with(e1,x5) & behind(x5,x4) & n_wave(x5) & Actor(e2,x5) & v_crash(e2) & on(e1,x4) & with(e1,x3) & n_dog(x3) & a_brown(s3) & Theme(s3,x3) & a_white(s2) & Theme(s2,x3) & card_eq_2(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(n_kayak(x4) & of(x4,x2) & n_male(x2) & n_master(x5) & of(x5,x2) & n_thing(x2) & n_shore(x2) & n_dog(x1) & along(e1,x2) & a_just(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x3) & v_beach(e2) & (x2 = x3) & Topic(x2,p1) & exists e3.(Theme(e3,x5) & Actor(e3,x2) & v_meet(e3)) & Actor(e1,x1) & v_run(e1)) | 4998b40a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x5) & with(e1,x3) & v_run(e1) & v_crash(e2) & on(e1,x4) & n_wave(x5) & n_thing(x4) & n_seashore(x4) & n_dog(x3) & n_dog(x1) & card_eq_2(x3) & behind(x5,x4) & a_white(s2) & a_topic(x1) & a_brown(s3) & a_brown(s1) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_run(e1) & v_beach(e2) & of(x5,x2) & of(x4,x2) & n_thing(x2) & n_shore(x2) & n_master(x5) & n_male(x2) & n_kayak(x4) & n_dog(x1) & exists e3.(v_meet(e3) & Theme(e3,x5) & Actor(e3,x2)) & along(e1,x2) & a_just(s1) & Topic(x2,p1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.