premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A kid is drinking juice out of a juice packet. | The girl is drinking juice from the juice packet at lunch. | 1 | -100 | Not all kid is a girl and drink juice for the lunch. | exists e1 x1 x2 x3 x4.(of(e1,x3) & n_packet(x3) & of(x3,x4) & n_juice(x4) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & n_kid(x1)) | exists e1 x1 x2 x3 x4.(n_girl(x1) & at(e1,x4) & n_lunch(x4) & from(e1,x3) & n_packet(x3) & of(x3,x2) & n_juice(x2) & n_juice(x2) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1)) | 4bd4edba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_drink(e1) & r_out(e1) & of(x3,x4) & of(e1,x3) & n_packet(x3) & n_kid(x1) & n_juice(x4) & n_juice(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_drink(e1) & of(x3,x2) & n_packet(x3) & n_lunch(x4) & n_juice(x2) & n_girl(x1) & from(e1,x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several people dressed in red are sitting and standing on grass. | People are sitting. | 2 | -100 | People have to be either sitting or standing, not both at the same time. | exists e1 e4 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7.(on(e4,x7) & n_grass(x7) & Actor(e4,x4) & v_stand(e4) & in(e3,x6) & n_red(x6) & Theme(e3,x5) & v_dress(e3) & (x4 = x5) & n_people(x4) & a_several(s2) & Theme(s2,x4) & Actor(e2,x1) & v_sit(e2) & in(e1,x3) & n_red(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_people(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_sit(e1) & n_people(x1)) | 4bd89046-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e4) & v_sit(e2) & v_dress(e3) & v_dress(e1) & on(e4,x7) & n_red(x6) & n_red(x3) & n_people(x4) & n_people(x1) & n_grass(x7) & in(e3,x6) & in(e1,x3) & a_several(s2) & a_several(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e3,x5) & Theme(e1,x2) & Actor(e4,x4) & Actor(e2,x1) & (x4 = x5) & (x1 = x2)) | exists e1 x1.(v_sit(e1) & n_people(x1) & Actor(e1,x1)) |
||
kids are walking across a field in red clothes. | The kids were fast asleep in their beds. | 2 | -100 | Kids can't be walking in a field while they are asleep in bed. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_clothes(x3) & a_red(s1) & Theme(s1,x3) & across(e1,x2) & n_field(x2) & Actor(e1,x1) & v_walk(e1) & n_kid(x1)) | exists p1 x1 x2.(n_bed(x2) & of(x2,x1) & n_thing(x1) & n_kid(x1) & in(p1,x2) & exists s1 x3.((x1 = x3) & n_asleep(x3) & a_fast(s1) & Theme(s1,x3))) | 4bd89514-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_kid(x1) & n_field(x2) & n_clothes(x3) & in(e1,x3) & across(e1,x2) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists p1 x1 x2.(of(x2,x1) & n_thing(x1) & n_kid(x1) & n_bed(x2) & in(p1,x2) & exists s1 x3.(n_asleep(x3) & a_fast(s1) & Theme(s1,x3) & (x1 = x3))) |
||
kids are walking across a field in red clothes. | The kids were walking across the field. | 0 | -100 | The first sentence states that the kids are walking across a field and the second sentence states the same thing, that the kids were walking across the field. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_clothes(x3) & a_red(s1) & Theme(s1,x3) & across(e1,x2) & n_field(x2) & Actor(e1,x1) & v_walk(e1) & n_kid(x1)) | exists e1 x1 x2.(n_field(x2) & n_kid(x1) & across(e1,x2) & Actor(e1,x1) & v_walk(e1)) | 4bd89a1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_kid(x1) & n_field(x2) & n_clothes(x3) & in(e1,x3) & across(e1,x2) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & n_kid(x1) & n_field(x2) & across(e1,x2) & Actor(e1,x1)) |
||
kids are walking across a field in red clothes. | The kids were taking a short cut home. | 1 | -100 | How do we know they are going home | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_clothes(x3) & a_red(s1) & Theme(s1,x3) & across(e1,x2) & n_field(x2) & Actor(e1,x1) & v_walk(e1) & n_kid(x1)) | exists e1 s1 x1 x2 x3.(n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_home(x2) & of(x2,x3) & n_cut(x3) & a_short(s1) & Theme(s1,x2)) | 4bd89ea6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_kid(x1) & n_field(x2) & n_clothes(x3) & in(e1,x3) & across(e1,x2) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_kid(x1) & n_home(x2) & n_cut(x3) & a_short(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a flannel shirt picking oranges in a farmer's market. | The man is buying 40 oranges. | 1 | -100 | Just because someone is at a market does not mean he is buying. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & in(e1,x8) & n_market(x8) & of(x8,x7) & n_farmer(x7) & Theme(e1,x6) & Actor(e1,x5) & v_pick(e1) & n_orange(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_flannel(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_orange(x2) & card_eq_40(x2)) | 4bd8a31a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_pick(e1) & of(x8,x7) & of(x3,x4) & n_shirt(x3) & n_orange(x6) & n_market(x8) & n_man(x1) & n_flannel(x4) & n_farmer(x7) & in(e1,x8) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2.(v_buy(e1) & n_orange(x2) & n_man(x1) & card_eq_40(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a flannel shirt picking oranges in a farmer's market. | The man is riding a horse. | 2 | -100 | People don't usually pick oranges while riding horses. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & in(e1,x8) & n_market(x8) & of(x8,x7) & n_farmer(x7) & Theme(e1,x6) & Actor(e1,x5) & v_pick(e1) & n_orange(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_flannel(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2)) | 4bd8a77a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_pick(e1) & of(x8,x7) & of(x3,x4) & n_shirt(x3) & n_orange(x6) & n_market(x8) & n_man(x1) & n_flannel(x4) & n_farmer(x7) & in(e1,x8) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2.(v_ride(e1) & n_man(x1) & n_horse(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a flannel shirt picking oranges in a farmer's market. | The man is near some oranges. | 0 | -100 | If a man is picking oranges, he must be near enough to select and retrieve oranges, it therefore follows that a man is near some oranges. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & in(e1,x8) & n_market(x8) & of(x8,x7) & n_farmer(x7) & Theme(e1,x6) & Actor(e1,x5) & v_pick(e1) & n_orange(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_flannel(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.(near(x1,x2) & n_orange(x2))) | 4bd8abc6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_pick(e1) & of(x8,x7) & of(x3,x4) & n_shirt(x3) & n_orange(x6) & n_market(x8) & n_man(x1) & n_flannel(x4) & n_farmer(x7) & in(e1,x8) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(near(x1,x2) & n_orange(x2))) |
||
A teacher in a purple hat talks to five school children. | Students are listening intently to their teacher. | 1 | -100 | Not all students listen intently. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & to(x2,x4) & n_child(x4) & of(x4,x5) & n_school(x5) & card_eq_5(x4) & n_talk(x2) & of(x2,x3) & n_hat(x3) & a_purple(s1) & Theme(s1,x2) & n_teacher(x1)) | exists e1 s1 x1 x2.(a_intently(s1) & Manner(e1,s1) & to(e1,x2) & n_teacher(x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_listen(e1) & n_student(x1)) | 4bd8b01c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(to(x2,x4) & of(x4,x5) & of(x2,x3) & n_teacher(x1) & n_talk(x2) & n_school(x5) & n_hat(x3) & n_child(x4) & in(x1,x2) & card_eq_5(x4) & a_topic(x1) & a_purple(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2.(v_listen(e1) & to(e1,x2) & of(x2,x1) & n_thing(x1) & n_teacher(x2) & n_student(x1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A teacher in a purple hat talks to five school children. | A teacher sits in an empty classroom. | 2 | -100 | The classroom can't have five children in it if it's empty. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & to(x2,x4) & n_child(x4) & of(x4,x5) & n_school(x5) & card_eq_5(x4) & n_talk(x2) & of(x2,x3) & n_hat(x3) & a_purple(s1) & Theme(s1,x2) & n_teacher(x1)) | exists e1 s1 x1 x2.(in(e1,x2) & n_classroom(x2) & a_empty(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_teacher(x1)) | 4bd8b45e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(to(x2,x4) & of(x4,x5) & of(x2,x3) & n_teacher(x1) & n_talk(x2) & n_school(x5) & n_hat(x3) & n_child(x4) & in(x1,x2) & card_eq_5(x4) & a_topic(x1) & a_purple(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2.(v_sit(e1) & n_teacher(x1) & n_classroom(x2) & in(e1,x2) & a_empty(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A teacher in a purple hat talks to five school children. | A teacher is talking to her school children. | 0 | -100 | The teacher must be talking to school children and it can be inferred that they are her students. She is talking to school children in both sentences. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & to(x2,x4) & n_child(x4) & of(x4,x5) & n_school(x5) & card_eq_5(x4) & n_talk(x2) & of(x2,x3) & n_hat(x3) & a_purple(s1) & Theme(s1,x2) & n_teacher(x1)) | exists e1 x1 x2 x3.(to(e1,x2) & n_child(x2) & of(x2,x3) & n_school(x3) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_talk(e1) & n_teacher(x1)) | 4bd8b8aa-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(to(x2,x4) & of(x4,x5) & of(x2,x3) & n_teacher(x1) & n_talk(x2) & n_school(x5) & n_hat(x3) & n_child(x4) & in(x1,x2) & card_eq_5(x4) & a_topic(x1) & a_purple(s1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_talk(e1) & to(e1,x2) & of(x2,x3) & of(x2,x1) & n_teacher(x1) & n_school(x3) & n_female(x1) & n_child(x2) & Actor(e1,x1)) |
||
People are walking in the city on the street, with bikes parked up to the left of the picture. | People walk down a country road. | 2 | -100 | Country roads are not the same as city streets. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_picture(x7) & n_left(x6) & n_street(x3) & n_city(x2) & with(e1,x4) & a_up(s1) & Manner(e2,s1) & to(e2,x6) & of(x6,x7) & Theme(e2,x5) & v_park(e2) & (x4 = x5) & n_bike(x4) & in(e1,x2) & on(x2,x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | exists e1 x1 x2 x3.(down(e1,x2) & n_road(x2) & of(x2,x3) & n_country(x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | 4bd8bd78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_walk(e1) & v_park(e2) & to(e2,x6) & on(x2,x3) & of(x6,x7) & n_street(x3) & n_picture(x7) & n_people(x1) & n_left(x6) & n_city(x2) & n_bike(x4) & in(e1,x2) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_road(x2) & n_people(x1) & n_country(x3) & down(e1,x2) & Actor(e1,x1)) |
||
People are walking in the city on the street, with bikes parked up to the left of the picture. | People walk by parked bikes. | 0 | -100 | People are walking in the same picture as parked bikes, therefore, they are walking near enough to be walking by parked bikes. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_picture(x7) & n_left(x6) & n_street(x3) & n_city(x2) & with(e1,x4) & a_up(s1) & Manner(e2,s1) & to(e2,x6) & of(x6,x7) & Theme(e2,x5) & v_park(e2) & (x4 = x5) & n_bike(x4) & in(e1,x2) & on(x2,x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & n_bike(x3) & a_parked(s1) & Theme(s1,x3) & Theme(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1)) | 4bd8c2aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_walk(e1) & v_park(e2) & to(e2,x6) & on(x2,x3) & of(x6,x7) & n_street(x3) & n_picture(x7) & n_people(x1) & n_left(x6) & n_city(x2) & n_bike(x4) & in(e1,x2) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e1,x1) & (x4 = x5)) | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_bike(x3) & a_topic(x1) & a_parked(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x3) & (x1 = x2)) |
||
People are walking in the city on the street, with bikes parked up to the left of the picture. | Three people walk on a street with bikes. | 1 | -100 | The first sentence doesn't specify how many people or where the bikes are. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_picture(x7) & n_left(x6) & n_street(x3) & n_city(x2) & with(e1,x4) & a_up(s1) & Manner(e2,s1) & to(e2,x6) & of(x6,x7) & Theme(e2,x5) & v_park(e2) & (x4 = x5) & n_bike(x4) & in(e1,x2) & on(x2,x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | exists e1 x1 x2 x3.(with(e1,x3) & n_bike(x3) & on(e1,x2) & n_street(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_3(x1)) | 4bd8c732-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_walk(e1) & v_park(e2) & to(e2,x6) & on(x2,x3) & of(x6,x7) & n_street(x3) & n_picture(x7) & n_people(x1) & n_left(x6) & n_city(x2) & n_bike(x4) & in(e1,x2) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & on(e1,x2) & n_street(x2) & n_people(x1) & n_bike(x3) & card_eq_3(x1) & Actor(e1,x1)) |
||
A woman is putting a man's foot above his head. | A women has her hands on a mans foot. | 0 | -100 | The woman use her hands to put the man's foot above his head. | exists e1 x1 x2 x3 x4.(above(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_foot(x3) & of(x3,x2) & n_man(x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(on(e1,x3) & n_foot(x3) & of(x3,x4) & n_man(x4) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hand(x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 4bd8cb9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_put(e1) & of(x4,x1) & of(x3,x2) & n_woman(x1) & n_man(x2) & n_male(x1) & n_head(x4) & n_foot(x3) & above(e1,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_have(e1) & on(e1,x3) & of(x3,x4) & of(x2,x1) & n_woman(x1) & n_man(x4) & n_hand(x2) & n_foot(x3) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is putting a man's foot above his head. | The woman and man are a couple. | 1 | -100 | Any woman can put a man's foot above his head, not just his wife as a couple. | exists e1 x1 x2 x3 x4.(above(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_foot(x3) & of(x3,x2) & n_man(x2) & n_woman(x1)) | exists p1 x1 x2 x3.(n_man(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & exists x4.((x1 = x4) & n_couple(x4))) | 4bd8d024-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_put(e1) & of(x4,x1) & of(x3,x2) & n_woman(x1) & n_man(x2) & n_male(x1) & n_head(x4) & n_foot(x3) & above(e1,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_man(x3) & exists x4.(n_couple(x4) & (x1 = x4))) |
||
A woman is putting a man's foot above his head. | The kid places her brothers arm behind his back. | 2 | -100 | A woman and kid are separate subjects. A foot is different than an arm. Above is different than behind. Head and back are different body parts. | exists e1 x1 x2 x3 x4.(above(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_foot(x3) & of(x3,x2) & n_man(x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(n_back(x4) & of(x4,x2) & n_male(x2) & n_arm(x2) & of(x2,x3) & n_brother(x3) & of(x2,x1) & n_female(x1) & n_kid(x1) & behind(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_place(e1)) | 4bd8d48e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_put(e1) & of(x4,x1) & of(x3,x2) & n_woman(x1) & n_man(x2) & n_male(x1) & n_head(x4) & n_foot(x3) & above(e1,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_place(e1) & of(x4,x2) & of(x2,x3) & of(x2,x1) & n_male(x2) & n_kid(x1) & n_female(x1) & n_brother(x3) & n_back(x4) & n_arm(x2) & behind(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a gray sweatshirt is bending his leg over his head. | The women is stretching her leg over her head. | 2 | -100 | Bending is not the same as stretching. The man subject changed to a woman. | exists e1 s1 x1 x2 x3 x4.(over(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_bend(e1) & n_leg(x3) & of(x3,x1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_head(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_leg(x2) & of(x2,x1) & n_woman(x1) & over(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_stretch(e1)) | 4bd8d8ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_bend(e1) & over(e1,x4) & of(x4,x1) & of(x3,x1) & n_sweatshirt(x2) & n_man(x1) & n_male(x1) & n_leg(x3) & n_head(x4) & in(x1,x2) & a_gray(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stretch(e1) & over(e1,x3) & of(x3,x1) & of(x2,x1) & n_woman(x1) & n_leg(x2) & n_head(x3) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a gray sweatshirt is bending his leg over his head. | The man is stretching his leg. | 1 | -100 | The man is bending his leg which does not indicate that he is stretching. | exists e1 s1 x1 x2 x3 x4.(over(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_bend(e1) & n_leg(x3) & of(x3,x1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_leg(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_stretch(e1)) | 4bd8dd44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_bend(e1) & over(e1,x4) & of(x4,x1) & of(x3,x1) & n_sweatshirt(x2) & n_man(x1) & n_male(x1) & n_leg(x3) & n_head(x4) & in(x1,x2) & a_gray(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_stretch(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_leg(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a gray sweatshirt is bending his leg over his head. | A man has his leg over his head. | 0 | -100 | A man in bending his leg over his head, therefore, the placement of the leg is over the head and the second sentence is entailed. | exists e1 s1 x1 x2 x3 x4.(over(e1,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_bend(e1) & n_leg(x3) & of(x3,x1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & over(x2,x3) & n_head(x3) & of(x3,x1) & n_male(x1) & n_male(x1) & n_leg(x2) & of(x2,x1) & n_man(x1)) | 4bd8e1e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_bend(e1) & over(e1,x4) & of(x4,x1) & of(x3,x1) & n_sweatshirt(x2) & n_man(x1) & n_male(x1) & n_leg(x3) & n_head(x4) & in(x1,x2) & a_gray(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & over(x2,x3) & of(x3,x1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_leg(x2) & n_head(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is grabbing a guy's foot and putting it behind his head. | The woman grabbing the guy's foot is his wife. | 1 | -100 | The woman is not necessarily the guy's wife. | exists e2 e1 x1 x2 x3 x4 x5.(behind(e2,x5) & n_head(x5) & of(x5,x1) & n_male(x1) & Theme(e2,x1) & Actor(e2,x4) & v_put(e2) & n_thing(x1) & n_woman(x4) & Theme(e1,x3) & Actor(e1,x1) & v_grab(e1) & n_foot(x3) & of(x3,x2) & n_guy(x2) & n_woman(x1)) | exists e1 p1 x1 x2 x3 x4 x5.(n_wife(x5) & of(x5,x3) & n_male(x3) & n_foot(x4) & of(x4,x3) & n_guy(x3) & n_woman(x1) & (x1 = x5) & Theme(e1,x4) & Actor(e1,x2) & v_grab(e1) & (x1 = x2)) | 4bd8e780-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_put(e2) & v_grab(e1) & of(x5,x1) & of(x3,x2) & n_woman(x4) & n_woman(x1) & n_thing(x1) & n_male(x1) & n_head(x5) & n_guy(x2) & n_foot(x3) & behind(e2,x5) & Theme(e2,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_grab(e1) & of(x5,x3) & of(x4,x3) & n_woman(x1) & n_wife(x5) & n_male(x3) & n_guy(x3) & n_foot(x4) & Theme(e1,x4) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) |
||
A woman is grabbing a guy's foot and putting it behind his head. | The woman is taking a nap. | 2 | -100 | Act of grabbing cannot be performed while taking a nap. | exists e1 e2 x1 x2 x3 x4 x5.(behind(e2,x5) & n_head(x5) & of(x5,x1) & n_male(x1) & Theme(e2,x1) & Actor(e2,x4) & v_put(e2) & n_thing(x1) & n_woman(x4) & Theme(e1,x3) & Actor(e1,x1) & v_grab(e1) & n_foot(x3) & of(x3,x2) & n_guy(x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2)) | 4bd8ed52-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_put(e2) & v_grab(e1) & of(x5,x1) & of(x3,x2) & n_woman(x4) & n_woman(x1) & n_thing(x1) & n_male(x1) & n_head(x5) & n_guy(x2) & n_foot(x3) & behind(e2,x5) & Theme(e2,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_take(e1) & n_woman(x1) & n_nap(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is grabbing a guy's foot and putting it behind his head. | The woman is touching the guy. | 0 | -100 | Grabbing a guy���s foot is the same as touching the guy. | exists e2 e1 x1 x2 x3 x4 x5.(behind(e2,x5) & n_head(x5) & of(x5,x1) & n_male(x1) & Theme(e2,x1) & Actor(e2,x4) & v_put(e2) & n_thing(x1) & n_woman(x4) & Theme(e1,x3) & Actor(e1,x1) & v_grab(e1) & n_foot(x3) & of(x3,x2) & n_guy(x2) & n_woman(x1)) | exists e1 x1 x2.(n_guy(x2) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_touch(e1)) | 4bd8f1f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_put(e2) & v_grab(e1) & of(x5,x1) & of(x3,x2) & n_woman(x4) & n_woman(x1) & n_thing(x1) & n_male(x1) & n_head(x5) & n_guy(x2) & n_foot(x3) & behind(e2,x5) & Theme(e2,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_touch(e1) & n_woman(x1) & n_guy(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy suffered in a car crash and no longer has legs. | 2 | -100 | The boy can't put his foot over his head if he doesn't have legs. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e2 e1 s1 x1 x2 x3 x4 x5.(r_no(e2) & a_longer(s1) & Manner(e2,s1) & Theme(e2,x5) & Actor(e2,x4) & v_have(e2) & n_leg(x5) & n_boy(x4) & in(e1,x2) & n_crash(x2) & of(x2,x3) & n_car(x3) & Actor(e1,x1) & v_suffer(e1) & n_boy(x1)) | 4bd8f680-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_suffer(e1) & v_have(e2) & r_no(e2) & of(x2,x3) & n_leg(x5) & n_crash(x2) & n_car(x3) & n_boy(x4) & n_boy(x1) & in(e1,x2) & a_longer(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e2,x4) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The mother is helping her son get dressed | 1 | 0.040679 | The first sentence indicates the boy has a foot over his head, but nothing is said about his mother helping him get dressed. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 e2 p1 x1 x2 x3.(n_son(x3) & of(x3,x1) & n_female(x1) & n_mother(x1) & exists e3.(Theme(e3,x1) & v_dress(e3)) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & Theme(e1,x3) & Actor(e1,x2) & v_help(e1) & (x1 = x2)) | 4bd8fb08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2 x3.(v_help(e1) & v_get(e2) & of(x3,x1) & n_son(x3) & n_mother(x1) & n_female(x1) & exists e3.(v_dress(e3) & Theme(e3,x1)) & Topic(e2,p1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is running around for fun. | 2 | 0 | Can't put a foot over head if running around | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 s1 x1 x2.(n_boy(x1) & a_around(s1) & Manner(e1,s1) & for(e1,x2) & n_fun(x2) & Actor(e1,x1) & v_run(e1)) | 4bd8ff72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_run(e1) & n_fun(x2) & n_boy(x1) & for(e1,x2) & a_around(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is upset. | 2 | -100 | Usually can't be upset at the same time laughing. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1.(n_boy(x1) & Theme(e1,x1) & v_upset(e1)) | 4bd903e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_upset(e1) & n_boy(x1) & Theme(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is stretching. | 0 | -100 | When someone puts his foot over his head, he is stretching. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_stretch(e1)) | 4bd90850-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_stretch(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy wears a sweatshirt. | 0 | -100 | A boy in a sweatshirt implies he is wearing it. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_sweatshirt(x2) & n_boy(x1)) | 4bd90e0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_sweatshirt(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy is kicking a soccer ball. | 2 | -100 | One cannot put their foot over his head while kicking a soccer ball. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & of(x2,x3) & n_soccer(x3) & n_boy(x1)) | 4bd912e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_kick(e1) & of(x2,x3) & n_soccer(x3) & n_boy(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is laughing at his stupid friend. | 1 | 0.026948 | There is no indication that the boy is laughing at a stupid friend, just laughing. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 s1 x1 x2.(n_friend(x2) & a_stupid(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & n_boy(x1) & at(e1,x2) & Actor(e1,x1) & v_laugh(e1)) | 4bd91746-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_laugh(e1) & of(x2,x1) & n_male(x1) & n_friend(x2) & n_boy(x1) & at(e1,x2) & a_stupid(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy prepares for a gymnastics meet. | 1 | 0.475644 | Nothing is said about a gymnastics meet. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 e2 x1 x2 x3.(for(e1,x2) & Actor(e2,x3) & v_meet(e2) & (x2 = x3) & n_gymnastics(x2) & Actor(e1,x1) & v_prepare(e1) & n_boy(x1)) | 4bd91bb0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3.(v_prepare(e1) & v_meet(e2) & n_gymnastics(x2) & n_boy(x1) & for(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy in a grey shirt is doing yoga. | 1 | 0.060625 | Just because the boy is putting his foot over his head, that doesn't mean he is doing yoga. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_do(e1) & n_yoga(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_grey(x3) & n_boy(x1)) | 4bd9202e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_do(e1) & of(x2,x3) & n_yoga(x4) & n_shirt(x2) & n_grey(x3) & n_boy(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy in a grey shirt is flexible. | 0 | -100 | The boy is in a gray shirt, and he can put it foot over his head, so he is flexible. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists s1 x1 x2 x3.(Theme(s1,x1) & a_flexible(s1) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_grey(x3) & n_boy(x1)) | 4bd92498-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1 x2 x3.(of(x2,x3) & n_shirt(x2) & n_grey(x3) & n_boy(x1) & in(x1,x2) & a_flexible(s1) & Theme(s1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | A boy stretches out his leg with some assistance. | 0 | 0.938865 | Someone is helping the boy put his foot over his head, so the boy has some assistance. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 s1 x1 x2 x3.(with(e1,x3) & n_assistance(x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_stretch(e1) & n_leg(x2) & of(x2,x1) & n_male(x1) & n_boy(x1)) | 4bd92902-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(with(e1,x3) & v_stretch(e1) & of(x2,x1) & n_male(x1) & n_leg(x2) & n_boy(x1) & n_assistance(x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is putting clothes on. | 0 | -100 | The boy needs help putting his foot over his head so he can more easily put clothes on. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 s1 x1 x2.(n_boy(x1) & a_on(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_clothes(x2)) | 4bd92d80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_put(e1) & n_clothes(x2) & n_boy(x1) & a_on(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy takes gymnastics. | 1 | 0.627511 | The boy has a foot over his head, but nothing indicates that he is taking gymnastics. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_gymnastics(x2)) | 4bd93384-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_take(e1) & n_gymnastics(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a gray sweatshirt is laughing while someone helps him put his foot over his head. | The boy is sleeping. | 2 | -100 | One cannot sleep while putting his foot over his head. | exists e1 p1 s1 x1 x2 x4 x5.(exists e2 p2 x1 x3.(exists e3.(over(e3,x5) & Theme(e3,x4) & Actor(e3,x1) & v_put(e3)) & n_male(x1) & n_male(x1) & Recipient(e2,p2) & Actor(e2,x3) & Topic(e2,x1) & v_help(e2) & n_person(x3)) & n_head(x5) & of(x5,x1) & n_foot(x4) & of(x4,x1) & n_male(x1) & while(e1,p1) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2) & n_sweatshirt(x2) & a_gray(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_sleep(e1)) | 4bd939a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4 x5.(while(e1,p1) & v_laugh(e1) & of(x5,x1) & of(x4,x1) & n_sweatshirt(x2) & n_male(x1) & n_head(x5) & n_foot(x4) & n_boy(x1) & in(x1,x2) & exists e2 p2 x1 x3.(v_help(e2) & n_person(x3) & n_male(x1) & exists e3.(v_put(e3) & over(e3,x5) & Theme(e3,x4) & Actor(e3,x1)) & Topic(e2,x1) & Recipient(e2,p2) & Actor(e2,x3)) & a_gray(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_sleep(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man puts on a show in hopes of getting some tips. | 1 | 0.650548 | There is no indication that the man in putting on a show in hopes of getting tips. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(x1,x3) & in(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_get(e1) & n_tip(x6) & (x4 = x5) & n_hope(x4) & n_show(x3) & n_put(x1) & of(x1,x2) & n_man(x2)) | 4bd93f00-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4 x5 x6.(v_get(e1) & on(x1,x3) & of(x1,x2) & n_tip(x6) & n_show(x3) & n_put(x1) & n_man(x2) & n_hope(x4) & in(x3,x4) & a_topic(x1) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is performing at the circus. | 1 | 0.155513 | Just because the man has is foot on his head, doesn't mean he is performing at a circus. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(n_circus(x2) & n_man(x1) & at(e1,x2) & Actor(e1,x1) & v_perform(e1)) | 4bd9466c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_perform(e1) & n_man(x1) & n_circus(x2) & at(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man is contorting his body. | 0 | 0.888677 | If his foot is on top of his head, his body is contorted. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_contort(e1) & n_body(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 4bd94e50-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_contort(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_body(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man sits with both legs crossed underneath him | 2 | 0.000001 | He cannot sit with both legs crossed underneath him and put his foot on top of his head. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 e2 s1 x1 x2 x3.(n_male(x2) & n_leg(x2) & with(e1,x2) & a_underneath(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x3) & v_cross(e2) & (x2 = x3) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4bd95634-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 e2 s1 x1 x2 x3.(with(e1,x2) & v_sit(e1) & v_cross(e2) & n_man(x1) & n_male(x2) & n_leg(x2) & a_underneath(s1) & Theme(e2,x2) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A flexible man is stretching his leg. | 0 | -100 | In order to put foot on top of his head, the man needs to stretch his leg. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_stretch(e1) & n_leg(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_flexible(s1) & Theme(s1,x1)) | 4bd95ff8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_stretch(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_leg(x2) & a_flexible(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is naked. | 2 | -100 | He cannot be naked while wearing a hooded sweatshirt, jeans and socks. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_naked(s1)) | 4bd96836-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1.(n_man(x1) & a_naked(s1) & Theme(s1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man performs a flexibility trick in front of his friends | 1 | 0.848273 | The man has a foot on top of his head, but no indications that he is doing a trick for his friends. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & in(x2,x4) & of(x4,x5) & n_friend(x5) & of(x5,x1) & n_male(x1) & n_front(x4) & Time(x2,x3) & n_trick(x3) & n_flexibility(x2) & n_man(x1)) | 4bd9704c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & of(x5,x1) & of(x4,x5) & n_trick(x3) & n_man(x1) & n_male(x1) & n_front(x4) & n_friend(x5) & n_flexibility(x2) & in(x2,x4) & Time(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is contorting his body. | 0 | -100 | A man has to contort his body in order to put his foot on his head. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(n_body(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_contort(e1)) | 4bd97844-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_contort(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_body(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man moves his foot | 0 | -100 | In order to put his foot on his head, a man has to move his foot. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_move(e1) & n_foot(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 4bd98190-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_move(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_foot(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is wearing clothes. | 0 | -100 | If a man is wearing a sweatshirt, jeans and socks, he is wearing clothes. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_clothes(x2)) | 4bd98c94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_clothes(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A man in a suit puts his foot under his back. | 2 | -100 | A man wearing a suit is not wearing a sweatshirt, jeans and socks. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2 x3 x4.(under(e1,x4) & n_back(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_put(e1) & n_foot(x3) & of(x3,x1) & in(x1,x2) & n_suit(x2) & n_man(x1)) | 4bd995f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_put(e1) & under(e1,x4) & of(x4,x1) & of(x3,x1) & n_suit(x2) & n_man(x1) & n_male(x1) & n_foot(x3) & n_back(x4) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is laying on a surf board. | 2 | -100 | A man putting his foot on top of his head cannot be laying. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 s1 x1 x2.(n_man(x1) & on(e1,x2) & n_board(x2) & a_surf(s1) & Theme(s1,x2) & Actor(e1,x1) & v_lay(e1)) | 4bd99e00-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_lay(e1) & on(e1,x2) & n_man(x1) & n_board(x2) & a_surf(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | The man is a circus performer. | 1 | 0.074055 | we don't know the man is a circus performer. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists p1 x1.(n_man(x1) & exists x2 x3.((x1 = x2) & n_performer(x2) & of(x2,x3) & n_circus(x3))) | 4bd9a562-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_performer(x2) & n_circus(x3) & (x1 = x2))) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A dolphin jumps in the air. | 2 | -100 | A dolphin is not a man. | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2.(n_air(x2) & in(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_dolphin(x1)) | 4bd9acf6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_jump(e1) & n_dolphin(x1) & n_air(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man wearing a gray hooded sweatshirt, blue jeans, and white and gray socks is putting his foot on top of his head. | A crowd watches a man put his foot on top of his head. | 1 | 0.712463 | here watches describes to view over objects | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(on(e2,x8) & of(x8,x9) & n_head(x9) & of(x9,x2) & n_male(x2) & n_male(x2) & n_top(x8) & Theme(e2,x7) & Actor(e2,x1) & v_put(e2) & n_foot(x7) & of(x7,x2) & subset_of(x6,x1) & n_sock(x6) & a_gray(s5) & Theme(s5,x6) & a_white(s4) & Theme(s4,x6) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x5) & n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & n_sweatshirt(x4) & a_hooded(s2) & Theme(s2,x4) & a_gray(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x2) & Actor(e2,x1) & v_watch(e2) & on(e1,x5) & of(x5,x6) & n_head(x6) & of(x6,x1) & n_male(x1) & n_male(x1) & n_top(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_foot(x4) & of(x4,x1) & (x2 = x3) & n_man(x2) & n_crowd(x1)) | 4bd9b2e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_put(e2) & subset_of(x6,x1) & subset_of(x2,x1) & rel(x4,x5) & on(e2,x8) & of(x9,x2) & of(x8,x9) & of(x7,x2) & n_top(x8) & n_sweatshirt(x4) & n_sock(x6) & n_man(x2) & n_male(x2) & n_jeans(x5) & n_head(x9) & n_foot(x7) & a_white(s4) & a_hooded(s2) & a_gray(s5) & a_gray(s1) & a_blue(s3) & Theme(s5,x6) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_watch(e2) & v_put(e1) & on(e1,x5) & of(x6,x1) & of(x5,x6) & of(x4,x1) & n_top(x5) & n_man(x2) & n_male(x1) & n_head(x6) & n_foot(x4) & n_crowd(x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
Two members of a wheelchair basketball team compete in the tip off. | Basketball players in wheelchairs about to win. | 1 | -100 | There is nothing to indicate that the basketball players in wheelchairs about to win. | exists e1 s1 x1 x2 x3 x4 x5.(n_tip(x5) & a_off(s1) & Manner(e1,s1) & in(e1,x5) & Actor(e1,x1) & v_compete(e1) & of(x1,x2) & n_team(x2) & of(x2,x4) & n_basketball(x4) & of(x2,x3) & n_wheelchair(x3) & n_member(x1) & card_eq_2(x1)) | exists p1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & Topic(s1,p1) & Actor(s1,x4) & a_about(s1) & exists e1.(Actor(e1,x4) & v_win(e1)) & (x3 = x4) & n_wheelchair(x3) & n_player(x1) & of(x1,x2) & n_basketball(x2)) | 4bd9b85e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_compete(e1) & of(x2,x4) & of(x2,x3) & of(x1,x2) & n_wheelchair(x3) & n_tip(x5) & n_team(x2) & n_member(x1) & n_basketball(x4) & in(e1,x5) & card_eq_2(x1) & a_off(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists p1 s1 x1 x2 x3 x4.(of(x1,x2) & n_wheelchair(x3) & n_player(x1) & n_basketball(x2) & in(x1,x3) & exists e1.(v_win(e1) & Actor(e1,x4)) & a_topic(x1) & a_about(s1) & Topic(s1,p1) & Actor(s1,x4) & (x3 = x4)) |
||
Two members of a wheelchair basketball team compete in the tip off. | Wheelchair race down a hill. | 2 | -100 | The wheelchair cannot compete in basketball tip off while racing down the hill. | exists e1 s1 x1 x2 x3 x4 x5.(n_tip(x5) & a_off(s1) & Manner(e1,s1) & in(e1,x5) & Actor(e1,x1) & v_compete(e1) & of(x1,x2) & n_team(x2) & of(x2,x4) & n_basketball(x4) & of(x2,x3) & n_wheelchair(x3) & n_member(x1) & card_eq_2(x1)) | exists x1 x2 x3.(a_topic(x1) & down(x1,x3) & n_hill(x3) & n_race(x1) & (x1 = x2) & ne_nam_wheelchair(x2)) | 4bd9bd40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_compete(e1) & of(x2,x4) & of(x2,x3) & of(x1,x2) & n_wheelchair(x3) & n_tip(x5) & n_team(x2) & n_member(x1) & n_basketball(x4) & in(e1,x5) & card_eq_2(x1) & a_off(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 x2 x3.(ne_nam_wheelchair(x2) & n_race(x1) & n_hill(x3) & down(x1,x3) & a_topic(x1) & (x1 = x2)) |
||
Several men cycling down a hallway in an event on a sunny day. | Some men are cycling. | 0 | -100 | Some men is another way to say several men | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x5) & n_day(x5) & a_sunny(s3) & Theme(s3,x5) & in(e1,x4) & n_event(x4) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_cycle(e1) & n_hallway(x3) & (x1 = x2) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_cycle(e1) & n_man(x1)) | 4bd9c6fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_cycle(e1) & on(e1,x5) & n_man(x1) & n_hallway(x3) & n_event(x4) & n_day(x5) & in(e1,x4) & a_topic(x1) & a_sunny(s3) & a_several(s1) & a_down(s2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_cycle(e1) & n_man(x1) & Actor(e1,x1)) |
||
Several men cycling down a hallway in an event on a sunny day. | The men are outdoors. | 1 | -100 | Sentence 1 is missing men are outdoors | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x5) & n_day(x5) & a_sunny(s3) & Theme(s3,x5) & in(e1,x4) & n_event(x4) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_cycle(e1) & n_hallway(x3) & (x1 = x2) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_outdoors(x2))) | 4bd9d26c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_cycle(e1) & on(e1,x5) & n_man(x1) & n_hallway(x3) & n_event(x4) & n_day(x5) & in(e1,x4) & a_topic(x1) & a_sunny(s3) & a_several(s1) & a_down(s2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
An orchestra practicing their composition. | The orchestra is practicing a very difficult composition. | 1 | -100 | Not all compositions are difficult. | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_composition(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_orchestra(x1)) | exists e1 s1 x1 x2.(n_orchestra(x1) & Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_composition(x2) & a_difficult(s1) & Theme(s1,x2) & r_very(x2)) | 4bd9e004-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_practice(e1) & of(x3,x1) & n_thing(x1) & n_orchestra(x1) & n_composition(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_practice(e1) & r_very(x2) & n_orchestra(x1) & n_composition(x2) & a_difficult(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young woman with long orange hair is sitting on a city bench. | The young woman is short black hair. | 2 | -100 | The one woman has short black hair and the other has long orange hair. | exists e1 s1 s2 x1 x2 x3 x4 x5.(on(e1,x4) & n_bench(x4) & of(x4,x5) & n_city(x5) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & of(x2,x3) & n_orange(x3) & a_long(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 x1.(n_woman(x1) & a_young(s1) & Theme(s1,x1) & exists s2 s3 x2.((x1 = x2) & n_hair(x2) & a_black(s3) & Theme(s3,x2) & a_short(s2) & Theme(s2,x2))) | 4bd9ed42-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e1) & on(e1,x4) & of(x4,x5) & of(x2,x3) & n_woman(x1) & n_orange(x3) & n_hair(x2) & n_city(x5) & n_bench(x4) & a_young(s1) & a_long(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_woman(x1) & exists s2 s3 x2.(n_hair(x2) & a_short(s2) & a_black(s3) & Theme(s3,x2) & Theme(s2,x2) & (x1 = x2)) & a_young(s1) & Theme(s1,x1)) |
||
A girl with pink hair sits on a bench next to a large bag. | A girl sits on a bench. | 0 | -100 | A girl sits on a bench is the same as a girl sits on a bench | exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x4) & n_bag(x4) & a_large(s2) & Theme(s2,x4) & r_next(e1) & on(e1,x3) & n_bench(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2.(on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1)) | 4bd9fb84-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_sit(e1) & to(e1,x4) & r_next(e1) & on(e1,x3) & n_hair(x2) & n_girl(x1) & n_bench(x3) & n_bag(x4) & a_pink(s1) & a_large(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_girl(x1) & n_bench(x2) & Actor(e1,x1)) |
||
A hold man in green jacket reads a book along a dirt trail. | A man in a blue jacket is reading a book. | 2 | 0.000634 | The jacket is either green or blue, it is not described as both. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_read(e1) & n_book(x3) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 4bda5a0c-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists e1 s1 x1 x2 x3.(v_read(e1) & n_man(x1) & n_jacket(x2) & n_book(x3) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A hold man in green jacket reads a book along a dirt trail. | The man is trying to entertain himself while walking home from work. | 1 | 0.504436 | We cannot deduce if the man is in fact walking home from work. All we know is that the man is reading while walking down a trail. We do not know his current route or destination. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists e1 p1 x1.(n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 x2 x3.(while(e2,e3) & from(e3,x3) & n_work(x3) & Theme(e3,x2) & Actor(e3,x1) & v_walk(e3) & n_home(x2) & Theme(e2,x2) & Actor(e2,x1) & v_entertain(e2) & n_male(x2))) | 4bda62ea-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists e1 p1 x1.(v_try(e1) & n_man(x1) & exists e3 e2 x2 x3.(while(e2,e3) & v_walk(e3) & v_entertain(e2) & n_work(x3) & n_male(x2) & n_home(x2) & from(e3,x3) & Theme(e3,x2) & Theme(e2,x2) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A hold man in green jacket reads a book along a dirt trail. | A man reads a book while walking down a dirt trail and falls because he is reading while walking. | 1 | 0.814203 | Just because the man is along a dirt trail, does not imply the man is walking down the dirt trail. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists e1 e3 e2 p1 s1 x1 x2 x3 x4 x5.(exists e4 e5 x6.(for(e4,e5) & Actor(e5,x1) & v_walk(e5) & Theme(e4,x6) & Actor(e4,x1) & v_read(e4) & n_while(x6)) & n_male(x1) & because(e3,p1) & Actor(e3,x5) & v_fall(e3) & n_man(x5) & while(e1,e2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_walk(e2) & n_trail(x3) & of(x3,x4) & n_dirt(x4) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2) & n_man(x1)) | 4bda6754-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists e1 e3 e2 p1 s1 x1 x2 x3 x4 x5.(while(e1,e2) & v_walk(e2) & v_read(e1) & v_fall(e3) & of(x3,x4) & n_trail(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_dirt(x4) & n_book(x2) & exists e4 e5 x6.(v_walk(e5) & v_read(e4) & n_while(x6) & for(e4,e5) & Theme(e4,x6) & Actor(e5,x1) & Actor(e4,x1)) & because(e3,p1) & a_down(s1) & Theme(e2,x3) & Theme(e1,x2) & Manner(e2,s1) & Actor(e3,x5) & Actor(e2,x1) & Actor(e1,x1)) |
||
A hold man in green jacket reads a book along a dirt trail. | the man is a farmer | 1 | 0.043148 | The man in a green jacket does not imply the man is a farmer. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_farmer(x2))) | 4bda832e-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists x1.(n_man(x1) & exists x2.(n_farmer(x2) & (x1 = x2))) |
||
A hold man in green jacket reads a book along a dirt trail. | A man is sitting under a tree reading a book near a dirt trail. | 1 | 0.650813 | The man in the green jacket does not imply he is sitting under a tree. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_read(e2) & near(x3,x4) & n_trail(x4) & of(x4,x5) & n_dirt(x5) & n_book(x3) & under(e1,x2) & n_tree(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4bda878e-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(v_sit(e1) & v_read(e2) & under(e1,x2) & of(x4,x5) & near(x3,x4) & n_tree(x2) & n_trail(x4) & n_man(x1) & n_dirt(x5) & n_book(x3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A hold man in green jacket reads a book along a dirt trail. | Along a trail is a man reading. | 0 | 0.95604 | reading is another form of reads. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists p1 x1 x2 x3.(along(x1,x2) & exists x4 x5.((x3 = x4) & n_reading(x4) & of(x4,x5) & n_man(x5)) & (x2 = x3) & n_trail(x2) & n_event(x1)) | 4bda8c52-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists x1 x2 x3.(n_trail(x2) & n_event(x1) & exists x4 x5.(of(x4,x5) & n_reading(x4) & n_man(x5) & (x3 = x4)) & along(x1,x2) & (x2 = x3)) |
||
A hold man in green jacket reads a book along a dirt trail. | A man is reading a mystery novel as he walks along a trail. | 1 | 0.149122 | The man that reads a book, does not imply the man is reading a mystery novel. | exists p1 x1.(a_topic(x1) & exists e1 s1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x2) & v_read(e1) & along(x4,x5) & n_trail(x5) & of(x5,x6) & n_dirt(x6) & n_book(x4) & in(x2,x3) & n_jacket(x3) & a_green(s1) & Theme(s1,x3) & n_man(x2)) & that(x1,p1) & n_hold(x1)) | exists e1 p1 x1 x2 x3.(exists e2 x4.(along(e2,x4) & n_trail(x4) & Actor(e2,x1) & v_walk(e2)) & n_male(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_novel(x2) & of(x2,x3) & n_mystery(x3) & n_man(x1)) | 4bda95c6-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1.(that(x1,p1) & n_hold(x1) & exists e1 s1 x2 x3 x4 x5 x6.(v_read(e1) & of(x5,x6) & n_trail(x5) & n_man(x2) & n_jacket(x3) & n_dirt(x6) & n_book(x4) & in(x2,x3) & along(x4,x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x2)) & a_topic(x1)) | exists e1 p1 x1 x2 x3.(v_read(e1) & of(x2,x3) & n_novel(x2) & n_mystery(x3) & n_man(x1) & n_male(x1) & exists e2 x4.(v_walk(e2) & n_trail(x4) & along(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men with children on their shoulders. | Two dads carry their kids. | 1 | 0.581642 | The two men with children does not indicate that they are dads. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_kid(x2) & of(x2,x1) & n_thing(x1) & n_dad(x1) & card_eq_2(x1)) | 4bdbcc20-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2.(v_carry(e1) & of(x2,x1) & n_thing(x1) & n_kid(x2) & n_dad(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men with children on their shoulders. | two men and their sons | 1 | 0.262987 | Sentence two may be talking about different men. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists s1 x1 x2.(a_topic(s1) & subset_of(x2,s1) & n_son(x2) & of(x2,x1) & n_thing(x1) & subset_of(x1,s1) & n_man(x1) & card_eq_2(x1)) | 4bdbdcc4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists s1 x1 x2.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x1) & n_thing(x1) & n_son(x2) & n_man(x1) & card_eq_2(x1) & a_topic(s1)) |
||
Two men with children on their shoulders. | Two men help their children see the parade better. | 1 | 0.555619 | Sentence two may be talking about different men. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(n_parade(x4) & Theme(e2,x2) & Actor(e2,x1) & v_help(e2) & a_better(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_see(e1) & (x2 = x3) & n_child(x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & card_eq_2(x1)) | 4bdbe6c4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_see(e1) & v_help(e2) & of(x2,x1) & n_thing(x1) & n_parade(x4) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_better(s1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
Two men with children on their shoulders. | Children are with a couple of men. | 0 | 0.980656 | If two men have children on their shoulders, then it follows that the children are with a couple of men. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists p1 x1.(exists x2 x3.(with(x1,x2) & of(x2,x3) & n_man(x3) & n_couple(x2)) & n_child(x1)) | 4bdbfcf4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists x1.(n_child(x1) & exists x2 x3.(with(x1,x2) & of(x2,x3) & n_man(x3) & n_couple(x2))) |
||
Two men with children on their shoulders. | Two men carrying their sons | 1 | 0.270024 | Sentence two may be talking about different men. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & n_son(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | 4bdc06ae-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3.(v_carry(e1) & of(x3,x1) & n_thing(x1) & n_son(x3) & n_man(x1) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two men with children on their shoulders. | The men carry sleepy children on their shoulders. | 1 | 0.137347 | Sentence two may be talking about different men. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(n_shoulder(x3) & of(x3,x1) & n_thing(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & n_child(x2) & a_sleepy(s1) & Theme(s1,x2)) | 4bdc1842-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 s1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & a_sleepy(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men with children on their shoulders. | Women carrying infants on their backs | 2 | 0.040388 | Men and women are different genders. Children does not imply that they are infants. Shoulders and backs are not the same body part. | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_shoulder(x3) & of(x3,x1) & n_thing(x1) & with(x1,x2) & n_child(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & on(x3,x4) & n_back(x4) & of(x4,x1) & n_thing(x1) & n_infant(x3) & (x1 = x2) & n_woman(x1)) | 4bdc4a1a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x1,x2) & on(x1,x3) & of(x3,x1) & n_thing(x1) & n_shoulder(x3) & n_man(x1) & n_child(x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3 x4.(v_carry(e1) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_thing(x1) & n_infant(x3) & n_back(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two boys are playing soccer in the water at the beach. | The boys are inside a house. | 2 | -100 | The two boys can not be inside the house and at the beach at the same time. | exists e1 x1 x2 x3 x4.(n_beach(x4) & n_water(x3) & at(e1,x4) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_soccer(x2) & n_boy(x1) & card_eq_2(x1)) | exists p1 x1.(n_boy(x1) & exists x2.(inside(x1,x2) & n_house(x2))) | 4bddc750-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & n_water(x3) & n_soccer(x2) & n_boy(x1) & n_beach(x4) & in(e1,x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_boy(x1) & exists x2.(n_house(x2) & inside(x1,x2))) |
||
Two boys are kicking a ball in shallow water. | The boys are taking a nap. | 2 | -100 | Boys cannot be kicking a ball and taking a nap simultaneously. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_water(x3) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2)) | 4bddceb2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_kick(e1) & n_water(x3) & n_boy(x1) & n_ball(x2) & in(e1,x3) & card_eq_2(x1) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_take(e1) & n_nap(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two boys are kicking a ball in shallow water. | The boys are playing in the water. | 0 | -100 | Kicking a ball is playing. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_water(x3) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_water(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1) & v_play(e1)) | 4bddd40c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_kick(e1) & n_water(x3) & n_boy(x1) & n_ball(x2) & in(e1,x3) & card_eq_2(x1) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_water(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
Two boys are kicking a ball in shallow water. | The two boys are playing kick ball back and forth to each other. | 1 | -100 | Boys kicking a ball does not necessarily imply that they are playing kick ball. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_water(x3) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & n_boy(x1) & card_eq_2(x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_boy(x1) & card_eq_2(x1) & all x7.(n_other(x7) -> to(e2,x7)) & a_forth(s2) & Manner(e2,s2) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & n_ball(x4) & of(x4,x5) & n_kick(x5) & all x6.(n_other(x6) -> to(e1,x6)) & a_back(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_ball(x2) & of(x2,x3) & n_kick(x3)) | 4bddd952-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_kick(e1) & n_water(x3) & n_boy(x1) & n_ball(x2) & in(e1,x3) & card_eq_2(x1) & a_shallow(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e2) & v_play(e1) & of(x4,x5) & of(x2,x3) & n_kick(x5) & n_kick(x3) & n_boy(x1) & n_ball(x4) & n_ball(x2) & card_eq_2(x1) & all x7.(to(e2,x7) | -n_other(x7)) & all x6.(to(e1,x6) | -n_other(x6)) & a_forth(s2) & a_back(s1) & Theme(e2,x4) & Theme(e1,x2) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1)) |
||
People sit at tables with green umbrellas outside a Farmers Market. | The people at the farmer's market didn't have umbrellas to use. | 2 | -100 | One can have an umbrella or didn't. | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x2) & with(x2,x3) & outside(x3,x4) & n_market(x4) & (x4 = x5) & ne_org_farmers(x5) & n_umbrella(x3) & a_green(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | exists x1 x2 x3.(n_market(x3) & of(x3,x2) & n_farmer(x2) & n_people(x1) & -exists e1 p1 x4.(Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & Topic(x4,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & n_thing(x5)) & n_umbrella(x4)) & at(x1,x3)) | 4bddde16-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x2,x3) & v_sit(e1) & outside(x3,x4) & ne_org_farmers(x5) & n_umbrella(x3) & n_table(x2) & n_people(x1) & n_market(x4) & at(e1,x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & (x4 = x5)) | exists x1 x2 x3.(of(x3,x2) & n_people(x1) & n_market(x3) & n_farmer(x2) & at(x1,x3) & all e1 p1 x4.(all e2 x5.(-v_use(e2) | -n_thing(x5) | -Theme(e2,x5) | -Actor(e2,x4)) | -v_have(e1) | -n_umbrella(x4) | -Topic(x4,p1) | -Theme(e1,x4) | -Actor(e1,x1))) |
||
People sit at tables with green umbrellas outside a Farmers Market. | People used umbrellas to shield the sun at the farmer's market. | 1 | -100 | You can not infer it was to shield the sun. | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x2) & with(x2,x3) & outside(x3,x4) & n_market(x4) & (x4 = x5) & ne_org_farmers(x5) & n_umbrella(x3) & a_green(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | exists e1 p1 x1 x2 x3 x4 x5.(n_market(x5) & of(x5,x4) & n_farmer(x4) & n_sun(x3) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2.(at(e2,x5) & Theme(e2,x3) & Actor(e2,x1) & v_shield(e2)) & n_umbrella(x2) & n_people(x1)) | 4bdde2d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x2,x3) & v_sit(e1) & outside(x3,x4) & ne_org_farmers(x5) & n_umbrella(x3) & n_table(x2) & n_people(x1) & n_market(x4) & at(e1,x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & (x4 = x5)) | exists e1 p1 x1 x2 x3 x4 x5.(v_use(e1) & of(x5,x4) & n_umbrella(x2) & n_sun(x3) & n_people(x1) & n_market(x5) & n_farmer(x4) & exists e2.(v_shield(e2) & at(e2,x5) & Theme(e2,x3) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) |
||
People sit at tables with green umbrellas outside a Farmers Market. | People sat with green umbrellas outside. | 0 | -100 | People sat with umbrellas at a Farmers market, A farmers market and umbrellas are used outside. | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x2) & with(x2,x3) & outside(x3,x4) & n_market(x4) & (x4 = x5) & ne_org_farmers(x5) & n_umbrella(x3) & a_green(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | exists e1 s1 s2 x1 x2.(a_outside(s2) & Manner(e1,s2) & with(e1,x2) & n_umbrella(x2) & a_green(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | 4bdde78a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x2,x3) & v_sit(e1) & outside(x3,x4) & ne_org_farmers(x5) & n_umbrella(x3) & n_table(x2) & n_people(x1) & n_market(x4) & at(e1,x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & (x4 = x5)) | exists e1 s1 s2 x1 x2.(with(e1,x2) & v_sit(e1) & n_umbrella(x2) & n_people(x1) & a_outside(s2) & a_green(s1) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
Lots of people sitting at a table with green umbrellas on it. | The people are drinking cocktails. | 1 | -100 | People can sit at a table without drinking cocktails. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & on(e1,x1) & n_thing(x1) & with(e1,x5) & n_umbrella(x5) & a_green(s1) & Theme(s1,x5) & at(e1,x4) & n_table(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2) & n_lot(x1)) | exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_cocktail(x2)) | 4bddecda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_sit(e1) & on(e1,x1) & of(x1,x2) & n_umbrella(x5) & n_thing(x1) & n_table(x4) & n_people(x2) & n_lot(x1) & at(e1,x4) & a_topic(x1) & a_green(s1) & Theme(s1,x5) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_drink(e1) & n_people(x1) & n_cocktail(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Lots of people sitting at a table with green umbrellas on it. | There are many people sitting at a table. | 0 | -100 | Many people and lots of people are synonymous in their general meaning. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & on(e1,x1) & n_thing(x1) & with(e1,x5) & n_umbrella(x5) & a_green(s1) & Theme(s1,x5) & at(e1,x4) & n_table(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2) & n_lot(x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & at(e1,x4) & n_table(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2) & n_quantity(x2)) | 4bddf234-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_sit(e1) & on(e1,x1) & of(x1,x2) & n_umbrella(x5) & n_thing(x1) & n_table(x4) & n_people(x2) & n_lot(x1) & at(e1,x4) & a_topic(x1) & a_green(s1) & Theme(s1,x5) & Actor(e1,x3) & (x2 = x3)) | exists x1 e1 x2 x3 x4.(v_sit(e1) & n_table(x4) & n_quantity(x2) & n_people(x2) & at(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Lots of people sitting at a table with green umbrellas on it. | Lots of people are standing in line waiting for the show to start. | 2 | -100 | People can not be both sitting at a table and standing in line at the same time. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & on(e1,x1) & n_thing(x1) & with(e1,x5) & n_umbrella(x5) & a_green(s1) & Theme(s1,x5) & at(e1,x4) & n_table(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2) & n_lot(x1)) | exists e1 e2 p1 x1 x2 x3 x4.(n_show(x4) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_wait(e2) & exists e3.(Actor(e3,x4) & v_start(e3)) & in(e1,x3) & n_line(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_lot(x1)) | 4bddf6da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_sit(e1) & on(e1,x1) & of(x1,x2) & n_umbrella(x5) & n_thing(x1) & n_table(x4) & n_people(x2) & n_lot(x1) & at(e1,x4) & a_topic(x1) & a_green(s1) & Theme(s1,x5) & Actor(e1,x3) & (x2 = x3)) | exists e1 e2 p1 x1 x2 x3 x4.(v_wait(e2) & v_stand(e1) & of(x1,x2) & n_show(x4) & n_people(x2) & n_lot(x1) & n_line(x3) & in(e1,x3) & for(e1,e2) & exists e3.(v_start(e3) & Actor(e3,x4)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) |
||
People sitting outside of a Farmer's Market socializing. | A person is sitting alone in their home watching football. | 2 | -100 | A person sitting alone in their home can not be part of a group sitting outside of a Farmer's Market socializing at the same time. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(e1,x4) & n_socializing(x4) & of(x4,x5) & n_market(x5) & of(x4,x3) & ne_org_farmer(x3) & r_outside(e1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists e1 p1 x1 x2 x3 x4.(in(e1,x2) & n_football(x2) & of(x2,x4) & n_watching(x4) & of(x2,x3) & n_home(x3) & of(x2,x1) & n_thing(x1) & exists s1.(Theme(s1,x1) & a_alone(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_person(x1)) | 4bddfb58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & r_outside(e1) & of(x4,x5) & of(x4,x3) & of(e1,x4) & ne_org_farmer(x3) & n_socializing(x4) & n_people(x1) & n_market(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2 x3 x4.(v_sit(e1) & of(x2,x4) & of(x2,x3) & of(x2,x1) & n_watching(x4) & n_thing(x1) & n_person(x1) & n_home(x3) & n_football(x2) & in(e1,x2) & exists s1.(a_alone(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
People sitting outside of a Farmer's Market socializing. | People are talking outside the market. | 0 | -100 | Talking and socializing are synonymous. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(e1,x4) & n_socializing(x4) & of(x4,x5) & n_market(x5) & of(x4,x3) & ne_org_farmer(x3) & r_outside(e1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2.(n_market(x2) & outside(e1,x2) & Actor(e1,x1) & v_talk(e1) & n_people(x1)) | 4bddffb8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & r_outside(e1) & of(x4,x5) & of(x4,x3) & of(e1,x4) & ne_org_farmer(x3) & n_socializing(x4) & n_people(x1) & n_market(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_talk(e1) & outside(e1,x2) & n_people(x1) & n_market(x2) & Actor(e1,x1)) |
||
People sitting outside of a Farmer's Market socializing. | People are sharing their goods that they just bought at the Farmer's Market. | 1 | -100 | Not everybody sitting outside of a Farmer's Market is sharing their goods. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(e1,x4) & n_socializing(x4) & of(x4,x5) & n_market(x5) & of(x4,x3) & ne_org_farmer(x3) & r_outside(e1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(n_market(x5) & of(x5,x4) & ne_org_farmer(x4) & at(e2,x5) & Theme(e2,x2) & Actor(e2,x1) & v_share(e2) & a_just(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_buy(e1) & (x2 = x3) & n_thing(x1) & n_thing(x1) & n_goods(x2) & of(x2,x1) & n_people(x1)) | 4bde0422-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & r_outside(e1) & of(x4,x5) & of(x4,x3) & of(e1,x4) & ne_org_farmer(x3) & n_socializing(x4) & n_people(x1) & n_market(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_share(e2) & v_buy(e1) & of(x5,x4) & of(x2,x1) & ne_org_farmer(x4) & n_thing(x1) & n_people(x1) & n_market(x5) & n_goods(x2) & at(e2,x5) & a_just(s1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3)) |
||
An older woman with three children and one of the children is crying. | A man stands by a lake with his dog. | 2 | -100 | One cannot be an older woman and a man at the same time. | exists e1 s1 x1 x2 x3 x4.(Actor(e1,x1) & v_cry(e1) & subset_of(x4,x1) & of(x4,x3) & n_child(x3) & n_child(x3) & n_thing(x4) & card_eq_1(x4) & subset_of(x2,x1) & with(x2,x3) & card_eq_3(x3) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(by(e1,x2) & with(x2,x3) & n_dog(x3) & of(x3,x1) & n_male(x1) & n_lake(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 4bde0986-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_cry(e1) & subset_of(x4,x1) & subset_of(x2,x1) & r_more(s1) & of(x4,x3) & n_woman(x2) & n_thing(x4) & n_child(x3) & card_eq_3(x3) & card_eq_1(x4) & a_older(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(x2,x3) & v_stand(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_lake(x2) & n_dog(x3) & by(e1,x2) & Actor(e1,x1)) |
||
An older woman with three children and one of the children is crying. | A woman with three little girls one is crying on the ground. | 1 | -100 | they didn't say that child was crying on the ground | exists e1 s1 x1 x2 x3 x4.(Actor(e1,x1) & v_cry(e1) & subset_of(x4,x1) & of(x4,x3) & n_child(x3) & n_child(x3) & n_thing(x4) & card_eq_1(x4) & subset_of(x2,x1) & with(x2,x3) & card_eq_3(x3) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(n_ground(x3) & on(e1,x3) & Actor(e1,x1) & v_cry(e1) & with(x1,x2) & n_girl(x2) & card_eq_1(x2) & a_little(s1) & Theme(s1,x2) & card_eq_3(x2) & n_woman(x1)) | 4bde0de6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_cry(e1) & subset_of(x4,x1) & subset_of(x2,x1) & r_more(s1) & of(x4,x3) & n_woman(x2) & n_thing(x4) & n_child(x3) & card_eq_3(x3) & card_eq_1(x4) & a_older(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_cry(e1) & on(e1,x3) & n_woman(x1) & n_ground(x3) & n_girl(x2) & card_eq_3(x2) & card_eq_1(x2) & a_little(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
An older woman with three children and one of the children is crying. | A lady is with kids. | 0 | -100 | "A lady with kids" is a rephrase of " An older woman with three children ." | exists e1 s1 x1 x2 x3 x4.(Actor(e1,x1) & v_cry(e1) & subset_of(x4,x1) & of(x4,x3) & n_child(x3) & n_child(x3) & n_thing(x4) & card_eq_1(x4) & subset_of(x2,x1) & with(x2,x3) & card_eq_3(x3) & n_woman(x2) & r_more(s1) & a_older(s1) & Theme(s1,x2)) | exists p1 x1.(exists x2.(with(x1,x2) & n_kid(x2)) & n_lady(x1)) | 4bde1296-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_cry(e1) & subset_of(x4,x1) & subset_of(x2,x1) & r_more(s1) & of(x4,x3) & n_woman(x2) & n_thing(x4) & n_child(x3) & card_eq_3(x3) & card_eq_1(x4) & a_older(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_lady(x1) & exists x2.(with(x1,x2) & n_kid(x2))) |
||
Street performers being watched by an interested crowd. | People gather to watch the street dancers. | 1 | -100 | People may not gather now, but may have already gathered. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Actor(e1,x4) & n_crowd(x4) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & v_watch(e1) & (x1 = x3) & n_performer(x1) & (x1 = x2) & ne_per_street(x2)) | exists e1 p1 x1 x2 x3.(n_dancer(x2) & of(x2,x3) & n_street(x3) & Topic(e1,p1) & Actor(e1,x1) & v_gather(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_watch(e2)) & n_people(x1)) | 4bde17d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_watch(e1) & ne_per_street(x2) & n_performer(x1) & n_crowd(x4) & a_topic(x1) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x4) & (x1 = x3) & (x1 = x2)) | exists e1 p1 x1 x2 x3.(v_gather(e1) & of(x2,x3) & n_street(x3) & n_people(x1) & n_dancer(x2) & exists e2.(v_watch(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Street performers being watched by an interested crowd. | The street is empty. | 2 | -100 | If there is an interested crowd watching, the street would not be empty | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Actor(e1,x4) & n_crowd(x4) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & v_watch(e1) & (x1 = x3) & n_performer(x1) & (x1 = x2) & ne_per_street(x2)) | exists s1 x1.(n_street(x1) & Theme(s1,x1) & a_empty(s1)) | 4bde1d9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_watch(e1) & ne_per_street(x2) & n_performer(x1) & n_crowd(x4) & a_topic(x1) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x4) & (x1 = x3) & (x1 = x2)) | exists s1 x1.(n_street(x1) & a_empty(s1) & Theme(s1,x1)) |
||
Street performers being watched by an interested crowd. | People are watching the entertainers. | 0 | -100 | The crowd is no more than a gathering of people, and street performers can be rightly referred to as entertainers. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Actor(e1,x4) & n_crowd(x4) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & v_watch(e1) & (x1 = x3) & n_performer(x1) & (x1 = x2) & ne_per_street(x2)) | exists e1 x1 x2.(n_entertainer(x2) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_people(x1)) | 4bde2286-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_watch(e1) & ne_per_street(x2) & n_performer(x1) & n_crowd(x4) & a_topic(x1) & a_interested(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x4) & (x1 = x3) & (x1 = x2)) | exists e1 x1 x2.(v_watch(e1) & n_people(x1) & n_entertainer(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Guy at a cafe texting on his phone. | A man sits at Starbucks. | 1 | -100 | Not everyone at a cafe sits, and not every cafe is Starbucks. | exists e1 s1 x1 x2 x3.(ne_nam_guy(s1) & a_topic(s1) & at(s1,x1) & on(e1,x3) & n_phone(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_text(e1) & (x1 = x2) & n_cafe(x1)) | exists e1 x1 x2.(ne_geo_starbucks(x2) & at(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 4bde275e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_text(e1) & on(e1,x3) & of(x3,x1) & ne_nam_guy(s1) & n_phone(x3) & n_male(x1) & n_cafe(x1) & at(s1,x1) & a_topic(s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sit(e1) & ne_geo_starbucks(x2) & n_man(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Guy at a cafe texting on his phone. | A man is in the locker room. | 2 | -100 | The man can't be at the cafe and locker room at the same time. | exists e1 s1 x1 x2 x3.(ne_nam_guy(s1) & a_topic(s1) & at(s1,x1) & on(e1,x3) & n_phone(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_text(e1) & (x1 = x2) & n_cafe(x1)) | exists p1 x1 x2 x3.(n_room(x2) & of(x2,x3) & n_locker(x3) & in(x1,x2) & n_man(x1)) | 4bde2c36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_text(e1) & on(e1,x3) & of(x3,x1) & ne_nam_guy(s1) & n_phone(x3) & n_male(x1) & n_cafe(x1) & at(s1,x1) & a_topic(s1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_room(x2) & n_man(x1) & n_locker(x3) & in(x1,x2)) |
||
Guy at a cafe texting on his phone. | A man is texting. | 0 | -100 | The man, or guy as is commonly used, is texting in both cases. | exists e1 s1 x1 x2 x3.(ne_nam_guy(s1) & a_topic(s1) & at(s1,x1) & on(e1,x3) & n_phone(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_text(e1) & (x1 = x2) & n_cafe(x1)) | exists e1 x1.(Actor(e1,x1) & v_text(e1) & n_man(x1)) | 4bde312c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_text(e1) & on(e1,x3) & of(x3,x1) & ne_nam_guy(s1) & n_phone(x3) & n_male(x1) & n_cafe(x1) & at(s1,x1) & a_topic(s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_text(e1) & n_man(x1) & Actor(e1,x1)) |
||
Two teams are competing at wheelchair basketball while seated in specialty chairs. | Two women's teams are playing wheelchair basketball. | 1 | -100 | Not all teams are women's teams. | exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x2) & in(s1,x5) & n_chair(x5) & of(x5,x6) & n_specialty(x6) & Theme(s1,x4) & a_seat(s1) & (x2 = x4) & n_basketball(x2) & of(x2,x3) & n_wheelchair(x3) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_basketball(x3) & of(x3,x4) & n_wheelchair(x4) & n_team(x2) & of(x2,x1) & n_woman(x1) & card_eq_2(x1)) | 4bde35fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_compete(e1) & of(x5,x6) & of(x2,x3) & n_wheelchair(x3) & n_team(x1) & n_specialty(x6) & n_chair(x5) & n_basketball(x2) & in(s1,x5) & card_eq_2(x1) & at(e1,x2) & a_seat(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4)) | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & of(x2,x1) & n_woman(x1) & n_wheelchair(x4) & n_team(x2) & n_basketball(x3) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x2)) |
||
Two teams are competing at wheelchair basketball while seated in specialty chairs. | There is a basketball game going on. | 0 | -100 | A basketball game almost always involves two opposing teams. | exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x2) & in(s1,x5) & n_chair(x5) & of(x5,x6) & n_specialty(x6) & Theme(s1,x4) & a_seat(s1) & (x2 = x4) & n_basketball(x2) & of(x2,x3) & n_wheelchair(x3) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & card_eq_2(x1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & a_on(s1) & Manner(e1,s1) & Actor(e1,x4) & v_go(e1) & (x2 = x4) & n_game(x2) & of(x2,x3) & n_basketball(x3)) | 4bde3b2c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_compete(e1) & of(x5,x6) & of(x2,x3) & n_wheelchair(x3) & n_team(x1) & n_specialty(x6) & n_chair(x5) & n_basketball(x2) & in(s1,x5) & card_eq_2(x1) & at(e1,x2) & a_seat(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4)) | exists x1 e1 s1 x2 x3 x4.(v_go(e1) & of(x2,x3) & n_game(x2) & n_basketball(x3) & a_on(s1) & Manner(e1,s1) & Actor(e1,x4) & (x2 = x4) & (x1 = x2)) |
||
Two teams are competing at wheelchair basketball while seated in specialty chairs. | Two men are playing tennis. | 2 | -100 | Sentence one discusses teams playing basketball. Sentence two mentions two men playing tennis. | exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x2) & in(s1,x5) & n_chair(x5) & of(x5,x6) & n_specialty(x6) & Theme(s1,x4) & a_seat(s1) & (x2 = x4) & n_basketball(x2) & of(x2,x3) & n_wheelchair(x3) & Actor(e1,x1) & v_compete(e1) & n_team(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_man(x1) & card_eq_2(x1)) | 4bde40cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_compete(e1) & of(x5,x6) & of(x2,x3) & n_wheelchair(x3) & n_team(x1) & n_specialty(x6) & n_chair(x5) & n_basketball(x2) & in(s1,x5) & card_eq_2(x1) & at(e1,x2) & a_seat(s1) & Theme(s1,x4) & Actor(e1,x1) & (x2 = x4)) | exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_man(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Mountain climbing down the side of a rocky cliff. | A cliff is a good place to mountain climb. | 0 | -100 | A cliff can be described as rocky. | exists e1 s1 x1 x2 x3.(n_side(x2) & ne_nam_mountain(x1) & down(e1,x2) & of(x2,x3) & n_cliff(x3) & a_rocky(s1) & Theme(s1,x3) & Actor(e1,x1) & v_climb(e1)) | exists p1 x1.(exists s1 x2 x3 x4.((x1 = x2) & to(x2,x3) & n_climb(x3) & of(x3,x4) & n_mountain(x4) & n_place(x2) & a_good(s1) & Theme(s1,x2)) & n_cliff(x1)) | 4bde45d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_climb(e1) & of(x2,x3) & ne_nam_mountain(x1) & n_side(x2) & n_cliff(x3) & down(e1,x2) & a_rocky(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1.(n_cliff(x1) & exists s1 x2 x3 x4.(to(x2,x3) & of(x3,x4) & n_place(x2) & n_mountain(x4) & n_climb(x3) & a_good(s1) & Theme(s1,x2) & (x1 = x2))) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.