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 man surfing on a big green wave.
|
A man is participating in a surfing contest.
| 1 | -100 |
Not all surfers are competing in a contest; the man could be surfing for pleasure.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_wave(x3) & a_green(s2) & Theme(s2,x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x2) & v_surf(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(in(e1,x2) & n_contest(x2) & of(x2,x3) & n_surfing(x3) & Actor(e1,x1) & v_participate(e1) & n_man(x1))
|
49f2d084-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_surf(e1) & on(e1,x3) & n_wave(x3) & n_man(x1) & a_topic(x1) & a_green(s2) & a_big(s1) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_participate(e1) & of(x2,x3) & n_surfing(x3) & n_man(x1) & n_contest(x2) & in(e1,x2) & Actor(e1,x1))
|
||
A man surfing on a big green wave.
|
A man is on a surfboard.
| 0 | -100 |
Surfing implies being on a surfboard.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_wave(x3) & a_green(s2) & Theme(s2,x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x2) & v_surf(e1) & (x1 = x2) & n_man(x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_surfboard(x2)) & n_man(x1))
|
49f2d566-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_surf(e1) & on(e1,x3) & n_wave(x3) & n_man(x1) & a_topic(x1) & a_green(s2) & a_big(s1) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_surfboard(x2)))
|
||
A man surfing on a big green wave.
|
A man on the beach is holding a surfboard.
| 2 | -100 |
One person is holding the surfboard while the other is actually surfing.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_wave(x3) & a_green(s2) & Theme(s2,x3) & a_big(s1) & Theme(s1,x3) & Actor(e1,x2) & v_surf(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(n_beach(x2) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_surfboard(x3) & on(x1,x2) & n_man(x1))
|
49f2daa2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_surf(e1) & on(e1,x3) & n_wave(x3) & n_man(x1) & a_topic(x1) & a_green(s2) & a_big(s1) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_hold(e1) & on(x1,x2) & n_surfboard(x3) & n_man(x1) & n_beach(x2) & Theme(e1,x3) & Actor(e1,x1))
|
||
A group of bicyclists racing.
|
The bicyclists are racing each other.
| 0 | -100 |
Just because a group of bicyclists racing it does not mean they are racing each other.
|
exists e1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & v_race(e1) & (x1 = x3) & of(x1,x2) & n_bicyclist(x2) & n_group(x1))
|
exists x1.(n_bicyclist(x1) & all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1))))
|
49f2dfc0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_race(e1) & of(x1,x2) & n_group(x1) & n_bicyclist(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3))
|
exists x1.(n_bicyclist(x1) & all x2.(exists e1.(v_race(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2)))
|
||
A group of bicyclists racing.
|
They race all the time.
| 1 | -100 |
A group of bicyclists may be racing for the first time and it can't be assumed that they race all the time.
|
exists e1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & v_race(e1) & (x1 = x3) & of(x1,x2) & n_bicyclist(x2) & n_group(x1))
|
exists s1 x1 x2.(a_topic(x1) & n_all(x1) & n_time(x2) & (x1 = x2) & n_race(x1) & a_they(s1) & Theme(s1,x1))
|
49f2e4b6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_race(e1) & of(x1,x2) & n_group(x1) & n_bicyclist(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3))
|
exists s1 x1 x2.(n_time(x2) & n_race(x1) & n_all(x1) & a_topic(x1) & a_they(s1) & Theme(s1,x1) & (x1 = x2))
|
||
A group of bicyclists racing.
|
The bicyclists are not competing.
| 2 | -100 |
bicyclists can not be racing when there are not competing.
|
exists e1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & v_race(e1) & (x1 = x3) & of(x1,x2) & n_bicyclist(x2) & n_group(x1))
|
exists x1.(n_bicyclist(x1) & -exists e1.(Actor(e1,x1) & v_compete(e1)))
|
49f2eaec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_race(e1) & of(x1,x2) & n_group(x1) & n_bicyclist(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3))
|
exists x1.(n_bicyclist(x1) & all e1.(-v_compete(e1) | -Actor(e1,x1)))
|
||
An african american man with a rosary around his neck is standing in a room.
|
A black man wearing a rosary necklace is inside.
| 0 | -100 |
Rosary necklace is another way to say rosary around his neck.
|
exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_room(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & around(x2,x3) & n_neck(x3) & of(x3,x1) & n_male(x1) & n_rosary(x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1))
|
exists e2 e1 s1 s2 s3 x1 x2 x3.(a_inside(s3) & Manner(e2,s3) & Actor(e2,x1) & v_be(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_necklace(x3) & a_rosary(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_black(s1) & Theme(s1,x1))
|
49f2ef7e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & of(x3,x1) & n_rosary(x2) & n_room(x4) & n_neck(x3) & n_man(x1) & n_male(x1) & in(e1,x4) & around(x2,x3) & a_american(s2) & a_african(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e2 e1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & v_be(e2) & n_necklace(x3) & n_man(x1) & a_rosary(s2) & a_inside(s3) & a_black(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
An african american man with a rosary around his neck is standing in a room.
|
A black man plays pinball at an arcade.
| 2 | -100 |
One person is in an unspecified room while the other is at an arcade.
|
exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_room(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & around(x2,x3) & n_neck(x3) & of(x3,x1) & n_male(x1) & n_rosary(x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(at(e1,x3) & n_arcade(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_pinball(x2) & n_man(x1) & a_black(s1) & Theme(s1,x1))
|
49f2f3de-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & of(x3,x1) & n_rosary(x2) & n_room(x4) & n_neck(x3) & n_man(x1) & n_male(x1) & in(e1,x4) & around(x2,x3) & a_american(s2) & a_african(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_play(e1) & n_pinball(x2) & n_man(x1) & n_arcade(x3) & at(e1,x3) & a_black(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
An african american man with a rosary around his neck is standing in a room.
|
James likes to pray in church.
| 1 | -100 |
Just because a man is wearing a rosary does not mean he is religious and so not mean he is in church, of all rooms.
|
exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_room(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & around(x2,x3) & n_neck(x3) & of(x3,x1) & n_male(x1) & n_rosary(x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1))
|
exists e1 p1 x1.(ne_per_james(x1) & Topic(e1,p1) & Actor(e1,x1) & v_like(e1) & exists e2 x2.(in(e2,x2) & n_church(x2) & Actor(e2,x1) & v_pray(e2)))
|
49f2f852-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & of(x3,x1) & n_rosary(x2) & n_room(x4) & n_neck(x3) & n_man(x1) & n_male(x1) & in(e1,x4) & around(x2,x3) & a_american(s2) & a_african(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 p1 x1.(v_like(e1) & ne_per_james(x1) & exists e2 x2.(v_pray(e2) & n_church(x2) & in(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A man in a blue shirt stands with his hands on his hips.
|
A man in a sky blue shirt is standing waiting.
| 1 | -100 |
Not all blue shirts are sky blue. One can stand with their hands on their hips for any reason, not necessarily because they are waiting.
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_hip(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & n_hand(x3) & of(x3,x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e2 e1 s1 x1 x2 x3.(for(e1,e2) & Actor(e2,x1) & v_wait(e2) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & of(x2,x3) & n_sky(x3) & n_man(x1))
|
49f2fcc6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & of(x3,x1) & n_shirt(x2) & n_man(x1) & n_male(x1) & n_hip(x4) & n_hand(x3) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e2 e1 s1 x1 x2 x3.(v_wait(e2) & v_stand(e1) & of(x2,x3) & n_sky(x3) & n_shirt(x2) & n_man(x1) & in(x1,x2) & for(e1,e2) & a_blue(s1) & Theme(s1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
A man in a blue shirt stands with his hands on his hips.
|
The man is standing upright.
| 0 | -100 |
If a man stands with his hands on his hips he's likely in an upright position.
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_hip(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & n_hand(x3) & of(x3,x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & Time(e1,x2) & n_upright(x2) & Actor(e1,x1) & v_stand(e1))
|
49f3019e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & of(x3,x1) & n_shirt(x2) & n_man(x1) & n_male(x1) & n_hip(x4) & n_hand(x3) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & n_upright(x2) & n_man(x1) & Time(e1,x2) & Actor(e1,x1))
|
||
A man in a blue shirt stands with his hands on his hips.
|
The man is reaching for the sky.
| 2 | -100 |
A person cannot have their hands on their hips and be reaching for the sky.
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & on(x3,x4) & n_hip(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & n_hand(x3) & of(x3,x1) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(n_sky(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1) & v_reach(e1))
|
49f3064e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & on(x3,x4) & of(x4,x1) & of(x3,x1) & n_shirt(x2) & n_man(x1) & n_male(x1) & n_hip(x4) & n_hand(x3) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_reach(e1) & n_sky(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1))
|
||
A man in a blue shirt standing in front of a doorway.
|
A male is waiting for his woman who is taking her time.
| 1 | -100 |
You can not infer he is waiting.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & of(x4,x5) & n_doorway(x5) & n_front(x4) & n_standing(x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 e2 x1 x2 x3 x4.(for(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & n_time(x4) & of(x4,x2) & n_female(x2) & (x2 = x3) & n_woman(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_wait(e1) & n_male(x1))
|
49f30acc-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_standing(x2) & n_shirt(x3) & n_man(x1) & n_front(x4) & n_doorway(x5) & in(x2,x4) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
|
exists e1 e2 x1 x2 x3 x4.(v_wait(e1) & v_take(e2) & of(x4,x2) & of(x2,x1) & n_woman(x2) & n_time(x4) & n_male(x1) & n_female(x2) & for(e1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
|
||
A man in a blue shirt standing in front of a doorway.
|
A male is losing is mind about the game.
| 2 | -100 |
standing at doorway does not mean there is a game.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & of(x4,x5) & n_doorway(x5) & n_front(x4) & n_standing(x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 x1 x2 x4.(n_game(x4) & exists x3.((x1 = x3) & about(x3,x4) & n_mind(x3)) & Actor(e1,x2) & v_lose(e1) & (x1 = x2) & n_male(x1))
|
49f31026-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_standing(x2) & n_shirt(x3) & n_man(x1) & n_front(x4) & n_doorway(x5) & in(x2,x4) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
|
exists e1 x1 x2 x4.(v_lose(e1) & n_male(x1) & n_game(x4) & exists x3.(n_mind(x3) & about(x3,x4) & (x1 = x3)) & Actor(e1,x2) & (x1 = x2))
|
||
A man in a blue shirt standing in front of a doorway.
|
A man standing near a room.
| 0 | -100 |
Just because a man is standing in a doorway it does not mean he is standing near a room.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & of(x4,x5) & n_doorway(x5) & n_front(x4) & n_standing(x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1 x2 x3.(a_topic(x1) & near(x1,x3) & n_room(x3) & n_standing(x1) & of(x1,x2) & n_man(x2))
|
49f31602-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_standing(x2) & n_shirt(x3) & n_man(x1) & n_front(x4) & n_doorway(x5) & in(x2,x4) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
|
exists x1 x2 x3.(of(x1,x2) & near(x1,x3) & n_standing(x1) & n_room(x3) & n_man(x2) & a_topic(x1))
|
||
A surfer is riding on a breaking wave.
|
The surfer is sleeping inside.
| 2 | -100 |
A surfer cannot be riding and sleeping at the same time.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists e1 s1 x1.(n_surfer(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sleep(e1))
|
49f31b52-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & on(e1,x2) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Actor(e1,x1))
|
exists e1 s1 x1.(v_sleep(e1) & n_surfer(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A surfer is riding on a breaking wave.
|
The surfer is on water.
| 0 | -100 |
Waves are found on the water.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists p1 x1.(n_surfer(x1) & exists x2.(on(x1,x2) & n_water(x2)))
|
49f3200c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & on(e1,x2) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Actor(e1,x1))
|
exists x1.(n_surfer(x1) & exists x2.(on(x1,x2) & n_water(x2)))
|
||
A surfer is riding on a breaking wave.
|
The surfer is in the ocean.
| 0 | -100 |
Waves are found in the ocean.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists p1 x1 x2.(n_ocean(x2) & n_surfer(x1) & in(x1,x2))
|
49f32502-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_ride(e1) & on(e1,x2) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Actor(e1,x1))
|
exists x1 x2.(n_surfer(x1) & n_ocean(x2) & in(x1,x2))
|
||
Men in a cluster during a bike race
|
Men riding bicycles in a group.
| 0 | -100 |
Group is a synonym of cluster.
|
exists x1 x2 x3 x4.(a_topic(x1) & during(x1,x3) & n_race(x3) & of(x3,x4) & n_bike(x4) & in(x1,x2) & n_cluster(x2) & n_man(x1))
|
exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x4) & n_group(x4) & n_bicycle(x1) & of(x1,x3) & n_riding(x3) & of(x1,x2) & n_man(x2))
|
49f329f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4.(of(x3,x4) & n_race(x3) & n_man(x1) & n_cluster(x2) & n_bike(x4) & in(x1,x2) & during(x1,x3) & a_topic(x1))
|
exists x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_riding(x3) & n_man(x2) & n_group(x4) & n_bicycle(x1) & in(x1,x4) & a_topic(x1))
|
||
Men in a cluster during a bike race
|
Male bicyclists compete in the Tour de France.
| 1 | -100 |
The Tour de France is not the only bike race men compete in.
|
exists x1 x2 x3 x4.(a_topic(x1) & during(x1,x3) & n_race(x3) & of(x3,x4) & n_bike(x4) & in(x1,x2) & n_cluster(x2) & n_man(x1))
|
exists e1 x1 x2 x3 x4 x5.(ne_geo_france(x3) & (x3 = x5) & ne_geo_de(x5) & (x3 = x4) & ne_geo_tour(x4) & in(e1,x3) & Actor(e1,x1) & v_compete(e1) & n_bicyclist(x1) & (x1 = x2) & ne_nam_male(x2))
|
49f32ebc-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4.(of(x3,x4) & n_race(x3) & n_man(x1) & n_cluster(x2) & n_bike(x4) & in(x1,x2) & during(x1,x3) & a_topic(x1))
|
exists e1 x1 x2 x3 x4 x5.(v_compete(e1) & ne_nam_male(x2) & ne_geo_tour(x4) & ne_geo_france(x3) & ne_geo_de(x5) & n_bicyclist(x1) & in(e1,x3) & Actor(e1,x1) & (x3 = x5) & (x3 = x4) & (x1 = x2))
|
||
Men in a cluster during a bike race
|
A group of men intensely watching a greyhound race.
| 2 | -100 |
Men cannot be watching a bike race and greyhound race at the same time. Bikes are not greyhounds.
|
exists x1 x2 x3 x4.(a_topic(x1) & during(x1,x3) & n_race(x3) & of(x3,x4) & n_bike(x4) & in(x1,x2) & n_cluster(x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & a_intensely(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_watch(e1) & n_race(x4) & of(x4,x5) & n_greyhound(x5) & (x1 = x3) & of(x1,x2) & n_man(x2) & n_group(x1))
|
49f333a8-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4.(of(x3,x4) & n_race(x3) & n_man(x1) & n_cluster(x2) & n_bike(x4) & in(x1,x2) & during(x1,x3) & a_topic(x1))
|
exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x4,x5) & of(x1,x2) & n_race(x4) & n_man(x2) & n_group(x1) & n_greyhound(x5) & a_topic(x1) & a_intensely(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x1 = x3))
|
||
A group of bikers pedal along.
|
A boy pushes his toy around the yard.
| 2 | -100 |
One boy does not make a group of bikers.
|
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & Theme(s2,x4) & a_along(s2) & (x1 = x4) & of(x1,x2) & Theme(s1,x3) & a_pedal(s1) & (x2 = x3) & n_biker(x2) & n_group(x1))
|
exists e1 x1 x2 x3.(n_yard(x3) & around(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & n_toy(x2) & of(x2,x1) & n_male(x1) & n_boy(x1))
|
49f339fc-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4.(of(x1,x2) & n_group(x1) & n_biker(x2) & a_topic(x1) & a_pedal(s1) & a_along(s2) & Theme(s2,x4) & Theme(s1,x3) & (x2 = x3) & (x1 = x4))
|
exists e1 x1 x2 x3.(v_push(e1) & of(x2,x1) & n_yard(x3) & n_toy(x2) & n_male(x1) & n_boy(x1) & around(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A group of bikers pedal along.
|
A group of cyclists are in a marathon.
| 1 | -100 |
Just because a group of bikers is biking together does not mean they are biking in a marathon.
|
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & Theme(s2,x4) & a_along(s2) & (x1 = x4) & of(x1,x2) & Theme(s1,x3) & a_pedal(s1) & (x2 = x3) & n_biker(x2) & n_group(x1))
|
exists p1 x1 x2.(exists x3.(in(x1,x3) & n_marathon(x3)) & of(x1,x2) & n_cyclist(x2) & n_group(x1))
|
49f33f4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4.(of(x1,x2) & n_group(x1) & n_biker(x2) & a_topic(x1) & a_pedal(s1) & a_along(s2) & Theme(s2,x4) & Theme(s1,x3) & (x2 = x3) & (x1 = x4))
|
exists x1 x2.(of(x1,x2) & n_group(x1) & n_cyclist(x2) & exists x3.(n_marathon(x3) & in(x1,x3)))
|
||
A group of bikers pedal along.
|
A group of cyclists.
| 0 | -100 |
Cyclists is another word for pedal bikers.
|
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & Theme(s2,x4) & a_along(s2) & (x1 = x4) & of(x1,x2) & Theme(s1,x3) & a_pedal(s1) & (x2 = x3) & n_biker(x2) & n_group(x1))
|
exists x1 x2.(a_topic(x1) & of(x1,x2) & n_cyclist(x2) & n_group(x1))
|
49f343c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4.(of(x1,x2) & n_group(x1) & n_biker(x2) & a_topic(x1) & a_pedal(s1) & a_along(s2) & Theme(s2,x4) & Theme(s1,x3) & (x2 = x3) & (x1 = x4))
|
exists x1 x2.(of(x1,x2) & n_group(x1) & n_cyclist(x2) & a_topic(x1))
|
||
A surfer rides out the green and white waves.
|
The surfer never gets wet.
| 2 | -100 |
A surfer that rides out the waves will get wet.
|
exists e1 s1 s2 s3 x1 x2.(n_wave(x2) & a_white(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & a_out(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists e1 s1 x1 x2.(n_surfer(x1) & a_never(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_wet(x2))
|
49f3491a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2.(v_ride(e1) & n_wave(x2) & n_surfer(x1) & a_white(s2) & a_out(s3) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_get(e1) & n_wet(x2) & n_surfer(x1) & a_never(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A surfer rides out the green and white waves.
|
The man loves the ocean.
| 1 | -100 |
The surfer may not necessarily be in the ocean.
|
exists e1 s1 s2 s3 x1 x2.(n_wave(x2) & a_white(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & a_out(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists e1 x1 x2.(n_ocean(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_love(e1))
|
49f34e06-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2.(v_ride(e1) & n_wave(x2) & n_surfer(x1) & a_white(s2) & a_out(s3) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_love(e1) & n_ocean(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A surfer rides out the green and white waves.
|
A surfer is in the water.
| 0 | -100 |
Waves are found on the water.
|
exists e1 s1 s2 s3 x1 x2.(n_wave(x2) & a_white(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & a_out(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_surfer(x1))
|
exists p1 x1 x2.(n_water(x2) & in(x1,x2) & n_surfer(x1))
|
49f352c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2.(v_ride(e1) & n_wave(x2) & n_surfer(x1) & a_white(s2) & a_out(s3) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1))
|
exists x1 x2.(n_water(x2) & n_surfer(x1) & in(x1,x2))
|
||
People in warm coats peruse produce at a tented outdoor market.
|
People in coats are outside at a market.
| 0 | -100 |
Outdoor and outside are synonyms.
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(at(e1,x4) & n_market(x4) & a_outdoor(s3) & Theme(s3,x4) & a_tented(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x1) & v_peruse(e1) & n_produce(x3) & in(x1,x2) & n_coat(x2) & a_warm(s1) & Theme(s1,x2) & n_people(x1))
|
exists s1 x1 x2 x3.(at(s1,x3) & n_market(x3) & Theme(s1,x1) & a_outside(s1) & in(x1,x2) & n_coat(x2) & n_people(x1))
|
49f35784-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_peruse(e1) & n_produce(x3) & n_people(x1) & n_market(x4) & n_coat(x2) & in(x1,x2) & at(e1,x4) & a_warm(s1) & a_tented(s2) & a_outdoor(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists s1 x1 x2 x3.(n_people(x1) & n_market(x3) & n_coat(x2) & in(x1,x2) & at(s1,x3) & a_outside(s1) & Theme(s1,x1))
|
||
People in warm coats peruse produce at a tented outdoor market.
|
People are at the outdoor market in winter.
| 1 | -100 |
Just because they are wearing coats does not mean it is winter. Any weather can strike at any time.
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(at(e1,x4) & n_market(x4) & a_outdoor(s3) & Theme(s3,x4) & a_tented(s2) & Theme(s2,x4) & Theme(e1,x3) & Actor(e1,x1) & v_peruse(e1) & n_produce(x3) & in(x1,x2) & n_coat(x2) & a_warm(s1) & Theme(s1,x2) & n_people(x1))
|
exists p1 s1 x1 x2 x3.(n_market(x3) & a_outdoor(s1) & Theme(s1,x3) & in(p1,x2) & n_winter(x2) & at(x1,x3) & n_people(x1))
|
49f35c3e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_peruse(e1) & n_produce(x3) & n_people(x1) & n_market(x4) & n_coat(x2) & in(x1,x2) & at(e1,x4) & a_warm(s1) & a_tented(s2) & a_outdoor(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists p1 s1 x1 x2 x3.(n_winter(x2) & n_people(x1) & n_market(x3) & in(p1,x2) & at(x1,x3) & a_outdoor(s1) & Theme(s1,x3))
|
||
A little orange cabin with a white dog running near it in the woods.
|
A dog running in the woods.
| 0 | -100 |
Just because a little orange cabin is in the woods it does not mean the dog is running in the woods.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_wood(x5) & a_topic(x1) & with(x1,x3) & in(e1,x5) & near(e1,x1) & n_thing(x1) & Actor(e1,x4) & v_run(e1) & (x3 = x4) & n_dog(x3) & a_white(s2) & Theme(s2,x3) & n_cabin(x1) & of(x1,x2) & n_orange(x2) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_wood(x3) & a_topic(x1) & in(e1,x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
|
49f366c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x3) & v_run(e1) & of(x1,x2) & near(e1,x1) & n_wood(x5) & n_thing(x1) & n_orange(x2) & n_dog(x3) & n_cabin(x1) & in(e1,x5) & a_white(s2) & a_topic(x1) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3.(v_run(e1) & n_wood(x3) & n_dog(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
A little orange cabin with a white dog running near it in the woods.
|
A white cat next to a red cabin in the valley.
| 2 | -100 |
dog is different from a dog.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_wood(x5) & a_topic(x1) & with(x1,x3) & in(e1,x5) & near(e1,x1) & n_thing(x1) & Actor(e1,x4) & v_run(e1) & (x3 = x4) & n_dog(x3) & a_white(s2) & Theme(s2,x3) & n_cabin(x1) & of(x1,x2) & n_orange(x2) & a_little(s1) & Theme(s1,x1))
|
exists s1 s2 x1 x2 x3 x4.(n_valley(x4) & a_topic(x1) & to(x2,x3) & in(x3,x4) & n_cabin(x3) & a_red(s2) & Theme(s2,x3) & next(x1,x2) & n_thing(x2) & n_cat(x1) & a_white(s1) & Theme(s1,x1))
|
49f36b34-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x3) & v_run(e1) & of(x1,x2) & near(e1,x1) & n_wood(x5) & n_thing(x1) & n_orange(x2) & n_dog(x3) & n_cabin(x1) & in(e1,x5) & a_white(s2) & a_topic(x1) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
|
exists s1 s2 x1 x2 x3 x4.(to(x2,x3) & next(x1,x2) & n_valley(x4) & n_thing(x2) & n_cat(x1) & n_cabin(x3) & in(x3,x4) & a_white(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x3) & Theme(s1,x1))
|
||
A little orange cabin with a white dog running near it in the woods.
|
A family on vacation with their dog at a cabin in the woods.
| 1 | -100 |
You can not infer it is a vacation.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_wood(x5) & a_topic(x1) & with(x1,x3) & in(e1,x5) & near(e1,x1) & n_thing(x1) & Actor(e1,x4) & v_run(e1) & (x3 = x4) & n_dog(x3) & a_white(s2) & Theme(s2,x3) & n_cabin(x1) & of(x1,x2) & n_orange(x2) & a_little(s1) & Theme(s1,x1))
|
exists x1 x2 x3 x4 x5.(n_wood(x5) & a_topic(x1) & on(x1,x2) & with(x2,x3) & at(x3,x4) & in(x4,x5) & n_cabin(x4) & n_dog(x3) & of(x3,x1) & n_thing(x1) & n_vacation(x2) & n_family(x1))
|
49f36fa8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x3) & v_run(e1) & of(x1,x2) & near(e1,x1) & n_wood(x5) & n_thing(x1) & n_orange(x2) & n_dog(x3) & n_cabin(x1) & in(e1,x5) & a_white(s2) & a_topic(x1) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
|
exists x1 x2 x3 x4 x5.(with(x2,x3) & on(x1,x2) & of(x3,x1) & n_wood(x5) & n_vacation(x2) & n_thing(x1) & n_family(x1) & n_dog(x3) & n_cabin(x4) & in(x4,x5) & at(x3,x4) & a_topic(x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
Two people are in a room standing because they have nothing better to do.
| 1 | 0.167912 |
It is impossible to gather whether or not these people have anything better to do.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists p1 p2 x1.(-exists e1 p3 s1 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & Topic(x4,p3) & exists e2 x6.(Theme(e2,x6) & Actor(e2,x4) & v_do(e2) & n_thing(x6)) & r_more(s1) & Theme(s1,x5) & a_good(s1) & (x4 = x5) & n_thing(x4)) & n_thing(x1) & because(p1,p2) & exists x2 x3.(in(x1,x2) & n_standing(x2) & of(x2,x3) & n_room(x3)) & n_people(x1) & card_eq_2(x1))
|
49f37548-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists p1 p2 x1.(n_thing(x1) & n_people(x1) & exists x2 x3.(of(x2,x3) & n_standing(x2) & n_room(x3) & in(x1,x2)) & card_eq_2(x1) & because(p1,p2) & all e1 p3 s1 x4 x5.(all e2 x6.(-v_do(e2) | -n_thing(x6) | -Theme(e2,x6) | -Actor(e2,x4)) | -v_have(e1) | -r_more(s1) | -n_thing(x4) | -a_good(s1) | -Topic(x4,p3) | -Theme(s1,x5) | -Theme(e1,x4) | -Actor(e1,x1) | -(x4 = x5)))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
A person is standing in a room smoking and another person is also standing nearby.
| 0 | 0.980874 |
With two people in a room, one in the foreground would be nearby the other person.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(a_also(s2) & Manner(e2,s2) & a_nearby(s1) & Manner(e2,s1) & Actor(e2,x4) & v_stand(e2) & n_person(x4) & -(x4 = x1) & n_person(x1) & n_person(x1) & in(e1,x2) & n_smoking(x2) & of(x2,x3) & n_room(x3) & Actor(e1,x1) & v_stand(e1))
|
49f37a20-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(v_stand(e2) & v_stand(e1) & of(x2,x3) & n_smoking(x2) & n_room(x3) & n_person(x4) & n_person(x1) & in(e1,x2) & a_nearby(s1) & a_also(s2) & Manner(e2,s2) & Manner(e2,s1) & Actor(e2,x4) & Actor(e1,x1) & -(x4 = x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
The two people in the room are female.
| 1 | 0.228288 |
There is no reason to infer that the two people are female.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists s1 x1 x2.(n_room(x2) & n_people(x1) & card_eq_2(x1) & Theme(s1,x1) & a_female(s1) & in(x1,x2))
|
49f37eee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists s1 x1 x2.(n_room(x2) & n_people(x1) & in(x1,x2) & card_eq_2(x1) & a_female(s1) & Theme(s1,x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
The two people were chatting amongst eachother
| 1 | 0.693151 |
Two people can stand together in a room and not be chatting amongst each other.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chat(e1) & n_eachother(x2) & a_amongst(s1) & Theme(s1,x2))
|
49f38948-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 s1 x1 x2.(v_chat(e1) & n_people(x1) & n_eachother(x2) & card_eq_2(x1) & a_amongst(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
There is smoke in the room.
| 0 | -100 |
When one is smoking, there will be smoke.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists p1 x1 x2.(n_room(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_smoke(x3)))
|
49f38dc6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists p1 x1 x2.(n_room(x2) & in(p1,x2) & exists x3.(n_smoke(x3) & (x1 = x3)))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
The room has white walls.
| 1 | 0.078276 |
We cannot assume that the color of the walls are white. That information is not specified.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(n_room(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_wall(x2) & a_white(s1) & Theme(s1,x2))
|
49f3967c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 s1 x1 x2.(v_have(e1) & n_wall(x2) & n_room(x1) & a_white(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
The two people were hanging out together
| 0 | -100 |
People standing in a room together can be considered to be hanging out.
|
exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 s1 s2 x1.(n_people(x1) & card_eq_2(x1) & a_together(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_hang(e1))
|
49f3a41e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 s1 s2 x1.(v_hang(e1) & n_people(x1) & card_eq_2(x1) & a_together(s2) & a_out(s1) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
The two people are sitting by a table.
| 2 | 0.000001 |
they can not be standing in a room if they are sitting by a table.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_people(x1) & card_eq_2(x1) & by(e1,x2) & n_table(x2) & Actor(e1,x1) & v_sit(e1))
|
49f3aefa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 x1 x2.(v_sit(e1) & n_table(x2) & n_people(x1) & card_eq_2(x1) & by(e1,x2) & Actor(e1,x1))
|
||
Two people are standing in a room one of whom is smoking the shots are of the back of the foreground person.
|
Two people are standing in a poolhall, playing billiards, while one smokes.
| 1 | 0.016998 |
We can gather that one person is smoking. However, we cannot assume the room is a poolhall and that they are playing billiards.
|
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_person(x8) & a_foreground(s1) & Theme(s1,x8) & n_back(x7) & n_shot(x6) & in(e1,x2) & of(x6,x7) & of(x7,x8) & Theme(e2,x5) & Actor(e2,x3) & v_smoke(e2) & (x2 = x5) & of(x3,x4) & n_whom(x4) & n_thing(x3) & card_eq_1(x3) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 e2 p1 x1 x2 x3.(for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_billiards(x3) & exists e3 x4.(Actor(e3,x4) & v_smoke(e3) & n_thing(x4) & card_eq_1(x4)) & while(e1,p1) & in(e1,x2) & n_poolhall(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
49f3b51c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & v_smoke(e2) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_whom(x4) & n_thing(x3) & n_shot(x6) & n_room(x2) & n_person(x8) & n_people(x1) & n_back(x7) & in(e1,x2) & card_eq_2(x1) & card_eq_1(x3) & a_foreground(s1) & Theme(s1,x8) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x5))
|
exists e1 e2 p1 x1 x2 x3.(while(e1,p1) & v_stand(e1) & v_play(e2) & n_poolhall(x2) & n_people(x1) & n_billiards(x3) & in(e1,x2) & for(e1,e2) & exists e3 x4.(v_smoke(e3) & n_thing(x4) & card_eq_1(x4) & Actor(e3,x4)) & card_eq_2(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
A man in a blue shirt preparing to take a picture of two female figurines on a small table.
| 1 | 0.110121 |
Not all figurines are female figurines; they could be male, or animal.
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_small(s3) & Theme(s3,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & a_female(s2) & Theme(s2,x5) & card_eq_2(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
49f53a86-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & card_eq_2(x5) & a_small(s3) & a_female(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
A photographer taking picture of his toys.
| 1 | 0.657968 |
Figurines aren't necessarily toys.
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & of(e1,x4) & n_toy(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_picture(x3) & (x1 = x2) & n_photographer(x1))
|
49f53f54-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1 x2 x3 x4.(v_take(e1) & of(x4,x1) & of(e1,x4) & n_toy(x4) & n_picture(x3) & n_photographer(x1) & n_male(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
the man is a photgrapher
| 1 | 0.219685 |
man is now
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_photgrapher(x2)))
|
49f552f0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists x1.(n_man(x1) & exists x2.(n_photgrapher(x2) & (x1 = x2)))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
A photographer.
| 0 | 0.814302 |
The man is taking a picture, so he is a photographer.
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1.(a_topic(x1) & n_photographer(x1))
|
49f55c50-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists x1.(n_photographer(x1) & a_topic(x1))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
the man is sleeping
| 2 | 0.000001 |
A man preparing to take a picture is not the same as the man is sleeping.
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_sleep(e1))
|
49f560ec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1.(v_sleep(e1) & n_man(x1) & Actor(e1,x1))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
He is arranging figurines before he takes a photo of them.
| 1 | 0.743479 |
he is now
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 x1 x2.(n_thing(x1) & n_male(x1) & n_male(x1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & of(x3,x1) & n_photo(x3)) & before(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_arrange(e1) & n_figurine(x2))
|
49f56556-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 p1 x1 x2.(v_arrange(e1) & n_thing(x1) & n_male(x1) & n_figurine(x2) & exists e2 x3.(v_take(e2) & of(x3,x1) & n_photo(x3) & Theme(e2,x3) & Actor(e2,x1)) & before(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a blue shirt preparing to take a picture of figurines on a small red table.
|
The man is getting ready to take a picture of some figurines so he can sell them.
| 1 | 0.049571 |
man is hot
|
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x3) & v_prepare(e1) & exists e2 s2 s3 x4 x5 x6.(on(e2,x6) & n_table(x6) & a_red(s3) & Theme(s3,x6) & a_small(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & of(x4,x5) & n_figurine(x5) & n_picture(x4)) & (x2 = x3) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 x1.(n_male(x1) & n_man(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 p3 x2 x3.(exists e3 p4.(exists e4.(Theme(e4,x2) & Actor(e4,x1) & v_sell(e4)) & Topic(e3,p4) & Actor(e3,x1) & v_can(e3)) & n_thing(x2) & so(e2,p3) & Theme(e2,x2) & Actor(e2,x1) & v_take(e2) & of(x2,x3) & n_figurine(x3) & n_picture(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1))
|
49f57334-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e2 s2 s3 x4 x5 x6.(v_take(e2) & on(e2,x6) & of(x4,x5) & n_table(x6) & n_picture(x4) & n_figurine(x5) & a_small(s2) & a_red(s3) & Theme(s3,x6) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 p1 x1.(v_get(e1) & n_man(x1) & n_male(x1) & exists p2 s1.(exists e2 p3 x2 x3.(v_take(e2) & so(e2,p3) & of(x2,x3) & n_thing(x2) & n_picture(x2) & n_figurine(x3) & exists e3 p4.(v_can(e3) & exists e4.(v_sell(e4) & Theme(e4,x2) & Actor(e4,x1)) & Topic(e3,p4) & Actor(e3,x1)) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
The girls are near the camera.
| 0 | 0.819248 |
The girls are near the camera so they face the camera wanting to have their picture taken.
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists p1 x1 x2.(n_camera(x2) & n_girl(x1) & near(x1,x2))
|
49f581d0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists x1 x2.(near(x1,x2) & n_girl(x1) & n_camera(x2))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
Two girls have a picnic together.
| 1 | 0.818902 |
girls have now
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_picnic(x2) & n_girl(x1) & card_eq_2(x1))
|
49f58bee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_have(e1) & n_picnic(x2) & n_girl(x1) & card_eq_2(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
Two young girls listening to alien speeches.
| 2 | 0.000001 |
Girls can either listen to alien speeches or an iPod at one time.
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & to(e1,x3) & n_speech(x3) & a_alien(s2) & Theme(s2,x3) & Actor(e1,x2) & v_listen(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
49f59558-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2 x3.(v_listen(e1) & to(e1,x3) & n_speech(x3) & n_girl(x1) & card_eq_2(x1) & a_young(s1) & a_topic(x1) & a_alien(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
The girls are wearing shoes.
| 1 | 0.517635 |
girls are out
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shoe(x2))
|
49f59ea4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_wear(e1) & n_shoe(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
Two young girls listening to Bach.
| 1 | 0.00149 |
young girls now
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2 x3.(ne_geo_bach(x3) & a_topic(x1) & to(e1,x3) & Actor(e1,x2) & v_listen(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
49f61488-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_listen(e1) & to(e1,x3) & ne_geo_bach(x3) & n_girl(x1) & card_eq_2(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
Some girls are sun tanning.
| 1 | 0.745533 |
are sun it
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1 x2.(Time(e1,x2) & n_sun(x2) & Actor(e1,x1) & v_tan(e1) & n_girl(x1))
|
49f627e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_tan(e1) & n_sun(x2) & n_girl(x1) & Time(e1,x2) & Actor(e1,x1))
|
||
Two young girls lay, face down, on grass and face the camera as they listen to an iPod near a folding chair and several purses.
|
The girls are smiling.
| 1 | 0.676608 |
girls are now
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(n_thing(x18) & n_camera(x8) & n_thing(x13) & n_camera(x5) & n_thing(x3) & n_camera(x3) & Theme(e4,x8) & Actor(e4,x7) & v_face(e4) & exists e7 s10 s11 x19 x20 x21 x22.(to(e7,x19) & subset_of(x22,x19) & n_purse(x22) & a_several(s11) & Theme(s11,x22) & subset_of(x20,x19) & near(x20,x21) & n_chair(x21) & a_folding(s10) & Theme(s10,x21) & n_ipod(x20) & Actor(e7,x18) & v_listen(e7)) & as(x8,p3) & n_girl(x7) & a_young(s5) & Theme(s5,x7) & card_eq_2(x7) & on(e3,x6) & n_grass(x6) & Theme(e3,x5) & Actor(e3,x4) & v_face(e3) & exists e6 s8 s9 x14 x15 x16 x17.(to(e6,x14) & subset_of(x17,x14) & n_purse(x17) & a_several(s9) & Theme(s9,x17) & subset_of(x15,x14) & near(x15,x16) & n_chair(x16) & a_folding(s8) & Theme(s8,x16) & n_ipod(x15) & Actor(e6,x13) & v_listen(e6)) & as(x5,p2) & n_girl(x4) & a_young(s4) & Theme(s4,x4) & card_eq_2(x4) & a_down(s3) & Manner(e2,s3) & Theme(e2,x3) & Actor(e2,x2) & v_face(e2) & exists e5 s6 s7 x9 x10 x11 x12.(to(e5,x9) & subset_of(x12,x9) & n_purse(x12) & a_several(s7) & Theme(s7,x12) & subset_of(x10,x9) & near(x10,x11) & n_chair(x11) & a_folding(s6) & Theme(s6,x11) & n_ipod(x10) & Actor(e5,x3) & v_listen(e5)) & as(x3,p1) & n_girl(x2) & a_young(s2) & Theme(s2,x2) & card_eq_2(x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
|
exists e1 x1.(n_girl(x1) & Actor(e1,x1) & v_smile(e1))
|
49f647a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e1 e3 p1 p2 p3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x13 x18.(v_lay(e1) & v_face(e4) & v_face(e3) & v_face(e2) & on(e3,x6) & n_thing(x3) & n_thing(x18) & n_thing(x13) & n_grass(x6) & n_girl(x7) & n_girl(x4) & n_girl(x2) & n_girl(x1) & n_camera(x8) & n_camera(x5) & n_camera(x3) & exists e7 s10 s11 x19 x20 x21 x22.(v_listen(e7) & to(e7,x19) & subset_of(x22,x19) & subset_of(x20,x19) & near(x20,x21) & n_purse(x22) & n_ipod(x20) & n_chair(x21) & a_several(s11) & a_folding(s10) & Theme(s11,x22) & Theme(s10,x21) & Actor(e7,x18)) & exists e6 s8 s9 x14 x15 x16 x17.(v_listen(e6) & to(e6,x14) & subset_of(x17,x14) & subset_of(x15,x14) & near(x15,x16) & n_purse(x17) & n_ipod(x15) & n_chair(x16) & a_several(s9) & a_folding(s8) & Theme(s9,x17) & Theme(s8,x16) & Actor(e6,x13)) & exists e5 s6 s7 x9 x10 x11 x12.(v_listen(e5) & to(e5,x9) & subset_of(x12,x9) & subset_of(x10,x9) & near(x10,x11) & n_purse(x12) & n_ipod(x10) & n_chair(x11) & a_several(s7) & a_folding(s6) & Theme(s7,x12) & Theme(s6,x11) & Actor(e5,x3)) & card_eq_2(x7) & card_eq_2(x4) & card_eq_2(x2) & card_eq_2(x1) & as(x8,p3) & as(x5,p2) & as(x3,p1) & a_young(s5) & a_young(s4) & a_young(s2) & a_young(s1) & a_down(s3) & Theme(s5,x7) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x8) & Theme(e3,x5) & Theme(e2,x3) & Manner(e2,s3) & Actor(e4,x7) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 x1.(v_smile(e1) & n_girl(x1) & Actor(e1,x1))
|
||
A town street is filled with people along with shops.
|
People are dancing.
| 2 | -100 |
People in the street may not all be dancing.
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & n_shop(x4) & r_along(e1) & with(e1,x3) & n_people(x3) & Theme(e1,x1) & v_fill(e1) & n_street(x1) & of(x1,x2) & n_town(x2))
|
exists e1 x1.(Actor(e1,x1) & v_dance(e1) & n_people(x1))
|
49f77a8a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & with(e1,x3) & v_fill(e1) & r_along(e1) & of(x1,x2) & n_town(x2) & n_street(x1) & n_shop(x4) & n_people(x3) & Theme(e1,x1))
|
exists e1 x1.(v_dance(e1) & n_people(x1) & Actor(e1,x1))
|
||
A town street is filled with people along with shops.
|
People are in the street.
| 0 | -100 |
A street filled with people can be rephrased as people in the street.
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & n_shop(x4) & r_along(e1) & with(e1,x3) & n_people(x3) & Theme(e1,x1) & v_fill(e1) & n_street(x1) & of(x1,x2) & n_town(x2))
|
exists p1 x1 x2.(n_street(x2) & in(x1,x2) & n_people(x1))
|
49f78070-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & with(e1,x3) & v_fill(e1) & r_along(e1) & of(x1,x2) & n_town(x2) & n_street(x1) & n_shop(x4) & n_people(x3) & Theme(e1,x1))
|
exists x1 x2.(n_street(x2) & n_people(x1) & in(x1,x2))
|
||
A town street is filled with people along with shops.
|
People are shopping.
| 1 | -100 |
Just because, the street is filled with people along with shops, does not mean there are people shopping.
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & n_shop(x4) & r_along(e1) & with(e1,x3) & n_people(x3) & Theme(e1,x1) & v_fill(e1) & n_street(x1) & of(x1,x2) & n_town(x2))
|
exists p1 x1.(exists x2.((x1 = x2) & n_shop(x2)) & n_people(x1))
|
49f78570-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(e1,x4) & with(e1,x3) & v_fill(e1) & r_along(e1) & of(x1,x2) & n_town(x2) & n_street(x1) & n_shop(x4) & n_people(x3) & Theme(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_shop(x2) & (x1 = x2)))
|
||
A young man and a woman are sleeping in a van.
|
two people are asleep
| 0 | -100 |
A man and woman can be considered as two people.
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x4) & n_van(x4) & Actor(e1,x1) & v_sleep(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2) & a_young(s1) & Theme(s1,x2))
|
exists s1 x1.(Theme(s1,x1) & a_asleep(s1) & n_people(x1) & card_eq_2(x1))
|
49f78a48-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_sleep(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_van(x4) & n_man(x2) & in(e1,x4) & a_young(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1.(n_people(x1) & card_eq_2(x1) & a_asleep(s1) & Theme(s1,x1))
|
||
A young man and a woman are sleeping in a van.
|
the people are swimming in the red sea
| 2 | -100 |
People can not be sleeping and swimming at the same time.
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x4) & n_van(x4) & Actor(e1,x1) & v_sleep(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2) & a_young(s1) & Theme(s1,x2))
|
exists e1 s1 x1 x2.(n_sea(x2) & a_red(s1) & Theme(s1,x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1))
|
49f78f34-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_sleep(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_van(x4) & n_man(x2) & in(e1,x4) & a_young(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_swim(e1) & n_sea(x2) & n_people(x1) & in(e1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A young man and a woman are sleeping in a van.
|
the people are a couple
| 1 | -100 |
Just because, a young man, and a woman are sleeping in a van, does not imply the young man and woman are a couple.
|
exists e1 s1 x1 x2 x3 x4.(in(e1,x4) & n_van(x4) & Actor(e1,x1) & v_sleep(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2) & a_young(s1) & Theme(s1,x2))
|
exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_couple(x2)))
|
49f7945c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_sleep(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_van(x4) & n_man(x2) & in(e1,x4) & a_young(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_couple(x2) & (x1 = x2)))
|
||
A snowboarder flies off a huge jump.
|
A snowboarder takes a huge jump in a race
| 1 | -100 |
Just because, a snowboarder flies off a huge jump, does not mean he is in a race.
|
exists e1 s1 s2 x1 x2.(a_off(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_fly(e1) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & n_snowboarder(x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & in(x2,x3) & n_race(x3) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & n_snowboarder(x1))
|
49f79894-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_fly(e1) & n_snowboarder(x1) & n_jump(x2) & a_off(s2) & a_huge(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_take(e1) & n_snowboarder(x1) & n_race(x3) & n_jump(x2) & in(x2,x3) & a_huge(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A snowboarder flies off a huge jump.
|
A snowboarder signing autographs
| 2 | -100 |
the snowboarder can not be signing autographs when he flies off a huge jump.
|
exists e1 s1 s2 x1 x2.(a_off(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_fly(e1) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & n_snowboarder(x1))
|
exists x1 x2 x3.(a_topic(x1) & n_autograph(x1) & of(x1,x3) & n_signing(x3) & of(x1,x2) & n_snowboarder(x2))
|
49f79cb8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_fly(e1) & n_snowboarder(x1) & n_jump(x2) & a_off(s2) & a_huge(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
|
exists x1 x2 x3.(of(x1,x3) & of(x1,x2) & n_snowboarder(x2) & n_signing(x3) & n_autograph(x1) & a_topic(x1))
|
||
A snowboarder flies off a huge jump.
|
A snowboarder takes a huge jump
| 0 | -100 |
"Flies off a huge jump," can be rephrased as "takes a huge jump."
|
exists e1 s1 s2 x1 x2.(a_off(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_fly(e1) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & n_snowboarder(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & n_snowboarder(x1))
|
49f7a0c8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_fly(e1) & n_snowboarder(x1) & n_jump(x2) & a_off(s2) & a_huge(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_take(e1) & n_snowboarder(x1) & n_jump(x2) & a_huge(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A group of woman on a sidewalk.
|
Women are on a sidewalk
| 0 | -100 |
A group of woman are women.
|
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_sidewalk(x3) & n_woman(x2) & n_group(x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_sidewalk(x2)) & n_woman(x1))
|
49f7a58c-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_woman(x2) & n_sidewalk(x3) & n_group(x1) & a_topic(x1))
|
exists x1.(n_woman(x1) & exists x2.(on(x1,x2) & n_sidewalk(x2)))
|
||
A group of woman on a sidewalk.
|
The women are inside a building
| 2 | -100 |
The women cannot be on a sidewalk and inside simultaneously.
|
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_sidewalk(x3) & n_woman(x2) & n_group(x1))
|
exists p1 x1.(n_woman(x1) & exists x2.(inside(x1,x2) & n_building(x2)))
|
49f7a9c4-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_woman(x2) & n_sidewalk(x3) & n_group(x1) & a_topic(x1))
|
exists x1.(n_woman(x1) & exists x2.(n_building(x2) & inside(x1,x2)))
|
||
A group of woman on a sidewalk.
|
It is daylight outside
| 1 | -100 |
Being on a sidewalk does not necessarily mean there is daylight.
|
exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & on(x2,x3) & n_sidewalk(x3) & n_woman(x2) & n_group(x1))
|
exists p1 x1.(n_thing(x1) & exists s1 x2.((x1 = x2) & n_outside(x2) & a_daylight(s1) & Theme(s1,x2)))
|
49f7adf2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x2,x3) & of(x1,x2) & n_woman(x2) & n_sidewalk(x3) & n_group(x1) & a_topic(x1))
|
exists x1.(n_thing(x1) & exists s1 x2.(n_outside(x2) & a_daylight(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
A cyclist is focusing on the race intently, as he looks ahead at all the other riders ahead of him.
|
A cyclist is focusing on the doughnut intently.
| 2 | -100 |
The cyclist cannot be focusing on the race and a doughnut at the same time.
|
exists e1 p1 s1 x1 x2 x4.(n_male(x2) & n_male(x2) & -(x4 = x4) & n_rider(x4) & n_race(x2) & exists e2 s2.(a_ahead(s2) & Manner(e2,s2) & all x3.((x3 = x4) -> exists x5.(at(e2,x3) & of(x5,x2) & ahead(x3,x5) & n_thing(x5))) & Actor(e2,x2) & v_look(e2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & n_cyclist(x1))
|
exists e1 s1 x1 x2.(n_doughnut(x2) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & n_cyclist(x1))
|
49f7b23e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x4.(v_focus(e1) & on(e1,x2) & n_rider(x4) & n_race(x2) & n_male(x2) & n_cyclist(x1) & exists e2 s2.(v_look(e2) & all x3.(exists x5.(of(x5,x2) & n_thing(x5) & at(e2,x3) & ahead(x3,x5)) | -(x3 = x4)) & a_ahead(s2) & Manner(e2,s2) & Actor(e2,x2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & -(x4 = x4))
|
exists e1 s1 x1 x2.(v_focus(e1) & on(e1,x2) & n_doughnut(x2) & n_cyclist(x1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A cyclist is focusing on the race intently, as he looks ahead at all the other riders ahead of him.
|
A cyclist is focusing on the race intently, with plenty of riders ahead of him.
| 0 | -100 |
If there are other riders, there are plenty of riders.
|
exists e1 p1 s1 x1 x2 x4.(n_male(x2) & n_male(x2) & -(x4 = x4) & n_rider(x4) & n_race(x2) & exists e2 s2.(a_ahead(s2) & Manner(e2,s2) & all x3.((x3 = x4) -> exists x5.(at(e2,x3) & of(x5,x2) & ahead(x3,x5) & n_thing(x5))) & Actor(e2,x2) & v_look(e2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & n_cyclist(x1))
|
exists e1 s1 x1 x2 x3 x4 x5.(n_male(x2) & n_race(x2) & with(e1,x3) & of(x3,x4) & of(x5,x2) & ahead(x4,x5) & n_thing(x5) & n_rider(x4) & n_plenty(x3) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & n_cyclist(x1))
|
49f7b68a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x4.(v_focus(e1) & on(e1,x2) & n_rider(x4) & n_race(x2) & n_male(x2) & n_cyclist(x1) & exists e2 s2.(v_look(e2) & all x3.(exists x5.(of(x5,x2) & n_thing(x5) & at(e2,x3) & ahead(x3,x5)) | -(x3 = x4)) & a_ahead(s2) & Manner(e2,s2) & Actor(e2,x2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & -(x4 = x4))
|
exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x3) & v_focus(e1) & on(e1,x2) & of(x5,x2) & of(x3,x4) & n_thing(x5) & n_rider(x4) & n_race(x2) & n_plenty(x3) & n_male(x2) & n_cyclist(x1) & ahead(x4,x5) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A cyclist is focusing on the race intently, as he looks ahead at all the other riders ahead of him.
|
A cyclist is in the rain, focusing on the race intently, as he looks ahead at all the other riders ahead of him.
| 1 | -100 |
The mere fact that the cyclists are participating in a race in no way tells that there is rain.
|
exists e1 p1 s1 x1 x2 x4.(n_male(x2) & n_male(x2) & -(x4 = x4) & n_rider(x4) & n_race(x2) & exists e2 s2.(a_ahead(s2) & Manner(e2,s2) & all x3.((x3 = x4) -> exists x5.(at(e2,x3) & of(x5,x2) & ahead(x3,x5) & n_thing(x5))) & Actor(e2,x2) & v_look(e2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & n_cyclist(x1))
|
exists e1 p1 p2 s1 x1 x2 x3 x5.(n_male(x3) & n_male(x3) & -(x5 = x5) & n_rider(x5) & n_race(x2) & n_rain(x3) & for(p1,e1) & exists e2 s2.(a_ahead(s2) & Manner(e2,s2) & all x4.((x4 = x5) -> exists x6.(at(e2,x4) & of(x6,x3) & ahead(x4,x6) & n_thing(x6))) & Actor(e2,x3) & v_look(e2)) & as(e1,p2) & a_intently(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_focus(e1) & in(x1,x3) & n_cyclist(x1))
|
49f7bb44-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2 x4.(v_focus(e1) & on(e1,x2) & n_rider(x4) & n_race(x2) & n_male(x2) & n_cyclist(x1) & exists e2 s2.(v_look(e2) & all x3.(exists x5.(of(x5,x2) & n_thing(x5) & at(e2,x3) & ahead(x3,x5)) | -(x3 = x4)) & a_ahead(s2) & Manner(e2,s2) & Actor(e2,x2)) & as(e1,p1) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & -(x4 = x4))
|
exists e1 p1 p2 s1 x1 x2 x3 x5.(v_focus(e1) & on(e1,x2) & n_rider(x5) & n_rain(x3) & n_race(x2) & n_male(x3) & n_cyclist(x1) & in(x1,x3) & for(p1,e1) & exists e2 s2.(v_look(e2) & all x4.(exists x6.(of(x6,x3) & n_thing(x6) & at(e2,x4) & ahead(x4,x6)) | -(x4 = x5)) & a_ahead(s2) & Manner(e2,s2) & Actor(e2,x3)) & as(e1,p2) & a_intently(s1) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x5))
|
||
A man in a bike race wearing red and black shorts and shirt pedaling around a corner.
|
The man is competing outdoors.
| 0 | -100 |
A bike race can take place outdoors.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(around(e2,x6) & n_corner(x6) & Actor(e2,x5) & v_pedal(e2) & n_shirt(x5) & Theme(e1,x4) & Actor(e1,x1) & v_wear(e1) & n_shorts(x4) & a_black(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4) & in(x1,x2) & n_race(x2) & of(x2,x3) & n_bike(x3) & n_man(x1))
|
exists p1 x1.(n_man(x1) & exists e1 x2.((x1 = x2) & n_outdoors(x2) & Actor(e1,x2) & v_compete(e1)))
|
49f7bf9a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pedal(e2) & of(x2,x3) & n_shorts(x4) & n_shirt(x5) & n_race(x2) & n_man(x1) & n_corner(x6) & n_bike(x3) & in(x1,x2) & around(e2,x6) & a_red(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x1))
|
exists x1.(n_man(x1) & exists e1 x2.(v_compete(e1) & n_outdoors(x2) & Actor(e1,x2) & (x1 = x2)))
|
||
A man in a bike race wearing red and black shorts and shirt pedaling around a corner.
|
The man enjoys racing.
| 1 | -100 |
Just because a man in a bike race, does not mean is enjoys racing.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(around(e2,x6) & n_corner(x6) & Actor(e2,x5) & v_pedal(e2) & n_shirt(x5) & Theme(e1,x4) & Actor(e1,x1) & v_wear(e1) & n_shorts(x4) & a_black(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4) & in(x1,x2) & n_race(x2) & of(x2,x3) & n_bike(x3) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_racing(x2))
|
49f7c3be-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pedal(e2) & of(x2,x3) & n_shorts(x4) & n_shirt(x5) & n_race(x2) & n_man(x1) & n_corner(x6) & n_bike(x3) & in(x1,x2) & around(e2,x6) & a_red(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x1))
|
exists e1 x1 x2.(v_enjoy(e1) & n_racing(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a bike race wearing red and black shorts and shirt pedaling around a corner.
|
The man is wearing a suit while riding.
| 2 | -100 |
A suit does not always mean shorts and a shirt.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(around(e2,x6) & n_corner(x6) & Actor(e2,x5) & v_pedal(e2) & n_shirt(x5) & Theme(e1,x4) & Actor(e1,x1) & v_wear(e1) & n_shorts(x4) & a_black(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4) & in(x1,x2) & n_race(x2) & of(x2,x3) & n_bike(x3) & n_man(x1))
|
exists e2 e1 x1 x2.(n_man(x1) & while(e1,e2) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2))
|
49f7c8a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pedal(e2) & of(x2,x3) & n_shorts(x4) & n_shirt(x5) & n_race(x2) & n_man(x1) & n_corner(x6) & n_bike(x3) & in(x1,x2) & around(e2,x6) & a_red(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x1))
|
exists e2 e1 x1 x2.(while(e1,e2) & v_wear(e1) & v_ride(e2) & n_suit(x2) & n_man(x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
A cyclist is rounding a corner on a wet road.
|
A cyclist is about to fall over after rounding a corner on a wet road.
| 1 | -100 |
Just because, a cyclist is rounding a corner on a wet road, does not indicate the cyclist is about to fall over.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_road(x3) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_round(e1) & n_corner(x2) & n_cyclist(x1))
|
exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e2 e1 s2 s3 x2 x3.(after(e1,e2) & on(e2,x3) & n_road(x3) & a_wet(s3) & Theme(s3,x3) & Theme(e2,x2) & Actor(e2,x1) & v_round(e2) & n_corner(x2) & a_over(s2) & Manner(e1,s2) & Actor(e1,x1) & v_fall(e1)) & n_cyclist(x1))
|
49f7db24-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_round(e1) & on(e1,x3) & n_road(x3) & n_cyclist(x1) & n_corner(x2) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists p1 s1 x1.(n_cyclist(x1) & exists e2 e1 s2 s3 x2 x3.(v_round(e2) & v_fall(e1) & on(e2,x3) & n_road(x3) & n_corner(x2) & after(e1,e2) & a_wet(s3) & a_over(s2) & Theme(s3,x3) & Theme(e2,x2) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
|
||
A cyclist is rounding a corner on a wet road.
|
A man is driving a car around a corner on a dry road.
| 2 | -100 |
A cyclist can not be driving a car at the same time.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_road(x3) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_round(e1) & n_corner(x2) & n_cyclist(x1))
|
exists e1 s1 x1 x2 x3 x4.(on(e1,x4) & n_road(x4) & a_dry(s1) & Theme(s1,x4) & around(e1,x3) & n_corner(x3) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_car(x2) & n_man(x1))
|
49f7df8e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_round(e1) & on(e1,x3) & n_road(x3) & n_cyclist(x1) & n_corner(x2) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_drive(e1) & on(e1,x4) & n_road(x4) & n_man(x1) & n_corner(x3) & n_car(x2) & around(e1,x3) & a_dry(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
A cyclist is rounding a corner on a wet road.
|
A cyclist is on a road.
| 0 | -100 |
A wet road is still a road nonetheless.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_road(x3) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_round(e1) & n_corner(x2) & n_cyclist(x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_road(x2)) & n_cyclist(x1))
|
49f7e452-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_round(e1) & on(e1,x3) & n_road(x3) & n_cyclist(x1) & n_corner(x2) & a_wet(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1.(n_cyclist(x1) & exists x2.(on(x1,x2) & n_road(x2)))
|
||
Two bicyclists in a race with helmets.
|
boy plays nintendo
| 2 | -100 |
Two bicyclists is more than one boy. A person cannot race bicycles and play nintendo at the same time.
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & with(x2,x3) & n_helmet(x3) & n_race(x2) & n_bicyclist(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_nintendo(x2) & n_boy(x1))
|
49f7e8b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(with(x2,x3) & n_race(x2) & n_helmet(x3) & n_bicyclist(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists e1 x1 x2.(v_play(e1) & n_nintendo(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two bicyclists in a race with helmets.
|
two guys on bikes
| 0 | -100 |
Bicyclists can be considered as guys on bikes.
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & with(x2,x3) & n_helmet(x3) & n_race(x2) & n_bicyclist(x1) & card_eq_2(x1))
|
exists x1 x2.(a_topic(x1) & on(x1,x2) & n_bike(x2) & n_guy(x1) & card_eq_2(x1))
|
49f7ed12-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(with(x2,x3) & n_race(x2) & n_helmet(x3) & n_bicyclist(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists x1 x2.(on(x1,x2) & n_guy(x1) & n_bike(x2) & card_eq_2(x1) & a_topic(x1))
|
||
Two bicyclists in a race with helmets.
|
final two in bike race
| 1 | -100 |
Just because there are two bicyclists in a race, does not mean they are the final two.
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & with(x2,x3) & n_helmet(x3) & n_race(x2) & n_bicyclist(x1) & card_eq_2(x1))
|
exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_race(x2) & of(x2,x3) & n_bike(x3) & n_thing(x1) & card_eq_2(x1) & a_final(s1) & Theme(s1,x1))
|
49f7f370-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(with(x2,x3) & n_race(x2) & n_helmet(x3) & n_bicyclist(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists s1 x1 x2 x3.(of(x2,x3) & n_thing(x1) & n_race(x2) & n_bike(x3) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_final(s1) & Theme(s1,x1))
|
||
A child is happily playing on the slide.
|
The child is sleep outside.
| 2 | -100 |
The child cant be both playing and sleeping.
|
exists e1 s1 x1 x2.(n_slide(x2) & a_happily(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
|
exists p1 s1 x1.(n_child(x1) & a_outside(s1) & Manner(p1,s1) & exists x2.((x1 = x2) & n_sleep(x2)))
|
49f7f9e2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_play(e1) & on(e1,x2) & n_slide(x2) & n_child(x1) & a_happily(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists p1 s1 x1.(n_child(x1) & exists x2.(n_sleep(x2) & (x1 = x2)) & a_outside(s1) & Manner(p1,s1))
|
||
A child is happily playing on the slide.
|
A child is playing on the slide
| 0 | -100 |
Child is playing in the slide is mentioned in both sentences
|
exists e1 s1 x1 x2.(n_slide(x2) & a_happily(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
|
exists e1 x1 x2.(n_slide(x2) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
|
49f7feba-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_play(e1) & on(e1,x2) & n_slide(x2) & n_child(x1) & a_happily(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_play(e1) & on(e1,x2) & n_slide(x2) & n_child(x1) & Actor(e1,x1))
|
||
A child is happily playing on the slide.
|
The child is happy outside playing
| 1 | -100 |
The slide the child is playing it might not be outside.
|
exists e1 s1 x1 x2.(n_slide(x2) & a_happily(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
|
exists p1 x1.(n_child(x1) & exists s1 s2 x2.((x1 = x2) & n_playing(x2) & a_outside(s2) & Theme(s2,x2) & a_happy(s1) & Theme(s1,x2)))
|
49f8037e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_play(e1) & on(e1,x2) & n_slide(x2) & n_child(x1) & a_happily(s1) & Manner(e1,s1) & Actor(e1,x1))
|
exists x1.(n_child(x1) & exists s1 s2 x2.(n_playing(x2) & a_outside(s2) & a_happy(s1) & Theme(s2,x2) & Theme(s1,x2) & (x1 = x2)))
|
||
Two men are letting their dogs play together in the street.
|
two men are skydiving
| 2 | -100 |
The men cannot be letting their dogs play and skydiving simultaneously.
|
exists e1 e2 s1 x1 x2 x3 x4.(n_street(x4) & Theme(e2,x2) & Actor(e2,x1) & v_let(e2) & in(e1,x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_dog(x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1.(Actor(e1,x1) & v_skydive(e1) & n_man(x1) & card_eq_2(x1))
|
49f80810-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4.(v_play(e1) & v_let(e2) & of(x2,x1) & n_thing(x1) & n_street(x4) & n_man(x1) & n_dog(x2) & in(e1,x4) & card_eq_2(x1) & a_together(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1.(v_skydive(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two men are letting their dogs play together in the street.
|
two men with dogs
| 0 | -100 |
If the men are with their dogs then there are men with dogs.
|
exists e2 e1 s1 x1 x2 x3 x4.(n_street(x4) & Theme(e2,x2) & Actor(e2,x1) & v_let(e2) & in(e1,x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_dog(x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & card_eq_2(x1))
|
exists x1 x2.(a_topic(x1) & with(x1,x2) & n_dog(x2) & n_man(x1) & card_eq_2(x1))
|
49f80d4c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4.(v_play(e1) & v_let(e2) & of(x2,x1) & n_thing(x1) & n_street(x4) & n_man(x1) & n_dog(x2) & in(e1,x4) & card_eq_2(x1) & a_together(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
exists x1 x2.(with(x1,x2) & n_man(x1) & n_dog(x2) & card_eq_2(x1) & a_topic(x1))
|
||
Two men are letting their dogs play together in the street.
|
dogs are playing fetch
| 1 | -100 |
Dogs playing can mean a variety of things, fetch is not the only option.
|
exists e1 e2 s1 x1 x2 x3 x4.(n_street(x4) & Theme(e2,x2) & Actor(e2,x1) & v_let(e2) & in(e1,x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_dog(x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & card_eq_2(x1))
|
exists e1 s1 x1.(a_fetch(s1) & Manner(e1,s1) & Actor(e1,x1) & v_play(e1) & n_dog(x1))
|
49f8124c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4.(v_play(e1) & v_let(e2) & of(x2,x1) & n_thing(x1) & n_street(x4) & n_man(x1) & n_dog(x2) & in(e1,x4) & card_eq_2(x1) & a_together(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
exists e1 s1 x1.(v_play(e1) & n_dog(x1) & a_fetch(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A person wearing a helmet rides a dirty bike on a dirt path in the woods.
|
A person wearing a helmet rides a bike on a dirt path.
| 0 | -100 |
In woods is where one would find a dirt path.
|
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_wood(x8) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & on(x4,x6) & in(x6,x8) & n_path(x6) & of(x6,x7) & n_dirt(x7) & n_bike(x4) & of(x4,x5) & n_dirty(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_helmet(x3) & (x1 = x2) & n_person(x1))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(on(e2,x5) & n_path(x5) & of(x5,x6) & n_dirt(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bike(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_helmet(x3) & (x1 = x2) & n_person(x1))
|
49f81774-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & on(x4,x6) & of(x6,x7) & of(x4,x5) & n_wood(x8) & n_person(x1) & n_path(x6) & n_helmet(x3) & n_dirty(x5) & n_dirt(x7) & n_bike(x4) & in(x6,x8) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_ride(e2) & on(e2,x5) & of(x5,x6) & n_person(x1) & n_path(x5) & n_helmet(x3) & n_dirt(x6) & n_bike(x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
A person wearing a helmet rides a dirty bike on a dirt path in the woods.
|
He navigated his ATV into the woods.
| 2 | -100 |
A bike is not the same as an ATV.
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wood(x8) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & on(x4,x6) & in(x6,x8) & n_path(x6) & of(x6,x7) & n_dirt(x7) & n_bike(x4) & of(x4,x5) & n_dirty(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_helmet(x3) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2 x3.(n_wood(x3) & ne_nam_atv(x2) & of(x2,x1) & n_male(x1) & n_male(x1) & into(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_navigate(e1))
|
49f81cce-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & on(x4,x6) & of(x6,x7) & of(x4,x5) & n_wood(x8) & n_person(x1) & n_path(x6) & n_helmet(x3) & n_dirty(x5) & n_dirt(x7) & n_bike(x4) & in(x6,x8) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_navigate(e1) & of(x2,x1) & ne_nam_atv(x2) & n_wood(x3) & n_male(x1) & into(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A person wearing a helmet rides a dirty bike on a dirt path in the woods.
|
A boy wearing a helmet rides a dirt bike on a path in the woods.
| 1 | -100 |
The person riding the bike is not necessarily a boy. The type of bike the person rides is not necessarily a dirt bike.
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(n_wood(x8) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & on(x4,x6) & in(x6,x8) & n_path(x6) & of(x6,x7) & n_dirt(x7) & n_bike(x4) & of(x4,x5) & n_dirty(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_helmet(x3) & (x1 = x2) & n_person(x1))
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(n_wood(x7) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & on(x4,x6) & in(x6,x7) & n_path(x6) & n_bike(x4) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_helmet(x3) & (x1 = x2) & n_boy(x1))
|
49f82188-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & on(x4,x6) & of(x6,x7) & of(x4,x5) & n_wood(x8) & n_person(x1) & n_path(x6) & n_helmet(x3) & n_dirty(x5) & n_dirt(x7) & n_bike(x4) & in(x6,x8) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_ride(e2) & on(x4,x6) & of(x4,x5) & n_wood(x7) & n_path(x6) & n_helmet(x3) & n_dirt(x5) & n_boy(x1) & n_bike(x4) & in(x6,x7) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two children laying on the floor with a group of wooden blocks above their heads.
|
Two children are playing with wooden blocks.
| 1 | -100 |
The two children are not necessarily playing with the wooden blocks.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_thing(x3) & n_floor(x3) & a_topic(x1) & above(e1,x6) & with(e1,x4) & of(x4,x5) & n_block(x5) & a_wooden(s1) & Theme(s1,x5) & n_group(x4) & on(e1,x3) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_child(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(with(e1,x2) & n_block(x2) & a_wooden(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_2(x1))
|
49f825fc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_lay(e1) & on(e1,x3) & of(x6,x3) & of(x4,x5) & n_thing(x3) & n_head(x6) & n_group(x4) & n_floor(x3) & n_child(x1) & n_block(x5) & card_eq_2(x1) & above(e1,x6) & a_wooden(s1) & a_topic(x1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(with(e1,x2) & v_play(e1) & n_child(x1) & n_block(x2) & card_eq_2(x1) & a_wooden(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
Two children laying on the floor with a group of wooden blocks above their heads.
|
Two children are sitting on chairs playing with blocks.
| 2 | -100 |
Children cannot lay on the floor and sit on chairs at the same time.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_thing(x3) & n_floor(x3) & a_topic(x1) & above(e1,x6) & with(e1,x4) & of(x4,x5) & n_block(x5) & a_wooden(s1) & Theme(s1,x5) & n_group(x4) & on(e1,x3) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_child(x1) & card_eq_2(x1))
|
exists e2 e1 x1 x2 x3 x4.(on(e1,x2) & with(e2,x4) & n_block(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_chair(x2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & card_eq_2(x1))
|
49f82a66-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_lay(e1) & on(e1,x3) & of(x6,x3) & of(x4,x5) & n_thing(x3) & n_head(x6) & n_group(x4) & n_floor(x3) & n_child(x1) & n_block(x5) & card_eq_2(x1) & above(e1,x6) & a_wooden(s1) & a_topic(x1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 x1 x2 x3 x4.(with(e2,x4) & v_sit(e1) & v_play(e2) & on(e1,x2) & n_child(x1) & n_chair(x2) & n_block(x4) & card_eq_2(x1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
|
||
Two children laying on the floor with a group of wooden blocks above their heads.
|
Children are laying on the floor
| 0 | -100 |
Children are laying on the floor is the same as children laying on the floor.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_thing(x3) & n_floor(x3) & a_topic(x1) & above(e1,x6) & with(e1,x4) & of(x4,x5) & n_block(x5) & a_wooden(s1) & Theme(s1,x5) & n_group(x4) & on(e1,x3) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_child(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_floor(x2) & on(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_child(x1))
|
49f82f20-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_lay(e1) & on(e1,x3) & of(x6,x3) & of(x4,x5) & n_thing(x3) & n_head(x6) & n_group(x4) & n_floor(x3) & n_child(x1) & n_block(x5) & card_eq_2(x1) & above(e1,x6) & a_wooden(s1) & a_topic(x1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & n_floor(x2) & n_child(x1) & Actor(e1,x1))
|
||
A man and a woman dressed in jeans and white shirts sit and look off into the distance of a rocky terrain.
|
the two men are staring out across the flat desert terrain
| 2 | -100 |
A man and a woman cannot be referred to as two men.
|
exists e1 e3 e2 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(n_distance(x15) & a_off(s4) & Manner(e4,s4) & into(e4,x15) & of(x15,x16) & n_terrain(x16) & a_rocky(s3) & Theme(s3,x16) & Actor(e4,x8) & v_look(e4) & subset_of(x10,x8) & in(e3,x12) & subset_of(x14,x12) & n_shirt(x14) & a_white(s2) & Theme(s2,x14) & subset_of(x13,x12) & n_jeans(x13) & Theme(e3,x11) & v_dress(e3) & (x10 = x11) & n_woman(x10) & subset_of(x9,x8) & n_man(x9) & Actor(e2,x1) & v_sit(e2) & subset_of(x3,x1) & in(e1,x5) & subset_of(x7,x5) & n_shirt(x7) & a_white(s1) & Theme(s1,x7) & subset_of(x6,x5) & n_jeans(x6) & Theme(e1,x4) & v_dress(e1) & (x3 = x4) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 s2 x1 x2 x3.(n_terrain(x2) & of(x2,x3) & n_desert(x3) & a_flat(s2) & Theme(s2,x2) & n_man(x1) & card_eq_2(x1) & across(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1))
|
49f833b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e3 e2 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(v_sit(e2) & v_look(e4) & v_dress(e3) & v_dress(e1) & subset_of(x9,x8) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & subset_of(x14,x12) & subset_of(x13,x12) & subset_of(x10,x8) & of(x15,x16) & n_woman(x3) & n_woman(x10) & n_terrain(x16) & n_shirt(x7) & n_shirt(x14) & n_man(x9) & n_man(x2) & n_jeans(x6) & n_jeans(x13) & n_distance(x15) & into(e4,x15) & in(e3,x12) & in(e1,x5) & a_white(s2) & a_white(s1) & a_rocky(s3) & a_off(s4) & Theme(s3,x16) & Theme(s2,x14) & Theme(s1,x7) & Theme(e3,x11) & Theme(e1,x4) & Manner(e4,s4) & Actor(e4,x8) & Actor(e2,x1) & (x3 = x4) & (x10 = x11))
|
exists e1 s1 s2 x1 x2 x3.(v_stare(e1) & of(x2,x3) & n_terrain(x2) & n_man(x1) & n_desert(x3) & card_eq_2(x1) & across(e1,x2) & a_out(s1) & a_flat(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A man and a woman dressed in jeans and white shirts sit and look off into the distance of a rocky terrain.
|
the man and women are dressed in matching outfits
| 1 | -100 |
Just because both are wearing jeans and white shirts, doesn't mean the outfits are matching.
|
exists e3 e2 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(n_distance(x15) & a_off(s4) & Manner(e4,s4) & into(e4,x15) & of(x15,x16) & n_terrain(x16) & a_rocky(s3) & Theme(s3,x16) & Actor(e4,x8) & v_look(e4) & subset_of(x10,x8) & in(e3,x12) & subset_of(x14,x12) & n_shirt(x14) & a_white(s2) & Theme(s2,x14) & subset_of(x13,x12) & n_jeans(x13) & Theme(e3,x11) & v_dress(e3) & (x10 = x11) & n_woman(x10) & subset_of(x9,x8) & n_man(x9) & Actor(e2,x1) & v_sit(e2) & subset_of(x3,x1) & in(e1,x5) & subset_of(x7,x5) & n_shirt(x7) & a_white(s1) & Theme(s1,x7) & subset_of(x6,x5) & n_jeans(x6) & Theme(e1,x4) & v_dress(e1) & (x3 = x4) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 x1 x2 x3 x4.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & in(e1,x4) & n_outfit(x4) & a_matching(s1) & Theme(s1,x4) & Theme(e1,x1) & v_dress(e1))
|
49f83826-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(v_sit(e2) & v_look(e4) & v_dress(e3) & v_dress(e1) & subset_of(x9,x8) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & subset_of(x14,x12) & subset_of(x13,x12) & subset_of(x10,x8) & of(x15,x16) & n_woman(x3) & n_woman(x10) & n_terrain(x16) & n_shirt(x7) & n_shirt(x14) & n_man(x9) & n_man(x2) & n_jeans(x6) & n_jeans(x13) & n_distance(x15) & into(e4,x15) & in(e3,x12) & in(e1,x5) & a_white(s2) & a_white(s1) & a_rocky(s3) & a_off(s4) & Theme(s3,x16) & Theme(s2,x14) & Theme(s1,x7) & Theme(e3,x11) & Theme(e1,x4) & Manner(e4,s4) & Actor(e4,x8) & Actor(e2,x1) & (x3 = x4) & (x10 = x11))
|
exists e1 s1 x1 x2 x3 x4.(v_dress(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_outfit(x4) & n_man(x2) & in(e1,x4) & a_matching(s1) & Theme(s1,x4) & Theme(e1,x1))
|
||
A man and a woman dressed in jeans and white shirts sit and look off into the distance of a rocky terrain.
|
the man and women look off into the distance
| 0 | -100 |
If they look off into the distance then they look into the distance.
|
exists e3 e2 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(n_distance(x15) & a_off(s4) & Manner(e4,s4) & into(e4,x15) & of(x15,x16) & n_terrain(x16) & a_rocky(s3) & Theme(s3,x16) & Actor(e4,x8) & v_look(e4) & subset_of(x10,x8) & in(e3,x12) & subset_of(x14,x12) & n_shirt(x14) & a_white(s2) & Theme(s2,x14) & subset_of(x13,x12) & n_jeans(x13) & Theme(e3,x11) & v_dress(e3) & (x10 = x11) & n_woman(x10) & subset_of(x9,x8) & n_man(x9) & Actor(e2,x1) & v_sit(e2) & subset_of(x3,x1) & in(e1,x5) & subset_of(x7,x5) & n_shirt(x7) & a_white(s1) & Theme(s1,x7) & subset_of(x6,x5) & n_jeans(x6) & Theme(e1,x4) & v_dress(e1) & (x3 = x4) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 x1 x2 x3 x4.(n_distance(x4) & n_man(x2) & a_off(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_look(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1))
|
49f83c86-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(v_sit(e2) & v_look(e4) & v_dress(e3) & v_dress(e1) & subset_of(x9,x8) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & subset_of(x14,x12) & subset_of(x13,x12) & subset_of(x10,x8) & of(x15,x16) & n_woman(x3) & n_woman(x10) & n_terrain(x16) & n_shirt(x7) & n_shirt(x14) & n_man(x9) & n_man(x2) & n_jeans(x6) & n_jeans(x13) & n_distance(x15) & into(e4,x15) & in(e3,x12) & in(e1,x5) & a_white(s2) & a_white(s1) & a_rocky(s3) & a_off(s4) & Theme(s3,x16) & Theme(s2,x14) & Theme(s1,x7) & Theme(e3,x11) & Theme(e1,x4) & Manner(e4,s4) & Actor(e4,x8) & Actor(e2,x1) & (x3 = x4) & (x10 = x11))
|
exists e1 s1 x1 x2 x3 x4.(v_look(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & n_distance(x4) & into(e1,x4) & a_off(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A man with a funny hat is dancing at a park.
|
man performs at the park
| 1 | -100 |
Because the man dances does not necessarily mean he performs.
|
exists e1 s1 x1 x2 x3.(at(e1,x3) & n_park(x3) & Actor(e1,x1) & v_dance(e1) & with(x1,x2) & n_hat(x2) & a_funny(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1 x2 x3.(n_park(x3) & a_topic(x1) & at(x1,x3) & n_perform(x1) & of(x1,x2) & n_man(x2))
|
49f8417c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x1,x2) & v_dance(e1) & n_park(x3) & n_man(x1) & n_hat(x2) & at(e1,x3) & a_funny(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists x1 x2 x3.(of(x1,x2) & n_perform(x1) & n_park(x3) & n_man(x2) & at(x1,x3) & a_topic(x1))
|
||
A man with a funny hat is dancing at a park.
|
girl sleeps alone
| 2 | -100 |
A man is different from a girl. A person cannot dance and sleep at the same time.
|
exists e1 s1 x1 x2 x3.(at(e1,x3) & n_park(x3) & Actor(e1,x1) & v_dance(e1) & with(x1,x2) & n_hat(x2) & a_funny(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1 x2.(a_topic(x1) & r_alone(x1) & n_sleep(x1) & of(x1,x2) & n_girl(x2))
|
49f8479e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x1,x2) & v_dance(e1) & n_park(x3) & n_man(x1) & n_hat(x2) & at(e1,x3) & a_funny(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists x1 x2.(r_alone(x1) & of(x1,x2) & n_sleep(x1) & n_girl(x2) & a_topic(x1))
|
||
A man with a funny hat is dancing at a park.
|
man dances at park
| 0 | -100 |
dancing is another form of dances.
|
exists e1 s1 x1 x2 x3.(at(e1,x3) & n_park(x3) & Actor(e1,x1) & v_dance(e1) & with(x1,x2) & n_hat(x2) & a_funny(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_park(x3) & n_dance(x1) & of(x1,x2) & n_man(x2))
|
49f84c30-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x1,x2) & v_dance(e1) & n_park(x3) & n_man(x1) & n_hat(x2) & at(e1,x3) & a_funny(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists x1 x2 x3.(of(x1,x2) & n_park(x3) & n_man(x2) & n_dance(x1) & at(x1,x3) & a_topic(x1))
|
||
Several people fishing on a cloudy day.
|
It is about to rain
| 1 | -100 |
Although it is a cloudy day, it is not necessarily about to rain.
|
exists s1 s2 x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_day(x3) & a_cloudy(s2) & Theme(s2,x3) & Time(x1,x2) & n_fishing(x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
|
exists p1 s1 x1.(n_thing(x1) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1.(Actor(e1,x1) & v_rain(e1)))
|
49f851a8-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(on(x1,x3) & n_people(x1) & n_fishing(x2) & n_day(x3) & a_topic(x1) & a_several(s1) & a_cloudy(s2) & Time(x1,x2) & Theme(s2,x3) & Theme(s1,x1))
|
exists p1 s1 x1.(n_thing(x1) & exists e1.(v_rain(e1) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
|
||
Several people fishing on a cloudy day.
|
People are fishing
| 0 | -100 |
People are fishing is the same as people fishing.
|
exists s1 s2 x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_day(x3) & a_cloudy(s2) & Theme(s2,x3) & Time(x1,x2) & n_fishing(x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
|
exists e1 x1.(Actor(e1,x1) & v_fish(e1) & n_people(x1))
|
49f856c6-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(on(x1,x3) & n_people(x1) & n_fishing(x2) & n_day(x3) & a_topic(x1) & a_several(s1) & a_cloudy(s2) & Time(x1,x2) & Theme(s2,x3) & Theme(s1,x1))
|
exists e1 x1.(v_fish(e1) & n_people(x1) & Actor(e1,x1))
|
||
Several people fishing on a cloudy day.
|
The people are sleeping outside.
| 2 | -100 |
People cannot be fishing and sleeping at the same time.
|
exists s1 s2 x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_day(x3) & a_cloudy(s2) & Theme(s2,x3) & Time(x1,x2) & n_fishing(x2) & n_people(x1) & a_several(s1) & Theme(s1,x1))
|
exists e1 p1 x1.(n_people(x1) & exists s1.(Theme(s1,x1) & a_outside(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sleep(e1))
|
49f85b80-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3.(on(x1,x3) & n_people(x1) & n_fishing(x2) & n_day(x3) & a_topic(x1) & a_several(s1) & a_cloudy(s2) & Time(x1,x2) & Theme(s2,x3) & Theme(s1,x1))
|
exists e1 p1 x1.(v_sleep(e1) & n_people(x1) & exists s1.(a_outside(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.