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 teenage boy on a bicycle does tricks. | the girl is on the bike | 2 | -100 | The subject cannot be a both a boy and a girl at the same time. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_trick(x3) & on(x1,x2) & n_bicycle(x2) & n_boy(x1) & a_teenage(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_bike(x2) & n_girl(x1) & on(x1,x2)) | 7849cce4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_do(e1) & on(x1,x2) & n_trick(x3) & n_boy(x1) & n_bicycle(x2) & a_teenage(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_girl(x1) & n_bike(x2)) |
||
A teenage boy on a bicycle does tricks. | The boy is on the street. | 1 | -100 | A boy does tricks on a bike does not mean he was on a street. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_trick(x3) & on(x1,x2) & n_bicycle(x2) & n_boy(x1) & a_teenage(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_street(x2) & n_boy(x1) & on(x1,x2)) | 7849d1bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_do(e1) & on(x1,x2) & n_trick(x3) & n_boy(x1) & n_bicycle(x2) & a_teenage(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_street(x2) & n_boy(x1)) |
||
A cyclist gets airborne on a ramp. | The cyclist is on a ramp. | 0 | -100 | The cyclist must on the ramp in order to be airborne on it. | exists e1 x1 x2 x3.(on(e1,x3) & n_ramp(x3) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_airborne(x2) & n_cyclist(x1)) | exists p1 x1.(n_cyclist(x1) & exists x2.(on(x1,x2) & n_ramp(x2))) | 7849d68a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_get(e1) & on(e1,x3) & n_ramp(x3) & n_cyclist(x1) & n_airborne(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_cyclist(x1) & exists x2.(on(x1,x2) & n_ramp(x2))) |
||
A cyclist gets airborne on a ramp. | The cyclist is on the ground. | 2 | -100 | He can't be airborne and on the ground. | exists e1 x1 x2 x3.(on(e1,x3) & n_ramp(x3) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_airborne(x2) & n_cyclist(x1)) | exists p1 x1 x2.(n_ground(x2) & n_cyclist(x1) & on(x1,x2)) | 7849dbf8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_get(e1) & on(e1,x3) & n_ramp(x3) & n_cyclist(x1) & n_airborne(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_ground(x2) & n_cyclist(x1)) |
||
A cyclist gets airborne on a ramp. | The cyclist is performing in front of people. | 1 | -100 | A cyclist getting airborne on a ramp does not imply that it was in front of people. | exists e1 x1 x2 x3.(on(e1,x3) & n_ramp(x3) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_airborne(x2) & n_cyclist(x1)) | exists e1 x1 x2 x3.(n_cyclist(x1) & in(e1,x2) & of(x2,x3) & n_people(x3) & n_front(x2) & Actor(e1,x1) & v_perform(e1)) | 7849e102-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_get(e1) & on(e1,x3) & n_ramp(x3) & n_cyclist(x1) & n_airborne(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_people(x3) & n_front(x2) & n_cyclist(x1) & in(e1,x2) & Actor(e1,x1)) |
||
The grownups are smiling as a child plays with some rocks on the ground. | The child has rocks | 0 | -100 | If the child plays with some rocks then he can be said to have possession of them, so he has the rocks. | exists e1 e2 x1 x2 x3 x4 x5.(n_ground(x5) & n_grownup(x1) & as(e1,x2) & on(e2,x5) & with(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_child(x2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_rock(x2)) | 7849e5e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_smile(e1) & v_play(e2) & on(e2,x5) & n_rock(x4) & n_grownup(x1) & n_ground(x5) & n_child(x2) & as(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2.(v_have(e1) & n_rock(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The grownups are smiling as a child plays with some rocks on the ground. | The child is smiling | 1 | -100 | Just because the grown ups are smiling at the child does not mean the child is smiling at them. | exists e2 e1 x1 x2 x3 x4 x5.(n_ground(x5) & n_grownup(x1) & as(e1,x2) & on(e2,x5) & with(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_child(x2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_smile(e1)) | 7849eb0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(with(e2,x4) & v_smile(e1) & v_play(e2) & on(e2,x5) & n_rock(x4) & n_grownup(x1) & n_ground(x5) & n_child(x2) & as(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1.(v_smile(e1) & n_child(x1) & Actor(e1,x1)) |
||
The grownups are smiling as a child plays with some rocks on the ground. | The grownups are frowning | 2 | -100 | Frowning isn't smiling. | exists e1 e2 x1 x2 x3 x4 x5.(n_ground(x5) & n_grownup(x1) & as(e1,x2) & on(e2,x5) & with(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_child(x2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1.(n_grownup(x1) & Actor(e1,x1) & v_frown(e1)) | 7849f052-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(with(e2,x4) & v_smile(e1) & v_play(e2) & on(e2,x5) & n_rock(x4) & n_grownup(x1) & n_ground(x5) & n_child(x2) & as(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1.(v_frown(e1) & n_grownup(x1) & Actor(e1,x1)) |
||
Three men are walking up hill. | Three men are hiking. | 1 | -100 | Men can walk up a hill with out being on a hiking trip. | exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_hill(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1.(Actor(e1,x1) & v_hike(e1) & n_man(x1) & card_eq_3(x1)) | 7849f534-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & n_man(x1) & n_hill(x2) & card_eq_3(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1.(v_hike(e1) & n_man(x1) & card_eq_3(x1) & Actor(e1,x1)) |
||
Three men are walking up hill. | There are men getting some exercise. | 0 | -100 | Walking up hill implies a level of physical exertion, which can be stated as getting some exercise. | exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_hill(x2) & n_man(x1) & card_eq_3(x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_get(e1) & n_exercise(x4) & (x2 = x3) & n_man(x2)) | 7849fa0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & n_man(x1) & n_hill(x2) & card_eq_3(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4.(v_get(e1) & n_man(x2) & n_exercise(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Three men are walking up hill. | Three men are indoors. | 2 | -100 | A hill can't be indoors. | exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_hill(x2) & n_man(x1) & card_eq_3(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_indoor(x2)) & n_man(x1) & card_eq_3(x1)) | 7849feda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & n_man(x1) & n_hill(x2) & card_eq_3(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_indoor(x2) & (x1 = x2)) & card_eq_3(x1)) |
||
A man in a blue shirt is stretching. | A man is stretching for the race. | 1 | -100 | The reason the man was stretching was for the race. | exists e1 s1 x1 x2.(Actor(e1,x1) & v_stretch(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_race(x2) & for(e1,x2) & Actor(e1,x1) & v_stretch(e1) & n_man(x1)) | 784a0592-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stretch(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stretch(e1) & n_race(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A man in a blue shirt is stretching. | A man is running a race. | 2 | -100 | Stretching isn't running. | exists e1 s1 x1 x2.(Actor(e1,x1) & v_stretch(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_race(x2) & n_man(x1)) | 784a0b1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stretch(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_race(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a blue shirt is stretching. | A man is stretching. | 0 | -100 | If a man is described as wearing something and is stretching, then he can be said to be stretching. | exists e1 s1 x1 x2.(Actor(e1,x1) & v_stretch(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(Actor(e1,x1) & v_stretch(e1) & n_man(x1)) | 784a101e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stretch(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_stretch(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man and a woman sit by a small table in colonial clothing. | People dressed as astronauts entertain a crowd. | 2 | -100 | Sitting is not to entertain. | exists e1 s1 x1 x2 x3 x4 x5 x6.(by(e1,x4) & in(x4,x5) & n_clothing(x5) & of(x5,x6) & n_colonial(x6) & n_table(x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_entertain(e2) & n_crowd(x4) & as(e1,x3) & n_astronaut(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_people(x1)) | 784a158c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x5,x6) & n_woman(x3) & n_table(x4) & n_man(x2) & n_colonial(x6) & n_clothing(x5) & in(x4,x5) & by(e1,x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(v_entertain(e2) & v_dress(e1) & n_people(x1) & n_crowd(x4) & n_astronaut(x3) & as(e1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) |
||
A man and a woman sit by a small table in colonial clothing. | Colonial dressed people sitting. | 0 | -100 | Colonial dressed people mean the people are dressed in colonial clothing. | exists e1 s1 x1 x2 x3 x4 x5 x6.(by(e1,x4) & in(x4,x5) & n_clothing(x5) & of(x5,x6) & n_colonial(x6) & n_table(x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 p1 x1 x2.(ne_nam_colonial(x1) & exists e2.(Actor(e2,x2) & v_sit(e2)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_dress(e1) & n_people(x2)) | 784a1a96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x5,x6) & n_woman(x3) & n_table(x4) & n_man(x2) & n_colonial(x6) & n_clothing(x5) & in(x4,x5) & by(e1,x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_dress(e1) & ne_nam_colonial(x1) & n_people(x2) & exists e2.(v_sit(e2) & Actor(e2,x2)) & Topic(e1,x2) & Recipient(e1,p1) & Actor(e1,x1)) |
||
A man and a woman sit by a small table in colonial clothing. | Workers at a "living museum" take a lunch break. | 1 | -100 | The man and woman are wearing colonial clothing because they work at a 'living museum'. | exists e1 s1 x1 x2 x3 x4 x5 x6.(by(e1,x4) & in(x4,x5) & n_clothing(x5) & of(x5,x6) & n_colonial(x6) & n_table(x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_take(e1) & n_break(x4) & of(x4,x5) & n_lunch(x5) & at(x1,x2) & n_museum(x2) & a_''(s1) & Theme(s1,x2) & of(x2,x3) & n_living(x3) & n_worker(x1)) | 784a1fc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x5,x6) & n_woman(x3) & n_table(x4) & n_man(x2) & n_colonial(x6) & n_clothing(x5) & in(x4,x5) & by(e1,x4) & a_small(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_take(e1) & of(x4,x5) & of(x2,x3) & n_worker(x1) & n_museum(x2) & n_lunch(x5) & n_living(x3) & n_break(x4) & at(x1,x2) & a_''(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man is sitting aboard a vessel and reading a newspaper. | A man sits aboard a stolen vessel reading a paper. | 1 | -100 | Reading a paper on a vessel does not imply that it has been stolen. | exists e2 e1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_read(e2) & n_newspaper(x4) & n_man(x3) & aboard(e1,x2) & n_vessel(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e2 e3 e1 x1 x2 x3 x4.(aboard(e1,x2) & Theme(e3,x4) & Actor(e3,x3) & v_read(e3) & n_paper(x4) & (x2 = x3) & n_vessel(x2) & Theme(e2,x2) & v_steal(e2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 784a32a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_sit(e1) & v_read(e2) & n_vessel(x2) & n_newspaper(x4) & n_man(x3) & n_man(x1) & aboard(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists e2 e3 e1 x1 x2 x3 x4.(v_steal(e2) & v_sit(e1) & v_read(e3) & n_vessel(x2) & n_paper(x4) & n_man(x1) & aboard(e1,x2) & Theme(e3,x4) & Theme(e2,x2) & Actor(e3,x3) & Actor(e1,x1) & (x2 = x3)) |
||
A man is sitting aboard a vessel and reading a newspaper. | A man reads a newspaper. | 0 | -100 | Reading and reads refer to the same action. | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_read(e2) & n_newspaper(x4) & n_man(x3) & aboard(e1,x2) & n_vessel(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_newspaper(x2) & n_man(x1)) | 784a3706-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_sit(e1) & v_read(e2) & n_vessel(x2) & n_newspaper(x4) & n_man(x3) & n_man(x1) & aboard(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & n_newspaper(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is sitting aboard a vessel and reading a newspaper. | A woman falls off a vessel. | 2 | -100 | A man isn't a woman. | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_read(e2) & n_newspaper(x4) & n_man(x3) & aboard(e1,x2) & n_vessel(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 s1 x1 x2.(a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_fall(e1) & n_vessel(x2) & n_woman(x1)) | 784a3bc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_sit(e1) & v_read(e2) & n_vessel(x2) & n_newspaper(x4) & n_man(x3) & n_man(x1) & aboard(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_fall(e1) & n_woman(x1) & n_vessel(x2) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | A group of people are drinking tea indoors. | 2 | -100 | There can be either a group of people forming a procession or drinking tea indoors. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_drink(e1) & n_indoor(x3) & of(x3,x4) & n_tea(x4) & of(x1,x2) & n_people(x2) & n_group(x1)) | 784a4020-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3 x4.(v_drink(e1) & of(x3,x4) & of(x1,x2) & n_tea(x4) & n_people(x2) & n_indoor(x3) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | People are forming a procession. | 0 | -100 | procession is the form of people | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_form(e1) & n_procession(x2) & n_people(x1)) | 784a4476-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_form(e1) & n_procession(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | Some of the people in the procession are holding signs. | 0 | 0.913408 | Some people is a rephrasing for a group of people. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(n_procession(x3) & n_people(x2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_sign(x4) & of(x1,x2) & in(x2,x3) & n_thing(x1)) | 784a48cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x1,x2) & n_thing(x1) & n_sign(x4) & n_procession(x3) & n_people(x2) & in(x2,x3) & Theme(e1,x4) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | photographers handle a crowded wedding | 2 | -100 | Forming a procession is not to handle. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_handle(e1) & n_wedding(x2) & a_crowded(s1) & Theme(s1,x2) & n_photographer(x1)) | 784a4d22-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 s1 x1 x2.(v_handle(e1) & n_wedding(x2) & n_photographer(x1) & a_crowded(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | The majority of the group of people in the procession are happy to be there. | 1 | 0.722068 | Not all groups of people are happy. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists p1 s1 x1 x2 x3 x4.(n_procession(x4) & n_group(x2) & n_majority(x1) & Topic(s1,p1) & Actor(s1,x1) & a_happy(s1) & exists s2.(Theme(s2,x1) & a_there(s2)) & of(x1,x2) & of(x2,x3) & in(x3,x4) & n_people(x3)) | 784a5222-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists p1 s1 x1 x2 x3 x4.(of(x2,x3) & of(x1,x2) & n_procession(x4) & n_people(x3) & n_majority(x1) & n_group(x2) & in(x3,x4) & exists s2.(a_there(s2) & Theme(s2,x1)) & a_happy(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | A group of people holding signs. | 0 | -100 | People holding signs is a rephrasing for several of them holding signs. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_hold(e1) & n_sign(x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | 784a5696-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x1,x2) & n_sign(x4) & n_people(x2) & n_group(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | Nobody in the procession is holding signs with photographs on them. | 2 | 0.000005 | People are not nobody. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists x2.(n_thing(x2) & n_procession(x2) & -exists e1 x1 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & with(x3,x4) & on(x4,x2) & n_photograph(x4) & n_sign(x3) & in(x1,x2) & n_person(x1))) | 784a5b0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists x2.(n_thing(x2) & n_procession(x2) & all e1 x1 x3 x4.(-with(x3,x4) | -v_hold(e1) | -on(x4,x2) | -n_sign(x3) | -n_photograph(x4) | -n_person(x1) | -in(x1,x2) | -Theme(e1,x3) | -Actor(e1,x1))) |
||
A group of people form a procession, several of them holding signs with photographs on them. | People holding up signs in protest. | 1 | 0.67081 | There is nothing to indicate that people are holding up signs in protest. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & in(x3,x4) & n_protest(x4) & n_sign(x3) & (x1 = x2) & n_people(x1)) | 784a5fb0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & n_sign(x3) & n_protest(x4) & n_people(x1) & in(x3,x4) & a_up(s1) & a_topic(x1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | A group of people are outside. | 0 | -100 | The group of people form a procession, so the group of people are outside. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists s1 x1 x2.(Theme(s1,x1) & a_outside(s1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 784a6438-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists s1 x1 x2.(of(x1,x2) & n_people(x2) & n_group(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | a group walk in form with photos | 0 | -100 | The group form a procession so the group is walking. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & with(x1,x4) & n_photo(x4) & in(x1,x3) & n_form(x3) & n_walk(x1) & of(x1,x2) & n_group(x2)) | 784a6960-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists x1 x2 x3 x4.(with(x1,x4) & of(x1,x2) & n_walk(x1) & n_photo(x4) & n_group(x2) & n_form(x3) & in(x1,x3) & a_topic(x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | One man holding a sign in protest. | 2 | -100 | One man isn't a group. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_protest(x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_sign(x3) & (x1 = x2) & n_man(x1) & card_eq_1(x1)) | 784a7004-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & n_sign(x3) & n_protest(x4) & n_man(x1) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | A group of people are protesting. | 1 | 0.696135 | There is nothing to indicate that a group of people are protesting. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 784a786a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_protest(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | There is a funeral going on. | 1 | 0.537475 | There is nothing to indicate that there is a funeral going on. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists p1 x1 s1 s2 x2 x3.((x1 = x2) & Theme(s2,x3) & a_on(s2) & (x2 = x3) & n_go(x2) & a_funeral(s1) & Theme(s1,x2)) | 784a7df6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists x1 s1 s2 x2 x3.(n_go(x2) & a_on(s2) & a_funeral(s1) & Theme(s2,x3) & Theme(s1,x2) & (x2 = x3) & (x1 = x2)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | People are celebrating the rebirth of Jesus. | 2 | -100 | Rebirth of Jesus need not be celebrated by holding signs | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(ne_geo_jesus(x3) & n_rebirth(x2) & Theme(e1,x2) & Actor(e1,x1) & v_celebrate(e1) & of(x2,x3) & n_people(x1)) | 784a82d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3.(v_celebrate(e1) & of(x2,x3) & ne_geo_jesus(x3) & n_rebirth(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of people form a procession, several of them holding signs with photographs on them. | people participate in a protest | 1 | 0.708664 | There is nothing to indicate that people participate in a protest. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x3) & Actor(e2,x1) & v_form(e2) & rel(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & with(x6,x7) & on(x7,x1) & n_thing(x1) & n_thing(x1) & n_photograph(x7) & n_sign(x6) & (x4 = x5) & of(x4,x1) & n_several(x4) & n_procession(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(in(e1,x2) & n_protest(x2) & Actor(e1,x1) & v_participate(e1) & n_people(x1)) | 784a8a30-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_hold(e1) & v_form(e2) & rel(x3,x4) & on(x7,x1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sign(x6) & n_several(x4) & n_procession(x3) & n_photograph(x7) & n_people(x2) & n_group(x1) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_participate(e1) & n_protest(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A young girl stands against a blue and white house with a young boy who sits. | Two siblings are outside. | 1 | -100 | Not all children are siblings. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(against(e1,x2) & with(x2,x3) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_boy(x3) & a_young(s4) & Theme(s4,x3) & n_house(x2) & a_white(s3) & Theme(s3,x2) & a_blue(s2) & Theme(s2,x2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_sibling(x1) & card_eq_2(x1)) | 784a8f44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(with(x2,x3) & v_stand(e1) & v_sit(e2) & n_house(x2) & n_girl(x1) & n_boy(x3) & against(e1,x2) & a_young(s4) & a_young(s1) & a_white(s3) & a_blue(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists s1 x1.(n_sibling(x1) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A young girl stands against a blue and white house with a young boy who sits. | Two children are in front of a house. | 0 | -100 | children are happy in our young age | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(against(e1,x2) & with(x2,x3) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_boy(x3) & a_young(s4) & Theme(s4,x3) & n_house(x2) & a_white(s3) & Theme(s3,x2) & a_blue(s2) & Theme(s2,x2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2 x3.(in(x1,x2) & of(x2,x3) & n_house(x3) & n_front(x2)) & n_child(x1) & card_eq_2(x1)) | 784a9426-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(with(x2,x3) & v_stand(e1) & v_sit(e2) & n_house(x2) & n_girl(x1) & n_boy(x3) & against(e1,x2) & a_young(s4) & a_young(s1) & a_white(s3) & a_blue(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists x1.(n_child(x1) & exists x2 x3.(of(x2,x3) & n_house(x3) & n_front(x2) & in(x1,x2)) & card_eq_2(x1)) |
||
A young girl stands against a blue and white house with a young boy who sits. | Four children are running and playing. | 2 | -100 | Thee can be either a girl and a boy or four children. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(against(e1,x2) & with(x2,x3) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_boy(x3) & a_young(s4) & Theme(s4,x3) & n_house(x2) & a_white(s3) & Theme(s3,x2) & a_blue(s2) & Theme(s2,x2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2.(Actor(e2,x2) & v_play(e2) & n_child(x2) & card_eq_4(x2) & Actor(e1,x1) & v_run(e1) & n_child(x1) & card_eq_4(x1)) | 784a9908-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(with(x2,x3) & v_stand(e1) & v_sit(e2) & n_house(x2) & n_girl(x1) & n_boy(x3) & against(e1,x2) & a_young(s4) & a_young(s1) & a_white(s3) & a_blue(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 e2 x1 x2.(v_run(e1) & v_play(e2) & n_child(x2) & n_child(x1) & card_eq_4(x2) & card_eq_4(x1) & Actor(e2,x2) & Actor(e1,x1)) |
||
A group of people with posters walking in the dark. | The posters are blacklight posters. | 1 | -100 | Posters in the dark are not all blacklight posters. | exists e1 x1 x2 x3 x4 x5.(n_dark(x5) & a_topic(x1) & in(e1,x5) & Actor(e1,x4) & v_walk(e1) & (x1 = x4) & of(x1,x2) & with(x2,x3) & n_poster(x3) & n_people(x2) & n_group(x1)) | exists p1 x1.(n_poster(x1) & exists s1 x2.((x1 = x2) & n_poster(x2) & a_blacklight(s1) & Theme(s1,x2))) | 784a9f70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(x2,x3) & v_walk(e1) & of(x1,x2) & n_poster(x3) & n_people(x2) & n_group(x1) & n_dark(x5) & in(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x1 = x4)) | exists x1.(n_poster(x1) & exists s1 x2.(n_poster(x2) & a_blacklight(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A group of people with posters walking in the dark. | The group of people are walking in bright light. | 2 | -100 | Dark and bright light are different. | exists e1 x1 x2 x3 x4 x5.(n_dark(x5) & a_topic(x1) & in(e1,x5) & Actor(e1,x4) & v_walk(e1) & (x1 = x4) & of(x1,x2) & with(x2,x3) & n_poster(x3) & n_people(x2) & n_group(x1)) | exists e1 s1 x1 x2 x3.(n_group(x1) & in(e1,x3) & n_light(x3) & a_bright(s1) & Theme(s1,x3) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2)) | 784aa556-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(x2,x3) & v_walk(e1) & of(x1,x2) & n_poster(x3) & n_people(x2) & n_group(x1) & n_dark(x5) & in(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x1 = x4)) | exists e1 s1 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_people(x2) & n_light(x3) & n_group(x1) & in(e1,x3) & a_bright(s1) & Theme(s1,x3) & Actor(e1,x1)) |
||
A group of people are walking through a dimly lit hall carrying crosses. | The people are walking. | 0 | -100 | A group of people are people. | exists e1 e2 s1 x1 x2 x3 x4 x5.(through(e1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_carry(e2) & n_cross(x5) & (x3 = x4) & n_hall(x3) & a_lit(s1) & Theme(s1,x3) & r_dimly(x3) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1.(n_people(x1) & Actor(e1,x1) & v_walk(e1)) | 784aaf9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_walk(e1) & v_carry(e2) & through(e1,x3) & r_dimly(x3) & of(x1,x2) & n_people(x2) & n_hall(x3) & n_group(x1) & n_cross(x5) & a_lit(s1) & Theme(s1,x3) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1.(v_walk(e1) & n_people(x1) & Actor(e1,x1)) |
||
People on a beach enjoying the sunset. | People are at the lake enjoying the sunrise. | 2 | -100 | People cannot be on the beach and lake simultaneously | exists e1 x1 x2 x3 x4.(n_sunset(x4) & a_topic(x1) & on(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & (x2 = x3) & n_beach(x2) & n_people(x1)) | exists p1 x1 x2 x4.(n_sunrise(x4) & n_lake(x2) & exists e1 x3.(at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & (x2 = x3)) & n_people(x1)) | 784abe06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_enjoy(e1) & on(x1,x2) & n_sunset(x4) & n_people(x1) & n_beach(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1 x2 x4.(n_sunrise(x4) & n_people(x1) & n_lake(x2) & exists e1 x3.(v_enjoy(e1) & at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))) |
||
People on a beach enjoying the sunset. | People are relazing at the ocean watching the sunset. | 0 | -100 | At the ocean is a rephrasing for on a beach. | exists e1 x1 x2 x3 x4.(n_sunset(x4) & a_topic(x1) & on(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & (x2 = x3) & n_beach(x2) & n_people(x1)) | exists e1 e2 x1 x2 x3 x4.(n_sunset(x4) & n_ocean(x2) & at(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_watch(e2) & (x2 = x3) & Actor(e1,x1) & v_relaze(e1) & n_people(x1)) | 784ac7b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_enjoy(e1) & on(x1,x2) & n_sunset(x4) & n_people(x1) & n_beach(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 e2 x1 x2 x3 x4.(v_watch(e2) & v_relaze(e1) & n_sunset(x4) & n_people(x1) & n_ocean(x2) & at(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
Several costumed people walking down a hall. | All costumed people are in wheelchairs. | 2 | -100 | One who is in a wheel chair cannot be walking | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | all s1 x1.((n_people(x1) & a_costumed(s1) & Theme(s1,x1)) -> exists p1 x2.(in(x1,x2) & n_wheelchair(x2))) | 784ad558-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | all s1 x1.(exists x2.(n_wheelchair(x2) & in(x1,x2)) | -n_people(x1) | -a_costumed(s1) | -Theme(s1,x1)) |
||
Several costumed people walking down a hall. | Several costumed people are walking briskly down the hall. | 1 | 0.611747 | There is nothing to indicate that the people are walking briskly. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2.(n_hall(x2) & down(e1,x2) & a_briskly(s3) & Manner(e1,s3) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | 784ad9d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 s3 x1 x2.(v_walk(e1) & n_people(x1) & n_hall(x2) & down(e1,x2) & a_several(s1) & a_costumed(s2) & a_briskly(s3) & Theme(s2,x1) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x1)) |
||
Several costumed people walking down a hall. | A costume party is occurring in a hallway. | 1 | 0.260668 | Just because there are several costumed people walking down a hall does not mean a costume party is occurring in a hallway. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(in(e1,x2) & n_hallway(x2) & Actor(e1,x1) & v_occur(e1) & n_party(x1) & a_costume(s1) & Theme(s1,x1)) | 784adee0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_occur(e1) & n_party(x1) & n_hallway(x2) & in(e1,x2) & a_costume(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Several costumed people walking down a hall. | The people are dressed up for a performance. | 1 | 0.561714 | Just because there are several costumed people walking down a hall does not mean people are dressed up for a performance. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_people(x1) & a_up(s1) & Manner(e1,s1) & for(e1,x2) & n_performance(x2) & Theme(e1,x1) & v_dress(e1)) | 784ae386-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_dress(e1) & n_performance(x2) & n_people(x1) & for(e1,x2) & a_up(s1) & Theme(e1,x1) & Manner(e1,s1)) |
||
Several costumed people walking down a hall. | people in costumes walking | 0 | 0.959061 | People in costumes is a rephrasing for cosutmed people. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_costume(x2) & n_people(x1)) | 784aedd6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_costume(x2) & in(x1,x2) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) |
||
Several costumed people walking down a hall. | The people are dressed as ghosts. | 1 | 0.004443 | Just because there are several costumed people walking down a hall does not mean people are dressed as ghosts | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_people(x1) & as(e1,x2) & n_ghost(x2) & Theme(e1,x1) & v_dress(e1)) | 784af6c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_dress(e1) & n_people(x1) & n_ghost(x2) & as(e1,x2) & Theme(e1,x1)) |
||
Several costumed people walking down a hall. | the dorm is having a costume party | 1 | 0.102018 | The costumed people do not have to be in a dorm or at a costume party. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_dorm(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_party(x2) & of(x2,x3) & n_costume(x3)) | 784afb3c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_party(x2) & n_dorm(x1) & n_costume(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several costumed people walking down a hall. | The people are riding on a bus. | 2 | 0.000002 | 0ne cannot be walking down a hall while riding on a bus. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_hall(x3) & (x1 = x2) & n_people(x1) & a_costumed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_people(x1) & on(e1,x2) & n_bus(x2) & Actor(e1,x1) & v_ride(e1)) | 784b0d0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & n_people(x1) & n_hall(x3) & a_topic(x1) & a_several(s1) & a_down(s3) & a_costumed(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_ride(e1) & on(e1,x2) & n_people(x1) & n_bus(x2) & Actor(e1,x1)) |
||
A young lady sitting on a wall with earphones in her ears. | an american girl listing to music with earphone in her ear | 1 | -100 | We don't know that the girl is american. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_ear(x5) & of(x5,x1) & n_female(x1) & with(e1,x4) & n_earphone(x4) & on(e1,x3) & n_wall(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & to(x1,x3) & with(x3,x4) & in(x4,x5) & n_ear(x5) & of(x5,x1) & n_female(x1) & n_earphone(x4) & n_music(x3) & n_listing(x1) & of(x1,x2) & n_girl(x2) & a_american(s1) & Theme(s1,x1)) | 784e4076-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_sit(e1) & on(e1,x3) & of(x5,x1) & n_wall(x3) & n_lady(x1) & n_female(x1) & n_earphone(x4) & n_ear(x5) & in(e1,x5) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2 x3 x4 x5.(with(x3,x4) & to(x1,x3) & of(x5,x1) & of(x1,x2) & n_music(x3) & n_listing(x1) & n_girl(x2) & n_female(x1) & n_earphone(x4) & n_ear(x5) & in(x4,x5) & a_topic(x1) & a_american(s1) & Theme(s1,x1)) |
||
A sidewalk artist crafting their newest masterpiece with chalk. | Chalk artist makes 3d drawing on the sidewalk. | 1 | -100 | We don't know that the artist does chalk | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x5) & n_chalk(x5) & Theme(e1,x4) & Actor(e1,x3) & v_craft(e1) & n_masterpiece(x4) & r_most(s1) & a_newest(s1) & Theme(s1,x4) & of(x4,x1) & n_thing(x1) & (x1 = x3) & n_artist(x1) & of(x1,x2) & n_sidewalk(x2)) | exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & on(x3,x4) & n_drawing(x3) & a_3d(s1) & Theme(s1,x3) & n_artist(x1) & (x1 = x2) & ne_nam_chalk(x2)) | 784e4a80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_craft(e1) & r_most(s1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sidewalk(x2) & n_masterpiece(x4) & n_chalk(x5) & n_artist(x1) & a_topic(x1) & a_newest(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & on(x3,x4) & ne_nam_chalk(x2) & n_sidewalk(x4) & n_drawing(x3) & n_artist(x1) & a_3d(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
A sidewalk artist crafting their newest masterpiece with chalk. | Chalk artist draws on the sidewalk. | 0 | -100 | A person draws on the sidewalk with chalk. The artist would need to use chalk to draw on the sidewalk. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x5) & n_chalk(x5) & Theme(e1,x4) & Actor(e1,x3) & v_craft(e1) & n_masterpiece(x4) & r_most(s1) & a_newest(s1) & Theme(s1,x4) & of(x4,x1) & n_thing(x1) & (x1 = x3) & n_artist(x1) & of(x1,x2) & n_sidewalk(x2)) | exists e1 x1 x2 x3.(n_sidewalk(x3) & on(e1,x3) & Actor(e1,x1) & v_draw(e1) & n_artist(x1) & (x1 = x2) & ne_nam_chalk(x2)) | 784e562e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_craft(e1) & r_most(s1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sidewalk(x2) & n_masterpiece(x4) & n_chalk(x5) & n_artist(x1) & a_topic(x1) & a_newest(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_draw(e1) & on(e1,x3) & ne_nam_chalk(x2) & n_sidewalk(x3) & n_artist(x1) & Actor(e1,x1) & (x1 = x2)) |
||
A sidewalk artist crafting their newest masterpiece with chalk. | Street artist paints the street. | 2 | -100 | PAINTS IS NOT CRAFTING | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x5) & n_chalk(x5) & Theme(e1,x4) & Actor(e1,x3) & v_craft(e1) & n_masterpiece(x4) & r_most(s1) & a_newest(s1) & Theme(s1,x4) & of(x4,x1) & n_thing(x1) & (x1 = x3) & n_artist(x1) & of(x1,x2) & n_sidewalk(x2)) | exists e1 x1 x2 x3.(n_street(x3) & Theme(e1,x3) & Actor(e1,x1) & v_paint(e1) & n_artist(x1) & (x1 = x2) & ne_per_street(x2)) | 784e60ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_craft(e1) & r_most(s1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_sidewalk(x2) & n_masterpiece(x4) & n_chalk(x5) & n_artist(x1) & a_topic(x1) & a_newest(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_paint(e1) & ne_per_street(x2) & n_street(x3) & n_artist(x1) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
A woman with short hair listens to her iPod sitting along a wall. | A woman sits on a bench. | 2 | -100 | a wall and bench are not the same. | exists e2 e1 s1 x1 x2 x3 x4 x5.(to(e1,x3) & along(e2,x5) & n_wall(x5) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_ipod(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_listen(e1) & with(x1,x2) & n_hair(x2) & a_short(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 784f12ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e2) & v_listen(e1) & to(e1,x3) & of(x3,x1) & n_woman(x1) & n_wall(x5) & n_ipod(x3) & n_hair(x2) & n_female(x1) & along(e2,x5) & a_short(s1) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_bench(x2) & Actor(e1,x1)) |
||
A woman with short hair listens to her iPod sitting along a wall. | A woman sits on a wall. | 0 | -100 | If a woman is sitting along a wall, the woman sits on a wall. | exists e1 e2 s1 x1 x2 x3 x4 x5.(to(e1,x3) & along(e2,x5) & n_wall(x5) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_ipod(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_listen(e1) & with(x1,x2) & n_hair(x2) & a_short(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(on(e1,x2) & n_wall(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 784f1b68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e2) & v_listen(e1) & to(e1,x3) & of(x3,x1) & n_woman(x1) & n_wall(x5) & n_ipod(x3) & n_hair(x2) & n_female(x1) & along(e2,x5) & a_short(s1) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_wall(x2) & Actor(e1,x1)) |
||
A woman with short hair listens to her iPod sitting along a wall. | A woman sits on a short wall. | 1 | -100 | The wall may not be short. | exists e2 e1 s1 x1 x2 x3 x4 x5.(to(e1,x3) & along(e2,x5) & n_wall(x5) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_ipod(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_listen(e1) & with(x1,x2) & n_hair(x2) & a_short(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_wall(x2) & a_short(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 784f23d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e2) & v_listen(e1) & to(e1,x3) & of(x3,x1) & n_woman(x1) & n_wall(x5) & n_ipod(x3) & n_hair(x2) & n_female(x1) & along(e2,x5) & a_short(s1) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_wall(x2) & a_short(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A woman sitting on a wall listening to headphones. | A woman is listening to music | 1 | -100 | She could be listening to anything, not necessarily music. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & to(x3,x5) & n_headphone(x5) & n_listening(x3) & of(x3,x4) & n_wall(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(to(e1,x2) & n_music(x2) & Actor(e1,x1) & v_listen(e1) & n_woman(x1)) | 784f2cd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & to(x3,x5) & on(e1,x3) & of(x3,x4) & n_woman(x1) & n_wall(x4) & n_listening(x3) & n_headphone(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_listen(e1) & to(e1,x2) & n_woman(x1) & n_music(x2) & Actor(e1,x1)) |
||
A woman sitting on a wall listening to headphones. | A woman is standing | 2 | -100 | A woman cannot be sitting and standing the same time. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & to(x3,x5) & n_headphone(x5) & n_listening(x3) & of(x3,x4) & n_wall(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | 784f36d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & to(x3,x5) & on(e1,x3) & of(x3,x4) & n_woman(x1) & n_wall(x4) & n_listening(x3) & n_headphone(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_stand(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A woman sitting on a wall listening to headphones. | A woman is hearing sounds | 0 | -100 | Sounds come out of headphones. If the woman is listening to headphones, she would be hearing sounds. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & to(x3,x5) & n_headphone(x5) & n_listening(x3) & of(x3,x4) & n_wall(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hear(e1) & n_sound(x2) & n_woman(x1)) | 784f3d82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & to(x3,x5) & on(e1,x3) & of(x3,x4) & n_woman(x1) & n_wall(x4) & n_listening(x3) & n_headphone(x5) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hear(e1) & n_woman(x1) & n_sound(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two surgeons in scrubs are performing a surgical procedure. | Two women perform a heart transplant. | 1 | -100 | Not all surgeons are women and not all surgeries are heart transplants. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_procedure(x3) & a_surgical(s1) & Theme(s1,x3) & in(x1,x2) & n_scrub(x2) & n_surgeon(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_transplant(x2) & of(x2,x3) & n_heart(x3) & n_woman(x1) & card_eq_2(x1)) | 784f4336-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_perform(e1) & n_surgeon(x1) & n_scrub(x2) & n_procedure(x3) & in(x1,x2) & card_eq_2(x1) & a_surgical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_woman(x1) & n_transplant(x2) & n_heart(x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two surgeons in scrubs are performing a surgical procedure. | A woman wipes her eyes. | 2 | -100 | Surgical and wipes are different. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_procedure(x3) & a_surgical(s1) & Theme(s1,x3) & in(x1,x2) & n_scrub(x2) & n_surgeon(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wipe(e1) & n_eye(x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 784f4872-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_perform(e1) & n_surgeon(x1) & n_scrub(x2) & n_procedure(x3) & in(x1,x2) & card_eq_2(x1) & a_surgical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_wipe(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_eye(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two surgeons in scrubs are performing a surgical procedure. | Two surgeons at work. | 0 | -100 | Surgeons performing a surgical procedure are at work. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_procedure(x3) & a_surgical(s1) & Theme(s1,x3) & in(x1,x2) & n_scrub(x2) & n_surgeon(x1) & card_eq_2(x1)) | exists x1 x2.(a_topic(x1) & at(x1,x2) & n_work(x2) & n_surgeon(x1) & card_eq_2(x1)) | 784f4d7c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_perform(e1) & n_surgeon(x1) & n_scrub(x2) & n_procedure(x3) & in(x1,x2) & card_eq_2(x1) & a_surgical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2.(n_work(x2) & n_surgeon(x1) & card_eq_2(x1) & at(x1,x2) & a_topic(x1)) |
||
There is a large man getting shaved. | There is a man with a hair. | 0 | -100 | A man would have to have hair in order to be shaved. | exists p1 x1 e1 p2 s1 x2 x3.((x1 = x2) & exists e2.(Theme(e2,x3) & v_shave(e2)) & Topic(e1,p2) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_man(x2) & a_large(s1) & Theme(s1,x2)) | exists p1 x1 x2 x3.((x1 = x2) & with(x2,x3) & n_hair(x3) & n_man(x2)) | 784f527c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 p2 s1 x2 x3.(v_get(e1) & n_man(x2) & exists e2.(v_shave(e2) & Theme(e2,x3)) & a_large(s1) & Topic(e1,p2) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists x1 x2 x3.(with(x2,x3) & n_man(x2) & n_hair(x3) & (x1 = x2)) |
||
There is a large man getting shaved. | A man is getting his nails done. | 2 | -100 | Getting shaved is not getting nails done. | exists p1 x1 e1 p2 s1 x2 x3.((x1 = x2) & exists e2.(Theme(e2,x3) & v_shave(e2)) & Topic(e1,p2) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_man(x2) & a_large(s1) & Theme(s1,x2)) | exists e1 e2 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & Theme(e1,x3) & v_do(e1) & (x2 = x3) & n_nail(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784f579a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 p2 s1 x2 x3.(v_get(e1) & n_man(x2) & exists e2.(v_shave(e2) & Theme(e2,x3)) & a_large(s1) & Topic(e1,p2) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists e1 e2 x1 x2 x3.(v_get(e2) & v_do(e1) & of(x2,x1) & n_nail(x2) & n_man(x1) & n_male(x1) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & (x2 = x3)) |
||
There is a large man getting shaved. | A man is in a barber shop. | 1 | -100 | A man can be shaved in locations that are not a barber shop. It could be his own home, a hotel, or even a street vendor station. | exists p1 x1 e1 p2 s1 x2 x3.((x1 = x2) & exists e2.(Theme(e2,x3) & v_shave(e2)) & Topic(e1,p2) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_man(x2) & a_large(s1) & Theme(s1,x2)) | exists p1 x1.(exists x2 x3.(in(x1,x2) & n_shop(x2) & of(x2,x3) & n_barber(x3)) & n_man(x1)) | 784f5ede-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 p2 s1 x2 x3.(v_get(e1) & n_man(x2) & exists e2.(v_shave(e2) & Theme(e2,x3)) & a_large(s1) & Topic(e1,p2) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_shop(x2) & n_barber(x3) & in(x1,x2))) |
||
A woman painting at an outdoor festival. | A woman is painting her house. | 2 | -100 | Outdoor and house are not same both are different. | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_festival(x3) & a_outdoor(s1) & Theme(s1,x3) & n_painting(x1) & of(x1,x2) & n_woman(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_house(x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 784f641a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_woman(x2) & n_painting(x1) & n_festival(x3) & at(x1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3)) | exists e1 x1 x2.(v_paint(e1) & of(x2,x1) & n_woman(x1) & n_house(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman painting at an outdoor festival. | An artist paints at an outdoor festival. | 0 | -100 | There is both an artist making a painting in a festival. | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_festival(x3) & a_outdoor(s1) & Theme(s1,x3) & n_painting(x1) & of(x1,x2) & n_woman(x2)) | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_festival(x3) & a_outdoor(s1) & Theme(s1,x3) & n_paint(x1) & of(x1,x2) & n_artist(x2)) | 784f696a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_woman(x2) & n_painting(x1) & n_festival(x3) & at(x1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3)) | exists s1 x1 x2 x3.(of(x1,x2) & n_paint(x1) & n_festival(x3) & n_artist(x2) & at(x1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3)) |
||
A woman painting at an outdoor festival. | A woman is painting a portrait of a girl at an outdoor festival. | 1 | -100 | Just because a woman painting at an outdoor festival doesn't mean she is painting a portrait of a girl. | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_festival(x3) & a_outdoor(s1) & Theme(s1,x3) & n_painting(x1) & of(x1,x2) & n_woman(x2)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & of(x2,x3) & at(x3,x4) & n_festival(x4) & a_outdoor(s1) & Theme(s1,x4) & n_girl(x3) & n_portrait(x2) & n_woman(x1)) | 784f6e74-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_woman(x2) & n_painting(x1) & n_festival(x3) & at(x1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3)) | exists e1 s1 x1 x2 x3 x4.(v_paint(e1) & of(x2,x3) & n_woman(x1) & n_portrait(x2) & n_girl(x3) & n_festival(x4) & at(x3,x4) & a_outdoor(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | The man has been shaved already. | 2 | -100 | The man whose beard is lathered up before a shave cannot be the one who has been shaved already. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 s1 x1.(n_man(x1) & a_already(s1) & Manner(e1,s1) & Theme(e1,x1) & v_shave(e1)) | 784f7360-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1.(v_shave(e1) & n_man(x1) & a_already(s1) & Theme(e1,x1) & Manner(e1,s1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is getting dunked on in basketball | 2 | -100 | A barber's chair cannot be part of a basketball. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 p1 x1.(exists e2 x2.(in(e2,x2) & n_basketball(x2) & on(e2,x1) & v_dunk(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_man(x1)) | 784f7842-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_get(e1) & n_man(x1) & exists e2 x2.(v_dunk(e2) & on(e2,x1) & n_basketball(x2) & in(e2,x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | a man has a beard | 0 | -100 | A man has to have a beard in order to have his beard lathered up before a shave. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_beard(x2) & n_man(x1)) | 784f7d24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_man(x1) & n_beard(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | The man is cutting the beard off completely. | 1 | 0.893005 | The man may not be having his beard shaved off completely. He could be having it reduced in size somewhat. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 s1 s2 x1 x2.(n_beard(x2) & n_man(x1) & a_completely(s2) & Manner(e1,s2) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_cut(e1)) | 784f8468-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_cut(e1) & n_man(x1) & n_beard(x2) & a_off(s1) & a_completely(s2) & Theme(e1,x2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is about to get his beard shaved | 0 | -100 | A man would have to have his beard lathered up before a shave before the man could have his beard shaved. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 p1 s1 x1 x2 x3.(Actor(e1,x1) & v_shave(e1) & Topic(s1,p1) & Actor(s1,x2) & a_about(s1) & exists e2.(Theme(e2,x3) & Actor(e2,x2) & v_get(e2)) & n_beard(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | 784f89cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2 x3.(v_shave(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_beard(x3) & exists e2.(v_get(e2) & Theme(e2,x3) & Actor(e2,x2)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x2) & Actor(e1,x1) & (x1 = x2)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is about to shave his beard of one year. | 1 | 0.000471 | It may not be a beard of one year, it could be younger or older than that. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists p1 s1 x1 x2.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x3.(Theme(e1,x2) & Actor(e1,x1) & v_shave(e1) & of(x2,x3) & n_year(x3) & card_eq_1(x3)) & n_beard(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784f8e9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x2.(of(x2,x1) & n_man(x1) & n_male(x1) & n_beard(x2) & exists e1 x3.(v_shave(e1) & of(x2,x3) & n_year(x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is tilting his head back in a barber's chair, while a young man with a red shirt lathers his beard. | 1 | 0.006726 | The barber could be of any age and gender, not necessarily a young man, and could be wearing anything, not just a red shirt. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e1,x6) & with(x6,x7) & n_lather(x7) & of(x7,x8) & n_shirt(x8) & a_red(s2) & Theme(s2,x7) & n_man(x6) & a_young(s1) & Theme(s1,x6) & in(e1,x5) & n_chair(x5) & of(x5,x4) & n_barber(x4) & back(e1,x3) & n_head(x3) & of(x3,x1) & n_male(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_beard(x2) & of(x2,x1) & n_man(x1)) | 784f93ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & while(e1,x6) & v_tilt(e1) & of(x7,x8) & of(x5,x4) & of(x3,x1) & of(x2,x1) & n_shirt(x8) & n_man(x6) & n_man(x1) & n_male(x1) & n_lather(x7) & n_head(x3) & n_chair(x5) & n_beard(x2) & n_barber(x4) & in(e1,x5) & back(e1,x3) & a_young(s1) & a_red(s2) & Theme(s2,x7) & Theme(s1,x6) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is getting his hair washed at a barbershop. | 2 | -100 | A man whose beard is lathered up before a shave cannot be the one getting his hair washed. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e2 e1 x1 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & at(e1,x4) & n_barbershop(x4) & Actor(e1,x3) & v_wash(e1) & (x2 = x3) & n_hair(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784f993a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 x1 x2 x3 x4.(v_wash(e1) & v_get(e2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_hair(x2) & n_barbershop(x4) & at(e1,x4) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | a man's beard is on fire | 2 | 0.000049 | A man whose beard is lathered up before a shave cannot be the one whose beard is on fire. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists p1 x1 x2.(exists x3.(on(x2,x3) & n_fire(x3)) & n_beard(x2) & of(x2,x1) & n_man(x1)) | 784f9dae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(of(x2,x1) & n_man(x1) & n_beard(x2) & exists x3.(on(x2,x3) & n_fire(x3))) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is cleaning up his face before a formal event | 1 | 0.796128 | every man is not in a barber's chair. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3.(before(e1,x3) & n_event(x3) & a_formal(s2) & Theme(s2,x3) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & n_face(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784fa22c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_clean(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_face(x2) & n_event(x3) & before(e1,x3) & a_up(s1) & a_formal(s2) & Theme(s2,x3) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is inside a barber shop. | 0 | -100 | a barber's chair would naturally be in a barber shop | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists p1 x1.(exists x2 x3.(inside(x1,x2) & n_shop(x2) & of(x2,x3) & n_barber(x3)) & n_man(x1)) | 784fa790-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_shop(x2) & n_barber(x3) & inside(x1,x2))) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | a man is about to lose his bears | 1 | 0 | THE 2ND MAN MAY NOT BE IN A BARBER CHAIR | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists p1 s1 x1 x2.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_lose(e1)) & n_bear(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784fadf8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x2.(of(x2,x1) & n_man(x1) & n_male(x1) & n_bear(x2) & exists e1.(v_lose(e1) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man is getting his beard waxed. | 2 | -100 | The man whose beard is lathered up before a shave cannot be the one getting his beard waxed. | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 e2 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & Actor(e1,x3) & v_wax(e1) & (x2 = x3) & n_beard(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 784fb2da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3.(v_wax(e1) & v_get(e2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_beard(x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | A man sits a chair. | 0 | -100 | one naturally sits in a chair | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_chair(x2) & n_man(x1)) | 784fb820-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & n_man(x1) & n_chair(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is tilting his head back in a barber's chair, while his beard is lathered up before a shave. | The man is having his beard shaved. | 0 | 0.966619 | having one's beard shaved would happen in a barber's chair | exists e1 p1 x1 x2 x3 x4 x5.(exists e2 s1 x6.(before(e2,x6) & n_shave(x6) & a_up(s1) & Manner(e2,s1) & Theme(e2,x5) & v_lather(e2)) & n_beard(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & while(e1,p1) & in(e1,x4) & n_chair(x4) & of(x4,x3) & n_barber(x3) & r_back(e1) & Theme(e1,x2) & Actor(e1,x1) & v_tilt(e1) & n_head(x2) & of(x2,x1) & n_man(x1)) | exists e2 e1 x1 x2 x3.(n_beard(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & Actor(e1,x3) & v_shave(e1) & (x2 = x3)) | 784fbd20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(while(e1,p1) & v_tilt(e1) & r_back(e1) & of(x5,x1) & of(x4,x3) & of(x2,x1) & n_man(x1) & n_male(x1) & n_head(x2) & n_chair(x4) & n_beard(x5) & n_barber(x3) & in(e1,x4) & exists e2 s1 x6.(v_lather(e2) & n_shave(x6) & before(e2,x6) & a_up(s1) & Theme(e2,x5) & Manner(e2,s1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 x1 x2 x3.(v_shave(e1) & v_have(e2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_beard(x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
a group of musicians playing some music in front of a building. | People are playing music. | 0 | -100 | musicians are people | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x5) & of(x5,x6) & n_building(x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_music(x4) & (x1 = x3) & of(x1,x2) & n_musician(x2) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_people(x1)) | 784fc1e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & of(x5,x6) & of(x1,x2) & n_musician(x2) & n_music(x4) & n_group(x1) & n_front(x5) & n_building(x6) & in(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_play(e1) & n_people(x1) & n_music(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
a group of musicians playing some music in front of a building. | People are playing music for money. | 1 | -100 | just because a group of musicians playing some music doesn't mean they are playing music for money. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x5) & of(x5,x6) & n_building(x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_music(x4) & (x1 = x3) & of(x1,x2) & n_musician(x2) & n_group(x1)) | exists e1 x1 x2 x3.(for(e1,x3) & n_money(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_people(x1)) | 784fc69e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & of(x5,x6) & of(x1,x2) & n_musician(x2) & n_music(x4) & n_group(x1) & n_front(x5) & n_building(x6) & in(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_play(e1) & n_people(x1) & n_music(x2) & n_money(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
a group of musicians playing some music in front of a building. | People are walking along the beach. | 2 | -100 | Musicians cannot be playing some music and walking at the same time. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x5) & of(x5,x6) & n_building(x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_music(x4) & (x1 = x3) & of(x1,x2) & n_musician(x2) & n_group(x1)) | exists e1 x1 x2.(n_beach(x2) & along(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | 784fcb58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & of(x5,x6) & of(x1,x2) & n_musician(x2) & n_music(x4) & n_group(x1) & n_front(x5) & n_building(x6) & in(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_walk(e1) & n_people(x1) & n_beach(x2) & along(e1,x2) & Actor(e1,x1)) |
||
A man is sitting in a barber's chair getting ready for a shave. | A man is at the barber shop. | 1 | -100 | just because a man is sitting in a barber's chair doesn't mean he is at the barber shop. | exists e1 e2 p1 x1 x2 x3.(for(e1,e2) & exists s1 x4.(for(s1,x4) & n_shave(x4) & Theme(s1,x1) & a_ready(s1)) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & in(e1,x3) & n_chair(x3) & of(x3,x2) & n_barber(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1 x2 x3.(n_shop(x2) & of(x2,x3) & n_barber(x3) & at(x1,x2) & n_man(x1)) | 784fd10c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3.(v_sit(e1) & v_get(e2) & of(x3,x2) & n_man(x1) & n_chair(x3) & n_barber(x2) & in(e1,x3) & for(e1,e2) & exists s1 x4.(n_shave(x4) & for(s1,x4) & a_ready(s1) & Theme(s1,x1)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_shop(x2) & n_man(x1) & n_barber(x3) & at(x1,x2)) |
||
A man is sitting in a barber's chair getting ready for a shave. | A man is sitting in a barber chair. | 0 | -100 | getting ready for a shave gives context to what the man is doing | exists e1 e2 p1 x1 x2 x3.(for(e1,e2) & exists s1 x4.(for(s1,x4) & n_shave(x4) & Theme(s1,x1) & a_ready(s1)) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & in(e1,x3) & n_chair(x3) & of(x3,x2) & n_barber(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2 x3.(in(e1,x2) & n_chair(x2) & of(x2,x3) & n_barber(x3) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 784fd5f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3.(v_sit(e1) & v_get(e2) & of(x3,x2) & n_man(x1) & n_chair(x3) & n_barber(x2) & in(e1,x3) & for(e1,e2) & exists s1 x4.(n_shave(x4) & for(s1,x4) & a_ready(s1) & Theme(s1,x1)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_man(x1) & n_chair(x2) & n_barber(x3) & in(e1,x2) & Actor(e1,x1)) |
||
A man is sitting in a barber's chair getting ready for a shave. | A man is at the grocery store. | 2 | -100 | Barber isn't grocery store. | exists e2 e1 p1 x1 x2 x3.(for(e1,e2) & exists s1 x4.(for(s1,x4) & n_shave(x4) & Theme(s1,x1) & a_ready(s1)) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & in(e1,x3) & n_chair(x3) & of(x3,x2) & n_barber(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1 x2 x3.(n_store(x2) & of(x2,x3) & n_grocery(x3) & at(x1,x2) & n_man(x1)) | 784fdabc-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3.(v_sit(e1) & v_get(e2) & of(x3,x2) & n_man(x1) & n_chair(x3) & n_barber(x2) & in(e1,x3) & for(e1,e2) & exists s1 x4.(n_shave(x4) & for(s1,x4) & a_ready(s1) & Theme(s1,x1)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_store(x2) & n_man(x1) & n_grocery(x3) & at(x1,x2)) |
||
A woman is standing next to a painting she may have just painted. | A woman is standing next to a statue. | 2 | -100 | Painting isn't statue. | exists e1 p1 x1 x2.(to(e1,x2) & exists e2 p2.(exists e3 s1.(a_just(s1) & Manner(e3,s1) & Actor(e3,x1) & v_paint(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_may(e2)) & n_female(x1) & that(x2,p1) & n_painting(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | exists e1 x1 x2.(to(e1,x2) & n_statue(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | 784fdfda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_stand(e1) & to(e1,x2) & that(x2,p1) & r_next(e1) & n_woman(x1) & n_painting(x2) & n_female(x1) & exists e2 p2.(v_may(e2) & exists e3 s1.(v_paint(e3) & a_just(s1) & Manner(e3,s1) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_woman(x1) & n_statue(x2) & Actor(e1,x1)) |
||
A woman is standing next to a painting she may have just painted. | She admires the painting that she may have painted. | 1 | -100 | just because a woman is standing next to a painting doesn't mean she admires the painting that she may have painted. | exists e1 p1 x1 x2.(to(e1,x2) & exists e2 p2.(exists e3 s1.(a_just(s1) & Manner(e3,s1) & Actor(e3,x1) & v_paint(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_may(e2)) & n_female(x1) & that(x2,p1) & n_painting(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | exists e1 e2 p1 x1 x2.(n_female(x1) & n_female(x1) & n_painting(x2) & Theme(e2,x2) & Actor(e2,x1) & v_admire(e2) & exists e3 x3.(Theme(e3,x3) & Actor(e3,x1) & v_paint(e3) & (x2 = x3)) & Topic(e1,p1) & Actor(e1,x1) & v_may(e1)) | 784fe976-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_stand(e1) & to(e1,x2) & that(x2,p1) & r_next(e1) & n_woman(x1) & n_painting(x2) & n_female(x1) & exists e2 p2.(v_may(e2) & exists e3 s1.(v_paint(e3) & a_just(s1) & Manner(e3,s1) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2.(v_may(e1) & v_admire(e2) & n_painting(x2) & n_female(x1) & exists e3 x3.(v_paint(e3) & Theme(e3,x3) & Actor(e3,x1) & (x2 = x3)) & Topic(e1,p1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
people are standing around staring at something wearing different color of clothing. | People have different attire. | 0 | -100 | different color of clothing is different attire | exists e1 e2 e3 x1 x2 x3 x4 x5 x6.(n_color(x5) & around(e1,e2) & at(e2,x2) & Theme(e3,x4) & Actor(e3,x3) & v_wear(e3) & of(x4,x6) & n_clothing(x6) & -(x4 = x5) & n_color(x4) & (x2 = x3) & n_thing(x2) & Actor(e2,x1) & v_stare(e2) & Actor(e1,x1) & v_stand(e1) & n_people(x1)) | exists e1 x1 x2 x3.(n_attire(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & -(x2 = x3) & n_attire(x2) & n_people(x1)) | 784ff984-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_stare(e2) & v_stand(e1) & of(x4,x6) & n_thing(x2) & n_people(x1) & n_color(x5) & n_color(x4) & n_clothing(x6) & at(e2,x2) & around(e1,e2) & Theme(e3,x4) & Actor(e3,x3) & Actor(e2,x1) & Actor(e1,x1) & -(x4 = x5) & (x2 = x3)) | exists e1 x1 x2 x3.(v_have(e1) & n_people(x1) & n_attire(x3) & n_attire(x2) & Theme(e1,x2) & Actor(e1,x1) & -(x2 = x3)) |
||
A woman looking somewhat angry holding a water bottle. | A woman is upset because she lost the race. | 1 | -100 | Angry women can hold a water bottle without having lost a race. | exists e2 e1 p1 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x2) & v_hold(e2) & n_bottle(x3) & of(x3,x4) & n_water(x4) & exists s1.(r_somewhat(s1) & Theme(s1,x2) & a_angry(s1)) & Topic(e1,p1) & Actor(e1,x2) & v_look(e1) & (x1 = x2) & n_woman(x1)) | exists e1 p1 x1 x2.(n_race(x2) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_lose(e2)) & n_female(x1) & because(e1,p1) & Theme(e1,x1) & v_upset(e1) & n_woman(x1)) | 78501392-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4.(v_look(e1) & v_hold(e2) & of(x3,x4) & n_woman(x1) & n_water(x4) & n_bottle(x3) & for(e1,e2) & exists s1.(r_somewhat(s1) & a_angry(s1) & Theme(s1,x2)) & a_topic(x1) & Topic(e1,p1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(v_upset(e1) & n_woman(x1) & n_race(x2) & n_female(x1) & exists e2.(v_lose(e2) & Theme(e2,x2) & Actor(e2,x1)) & because(e1,p1) & Theme(e1,x1)) |
||
A man in sunglasses and a baseball cap stands beside a TV cameraman in stadium full of people. | The man is getting ready to talk to the camera. | 1 | 0.78584 | Just because a man is beside cameraman doesn't mean he's getting ready to talk to the camera. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e1,x8) & of(s1,x10) & n_people(x10) & Theme(s1,x9) & a_full(s1) & (x8 = x9) & n_stadium(x8) & beside(e1,x6) & n_cameraman(x6) & of(x6,x7) & n_tv(x7) & Actor(e1,x1) & v_stand(e1) & subset_of(x4,x1) & n_cap(x4) & of(x4,x5) & n_baseball(x5) & subset_of(x2,x1) & in(x2,x3) & n_sunglass(x3) & n_man(x2)) | exists e1 p1 x1 x2.(n_camera(x2) & n_man(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(to(e2,x2) & Actor(e2,x1) & v_talk(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 78513dd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stand(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x6,x7) & of(x4,x5) & of(s1,x10) & n_tv(x7) & n_sunglass(x3) & n_stadium(x8) & n_people(x10) & n_man(x2) & n_cap(x4) & n_cameraman(x6) & n_baseball(x5) & in(x2,x3) & in(e1,x8) & beside(e1,x6) & a_full(s1) & Theme(s1,x9) & Actor(e1,x1) & (x8 = x9)) | exists e1 p1 x1 x2.(v_get(e1) & n_man(x1) & n_camera(x2) & exists p2 s1.(exists e2.(v_talk(e2) & to(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in sunglasses and a baseball cap stands beside a TV cameraman in stadium full of people. | A person standing next to the grand canyon. | 2 | 0.000001 | There is not a stadium next to the grand canyon. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e1,x8) & of(s1,x10) & n_people(x10) & Theme(s1,x9) & a_full(s1) & (x8 = x9) & n_stadium(x8) & beside(e1,x6) & n_cameraman(x6) & of(x6,x7) & n_tv(x7) & Actor(e1,x1) & v_stand(e1) & subset_of(x4,x1) & n_cap(x4) & of(x4,x5) & n_baseball(x5) & subset_of(x2,x1) & in(x2,x3) & n_sunglass(x3) & n_man(x2)) | exists e1 s1 x1 x2 x3.(n_canyon(x3) & a_grand(s1) & Theme(s1,x3) & a_topic(x1) & to(e1,x3) & r_next(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_person(x1)) | 785142c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stand(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x6,x7) & of(x4,x5) & of(s1,x10) & n_tv(x7) & n_sunglass(x3) & n_stadium(x8) & n_people(x10) & n_man(x2) & n_cap(x4) & n_cameraman(x6) & n_baseball(x5) & in(x2,x3) & in(e1,x8) & beside(e1,x6) & a_full(s1) & Theme(s1,x9) & Actor(e1,x1) & (x8 = x9)) | exists e1 s1 x1 x2 x3.(v_stand(e1) & to(e1,x3) & r_next(e1) & n_person(x1) & n_canyon(x3) & a_topic(x1) & a_grand(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man in sunglasses and a baseball cap stands beside a TV cameraman in stadium full of people. | The TV cameraman is new at his job. | 1 | 0.006299 | Just because there is a TV cameraman doesn't mean he is new. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e1,x8) & of(s1,x10) & n_people(x10) & Theme(s1,x9) & a_full(s1) & (x8 = x9) & n_stadium(x8) & beside(e1,x6) & n_cameraman(x6) & of(x6,x7) & n_tv(x7) & Actor(e1,x1) & v_stand(e1) & subset_of(x4,x1) & n_cap(x4) & of(x4,x5) & n_baseball(x5) & subset_of(x2,x1) & in(x2,x3) & n_sunglass(x3) & n_man(x2)) | exists s1 x1 x2 x3.(n_job(x3) & of(x3,x1) & n_male(x1) & n_cameraman(x1) & of(x1,x2) & n_tv(x2) & at(s1,x3) & Theme(s1,x1) & a_new(s1)) | 785168be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stand(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x6,x7) & of(x4,x5) & of(s1,x10) & n_tv(x7) & n_sunglass(x3) & n_stadium(x8) & n_people(x10) & n_man(x2) & n_cap(x4) & n_cameraman(x6) & n_baseball(x5) & in(x2,x3) & in(e1,x8) & beside(e1,x6) & a_full(s1) & Theme(s1,x9) & Actor(e1,x1) & (x8 = x9)) | exists s1 x1 x2 x3.(of(x3,x1) & of(x1,x2) & n_tv(x2) & n_male(x1) & n_job(x3) & n_cameraman(x1) & at(s1,x3) & a_new(s1) & Theme(s1,x1)) |
||
A man in sunglasses and a baseball cap stands beside a TV cameraman in stadium full of people. | A man is reporting about the baseball game. | 1 | 0.759191 | Just because a man stands next to a cameraman, doesn't mean he is reporting. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e1,x8) & of(s1,x10) & n_people(x10) & Theme(s1,x9) & a_full(s1) & (x8 = x9) & n_stadium(x8) & beside(e1,x6) & n_cameraman(x6) & of(x6,x7) & n_tv(x7) & Actor(e1,x1) & v_stand(e1) & subset_of(x4,x1) & n_cap(x4) & of(x4,x5) & n_baseball(x5) & subset_of(x2,x1) & in(x2,x3) & n_sunglass(x3) & n_man(x2)) | exists e1 x1 x2 x3.(n_game(x2) & of(x2,x3) & n_baseball(x3) & about(e1,x2) & Actor(e1,x1) & v_report(e1) & n_man(x1)) | 78516d3c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stand(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x6,x7) & of(x4,x5) & of(s1,x10) & n_tv(x7) & n_sunglass(x3) & n_stadium(x8) & n_people(x10) & n_man(x2) & n_cap(x4) & n_cameraman(x6) & n_baseball(x5) & in(x2,x3) & in(e1,x8) & beside(e1,x6) & a_full(s1) & Theme(s1,x9) & Actor(e1,x1) & (x8 = x9)) | exists e1 x1 x2 x3.(v_report(e1) & of(x2,x3) & n_man(x1) & n_game(x2) & n_baseball(x3) & about(e1,x2) & Actor(e1,x1)) |
||
A man in sunglasses and a baseball cap stands beside a TV cameraman in stadium full of people. | A man watching a baseball game. | 1 | 0.69739 | Just because a man has on a baseball cap and is beside a TV cameraman in a stadium full of people, doesn't mean: he is watching a baseball game, or that there is a baseball game, or that he is watching. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(in(e1,x8) & of(s1,x10) & n_people(x10) & Theme(s1,x9) & a_full(s1) & (x8 = x9) & n_stadium(x8) & beside(e1,x6) & n_cameraman(x6) & of(x6,x7) & n_tv(x7) & Actor(e1,x1) & v_stand(e1) & subset_of(x4,x1) & n_cap(x4) & of(x4,x5) & n_baseball(x5) & subset_of(x2,x1) & in(x2,x3) & n_sunglass(x3) & n_man(x2)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_game(x3) & of(x3,x4) & n_baseball(x4) & (x1 = x2) & n_man(x1)) | 785171b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stand(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x6,x7) & of(x4,x5) & of(s1,x10) & n_tv(x7) & n_sunglass(x3) & n_stadium(x8) & n_people(x10) & n_man(x2) & n_cap(x4) & n_cameraman(x6) & n_baseball(x5) & in(x2,x3) & in(e1,x8) & beside(e1,x6) & a_full(s1) & Theme(s1,x9) & Actor(e1,x1) & (x8 = x9)) | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x3,x4) & n_man(x1) & n_game(x3) & n_baseball(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.