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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Men working on a photo shoot.
|
Men are hard at work.
| 0 | -100 |
Men who are hard at work must be working.
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_shoot(x3) & of(x3,x4) & n_photo(x4) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_man(x1))
|
exists s1 x1 x2.(at(s1,x2) & n_work(x2) & Theme(s1,x1) & a_hard(s1) & n_man(x1))
|
4db40eea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_work(e1) & on(e1,x3) & of(x3,x4) & n_shoot(x3) & n_photo(x4) & n_man(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1 x2.(n_work(x2) & n_man(x1) & at(s1,x2) & a_hard(s1) & Theme(s1,x1))
|
||
Men working on a photo shoot.
|
Men working on a pipeline.
| 2 | -100 |
A photo shoot and a pipeline are not the same.
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_shoot(x3) & of(x3,x4) & n_photo(x4) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_pipeline(x3) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_man(x1))
|
4db41502-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_work(e1) & on(e1,x3) & of(x3,x4) & n_shoot(x3) & n_photo(x4) & n_man(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_work(e1) & on(e1,x3) & n_pipeline(x3) & n_man(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two black women are competing or practicing running hurdles on a track.
|
Two black women are running on the track jumping over hurdles.
| 0 | -100 |
Competing ord practicing funning hurdles can only be done on a track by funning a track and jumping over them (the hurdles).
|
(exists e1 s1 x1.(Actor(e1,x1) & v_compete(e1) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e2 e3 s2 x2 x3 x4.(Theme(e3,x3) & Actor(e3,x2) & v_practice(e3) & on(x3,x4) & n_track(x4) & n_hurdle(x3) & Actor(e2,x3) & v_run(e2) & n_woman(x2) & a_black(s2) & Theme(s2,x2) & card_eq_2(x2)))
|
exists e1 e2 s1 x1 x2 x3.(n_track(x2) & for(e1,e2) & over(e2,x3) & n_hurdle(x3) & Actor(e2,x1) & v_jump(e2) & on(e1,x2) & Actor(e1,x1) & v_run(e1) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1))
|
4db41aca-e4c8-11ec-9cdd-0242ac1c0002
|
(exists e2 e3 s2 x2 x3 x4.(v_run(e2) & v_practice(e3) & on(x3,x4) & n_woman(x2) & n_track(x4) & n_hurdle(x3) & card_eq_2(x2) & a_black(s2) & Theme(s2,x2) & Theme(e3,x3) & Actor(e3,x2) & Actor(e2,x3)) | exists e1 s1 x1.(v_compete(e1) & n_woman(x1) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1)))
|
exists e1 e2 s1 x1 x2 x3.(v_run(e1) & v_jump(e2) & over(e2,x3) & on(e1,x2) & n_woman(x1) & n_track(x2) & n_hurdle(x3) & for(e1,e2) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1))
|
||
Two black women are competing or practicing running hurdles on a track.
|
Two black women are practicing for the olympics
| 1 | -100 |
Two black women competing or practicing does not necessarily suggest for the olympics.
|
(exists e1 s1 x1.(Actor(e1,x1) & v_compete(e1) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e2 e3 s2 x2 x3 x4.(Theme(e3,x3) & Actor(e3,x2) & v_practice(e3) & on(x3,x4) & n_track(x4) & n_hurdle(x3) & Actor(e2,x3) & v_run(e2) & n_woman(x2) & a_black(s2) & Theme(s2,x2) & card_eq_2(x2)))
|
exists e1 s1 x1 x2.(n_olympics(x2) & for(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1))
|
4db42092-e4c8-11ec-9cdd-0242ac1c0002
|
(exists e2 e3 s2 x2 x3 x4.(v_run(e2) & v_practice(e3) & on(x3,x4) & n_woman(x2) & n_track(x4) & n_hurdle(x3) & card_eq_2(x2) & a_black(s2) & Theme(s2,x2) & Theme(e3,x3) & Actor(e3,x2) & Actor(e2,x3)) | exists e1 s1 x1.(v_compete(e1) & n_woman(x1) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1)))
|
exists e1 s1 x1 x2.(v_practice(e1) & n_woman(x1) & n_olympics(x2) & for(e1,x2) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Two black women are competing or practicing running hurdles on a track.
|
Two black women are swimming.
| 2 | -100 |
Swimming and running are different activities.
|
(exists e1 s1 x1.(Actor(e1,x1) & v_compete(e1) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e3 e2 s2 x2 x3 x4.(Theme(e3,x3) & Actor(e3,x2) & v_practice(e3) & on(x3,x4) & n_track(x4) & n_hurdle(x3) & Actor(e2,x3) & v_run(e2) & n_woman(x2) & a_black(s2) & Theme(s2,x2) & card_eq_2(x2)))
|
exists p1 s1 x1.(exists x2.((x1 = x2) & n_swimming(x2)) & n_woman(x1) & a_black(s1) & Theme(s1,x1) & card_eq_2(x1))
|
4db42588-e4c8-11ec-9cdd-0242ac1c0002
|
(exists e3 e2 s2 x2 x3 x4.(v_run(e2) & v_practice(e3) & on(x3,x4) & n_woman(x2) & n_track(x4) & n_hurdle(x3) & card_eq_2(x2) & a_black(s2) & Theme(s2,x2) & Theme(e3,x3) & Actor(e3,x2) & Actor(e2,x3)) | exists e1 s1 x1.(v_compete(e1) & n_woman(x1) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1)))
|
exists s1 x1.(n_woman(x1) & exists x2.(n_swimming(x2) & (x1 = x2)) & card_eq_2(x1) & a_black(s1) & Theme(s1,x1))
|
||
Someone in astronaut gear is being submerged underwater.
|
Someone in teletubbie gear is being submerged underwater.
| 2 | -100 |
And astronaut is not a teletubbie.
|
exists e1 s1 x1 x2 x3.(Recipient(e1,x3) & Theme(e1,x1) & v_submerge(e1) & n_underwater(x3) & in(x1,x2) & n_gear(x2) & a_astronaut(s1) & Theme(s1,x2) & n_person(x1))
|
exists e1 x1 x2 x3 x4.(Recipient(e1,x4) & Theme(e1,x1) & v_submerge(e1) & n_underwater(x4) & in(x1,x2) & n_gear(x2) & of(x2,x3) & n_teletubbie(x3) & n_person(x1))
|
4db42a74-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_submerge(e1) & n_underwater(x3) & n_person(x1) & n_gear(x2) & in(x1,x2) & a_astronaut(s1) & Theme(s1,x2) & Theme(e1,x1) & Recipient(e1,x3))
|
exists e1 x1 x2 x3 x4.(v_submerge(e1) & of(x2,x3) & n_underwater(x4) & n_teletubbie(x3) & n_person(x1) & n_gear(x2) & in(x1,x2) & Theme(e1,x1) & Recipient(e1,x4))
|
||
Someone in astronaut gear is being submerged underwater.
|
Someone in astronaut gear is being put underwater.
| 0 | -100 |
Being submerged underwater only can mean one is being put there.
|
exists e1 s1 x1 x2 x3.(Recipient(e1,x3) & Theme(e1,x1) & v_submerge(e1) & n_underwater(x3) & in(x1,x2) & n_gear(x2) & a_astronaut(s1) & Theme(s1,x2) & n_person(x1))
|
exists e1 s1 x1 x2 x3.(Time(e1,x3) & n_underwater(x3) & Theme(e1,x1) & v_put(e1) & in(x1,x2) & n_gear(x2) & a_astronaut(s1) & Theme(s1,x2) & n_person(x1))
|
4db42f56-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_submerge(e1) & n_underwater(x3) & n_person(x1) & n_gear(x2) & in(x1,x2) & a_astronaut(s1) & Theme(s1,x2) & Theme(e1,x1) & Recipient(e1,x3))
|
exists e1 s1 x1 x2 x3.(v_put(e1) & n_underwater(x3) & n_person(x1) & n_gear(x2) & in(x1,x2) & a_astronaut(s1) & Time(e1,x3) & Theme(s1,x2) & Theme(e1,x1))
|
||
Someone in astronaut gear is being submerged underwater.
|
A man in astronaut gear is being submerged underwater.
| 1 | -100 |
Someone is not necessarily a man.
|
exists e1 s1 x1 x2 x3.(Recipient(e1,x3) & Theme(e1,x1) & v_submerge(e1) & n_underwater(x3) & in(x1,x2) & n_gear(x2) & a_astronaut(s1) & Theme(s1,x2) & n_person(x1))
|
exists e1 s1 x1 x2 x3.(Recipient(e1,x3) & Theme(e1,x1) & v_submerge(e1) & n_underwater(x3) & in(x1,x2) & n_gear(x2) & a_astronaut(s1) & Theme(s1,x2) & n_man(x1))
|
4db434ba-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_submerge(e1) & n_underwater(x3) & n_person(x1) & n_gear(x2) & in(x1,x2) & a_astronaut(s1) & Theme(s1,x2) & Theme(e1,x1) & Recipient(e1,x3))
|
exists e1 s1 x1 x2 x3.(v_submerge(e1) & n_underwater(x3) & n_man(x1) & n_gear(x2) & in(x1,x2) & a_astronaut(s1) & Theme(s1,x2) & Theme(e1,x1) & Recipient(e1,x3))
|
||
A worker in a hard hat and orange vest is working.
|
The work required a hard hat be worn while working on the job.
| 0 | -100 |
Both worker are wearing a hard hat while working on the job.
|
exists e1 s1 x1 x2 x3 x4 x5.(Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_vest(x4) & of(x4,x5) & n_orange(x5) & n_hat(x3) & a_hard(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_worker(x1))
|
exists e3 e1 e2 s1 x1 x2 x3 x4.(n_job(x4) & n_work(x1) & while(e2,e3) & on(e3,x4) & Actor(e3,x1) & v_work(e3) & Theme(e2,x1) & v_wear(e2) & Theme(e1,x3) & Actor(e1,x2) & v_require(e1) & n_hat(x3) & a_hard(s1) & Theme(s1,x3) & (x1 = x2))
|
4db4413a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_work(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_worker(x1) & n_vest(x4) & n_orange(x5) & n_hat(x3) & in(x1,x2) & a_hard(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists e3 e1 e2 s1 x1 x2 x3 x4.(while(e2,e3) & v_work(e3) & v_wear(e2) & v_require(e1) & on(e3,x4) & n_work(x1) & n_job(x4) & n_hat(x3) & a_hard(s1) & Theme(s1,x3) & Theme(e2,x1) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x2) & (x1 = x2))
|
||
A group of people in yellow and black uniforms performing in front of a large crowd.
|
The group performing were wearing teal and fuschia uniforms.
| 2 | -100 |
Yellow and black are different colors than teal and fuschia.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(e1,x5) & of(x5,x6) & n_crowd(x6) & a_large(s3) & Theme(s3,x6) & n_front(x5) & Actor(e1,x4) & v_perform(e1) & (x1 = x4) & of(x1,x2) & in(x2,x3) & n_uniform(x3) & a_black(s2) & Theme(s2,x3) & a_yellow(s1) & Theme(s1,x3) & n_people(x2) & n_group(x1))
|
exists e1 e2 x1 x2 x3 x4 x5.(n_group(x1) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & n_uniform(x3) & of(x3,x5) & n_fuschium(x5) & of(x3,x4) & n_teal(x4) & Actor(e1,x2) & v_perform(e1) & (x1 = x2))
|
4db45a12-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_perform(e1) & of(x5,x6) & of(x1,x2) & n_uniform(x3) & n_people(x2) & n_group(x1) & n_front(x5) & n_crowd(x6) & in(x2,x3) & in(e1,x5) & a_yellow(s1) & a_topic(x1) & a_large(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x4) & (x1 = x4))
|
exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e2) & v_perform(e1) & of(x3,x5) & of(x3,x4) & n_uniform(x3) & n_teal(x4) & n_group(x1) & n_fuschium(x5) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two workers are working with a tool and attaching an item to stone.
|
The boy swims in the lake.
| 2 | -100 |
A boy who swim in a lake is not two workers working on stone.
|
exists e2 e1 p1 x1 x2 x3 x4 x5.(Topic(e2,p1) & exists e3.(Actor(e3,x3) & v_stone(e3)) & Theme(e2,x5) & Actor(e2,x4) & v_attach(e2) & n_item(x5) & n_worker(x4) & card_eq_2(x4) & n_worker(x3) & card_eq_2(x3) & with(e1,x2) & n_tool(x2) & Actor(e1,x1) & v_work(e1) & n_worker(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_lake(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1))
|
4db46b1a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(e1,x2) & v_work(e1) & v_attach(e2) & n_worker(x4) & n_worker(x3) & n_worker(x1) & n_tool(x2) & n_item(x5) & exists e3.(v_stone(e3) & Actor(e3,x3)) & card_eq_2(x4) & card_eq_2(x3) & card_eq_2(x1) & Topic(e2,p1) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 x1 x2.(v_swim(e1) & n_lake(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
two construction workers at work
| 1 | 0.988398 |
Two construction workers using tools are not necessarily at work.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_work(x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & card_eq_2(x1))
|
4db47f2e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists x1 x2 x3.(of(x1,x2) & n_worker(x1) & n_work(x3) & n_construction(x2) & card_eq_2(x1) & at(x1,x3) & a_topic(x1))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
Two man sled down the hill.
| 2 | 0 |
Sledding does not go with using tools.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(n_hill(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_sled(e1) & n_man(x1) & card_eq_2(x1))
|
4db484d8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_sled(e1) & n_man(x1) & n_hill(x2) & card_eq_2(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
People in uniform
| 0 | 1 |
Two men with construction uniforms are people in uniform
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists x1 x2.(a_topic(x1) & in(x1,x2) & n_uniform(x2) & n_people(x1))
|
4db48ec4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists x1 x2.(n_uniform(x2) & n_people(x1) & in(x1,x2) & a_topic(x1))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
Two men work to restore a historic site.
| 1 | 0.000543 |
Just because men work on the side of a wall does not imply it is to restore a historic site.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists e1 p1 x1 x2.(Topic(e1,p1) & exists e2 s1 x3.(Theme(e2,x3) & Actor(e2,x1) & v_restore(e2) & n_site(x3) & a_historic(s1) & Theme(s1,x3)) & Actor(e1,x2) & v_work(e1) & n_man(x2) & card_eq_2(x2) & n_man(x1) & card_eq_2(x1))
|
4db4939c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_work(e1) & n_man(x2) & n_man(x1) & exists e2 s1 x3.(v_restore(e2) & n_site(x3) & a_historic(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x1)) & card_eq_2(x2) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x2))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
Two men are working with power tools on a wall.
| 1 | 0.164998 |
Not all tools are power tools.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(on(e1,x4) & n_wall(x4) & with(e1,x2) & n_tool(x2) & of(x2,x3) & n_power(x3) & Actor(e1,x1) & v_work(e1) & n_man(x1) & card_eq_2(x1))
|
4db49d4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(with(e1,x2) & v_work(e1) & on(e1,x4) & of(x2,x3) & n_wall(x4) & n_tool(x2) & n_power(x3) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
People in terrible uniforms
| 1 | 0.009917 |
Not all construction uniforms are terrible.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_uniform(x2) & a_terrible(s1) & Theme(s1,x2) & n_people(x1))
|
4db4ae4a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists s1 x1 x2.(n_uniform(x2) & n_people(x1) & in(x1,x2) & a_topic(x1) & a_terrible(s1) & Theme(s1,x2))
|
||
Two men with construction uniforms are using tools on the side of a wall.
|
Two men are tearing down a wall.
| 1 | 0.014861 |
The men on the side of a wall are not necessarily tearing down a wall.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_side(x5) & Theme(e1,x4) & Actor(e1,x1) & v_use(e1) & on(x4,x5) & of(x5,x6) & n_wall(x6) & n_tool(x4) & with(x1,x2) & n_uniform(x2) & of(x2,x3) & n_construction(x3) & n_man(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_tear(e1) & n_wall(x2) & n_man(x1) & card_eq_2(x1))
|
4db4c146-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_use(e1) & on(x4,x5) & of(x5,x6) & of(x2,x3) & n_wall(x6) & n_uniform(x2) & n_tool(x4) & n_side(x5) & n_man(x1) & n_construction(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_tear(e1) & n_wall(x2) & n_man(x1) & card_eq_2(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl rides a horse.
|
A girl is on top of a horse's back.
| 0 | 0.979136 |
If one rides a horse, they are on top of a horse's back.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists p1 x1.(exists x2 x3 x4.(on(x1,x2) & of(x2,x4) & n_back(x4) & of(x4,x3) & n_horse(x3) & n_top(x2)) & n_girl(x1))
|
4db64372-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1.(n_girl(x1) & exists x2 x3 x4.(on(x1,x2) & of(x4,x3) & of(x2,x4) & n_top(x2) & n_horse(x3) & n_back(x4)))
|
||
A girl rides a horse.
|
A girl saddles a horse.
| 2 | 0 |
A girl couldn't rides a horse if she never saddles it.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_saddle(e1) & n_horse(x2) & n_girl(x1))
|
4db65dee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_saddle(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl rides a horse.
|
A girl is riding a horse through a park.
| 1 | 0.599798 |
People can ride horses in locations other than the park.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists e1 x1 x2 x3.(through(e1,x3) & n_park(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
4db662da-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_ride(e1) & through(e1,x3) & n_park(x3) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl rides a horse.
|
A small girl rides her horse
| 1 | 0.632736 |
A girl riding a horse does not necessarily imply that it is her horse.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & a_small(s1) & Theme(s1,x1))
|
4db66c9e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_ride(e1) & of(x2,x1) & n_horse(x2) & n_girl(x1) & n_female(x1) & a_small(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl rides a horse.
|
An individual is taking a ride through the woods.
| 1 | 0.151036 |
It cannot be inferred that the girl is riding in the woods.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists e1 x1 x2 x3.(n_wood(x3) & through(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_ride(x2) & n_individual(x1))
|
4db68116-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_take(e1) & through(e1,x3) & n_wood(x3) & n_ride(x2) & n_individual(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl rides a horse.
|
A girl rides a horse in competion and approaches the first jump.
| 1 | 0.020734 |
It cannot be inferred that the girl and horse are in a competition or about to approach their first jump.
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_girl(x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(n_jump(x5) & a_first(s1) & Theme(s1,x5) & Theme(e2,x5) & Actor(e2,x4) & v_approach(e2) & n_girl(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & in(x2,x3) & n_competion(x3) & n_horse(x2) & n_girl(x1))
|
4db6862a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_ride(e1) & n_horse(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_ride(e1) & v_approach(e2) & n_jump(x5) & n_horse(x2) & n_girl(x4) & n_girl(x1) & n_competion(x3) & in(x2,x3) & a_first(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
a player prepares to swing
| 1 | 0.960391 |
It cannot be inferred that the Yankee is about to swing the bat.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Actor(e2,x1) & v_swing(e2)) & n_player(x1))
|
4db6b0d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 p1 x1.(v_prepare(e1) & n_player(x1) & exists e2.(v_swing(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
A player is inspecting his baseball bat for damage.
| 1 | 0.075299 |
It cannot be inferred that the Yankee is inspecting the bat for damage.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 x1 x2 x3 x4.(for(e1,x4) & n_damage(x4) & Theme(e1,x2) & Actor(e1,x1) & v_inspect(e1) & n_bat(x2) & of(x2,x3) & n_baseball(x3) & of(x2,x1) & n_male(x1) & n_player(x1))
|
4db6be10-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_inspect(e1) & of(x2,x3) & of(x2,x1) & n_player(x1) & n_male(x1) & n_damage(x4) & n_bat(x2) & n_baseball(x3) & for(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
Alex Rodriguez is getting ready to try to hit a home run.
| 1 | 0.156302 |
It cannot be inferred that the Yankee is Alex Rodriguez or that he is about to hit a home run.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 p1 x1 x2.(ne_per_rodriguez(x1) & (x1 = x2) & ne_per_alex(x2) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 p3.(Topic(e2,p3) & Actor(e2,x1) & v_try(e2) & exists e3 x3 x4.(Theme(e3,x3) & Actor(e3,x1) & v_hit(e3) & n_run(x3) & of(x3,x4) & n_home(x4)))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1))
|
4db6c298-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 p1 x1 x2.(v_get(e1) & ne_per_rodriguez(x1) & ne_per_alex(x2) & exists p2 s1.(exists e2 p3.(v_try(e2) & exists e3 x3 x4.(v_hit(e3) & of(x3,x4) & n_run(x3) & n_home(x4) & Theme(e3,x3) & Actor(e3,x1)) & Topic(e2,p3) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1) & (x1 = x2))
|
||
A New York Yankee holds up a bat.
|
The Yankee player is playing baseball.
| 1 | 0.994538 |
It cannot be inferred that the Yankee is playing baseball.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 x1 x2 x3.(n_player(x1) & of(x1,x2) & n_yankee(x2) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_baseball(x3))
|
4db6c702-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_play(e1) & of(x1,x2) & n_yankee(x2) & n_player(x1) & n_baseball(x3) & Theme(e1,x3) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
A child is attempting to hit a ball off a tee.
| 2 | 0.000001 |
A yankee player is not a child and doesn't hit a ball off a tee.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_attempt(e1) & exists e2 x2 x3.(off(e2,x3) & n_tee(x3) & Theme(e2,x2) & Actor(e2,x1) & v_hit(e2) & n_ball(x2)) & n_child(x1))
|
4db6cbee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 p1 x1.(v_attempt(e1) & n_child(x1) & exists e2 x2 x3.(v_hit(e2) & off(e2,x3) & n_tee(x3) & n_ball(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
A baseball player is holding his bat.
| 0 | 0.952564 |
A New York Yankee holding his bat is a specific description of a baseball player holding his bat.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bat(x3) & of(x3,x1) & n_male(x1) & n_player(x1) & of(x1,x2) & n_baseball(x2))
|
4db6dd5a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_hold(e1) & of(x3,x1) & of(x1,x2) & n_player(x1) & n_male(x1) & n_bat(x3) & n_baseball(x2) & Theme(e1,x3) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
A baseball player is holding a bat in the on deck circle.
| 1 | 0.954616 |
It cannot be inferred that the Yankee is in the on deck circle.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 x1 x2 x3 x4 x5 x6.(in(e1,x4) & on(x4,x5) & n_circle(x5) & of(x5,x6) & n_deck(x6) & n_the(x4) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bat(x3) & n_player(x1) & of(x1,x2) & n_baseball(x2))
|
4db6e6d8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & on(x4,x5) & of(x5,x6) & of(x1,x2) & n_the(x4) & n_player(x1) & n_deck(x6) & n_circle(x5) & n_bat(x3) & n_baseball(x2) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x1))
|
||
A New York Yankee holds up a bat.
|
A baseball player is holding his bat.
| 0 | 0.952564 |
A New York Yankee holding his bat is a specific description of a baseball player holding his bat.
|
exists e1 s1 x1 x2 x3 x4.(a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_bat(x4) & ne_org_yankee(x1) & (x1 = x3) & ne_org_york(x3) & (x1 = x2) & ne_org_new(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bat(x3) & of(x3,x1) & n_male(x1) & n_player(x1) & of(x1,x2) & n_baseball(x2))
|
4db6effc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & ne_org_york(x3) & ne_org_yankee(x1) & ne_org_new(x2) & n_bat(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x3) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_hold(e1) & of(x3,x1) & of(x1,x2) & n_player(x1) & n_male(x1) & n_bat(x3) & n_baseball(x2) & Theme(e1,x3) & Actor(e1,x1))
|
||
A pair is performing in a ballet.
|
The stars of a ballet troupe are performing a Tchaikovsky ballet.
| 1 | -100 |
It cannot be inferred that the pair are stars or that they are performing a Tchaikovsky ballet.
|
exists e1 x1 x2.(in(e1,x2) & n_ballet(x2) & Actor(e1,x1) & v_perform(e1) & n_pair(x1))
|
exists e1 x1 x2 x3 x4 x5.(n_star(x1) & Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & n_ballet(x4) & (x4 = x5) & ne_org_tchaikovsky(x5) & of(x1,x2) & n_troupe(x2) & of(x2,x3) & n_ballet(x3))
|
4db711a8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_perform(e1) & n_pair(x1) & n_ballet(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & of(x2,x3) & of(x1,x2) & ne_org_tchaikovsky(x5) & n_troupe(x2) & n_star(x1) & n_ballet(x4) & n_ballet(x3) & Theme(e1,x4) & Actor(e1,x1) & (x4 = x5))
|
||
A pair is performing in a ballet.
|
A couple of people are doing a line dance in a dimly lit bar.
| 2 | -100 |
Ballet is not line dance.
|
exists e1 x1 x2.(in(e1,x2) & n_ballet(x2) & Actor(e1,x1) & v_perform(e1) & n_pair(x1))
|
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & in(x3,x5) & n_bar(x5) & a_lit(s1) & Theme(s1,x5) & r_dimly(x5) & n_dance(x3) & of(x3,x4) & n_line(x4) & of(x1,x2) & n_people(x2) & n_couple(x1))
|
4db71662-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_perform(e1) & n_pair(x1) & n_ballet(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4 x5.(v_do(e1) & r_dimly(x5) & of(x3,x4) & of(x1,x2) & n_people(x2) & n_line(x4) & n_dance(x3) & n_couple(x1) & n_bar(x5) & in(x3,x5) & a_lit(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x1))
|
||
A pair is performing in a ballet.
|
Two people are dancing.
| 0 | -100 |
Dancing equates to performing.
|
exists e1 x1 x2.(in(e1,x2) & n_ballet(x2) & Actor(e1,x1) & v_perform(e1) & n_pair(x1))
|
exists e1 x1.(Actor(e1,x1) & v_dance(e1) & n_people(x1) & card_eq_2(x1))
|
4db71aea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_perform(e1) & n_pair(x1) & n_ballet(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_dance(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
Young boys playing ball on the beach.
|
The children are playing.
| 0 | -100 |
"Young boys playing ball" is a rephrasing of "children are playing"
|
exists e1 s1 x1 x2 x3 x4.(n_beach(x4) & a_topic(x1) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_play(e1))
|
4db720e4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_boy(x1) & n_beach(x4) & n_ball(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_play(e1) & n_child(x1) & Actor(e1,x1))
|
||
Young boys playing ball on the beach.
|
The ball is lightweight.
| 1 | -100 |
You can not infer it is lightweight.
|
exists e1 s1 x1 x2 x3 x4.(n_beach(x4) & a_topic(x1) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
exists s1 x1.(n_ball(x1) & Theme(s1,x1) & a_lightweight(s1))
|
4db72594-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_boy(x1) & n_beach(x4) & n_ball(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_ball(x1) & a_lightweight(s1) & Theme(s1,x1))
|
||
Young boys playing ball on the beach.
|
The children are on a basketball court.
| 2 | -100 |
the boys cannot be on the beach or a basketball court at the same time
|
exists e1 s1 x1 x2 x3 x4.(n_beach(x4) & a_topic(x1) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(n_child(x1) & exists x2 x3.(on(x1,x2) & n_court(x2) & of(x2,x3) & n_basketball(x3)))
|
4db72ba2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_boy(x1) & n_beach(x4) & n_ball(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_child(x1) & exists x2 x3.(on(x1,x2) & of(x2,x3) & n_court(x2) & n_basketball(x3)))
|
||
A male dancer is lifting a female dancer by the waist and leg.
|
The female dancer is in the air.
| 1 | -100 |
Lifting a female dancer by the waist and leg does not imply being in the air.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_leg(x5) & n_waist(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x2) & Actor(e1,x1) & v_lift(e1) & by(x2,x3) & n_dancer(x2) & a_female(s2) & Theme(s2,x2) & n_dancer(x1) & a_male(s1) & Theme(s1,x1))
|
exists p1 s1 x1 x2.(n_air(x2) & n_dancer(x1) & a_female(s1) & Theme(s1,x1) & in(x1,x2))
|
4db73fca-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_lift(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_waist(x4) & n_leg(x5) & n_dancer(x2) & n_dancer(x1) & by(x2,x3) & a_male(s1) & a_female(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists s1 x1 x2.(n_dancer(x1) & n_air(x2) & in(x1,x2) & a_female(s1) & Theme(s1,x1))
|
||
A male dancer is lifting a female dancer by the waist and leg.
|
Someone is being lifted.
| 0 | -100 |
The action of lifting someone up causes them to be lifted.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_leg(x5) & n_waist(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x2) & Actor(e1,x1) & v_lift(e1) & by(x2,x3) & n_dancer(x2) & a_female(s2) & Theme(s2,x2) & n_dancer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1.(Theme(e1,x1) & v_lift(e1) & n_person(x1))
|
4db7454c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_lift(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_waist(x4) & n_leg(x5) & n_dancer(x2) & n_dancer(x1) & by(x2,x3) & a_male(s1) & a_female(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_lift(e1) & n_person(x1) & Theme(e1,x1))
|
||
A male dancer is lifting a female dancer by the waist and leg.
|
The dancers are resting.
| 2 | -100 |
If one dancer is lifting another then they aren't resting.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_leg(x5) & n_waist(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x2) & Actor(e1,x1) & v_lift(e1) & by(x2,x3) & n_dancer(x2) & a_female(s2) & Theme(s2,x2) & n_dancer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1.(n_dancer(x1) & Actor(e1,x1) & v_rest(e1))
|
4db74a4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_lift(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_waist(x4) & n_leg(x5) & n_dancer(x2) & n_dancer(x1) & by(x2,x3) & a_male(s1) & a_female(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_rest(e1) & n_dancer(x1) & Actor(e1,x1))
|
||
A surfer riding the wave.
|
A person riding a wave for a competition.
| 1 | -100 |
Riding a wave does not imply it being a competition.
|
exists e1 x1 x2 x3.(n_wave(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & (x1 = x2) & n_surfer(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & for(e1,x4) & n_competition(x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_wave(x3) & (x1 = x2) & n_person(x1))
|
4db74f24-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & n_wave(x3) & n_surfer(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_ride(e1) & n_wave(x3) & n_person(x1) & n_competition(x4) & for(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A surfer riding the wave.
|
A person surfing.
| 0 | -100 |
Riding the wave is called surfing.
|
exists e1 x1 x2 x3.(n_wave(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & (x1 = x2) & n_surfer(x1))
|
exists x1 x2.(a_topic(x1) & Time(x1,x2) & n_surfing(x2) & n_person(x1))
|
4db753f2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & n_wave(x3) & n_surfer(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2.(n_surfing(x2) & n_person(x1) & a_topic(x1) & Time(x1,x2))
|
||
A surfer riding the wave.
|
A person learning to swim.
| 2 | -100 |
A surfer riding a wave isn't learning to swim.
|
exists e1 x1 x2 x3.(n_wave(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & (x1 = x2) & n_surfer(x1))
|
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_learn(e1) & exists e2.(Actor(e2,x2) & v_swim(e2)) & (x1 = x2) & n_person(x1))
|
4db758c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & n_wave(x3) & n_surfer(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 x1 x2.(v_learn(e1) & n_person(x1) & exists e2.(v_swim(e2) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
|
||
Woman in a bikini top is walking on the beach
|
The woman is wearing a spandex body suit
| 2 | -100 |
A woman wouldn't wear a body suit at the beach.
|
exists e1 x1 x2 x3 x4.(n_beach(x4) & ne_nam_woman(x1) & on(e1,x4) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_bikini(x3))
|
exists e1 x1 x2 x3 x4.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2) & of(x2,x4) & n_body(x4) & of(x2,x3) & n_spandex(x3))
|
4db75e24-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_walk(e1) & on(e1,x4) & of(x2,x3) & ne_nam_woman(x1) & n_top(x2) & n_bikini(x3) & n_beach(x4) & in(x1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_wear(e1) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_suit(x2) & n_spandex(x3) & n_body(x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
Woman in a bikini top is walking on the beach
|
A woman is on the beach
| 0 | -100 |
If someone is walking on the beach, they must be on the beach.
|
exists e1 x1 x2 x3 x4.(n_beach(x4) & ne_nam_woman(x1) & on(e1,x4) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_bikini(x3))
|
exists p1 x1 x2.(n_beach(x2) & on(x1,x2) & n_woman(x1))
|
4db762e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_walk(e1) & on(e1,x4) & of(x2,x3) & ne_nam_woman(x1) & n_top(x2) & n_bikini(x3) & n_beach(x4) & in(x1,x2) & Actor(e1,x1))
|
exists x1 x2.(on(x1,x2) & n_woman(x1) & n_beach(x2))
|
||
Woman in a bikini top is walking on the beach
|
The woman is a bikini model
| 1 | -100 |
Wearing a bikini does not imply being a model.
|
exists e1 x1 x2 x3 x4.(n_beach(x4) & ne_nam_woman(x1) & on(e1,x4) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_bikini(x3))
|
exists p1 x1.(n_woman(x1) & exists x2 x3.((x1 = x2) & n_model(x2) & of(x2,x3) & n_bikini(x3)))
|
4db76842-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_walk(e1) & on(e1,x4) & of(x2,x3) & ne_nam_woman(x1) & n_top(x2) & n_bikini(x3) & n_beach(x4) & in(x1,x2) & Actor(e1,x1))
|
exists x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_model(x2) & n_bikini(x3) & (x1 = x2)))
|
||
A man navigating a watercraft under partly cloudy skies.
|
A woman navigating a watercraft under partly cloudy skies.
| 2 | -100 |
a man or a woman are different people
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s1) & Theme(s1,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s1) & Theme(s1,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_woman(x1))
|
4db76ee6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_watercraft(x3) & n_sky(x4) & n_man(x1) & a_topic(x1) & a_cloudy(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_woman(x1) & n_watercraft(x3) & n_sky(x4) & a_topic(x1) & a_cloudy(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man navigating a watercraft under partly cloudy skies.
|
A person navigating a watercraft under partly cloudy skies.
| 0 | -100 |
"man navigating a watercraft" is a rephrasing of "person navigating a watercraft"
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s1) & Theme(s1,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s1) & Theme(s1,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_person(x1))
|
4db774c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_watercraft(x3) & n_sky(x4) & n_man(x1) & a_topic(x1) & a_cloudy(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_watercraft(x3) & n_sky(x4) & n_person(x1) & a_topic(x1) & a_cloudy(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man navigating a watercraft under partly cloudy skies.
|
A sad man navigating a watercraft under partly cloudy skies.
| 1 | -100 |
A man does not mean that the man is sad.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s1) & Theme(s1,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_man(x1))
|
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_sky(x4) & a_cloudy(s2) & Theme(s2,x4) & r_partly(x4) & Theme(e1,x3) & Actor(e1,x2) & v_navigate(e1) & n_watercraft(x3) & (x1 = x2) & n_man(x1) & a_sad(s1) & Theme(s1,x1))
|
4db77990-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_watercraft(x3) & n_sky(x4) & n_man(x1) & a_topic(x1) & a_cloudy(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 x1 x2 x3 x4.(v_navigate(e1) & under(e1,x4) & r_partly(x4) & n_watercraft(x3) & n_sky(x4) & n_man(x1) & a_topic(x1) & a_sad(s1) & a_cloudy(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man on a boat and has a beautiful sky above him.
|
A man is relaxing on a boat.
| 1 | -100 |
Having a beautiful sky above him does not imply relaxing necessarily.
|
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x3) & Theme(e1,x5) & Actor(e1,x4) & v_have(e1) & above(x5,x1) & n_male(x1) & n_sky(x5) & a_beautiful(s1) & Theme(s1,x5) & (x3 = x4) & n_man(x3) & a_topic(x1) & on(x1,x2) & n_boat(x2) & n_man(x1))
|
exists e1 x1 x2.(on(e1,x2) & n_boat(x2) & Actor(e1,x1) & v_relax(e1) & n_man(x1))
|
4db77e54-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & on(x1,x2) & n_sky(x5) & n_man(x3) & n_man(x1) & n_male(x1) & n_boat(x2) & above(x5,x1) & a_topic(x3) & a_topic(x1) & a_beautiful(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_relax(e1) & on(e1,x2) & n_man(x1) & n_boat(x2) & Actor(e1,x1))
|
||
A man on a boat and has a beautiful sky above him.
|
A man is navigating in a storm.
| 2 | -100 |
If the sky is beautiful then there is no storm.
|
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x3) & Theme(e1,x5) & Actor(e1,x4) & v_have(e1) & above(x5,x1) & n_male(x1) & n_sky(x5) & a_beautiful(s1) & Theme(s1,x5) & (x3 = x4) & n_man(x3) & a_topic(x1) & on(x1,x2) & n_boat(x2) & n_man(x1))
|
exists e1 x1 x2.(in(e1,x2) & n_storm(x2) & Actor(e1,x1) & v_navigate(e1) & n_man(x1))
|
4db7830e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & on(x1,x2) & n_sky(x5) & n_man(x3) & n_man(x1) & n_male(x1) & n_boat(x2) & above(x5,x1) & a_topic(x3) & a_topic(x1) & a_beautiful(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_navigate(e1) & n_storm(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1))
|
||
A man on a boat and has a beautiful sky above him.
|
A man is outside on a nice day.
| 0 | -100 |
To have a sky above you must be outside.
|
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x3) & Theme(e1,x5) & Actor(e1,x4) & v_have(e1) & above(x5,x1) & n_male(x1) & n_sky(x5) & a_beautiful(s1) & Theme(s1,x5) & (x3 = x4) & n_man(x3) & a_topic(x1) & on(x1,x2) & n_boat(x2) & n_man(x1))
|
exists s1 s2 x1 x2.(on(s1,x2) & n_day(x2) & a_nice(s2) & Theme(s2,x2) & Theme(s1,x1) & a_outside(s1) & n_man(x1))
|
4db787d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & on(x1,x2) & n_sky(x5) & n_man(x3) & n_man(x1) & n_male(x1) & n_boat(x2) & above(x5,x1) & a_topic(x3) & a_topic(x1) & a_beautiful(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists s1 s2 x1 x2.(on(s1,x2) & n_man(x1) & n_day(x2) & a_outside(s1) & a_nice(s2) & Theme(s2,x2) & Theme(s1,x1))
|
||
A sailor steers a sailboat through a turn.
|
A sailor steers a sailboat through a turn on a rough sea.
| 1 | -100 |
Steers through a turn does not imply rough seas.
|
exists e1 x1 x2 x3.(through(e1,x3) & n_turn(x3) & Theme(e1,x2) & Actor(e1,x1) & v_steer(e1) & n_sailboat(x2) & n_sailor(x1))
|
exists e1 s1 x1 x2 x3 x4.(through(e1,x3) & on(x3,x4) & n_sea(x4) & a_rough(s1) & Theme(s1,x4) & n_turn(x3) & Theme(e1,x2) & Actor(e1,x1) & v_steer(e1) & n_sailboat(x2) & n_sailor(x1))
|
4db78d04-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_steer(e1) & through(e1,x3) & n_turn(x3) & n_sailor(x1) & n_sailboat(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_steer(e1) & through(e1,x3) & on(x3,x4) & n_turn(x3) & n_sea(x4) & n_sailor(x1) & n_sailboat(x2) & a_rough(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
A sailor steers a sailboat through a turn.
|
A sailor is steering a sailboat.
| 0 | -100 |
If a sailor steers something they are said to be steering.
|
exists e1 x1 x2 x3.(through(e1,x3) & n_turn(x3) & Theme(e1,x2) & Actor(e1,x1) & v_steer(e1) & n_sailboat(x2) & n_sailor(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_steer(e1) & n_sailboat(x2) & n_sailor(x1))
|
4db79330-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_steer(e1) & through(e1,x3) & n_turn(x3) & n_sailor(x1) & n_sailboat(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_steer(e1) & n_sailor(x1) & n_sailboat(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A sailor steers a sailboat through a turn.
|
A man is rowing a boat in a river.
| 2 | -100 |
No one rowing a sailboat.
|
exists e1 x1 x2 x3.(through(e1,x3) & n_turn(x3) & Theme(e1,x2) & Actor(e1,x1) & v_steer(e1) & n_sailboat(x2) & n_sailor(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_row(e1) & in(x2,x3) & n_river(x3) & n_boat(x2) & n_man(x1))
|
4db797ea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_steer(e1) & through(e1,x3) & n_turn(x3) & n_sailor(x1) & n_sailboat(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_row(e1) & n_river(x3) & n_man(x1) & n_boat(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man piloting behind the wheel of a boat.
|
A captain runs a charter cruise.
| 1 | -100 |
Man piloting does not imply captain or that it is a charter cruise.
|
exists e1 x1 x2 x3 x4.(n_wheel(x3) & a_topic(x1) & behind(e1,x3) & of(x3,x4) & n_boat(x4) & Actor(e1,x2) & v_pilot(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_cruise(x2) & of(x2,x3) & n_charter(x3) & n_captain(x1))
|
4db79c72-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_pilot(e1) & of(x3,x4) & n_wheel(x3) & n_man(x1) & n_boat(x4) & behind(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_run(e1) & of(x2,x3) & n_cruise(x2) & n_charter(x3) & n_captain(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man piloting behind the wheel of a boat.
|
A man drives a boat.
| 0 | -100 |
A person piloting a vehicle drives it.
|
exists e1 x1 x2 x3 x4.(n_wheel(x3) & a_topic(x1) & behind(e1,x3) & of(x3,x4) & n_boat(x4) & Actor(e1,x2) & v_pilot(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_boat(x2) & n_man(x1))
|
4db7a0c8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_pilot(e1) & of(x3,x4) & n_wheel(x3) & n_man(x1) & n_boat(x4) & behind(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_drive(e1) & n_man(x1) & n_boat(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man piloting behind the wheel of a boat.
|
A kid surfs.
| 2 | -100 |
A man on a boat is not a kid who surfs.
|
exists e1 x1 x2 x3 x4.(n_wheel(x3) & a_topic(x1) & behind(e1,x3) & of(x3,x4) & n_boat(x4) & Actor(e1,x2) & v_pilot(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1.(Actor(e1,x1) & v_surf(e1) & n_kid(x1))
|
4db7a53c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_pilot(e1) & of(x3,x4) & n_wheel(x3) & n_man(x1) & n_boat(x4) & behind(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_surf(e1) & n_kid(x1) & Actor(e1,x1))
|
||
Young people, both girls and boys jumping high into the air on the street they are going down.
|
Two people that are skateboarding are jumping ramps on the street.
| 1 | -100 |
Jumping high into the air does not imply skateboarding or jumping ramps.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & n_air(x6) & n_thing(x6) & n_boy(x4) & n_girl(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_go(e2) & rel(x1,x2) & into(e1,x6) & on(x6,x7) & a_high(s2) & Manner(e1,s2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x2 = x5) & n_people(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 e2 x1 x2 x3 x4.(n_street(x4) & on(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_jump(e2) & n_ramp(x3) & Actor(e1,x2) & v_skateboard(e1) & (x1 = x2) & n_people(x1) & card_eq_2(x1))
|
4db7a99c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & v_go(e2) & subset_of(x4,x2) & subset_of(x3,x2) & rel(x1,x2) & on(x6,x7) & n_thing(x6) & n_street(x7) & n_people(x1) & n_girl(x3) & n_boy(x4) & n_air(x6) & into(e1,x6) & a_young(s1) & a_high(s2) & a_down(s3) & Theme(s1,x1) & Theme(e1,x6) & Manner(e2,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x5) & (x2 = x5))
|
exists e1 e2 x1 x2 x3 x4.(v_skateboard(e1) & v_jump(e2) & on(e2,x4) & n_street(x4) & n_ramp(x3) & n_people(x1) & card_eq_2(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Young people, both girls and boys jumping high into the air on the street they are going down.
|
Two people jumping outdoors.
| 0 | -100 |
If people are on the street jamping they must be outdoors.
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & n_air(x6) & n_thing(x6) & n_boy(x4) & n_girl(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_go(e2) & rel(x1,x2) & into(e1,x6) & on(x6,x7) & a_high(s2) & Manner(e1,s2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x2 = x5) & n_people(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_jump(e1) & n_outdoors(x3) & (x1 = x2) & n_people(x1) & card_eq_2(x1))
|
4db7ae10-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & v_go(e2) & subset_of(x4,x2) & subset_of(x3,x2) & rel(x1,x2) & on(x6,x7) & n_thing(x6) & n_street(x7) & n_people(x1) & n_girl(x3) & n_boy(x4) & n_air(x6) & into(e1,x6) & a_young(s1) & a_high(s2) & a_down(s3) & Theme(s1,x1) & Theme(e1,x6) & Manner(e2,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x5) & (x2 = x5))
|
exists e1 x1 x2 x3.(v_jump(e1) & n_people(x1) & n_outdoors(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Young people, both girls and boys jumping high into the air on the street they are going down.
|
Two people are having lunch.
| 2 | -100 |
If the people are jumping they aren't having lunch.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & n_air(x6) & n_thing(x6) & n_boy(x4) & n_girl(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_go(e2) & rel(x1,x2) & into(e1,x6) & on(x6,x7) & a_high(s2) & Manner(e1,s2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x2 = x5) & n_people(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_lunch(x2) & n_people(x1) & card_eq_2(x1))
|
4db7b2d4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & v_go(e2) & subset_of(x4,x2) & subset_of(x3,x2) & rel(x1,x2) & on(x6,x7) & n_thing(x6) & n_street(x7) & n_people(x1) & n_girl(x3) & n_boy(x4) & n_air(x6) & into(e1,x6) & a_young(s1) & a_high(s2) & a_down(s3) & Theme(s1,x1) & Theme(e1,x6) & Manner(e2,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x5) & (x2 = x5))
|
exists e1 x1 x2.(v_have(e1) & n_people(x1) & n_lunch(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A Indian woman in coral and brown is speaking on a cellphone.
|
The woman is calling her dad on the cellphone.
| 1 | -100 |
Just because an Indian woman in coral and brown is speaking on a cellphone does not mean she is calling her dad.
|
exists e1 s1 s2 x1 x2 x3.(on(e1,x3) & n_cellphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_brown(x2) & a_coral(s2) & Theme(s2,x2) & n_woman(x1) & a_indian(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_cellphone(x3) & n_dad(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_call(e1) & on(x2,x3))
|
4db7b752-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_speak(e1) & on(e1,x3) & n_woman(x1) & n_cellphone(x3) & n_brown(x2) & in(x1,x2) & a_indian(s1) & a_coral(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_call(e1) & on(x2,x3) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_dad(x2) & n_cellphone(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A Indian woman in coral and brown is speaking on a cellphone.
|
The woman is using a phone.
| 0 | -100 |
A cellphone is a type of phone. Indian describes the woman.
|
exists e1 s1 s2 x1 x2 x3.(on(e1,x3) & n_cellphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_brown(x2) & a_coral(s2) & Theme(s2,x2) & n_woman(x1) & a_indian(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_phone(x2))
|
4db7bc70-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_speak(e1) & on(e1,x3) & n_woman(x1) & n_cellphone(x3) & n_brown(x2) & in(x1,x2) & a_indian(s1) & a_coral(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_use(e1) & n_woman(x1) & n_phone(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A Indian woman in coral and brown is speaking on a cellphone.
|
The woman is speaking into a bullhorn.
| 2 | -100 |
Either she's speaking into a cellphone or a bullhorn.
|
exists e1 s1 s2 x1 x2 x3.(on(e1,x3) & n_cellphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_brown(x2) & a_coral(s2) & Theme(s2,x2) & n_woman(x1) & a_indian(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_woman(x1) & into(e1,x2) & n_bullhorn(x2) & Actor(e1,x1) & v_speak(e1))
|
4db7c0e4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_speak(e1) & on(e1,x3) & n_woman(x1) & n_cellphone(x3) & n_brown(x2) & in(x1,x2) & a_indian(s1) & a_coral(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_speak(e1) & n_woman(x1) & n_bullhorn(x2) & into(e1,x2) & Actor(e1,x1))
|
||
An old Indian woman who looks to be sitting on the floor in her home, enjoying a phone call.
|
A woman on the phone.
| 0 | -100 |
To be enjoying a phone call you must be on the phone.
|
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(n_home(x6) & of(x6,x5) & n_female(x5) & n_floor(x5) & a_topic(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x2) & v_enjoy(e2) & n_call(x3) & of(x3,x4) & n_phone(x4) & Topic(e1,p1) & Actor(e1,x2) & v_look(e1) & exists e3.(in(e3,x6) & on(e3,x5) & Actor(e3,x2) & v_sit(e3)) & (x1 = x2) & n_woman(x1) & a_indian(s2) & Theme(s2,x1) & a_old(s1) & Theme(s1,x1))
|
exists x1 x2.(n_phone(x2) & a_topic(x1) & on(x1,x2) & n_woman(x1))
|
4db7d278-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & v_enjoy(e2) & of(x6,x5) & of(x3,x4) & n_woman(x1) & n_phone(x4) & n_home(x6) & n_floor(x5) & n_female(x5) & n_call(x3) & for(e1,e2) & exists e3.(v_sit(e3) & on(e3,x5) & in(e3,x6) & Actor(e3,x2)) & a_topic(x1) & a_old(s1) & a_indian(s2) & Topic(e1,p1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2.(on(x1,x2) & n_woman(x1) & n_phone(x2) & a_topic(x1))
|
||
An old Indian woman who looks to be sitting on the floor in her home, enjoying a phone call.
|
A woman takes a nap on the floor.
| 2 | -100 |
Enjoying a phone call can't be done while taking a nap.
|
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(n_home(x6) & of(x6,x5) & n_female(x5) & n_floor(x5) & a_topic(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x2) & v_enjoy(e2) & n_call(x3) & of(x3,x4) & n_phone(x4) & Topic(e1,p1) & Actor(e1,x2) & v_look(e1) & exists e3.(in(e3,x6) & on(e3,x5) & Actor(e3,x2) & v_sit(e3)) & (x1 = x2) & n_woman(x1) & a_indian(s2) & Theme(s2,x1) & a_old(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_floor(x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & on(x2,x3) & n_nap(x2) & n_woman(x1))
|
4db7d6e2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & v_enjoy(e2) & of(x6,x5) & of(x3,x4) & n_woman(x1) & n_phone(x4) & n_home(x6) & n_floor(x5) & n_female(x5) & n_call(x3) & for(e1,e2) & exists e3.(v_sit(e3) & on(e3,x5) & in(e3,x6) & Actor(e3,x2)) & a_topic(x1) & a_old(s1) & a_indian(s2) & Topic(e1,p1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_take(e1) & on(x2,x3) & n_woman(x1) & n_nap(x2) & n_floor(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
An old Indian woman who looks to be sitting on the floor in her home, enjoying a phone call.
|
A woman sits on her floor and talks to her daughter who moved away via telephone.
| 1 | -100 |
Enjoying a phone call does not imply she talks to her daughter.
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(n_home(x6) & of(x6,x5) & n_female(x5) & n_floor(x5) & a_topic(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x2) & v_enjoy(e2) & n_call(x3) & of(x3,x4) & n_phone(x4) & Topic(e1,p1) & Actor(e1,x2) & v_look(e1) & exists e3.(in(e3,x6) & on(e3,x5) & Actor(e3,x2) & v_sit(e3)) & (x1 = x2) & n_woman(x1) & a_indian(s2) & Theme(s2,x1) & a_old(s1) & Theme(s1,x1))
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(on(e1,x2) & subset_of(x4,x2) & via(e2,x7) & n_telephone(x7) & a_away(s1) & Manner(e2,s1) & Actor(e2,x6) & v_move(e2) & (x4 = x6) & to(x4,x5) & n_daughter(x5) & of(x5,x1) & n_female(x1) & n_female(x1) & n_talk(x4) & subset_of(x3,x2) & n_floor(x3) & of(x3,x1) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
4db7dba6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & v_enjoy(e2) & of(x6,x5) & of(x3,x4) & n_woman(x1) & n_phone(x4) & n_home(x6) & n_floor(x5) & n_female(x5) & n_call(x3) & for(e1,e2) & exists e3.(v_sit(e3) & on(e3,x5) & in(e3,x6) & Actor(e3,x2)) & a_topic(x1) & a_old(s1) & a_indian(s2) & Topic(e1,p1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(via(e2,x7) & v_sit(e1) & v_move(e2) & to(x4,x5) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x2) & of(x5,x1) & of(x3,x1) & n_woman(x1) & n_telephone(x7) & n_talk(x4) & n_floor(x3) & n_female(x1) & n_daughter(x5) & a_away(s1) & Manner(e2,s1) & Actor(e2,x6) & Actor(e1,x1) & (x4 = x6))
|
||
An elderly woman with glasses takes a call on a cellular phone.
|
The elderly woman is talking on the phone.
| 0 | -100 |
Talking on the phone requires taking a call.
|
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x4) & n_phone(x4) & a_cellular(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_call(x3) & with(x1,x2) & n_glass(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(n_phone(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1) & on(e1,x2) & Actor(e1,x1) & v_talk(e1))
|
4db7e0a6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_take(e1) & on(e1,x4) & n_woman(x1) & n_phone(x4) & n_glass(x2) & n_call(x3) & a_elderly(s1) & a_cellular(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_talk(e1) & on(e1,x2) & n_woman(x1) & n_phone(x2) & a_elderly(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
An elderly woman with glasses takes a call on a cellular phone.
|
A woman took a call from her daughter.
| 1 | -100 |
Taking a call does not imply it is from her daughter.
|
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x4) & n_phone(x4) & a_cellular(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_call(x3) & with(x1,x2) & n_glass(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(from(e1,x3) & n_daughter(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_call(x2) & n_woman(x1))
|
4db7e542-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_take(e1) & on(e1,x4) & n_woman(x1) & n_phone(x4) & n_glass(x2) & n_call(x3) & a_elderly(s1) & a_cellular(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_take(e1) & of(x3,x1) & n_woman(x1) & n_female(x1) & n_daughter(x3) & n_call(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
An elderly woman with glasses takes a call on a cellular phone.
|
The elderly woman doesn't have a cellular phone
| 2 | -100 |
You can't take a call on a cellular phone if you don't have a cellular phone.
|
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x4) & n_phone(x4) & a_cellular(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_call(x3) & with(x1,x2) & n_glass(x2) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1))
|
exists s1 x1.(n_woman(x1) & a_elderly(s1) & Theme(s1,x1) & -exists e1 s2 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_phone(x2) & a_cellular(s2) & Theme(s2,x2)))
|
4db7e9ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_take(e1) & on(e1,x4) & n_woman(x1) & n_phone(x4) & n_glass(x2) & n_call(x3) & a_elderly(s1) & a_cellular(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists s1 x1.(n_woman(x1) & all e1 s2 x2.(-v_have(e1) | -n_phone(x2) | -a_cellular(s2) | -Theme(s2,x2) | -Theme(e1,x2) | -Actor(e1,x1)) & a_elderly(s1) & Theme(s1,x1))
|
||
A man holds a small girl.
|
A man holds his daughter.
| 1 | -100 |
Just because the man is holding a small girl doesn't mean she is his daughter.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_daughter(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
|
4db7ee16-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_hold(e1) & n_man(x1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_daughter(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man holds a small girl.
|
A man holds a girl.
| 0 | -100 |
To holding a girl is holding a girl.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_girl(x2) & n_man(x1))
|
4db7f26c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_hold(e1) & n_man(x1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_girl(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man holds a small girl.
|
A man holds a monkey.
| 2 | -100 |
A small girl is not a monkey.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_monkey(x2) & n_man(x1))
|
4db7f6d6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_hold(e1) & n_man(x1) & n_girl(x2) & a_small(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & n_monkey(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
In this photo, a woman is on the phone smiling.
|
A woman is holding something.
| 0 | -100 |
The woman in a photo is holding something.
|
exists p1 x1 x2 x3 x4.(n_photo(x2) & n_smile(x3) & of(x3,x4) & n_phone(x4) & in(p1,x2) & on(x1,x3) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_thing(x2) & n_woman(x1))
|
4db7fb22-e4c8-11ec-9cdd-0242ac1c0002
|
exists p1 x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & n_woman(x1) & n_smile(x3) & n_photo(x2) & n_phone(x4) & in(p1,x2))
|
exists e1 x1 x2.(v_hold(e1) & n_woman(x1) & n_thing(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
In this photo, a woman is on the phone smiling.
|
A woman is talking to her boyfriend.
| 1 | -100 |
Just because the woman is on the phone smiling does not mean she is talking to her boyfriend.
|
exists p1 x1 x2 x3 x4.(n_photo(x2) & n_smile(x3) & of(x3,x4) & n_phone(x4) & in(p1,x2) & on(x1,x3) & n_woman(x1))
|
exists e1 x1 x2.(to(e1,x2) & n_boyfriend(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_talk(e1) & n_woman(x1))
|
4db7ff6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists p1 x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & n_woman(x1) & n_smile(x3) & n_photo(x2) & n_phone(x4) & in(p1,x2))
|
exists e1 x1 x2.(v_talk(e1) & to(e1,x2) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_boyfriend(x2) & Actor(e1,x1))
|
||
In this photo, a woman is on the phone smiling.
|
A woman is taking a shower.
| 2 | -100 |
You cannot talk on the phone while taking a shower.
|
exists p1 x1 x2 x3 x4.(n_photo(x2) & n_smile(x3) & of(x3,x4) & n_phone(x4) & in(p1,x2) & on(x1,x3) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_shower(x2) & n_woman(x1))
|
4db80446-e4c8-11ec-9cdd-0242ac1c0002
|
exists p1 x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & n_woman(x1) & n_smile(x3) & n_photo(x2) & n_phone(x4) & in(p1,x2))
|
exists e1 x1 x2.(v_take(e1) & n_woman(x1) & n_shower(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
A child and his dog are diagnosing a medical patient.
| 2 | 0 |
A baby and a young boy cannot also be a child and a dog, dogs aren't humans. Also playing and diagnosing a medical patient is different.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_diagnose(e1) & n_patient(x4) & a_medical(s1) & Theme(s1,x4) & subset_of(x3,x1) & n_dog(x3) & of(x3,x2) & n_male(x2) & subset_of(x2,x1) & n_child(x2))
|
4db80ad6-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 s1 x1 x2 x3 x4.(v_diagnose(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x2) & n_patient(x4) & n_male(x2) & n_dog(x3) & n_child(x2) & a_medical(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
the two people are siblings
| 1 | 0.813262 |
Just because the kids are playing doesn't make them siblings.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists p1 x1.(n_people(x1) & card_eq_2(x1) & exists x2.((x1 = x2) & n_sibling(x2)))
|
4db80ffe-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists x1.(n_people(x1) & exists x2.(n_sibling(x2) & (x1 = x2)) & card_eq_2(x1))
|
||
A baby and a young boy playing.
|
two people are playing
| 0 | -100 |
The two people playing is baby and a young boy.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_people(x1) & card_eq_2(x1))
|
4db81486-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 x1.(v_play(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
the two people are asleep
| 2 | -100 |
Playing can't happen while asleep.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists s1 x1.(n_people(x1) & card_eq_2(x1) & Theme(s1,x1) & a_asleep(s1))
|
4db818fa-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists s1 x1.(n_people(x1) & card_eq_2(x1) & a_asleep(s1) & Theme(s1,x1))
|
||
A baby and a young boy playing.
|
A child is playing with a baby.
| 0 | 0.889007 |
A child is a young boy.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 x1 x2.(with(e1,x2) & n_baby(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
|
4db81d6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 x1 x2.(with(e1,x2) & v_play(e1) & n_child(x1) & n_baby(x2) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
A little boy plays with his baby brother.
| 1 | 0.762554 |
Just because the little boy plays with a baby doesn't make him his brother.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 s1 x1 x2 x3.(with(e1,x2) & n_brother(x2) & of(x2,x3) & n_baby(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_play(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
4db821e2-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_play(e1) & of(x2,x3) & of(x2,x1) & n_male(x1) & n_brother(x2) & n_boy(x1) & n_baby(x3) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
The two people playing were extremely young.
| 0 | -100 |
A baby and a young boy are extremely young.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 s1 x1 x2.(n_people(x1) & card_eq_2(x1) & r_extremely(s1) & Theme(s1,x1) & a_young(s1) & Actor(e1,x2) & v_play(e1) & (x1 = x2))
|
4db82656-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 s1 x1 x2.(v_play(e1) & r_extremely(s1) & n_people(x1) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
||
A baby and a young boy playing.
|
The baby and the young boy were having a great time.
| 1 | 0.788254 |
Just because they are playing doesn't mean they are having a great time.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 s1 s2 x1 x2 x3 x4.(n_boy(x3) & a_young(s1) & Theme(s1,x3) & n_baby(x2) & Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & n_time(x4) & a_great(s2) & Theme(s2,x4) & subset_of(x3,x1) & subset_of(x2,x1))
|
4db82b4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 s1 s2 x1 x2 x3 x4.(v_have(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_time(x4) & n_boy(x3) & n_baby(x2) & a_young(s1) & a_great(s2) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1))
|
||
A baby and a young boy playing.
|
The boy and baby are related.
| 1 | 0.86917 |
Just because they kids are playing together doesn't mean they are related.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 x1 x2 x3.(n_baby(x3) & n_boy(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Theme(e1,x1) & v_relate(e1))
|
4db83574-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 x1 x2 x3.(v_relate(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_boy(x2) & n_baby(x3) & Theme(e1,x1))
|
||
A baby and a young boy playing.
|
There is a child and a dog.
| 0 | -100 |
The child and a dog are playing.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists p1 x1 x2 x3 x4.((x1 = x2) & subset_of(x4,x2) & n_dog(x4) & subset_of(x3,x2) & n_child(x3))
|
4db83e3e-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists x1 x2 x3 x4.(subset_of(x4,x2) & subset_of(x3,x2) & n_dog(x4) & n_child(x3) & (x1 = x2))
|
||
A baby and a young boy playing.
|
A child and a dog are having fun.
| 1 | 0 |
The baby playing may not be a dog.
|
exists s1 s2 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_playing(x2) & of(x2,x3) & n_boy(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_baby(x1))
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & n_fun(x4) & subset_of(x3,x1) & n_dog(x3) & subset_of(x2,x1) & n_child(x2))
|
4db84b5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_playing(x2) & n_boy(x3) & n_baby(x1) & a_young(s2) & a_topic(s1) & Theme(s2,x2))
|
exists e1 x1 x2 x3 x4.(v_have(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_fun(x4) & n_dog(x3) & n_child(x2) & Theme(e1,x4) & Actor(e1,x1))
|
||
A band is performing on stage.
|
The band is playing stage while a fan runs onto the stage
| 1 | 0.002783 |
A band can perform on a stage without having a fan that runs onto the stage.
|
exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_band(x1))
|
exists e1 p1 x1 x2.(n_band(x1) & exists e2 x3.(onto(e2,x2) & Actor(e2,x3) & v_run(e2) & n_fan(x3)) & n_stage(x2) & n_stage(x2) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
|
4db89082-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_perform(e1) & on(e1,x2) & n_stage(x2) & n_band(x1) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(while(e1,p1) & v_play(e1) & n_stage(x2) & n_band(x1) & exists e2 x3.(v_run(e2) & onto(e2,x2) & n_fan(x3) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
Kids are playing in a pool.
| 1 | 0.271208 |
kids are is
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2.(in(e1,x2) & n_pool(x2) & Actor(e1,x1) & v_play(e1) & n_kid(x1))
|
4db92434-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_play(e1) & n_pool(x2) & n_kid(x1) & in(e1,x2) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
The boys are swimming in the pool.
| 0 | 0.5 |
swim is another form of swimming
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2.(n_pool(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1))
|
4db9288a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_swim(e1) & n_pool(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
Some people swim laps in a race across the pool
| 1 | 0.211568 |
some people is
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2 x3 x4.(n_pool(x4) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & in(x2,x3) & across(x3,x4) & n_race(x3) & n_lap(x2) & n_people(x1))
|
4db93136-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_swim(e1) & n_race(x3) & n_pool(x4) & n_people(x1) & n_lap(x2) & in(x2,x3) & across(x3,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
People are swimming in the ocean.
| 2 | 0 |
Are they in the ocean or a pool?
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2.(n_ocean(x2) & in(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_people(x1))
|
4db9358c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_swim(e1) & n_people(x1) & n_ocean(x2) & in(e1,x2) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
A couple of girls are swimming in a swimming pool.
| 1 | 0.333699 |
a couple of
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2 x3 x4.(in(e1,x3) & n_pool(x3) & of(x3,x4) & n_swimming(x4) & Actor(e1,x1) & v_swim(e1) & of(x1,x2) & n_girl(x2) & n_couple(x1))
|
4db93faa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_swim(e1) & of(x3,x4) & of(x1,x2) & n_swimming(x4) & n_pool(x3) & n_girl(x2) & n_couple(x1) & in(e1,x3) & Actor(e1,x1))
|
||
They swim laps across the pool.
|
The boys are on the swim team.
| 1 | 0.067264 |
the boys is
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists p1 x1 x2 x3.(n_team(x2) & of(x2,x3) & n_swim(x3) & n_boy(x1) & on(x1,x2))
|
4db945b8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_team(x2) & n_swim(x3) & n_boy(x1))
|
||
They swim laps across the pool.
|
A swim team taking laps across a pool.
| 1 | 0.522826 |
a swim is
|
exists e1 x1 x2 x3.(n_pool(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & across(x2,x3) & n_lap(x2))
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & across(e1,x5) & n_pool(x5) & Theme(e1,x4) & Actor(e1,x3) & v_take(e1) & n_lap(x4) & (x1 = x3) & n_team(x1) & of(x1,x2) & n_swim(x2))
|
4db95346-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_swim(e1) & n_thing(x1) & n_pool(x3) & n_lap(x2) & across(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_take(e1) & of(x1,x2) & n_team(x1) & n_swim(x2) & n_pool(x5) & n_lap(x4) & across(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
||
A man laying on a seat face down, possibly sleeping.
|
A woman laying on a seat face down, possibly sleeping.
| 2 | -100 |
A man cannot also be a woman.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & a_possibly(s2) & Manner(e2,s2) & Actor(e2,x5) & v_sleep(e2) & (x1 = x5) & a_down(s1) & Manner(e1,s1) & on(e1,x3) & n_face(x3) & of(x3,x4) & n_seat(x4) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_man(x1))
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & a_possibly(s2) & Manner(e2,s2) & Actor(e2,x2) & v_sleep(e2) & a_down(s1) & Manner(e1,s1) & on(e1,x3) & n_face(x3) & of(x3,x4) & n_seat(x4) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_woman(x1))
|
4dbcd624-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_sleep(e2) & v_lay(e1) & on(e1,x3) & of(x3,x4) & n_seat(x4) & n_man(x1) & n_face(x3) & a_topic(x1) & a_possibly(s2) & a_down(s1) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2))
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(v_sleep(e2) & v_lay(e1) & on(e1,x3) & of(x3,x4) & n_woman(x1) & n_seat(x4) & n_face(x3) & for(e1,e2) & a_topic(x1) & a_possibly(s2) & a_down(s1) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
||
Male athlete in midair, wearing white shorts and high top shoes.
|
male athlete wearing whute shorts jumps in air
| 0 | -100 |
The male athlete can only be in the air after he jumps in air.
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_shoe(x6) & a_top(s4) & Theme(s4,x6) & a_high(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shorts(x5) & a_white(s2) & Theme(s2,x5) & (x1 = x3) & in(x1,x2) & n_midair(x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x4) & n_air(x4) & n_jump(x1) & of(x1,x3) & n_shorts(x3) & a_whute(s2) & Theme(s2,x1) & Actor(e1,x1) & v_wear(e1) & of(x1,x2) & n_athlete(x2) & a_male(s1) & Theme(s1,x1))
|
4dbcdb06-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_wear(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_shorts(x5) & n_shoe(x6) & n_midair(x2) & n_athlete(x1) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_top(s4) & a_male(s1) & a_high(s3) & Theme(s4,x6) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & of(x1,x3) & of(x1,x2) & n_shorts(x3) & n_jump(x1) & n_athlete(x2) & n_air(x4) & in(x1,x4) & a_whute(s2) & a_topic(x1) & a_male(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Male athlete in midair, wearing white shorts and high top shoes.
|
athelete jumps in air in Olympics
| 1 | -100 |
HE IS AT THE OLYMPICS
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_shoe(x6) & a_top(s4) & Theme(s4,x6) & a_high(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shorts(x5) & a_white(s2) & Theme(s2,x5) & (x1 = x3) & in(x1,x2) & n_midair(x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1))
|
exists s1 x1 x2 x3.(ne_geo_olympics(x3) & a_topic(x1) & in(x1,x3) & in(x1,x2) & n_air(x2) & n_jump(x1) & a_athelete(s1) & Theme(s1,x1))
|
4dbcdfca-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_wear(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_shorts(x5) & n_shoe(x6) & n_midair(x2) & n_athlete(x1) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_top(s4) & a_male(s1) & a_high(s3) & Theme(s4,x6) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists s1 x1 x2 x3.(ne_geo_olympics(x3) & n_jump(x1) & n_air(x2) & in(x1,x3) & in(x1,x2) & a_topic(x1) & a_athelete(s1) & Theme(s1,x1))
|
||
Male athlete in midair, wearing white shorts and high top shoes.
|
family watching television at home
| 2 | -100 |
A family watching television would indicate more people than a male athlete in midair
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & subset_of(x6,x4) & n_shoe(x6) & a_top(s4) & Theme(s4,x6) & a_high(s3) & Theme(s3,x6) & subset_of(x5,x4) & n_shorts(x5) & a_white(s2) & Theme(s2,x5) & (x1 = x3) & in(x1,x2) & n_midair(x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1))
|
exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_home(x4) & n_television(x1) & of(x1,x3) & n_watching(x3) & of(x1,x2) & n_family(x2))
|
4dbce47a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_wear(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_shorts(x5) & n_shoe(x6) & n_midair(x2) & n_athlete(x1) & in(x1,x2) & a_white(s2) & a_topic(x1) & a_top(s4) & a_male(s1) & a_high(s3) & Theme(s4,x6) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_watching(x3) & n_television(x1) & n_home(x4) & n_family(x2) & at(x1,x4) & a_topic(x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.