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 blond woman is sitting in a brown leather chair while another woman is walking next to a store in the background
|
A woman sits in a chair somewhere near a store.
| 0 | -100 |
In order for the other woman to be walking next to a store in the background, the woman must be sitting in a chair near the store.
|
exists e1 p1 s1 s2 x1 x2 x3 x6.(n_background(x6) & exists e2 x4 x5.(in(e2,x6) & to(e2,x5) & n_store(x5) & r_next(e2) & Actor(e2,x4) & v_walk(e2) & n_woman(x4) & -(x4 = x1)) & n_woman(x1) & n_woman(x1) & while(e1,p1) & in(e1,x2) & n_chair(x2) & of(x2,x3) & n_leather(x3) & a_brown(s2) & Theme(s2,x2) & Actor(e1,x1) & v_sit(e1) & a_blond(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3 x4.(near(e1,x4) & n_store(x4) & Location(e1,x3) & n_location(x3) & in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
7658bca6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 s2 x1 x2 x3 x6.(while(e1,p1) & v_sit(e1) & of(x2,x3) & n_woman(x1) & n_leather(x3) & n_chair(x2) & n_background(x6) & in(e1,x2) & exists e2 x4 x5.(v_walk(e2) & to(e2,x5) & r_next(e2) & n_woman(x4) & n_store(x5) & in(e2,x6) & Actor(e2,x4) & -(x4 = x1)) & a_brown(s2) & a_blond(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & near(e1,x4) & n_woman(x1) & n_store(x4) & n_location(x3) & n_chair(x2) & in(e1,x2) & Location(e1,x3) & Actor(e1,x1))
|
||
A young woman in a colorful wetsuit practices water boarding.
|
A young woman is on her cell phone in a car.
| 2 | -100 |
It is either practices water boarding or on cell phone in a car.
|
exists s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & n_boarding(x2) & of(x2,x5) & n_water(x5) & of(x2,x4) & n_practice(x4) & of(x2,x3) & n_wetsuit(x3) & a_colorful(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 s1 x1 x2 x3 x4.(in(p1,x2) & n_car(x2) & on(x1,x3) & n_phone(x3) & of(x3,x4) & n_cell(x4) & of(x3,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
7658c1b0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4 x5.(of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_wetsuit(x3) & n_water(x5) & n_practice(x4) & n_boarding(x2) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_colorful(s2) & Theme(s2,x2) & Theme(s1,x1))
|
exists p1 s1 x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_phone(x3) & n_female(x1) & n_cell(x4) & n_car(x2) & in(p1,x2) & a_young(s1) & Theme(s1,x1))
|
||
A young woman in a colorful wetsuit practices water boarding.
|
A young is not practicing torture.
| 1 | -100 |
Note: 2nd sentence has important grammar errors. A young what? I'll assume "woman" The woman is practicing water boarding, which is a form of torture. Therefore, it's a false statement to say the young (woman) is not practicing torture.
|
exists s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & n_boarding(x2) & of(x2,x5) & n_water(x5) & of(x2,x4) & n_practice(x4) & of(x2,x3) & n_wetsuit(x3) & a_colorful(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists x1.(-exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_torture(x2)) & n_young(x1))
|
7658c6a6-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4 x5.(of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_wetsuit(x3) & n_water(x5) & n_practice(x4) & n_boarding(x2) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_colorful(s2) & Theme(s2,x2) & Theme(s1,x1))
|
exists x1.(n_young(x1) & all e1 x2.(-v_practice(e1) | -n_torture(x2) | -Theme(e1,x2) | -Actor(e1,x1)))
|
||
A young woman in a colorful wetsuit practices water boarding.
|
A young woman practices water boarding.
| 0 | -100 |
A young woman wear colorful wetsuit practices water boarding.
|
exists s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & n_boarding(x2) & of(x2,x5) & n_water(x5) & of(x2,x4) & n_practice(x4) & of(x2,x3) & n_wetsuit(x3) & a_colorful(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists s1 x1 x2 x3 x4.(a_topic(x1) & n_boarding(x1) & of(x1,x4) & n_water(x4) & of(x1,x3) & n_practice(x3) & of(x1,x2) & n_woman(x2) & a_young(s1) & Theme(s1,x1))
|
7658cbf6-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 x1 x2 x3 x4 x5.(of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_wetsuit(x3) & n_water(x5) & n_practice(x4) & n_boarding(x2) & in(x1,x2) & a_young(s1) & a_topic(x1) & a_colorful(s2) & Theme(s2,x2) & Theme(s1,x1))
|
exists s1 x1 x2 x3 x4.(of(x1,x4) & of(x1,x3) & of(x1,x2) & n_woman(x2) & n_water(x4) & n_practice(x3) & n_boarding(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1))
|
||
A tennis player swinging a racket while the ball boy watch.
|
A tennis player has a racket.
| 0 | -100 |
racket almost the same as racket.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_watch(x5) & of(x5,x7) & n_boy(x7) & of(x5,x6) & n_ball(x6) & a_topic(x1) & while(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_swing(e1) & n_racket(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_racket(x3) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
7658d128-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_swing(e1) & of(x5,x7) & of(x5,x6) & of(x1,x2) & n_watch(x5) & n_tennis(x2) & n_racket(x4) & n_player(x1) & n_boy(x7) & n_ball(x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 x1 x2 x3.(v_have(e1) & of(x1,x2) & n_tennis(x2) & n_racket(x3) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1))
|
||
A tennis player swinging a racket while the ball boy watch.
|
A waiter is bringing food to the tennis player.
| 2 | -100 |
It is either watch or bringing food.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_watch(x5) & of(x5,x7) & n_boy(x7) & of(x5,x6) & n_ball(x6) & a_topic(x1) & while(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_swing(e1) & n_racket(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists e1 x1 x2 x3 x4.(n_player(x3) & of(x3,x4) & n_tennis(x4) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_bring(e1) & n_food(x2) & n_waiter(x1))
|
7658d5b0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_swing(e1) & of(x5,x7) & of(x5,x6) & of(x1,x2) & n_watch(x5) & n_tennis(x2) & n_racket(x4) & n_player(x1) & n_boy(x7) & n_ball(x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 x1 x2 x3 x4.(v_bring(e1) & to(e1,x3) & of(x3,x4) & n_waiter(x1) & n_tennis(x4) & n_player(x3) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A tennis player swinging a racket while the ball boy watch.
|
A ball boy is wearing sneakers.
| 1 | -100 |
A ball boy isn't necessarily wearing sneakers.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(n_watch(x5) & of(x5,x7) & n_boy(x7) & of(x5,x6) & n_ball(x6) & a_topic(x1) & while(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_swing(e1) & n_racket(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_sneaker(x3) & n_boy(x1) & of(x1,x2) & n_ball(x2))
|
7658db0a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_swing(e1) & of(x5,x7) & of(x5,x6) & of(x1,x2) & n_watch(x5) & n_tennis(x2) & n_racket(x4) & n_player(x1) & n_boy(x7) & n_ball(x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 x1 x2 x3.(v_wear(e1) & of(x1,x2) & n_sneaker(x3) & n_boy(x1) & n_ball(x2) & Theme(e1,x3) & Actor(e1,x1))
|
||
Three people, one sitting, two standing, are in a mall.
|
Three people are strolling through the park.
| 2 | -100 |
Three people cannot be strolling through a park while they are sitting in a mall.
|
exists e1 p1 x1 x2 x3 x4.(exists x5.(in(x1,x5) & n_mall(x5)) & rel(x1,x2) & rel(x2,x4) & n_standing(x4) & card_eq_2(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_thing(x2) & card_eq_1(x2) & n_people(x1) & card_eq_3(x1))
|
exists e1 x1 x2.(n_park(x2) & through(e1,x2) & Actor(e1,x1) & v_stroll(e1) & n_people(x1) & card_eq_3(x1))
|
7658dfec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & rel(x2,x4) & rel(x1,x2) & n_thing(x2) & n_standing(x4) & n_people(x1) & exists x5.(n_mall(x5) & in(x1,x5)) & card_eq_3(x1) & card_eq_2(x4) & card_eq_1(x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1 x2.(v_stroll(e1) & through(e1,x2) & n_people(x1) & n_park(x2) & card_eq_3(x1) & Actor(e1,x1))
|
||
Three people, one sitting, two standing, are in a mall.
|
Three people are talking together in a mall.
| 1 | -100 |
Three people in a mall are not necessarily talking together in a mall.
|
exists e1 p1 x1 x2 x3 x4.(exists x5.(in(x1,x5) & n_mall(x5)) & rel(x1,x2) & rel(x2,x4) & n_standing(x4) & card_eq_2(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_thing(x2) & card_eq_1(x2) & n_people(x1) & card_eq_3(x1))
|
exists e1 p1 x1 x2.(in(e1,x2) & n_mall(x2) & exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_talk(e1) & n_people(x1) & card_eq_3(x1))
|
7658ead2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & rel(x2,x4) & rel(x1,x2) & n_thing(x2) & n_standing(x4) & n_people(x1) & exists x5.(n_mall(x5) & in(x1,x5)) & card_eq_3(x1) & card_eq_2(x4) & card_eq_1(x2) & Actor(e1,x3) & (x2 = x3))
|
exists e1 p1 x1 x2.(v_talk(e1) & n_people(x1) & n_mall(x2) & in(e1,x2) & exists s1.(a_together(s1) & Theme(s1,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1))
|
||
A young man in jean shorts is skateboarding.
|
A skateboarder is wearing jeans.
| 0 | -100 |
A skateboarder is wearing jeans is a rephrasing of man in jean shorts is skateboarding.
|
exists e1 s1 s2 x1 x2.(Actor(e1,x1) & v_skateboard(e1) & in(x1,x2) & n_shorts(x2) & a_jean(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_jeans(x2) & n_skateboarder(x1))
|
7658f8f6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_skateboard(e1) & n_shorts(x2) & n_man(x1) & in(x1,x2) & a_young(s1) & a_jean(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_wear(e1) & n_skateboarder(x1) & n_jeans(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boy with a blue helmet plays on his bicycle.
|
The boy sits on a pile of jello
| 2 | -100 |
One cannot be sitting on a pile of jello while he plays on his bicycle.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_bicycle(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x1) & v_play(e1) & with(x1,x2) & n_helmet(x2) & a_blue(s1) & Theme(s1,x2) & n_boy(x1))
|
exists e1 x1 x2 x3.(n_boy(x1) & on(e1,x2) & of(x2,x3) & n_jello(x3) & n_pile(x2) & Actor(e1,x1) & v_sit(e1))
|
7659128c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x1,x2) & v_play(e1) & on(e1,x3) & of(x3,x1) & n_male(x1) & n_helmet(x2) & n_boy(x1) & n_bicycle(x3) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x3) & n_pile(x2) & n_jello(x3) & n_boy(x1) & Actor(e1,x1))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
A person getting ready to work on a roof.
| 1 | 0.333366 |
Just because a man has a ladder next to a brick wall does not mean he getting ready to work on a roof.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 p1 x1 x2.(a_topic(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x2) & a_ready(s1) & exists e2 x3.(on(e2,x3) & n_roof(x3) & Actor(e2,x2) & v_work(e2))) & Topic(e1,p1) & Actor(e1,x2) & v_get(e1) & (x1 = x2) & n_person(x1))
|
765a59da-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists e1 p1 x1 x2.(v_get(e1) & n_person(x1) & exists p2 s1.(exists e2 x3.(v_work(e2) & on(e2,x3) & n_roof(x3) & Actor(e2,x2)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
A man is standing in an abandoned building.
| 1 | 0.101743 |
Not all men with orange shirts and orange ladders are in an abandoned building.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 s1 x1 x2.(in(e1,x2) & n_building(x2) & a_abandoned(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
765a5ed0-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists e1 s1 x1 x2.(v_stand(e1) & n_man(x1) & n_building(x2) & in(e1,x2) & a_abandoned(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
The man is very tall.
| 1 | 0.5 |
Not all men are tall.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists s1 x1.(n_man(x1) & r_very(s1) & Theme(s1,x1) & a_tall(s1))
|
765a69ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists s1 x1.(r_very(s1) & n_man(x1) & a_tall(s1) & Theme(s1,x1))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
A construction worker repairs a brick wall.
| 1 | 0.724865 |
Men can wear orange without being a construction worker. Men can stand next to a brick wall without repairing it.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
all x1 x2.((n_wall(x1) & of(x1,x2) & n_brick(x2)) -> exists x3 x4 x5.(a_topic(x3) & for(x3,x1) & n_repair(x3) & of(x3,x5) & n_worker(x5) & of(x3,x4) & n_construction(x4)))
|
765a6ec0-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
all x1 x2.(exists x3 x4 x5.(of(x3,x5) & of(x3,x4) & n_worker(x5) & n_repair(x3) & n_construction(x4) & for(x3,x1) & a_topic(x3)) | -of(x1,x2) | -n_wall(x1) | -n_brick(x2))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
The man is near a ladder.
| 0 | 0.985292 |
A man with an orange ladder implies he is near a ladder.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists p1 x1.(n_man(x1) & exists x2.(near(x1,x2) & n_ladder(x2)))
|
765a7e10-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists x1.(n_man(x1) & exists x2.(near(x1,x2) & n_ladder(x2)))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
A boy on a fire engine.
| 2 | 0.000012 |
It can either be a man or a boy.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & n_engine(x2) & of(x2,x3) & n_fire(x3) & n_boy(x1))
|
765a87f2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_fire(x3) & n_engine(x2) & n_boy(x1) & a_topic(x1))
|
||
a man in an orange shirt with an orange ladder next to a brick wall.
|
The man is wearing jeans.
| 1 | 0.644761 |
Men can wear pants that are not jeans.
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & with(x2,x4) & to(x6,x7) & n_wall(x7) & of(x7,x8) & n_brick(x8) & next(x4,x6) & n_thing(x6) & n_ladder(x4) & of(x4,x5) & n_orange(x5) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_jeans(x2))
|
765a98d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x4) & to(x6,x7) & of(x7,x8) & of(x4,x5) & of(x2,x3) & next(x4,x6) & n_wall(x7) & n_thing(x6) & n_shirt(x2) & n_orange(x5) & n_orange(x3) & n_man(x1) & n_ladder(x4) & n_brick(x8) & in(x1,x2) & a_topic(x1))
|
exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_jeans(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in an orange shirt is holding a ladder.
|
A man who is a painter is wearing an orange shirt and holding a ladder.
| 1 | 0.684286 |
A man could be holding a ladder, but that does not explain if the man is a painter or not.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x7) & Actor(e2,x5) & v_hold(e2) & n_ladder(x7) & exists x9.((x6 = x9) & n_painter(x9)) & (x5 = x6) & n_man(x5) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_shirt(x3) & of(x3,x4) & n_orange(x4) & exists x8.((x2 = x8) & n_painter(x8)) & (x1 = x2) & n_man(x1))
|
765aa34a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & of(x3,x4) & n_shirt(x3) & n_orange(x4) & n_man(x5) & n_man(x1) & n_ladder(x7) & exists x9.(n_painter(x9) & (x6 = x9)) & exists x8.(n_painter(x8) & (x2 = x8)) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1) & (x5 = x6) & (x1 = x2))
|
||
A man in an orange shirt is holding a ladder.
|
A worker is carrying a ladder.
| 1 | 0.635346 |
While a man may be carrying a ladder, it doesn't explain if the man is a worker or just casually transporting a ladder somewhere.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_ladder(x2) & n_worker(x1))
|
765aaae8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2.(v_carry(e1) & n_worker(x1) & n_ladder(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in an orange shirt is holding a ladder.
|
A man is sitting in a van watching a movie.
| 2 | 0.000009 |
The man is either standing holding a ladder or sitting.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 e2 x1 x2 x3.(for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_watch(e2) & n_movie(x3) & in(e1,x2) & n_van(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
|
765ac154-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 e2 x1 x2 x3.(v_watch(e2) & v_sit(e1) & n_van(x2) & n_movie(x3) & n_man(x1) & in(e1,x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
A man in an orange shirt is holding a ladder.
|
There is a person holding a ladder.
| 0 | 0.982132 |
A man is a person.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_hold(e1) & n_ladder(x4) & (x2 = x3) & n_person(x2))
|
765ac69a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists x1 e1 x2 x3 x4.(v_hold(e1) & n_person(x2) & n_ladder(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
A man in an orange shirt is holding a ladder.
|
There is a person in an orange shirt with black boots holding an extra long aluminum ladder.
| 1 | 0.578199 |
The first sentence may explain that the man is holding a ladder, but it does not explain that the person is wearing black boots, and that the ladder is aluminum.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists p1 x1 e1 s1 s2 s3 x2 x3 x4 x5 x6 x7 x8.((x1 = x2) & in(x2,x3) & with(x3,x5) & Theme(e1,x7) & Actor(e1,x6) & v_hold(e1) & n_ladder(x7) & of(x7,x8) & n_aluminum(x8) & a_long(s3) & Theme(s3,x7) & a_extra(s2) & Theme(s2,x7) & (x5 = x6) & n_boot(x5) & a_black(s1) & Theme(s1,x5) & n_shirt(x3) & of(x3,x4) & n_orange(x4) & n_person(x2))
|
765acbb8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists x1 e1 s1 s2 s3 x2 x3 x4 x5 x6 x7 x8.(with(x3,x5) & v_hold(e1) & of(x7,x8) & of(x3,x4) & n_shirt(x3) & n_person(x2) & n_orange(x4) & n_ladder(x7) & n_boot(x5) & n_aluminum(x8) & in(x2,x3) & a_long(s3) & a_extra(s2) & a_black(s1) & Theme(s3,x7) & Theme(s2,x7) & Theme(s1,x5) & Theme(e1,x7) & Actor(e1,x6) & (x5 = x6) & (x1 = x2))
|
||
A man in an orange shirt is holding a ladder.
|
A man is holding the ladder for his friends.
| 1 | 0.583847 |
A man in orange may be holding a ladder, but it doesn't explain that he is holding the ladder for his friends.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 x1 x2 x3.(n_friend(x3) & of(x3,x2) & n_male(x2) & n_ladder(x2) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_man(x1))
|
765ae1b6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_hold(e1) & of(x3,x2) & n_man(x1) & n_male(x2) & n_ladder(x2) & n_friend(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in an orange shirt is holding a ladder.
|
A man is carrying a ladder to get up on his roof.
| 1 | 0.689272 |
A man is seen carrying a ladder, but it doesn't explain that he is going to get up on his roof.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_ladder(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1))
|
exists e1 p1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & Topic(x2,p1) & exists e2 s1.(a_up(s1) & Manner(e2,s1) & on(e2,x3) & Actor(e2,x2) & v_get(e2)) & n_roof(x3) & of(x3,x1) & n_male(x1) & n_ladder(x2) & n_man(x1))
|
765af174-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & n_ladder(x4) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 p1 x1 x2 x3.(v_carry(e1) & of(x3,x1) & n_roof(x3) & n_man(x1) & n_male(x1) & n_ladder(x2) & exists e2 s1.(v_get(e2) & on(e2,x3) & a_up(s1) & Manner(e2,s1) & Actor(e2,x2)) & Topic(x2,p1) & Theme(e1,x2) & Actor(e1,x1))
|
||
An older man gives verbal instruction about handling owls to a young boy in a clearing in a park or wooded area.
|
An older man gives verbal instruction
| 0 | -100 |
" An older man gives verbal instruction " is the introductory information in the first sentence, and the only information in the second.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(to(e2,x5) & in(x5,x6) & in(x6,x7) & (n_park(x7) | exists e3.(n_area(x7) & Theme(e3,x7) & v_wood(e3))) & n_clearing(x6) & n_boy(x5) & a_young(s3) & Theme(s3,x5) & Theme(e2,x2) & Actor(e2,x1) & v_give(e2) & Theme(e1,x4) & Actor(e1,x3) & v_handle(e1) & n_owl(x4) & (x2 = x3) & n_instruction(x2) & a_verbal(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_instruction(x2) & a_verbal(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
765bda26-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_handle(e1) & v_give(e2) & to(e2,x5) & r_more(s1) & n_owl(x4) & n_man(x1) & n_instruction(x2) & n_clearing(x6) & n_boy(x5) & in(x6,x7) & in(x5,x6) & a_young(s3) & a_verbal(s2) & a_older(s1) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3) & (n_park(x7) | exists e3.(v_wood(e3) & n_area(x7) & Theme(e3,x7))))
|
exists e1 s1 s2 x1 x2.(v_give(e1) & r_more(s1) & n_man(x1) & n_instruction(x2) & a_verbal(s2) & a_older(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
An older man gives verbal instruction about handling owls to a young boy in a clearing in a park or wooded area.
|
An older man doesn't give verbal instruction
| 2 | -100 |
One can either be giving or doesn't give verbal instruction.
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(to(e2,x5) & in(x5,x6) & in(x6,x7) & (n_park(x7) | exists e3.(n_area(x7) & Theme(e3,x7) & v_wood(e3))) & n_clearing(x6) & n_boy(x5) & a_young(s3) & Theme(s3,x5) & Theme(e2,x2) & Actor(e2,x1) & v_give(e2) & Theme(e1,x4) & Actor(e1,x3) & v_handle(e1) & n_owl(x4) & (x2 = x3) & n_instruction(x2) & a_verbal(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists s1 x1.(-exists e1 s2 x2.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_instruction(x2) & a_verbal(s2) & Theme(s2,x2)) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
765bdfbc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_handle(e1) & v_give(e2) & to(e2,x5) & r_more(s1) & n_owl(x4) & n_man(x1) & n_instruction(x2) & n_clearing(x6) & n_boy(x5) & in(x6,x7) & in(x5,x6) & a_young(s3) & a_verbal(s2) & a_older(s1) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3) & (n_park(x7) | exists e3.(v_wood(e3) & n_area(x7) & Theme(e3,x7))))
|
exists s1 x1.(r_more(s1) & n_man(x1) & all e1 s2 x2.(-v_give(e1) | -n_instruction(x2) | -a_verbal(s2) | -Theme(s2,x2) | -Theme(e1,x2) | -Actor(e1,x1)) & a_older(s1) & Theme(s1,x1))
|
||
Two men are talking, younger and older, while the wise old owl listens, in silence.
|
Two women sit silently on a bus.
| 2 | -100 |
Men and women are two different genders.
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(n_listen(x6) & of(x6,x7) & n_owl(x7) & a_old(s6) & Theme(s6,x6) & a_wise(s5) & Theme(s5,x6) & n_listen(x2) & of(x2,x3) & n_owl(x3) & a_old(s3) & Theme(s3,x2) & a_wise(s2) & Theme(s2,x2) & in(e2,x8) & n_silence(x8) & while(e2,x6) & a_older(s4) & Manner(e2,s4) & Actor(e2,x5) & v_talk(e2) & n_man(x5) & card_eq_2(x5) & in(e1,x4) & n_silence(x4) & while(e1,x2) & a_younger(s1) & Manner(e1,s1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(on(e1,x2) & n_bus(x2) & a_silently(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & card_eq_2(x1))
|
765be4b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & while(e1,x2) & v_talk(e2) & v_talk(e1) & of(x6,x7) & of(x2,x3) & n_silence(x8) & n_silence(x4) & n_owl(x7) & n_owl(x3) & n_man(x5) & n_man(x1) & n_listen(x6) & n_listen(x2) & in(e2,x8) & in(e1,x4) & card_eq_2(x5) & card_eq_2(x1) & a_younger(s1) & a_wise(s5) & a_wise(s2) & a_older(s4) & a_old(s6) & a_old(s3) & Theme(s6,x6) & Theme(s5,x6) & Theme(s3,x2) & Theme(s2,x2) & Manner(e2,s4) & Manner(e1,s1) & Actor(e2,x5) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_bus(x2) & card_eq_2(x1) & a_silently(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two men are talking, younger and older, while the wise old owl listens, in silence.
|
A man is explaining something to a boy.
| 1 | -100 |
A younger man does not have to be a boy. Just because men are talking it does not mean a man is explaining something.
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(n_listen(x6) & of(x6,x7) & n_owl(x7) & a_old(s6) & Theme(s6,x6) & a_wise(s5) & Theme(s5,x6) & n_listen(x2) & of(x2,x3) & n_owl(x3) & a_old(s3) & Theme(s3,x2) & a_wise(s2) & Theme(s2,x2) & in(e2,x8) & n_silence(x8) & while(e2,x6) & a_older(s4) & Manner(e2,s4) & Actor(e2,x5) & v_talk(e2) & n_man(x5) & card_eq_2(x5) & in(e1,x4) & n_silence(x4) & while(e1,x2) & a_younger(s1) & Manner(e1,s1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_explain(e1) & to(x2,x3) & n_boy(x3) & n_thing(x2) & n_man(x1))
|
765be9ee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & while(e1,x2) & v_talk(e2) & v_talk(e1) & of(x6,x7) & of(x2,x3) & n_silence(x8) & n_silence(x4) & n_owl(x7) & n_owl(x3) & n_man(x5) & n_man(x1) & n_listen(x6) & n_listen(x2) & in(e2,x8) & in(e1,x4) & card_eq_2(x5) & card_eq_2(x1) & a_younger(s1) & a_wise(s5) & a_wise(s2) & a_older(s4) & a_old(s6) & a_old(s3) & Theme(s6,x6) & Theme(s5,x6) & Theme(s3,x2) & Theme(s2,x2) & Manner(e2,s4) & Manner(e1,s1) & Actor(e2,x5) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_explain(e1) & to(x2,x3) & n_thing(x2) & n_man(x1) & n_boy(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two men are talking, younger and older, while the wise old owl listens, in silence.
|
People are having a conversation.
| 0 | -100 |
Two men are people, since they are talking, they are having a conversation.
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(n_listen(x6) & of(x6,x7) & n_owl(x7) & a_old(s6) & Theme(s6,x6) & a_wise(s5) & Theme(s5,x6) & n_listen(x2) & of(x2,x3) & n_owl(x3) & a_old(s3) & Theme(s3,x2) & a_wise(s2) & Theme(s2,x2) & in(e2,x8) & n_silence(x8) & while(e2,x6) & a_older(s4) & Manner(e2,s4) & Actor(e2,x5) & v_talk(e2) & n_man(x5) & card_eq_2(x5) & in(e1,x4) & n_silence(x4) & while(e1,x2) & a_younger(s1) & Manner(e1,s1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_conversation(x2) & n_people(x1))
|
765bef84-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & while(e1,x2) & v_talk(e2) & v_talk(e1) & of(x6,x7) & of(x2,x3) & n_silence(x8) & n_silence(x4) & n_owl(x7) & n_owl(x3) & n_man(x5) & n_man(x1) & n_listen(x6) & n_listen(x2) & in(e2,x8) & in(e1,x4) & card_eq_2(x5) & card_eq_2(x1) & a_younger(s1) & a_wise(s5) & a_wise(s2) & a_older(s4) & a_old(s6) & a_old(s3) & Theme(s6,x6) & Theme(s5,x6) & Theme(s3,x2) & Theme(s2,x2) & Manner(e2,s4) & Manner(e1,s1) & Actor(e2,x5) & Actor(e1,x1))
|
exists e1 x1 x2.(v_have(e1) & n_people(x1) & n_conversation(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman splashes in the water.
|
A lady is drowning.
| 1 | -100 |
the woman splashing the water does not imply she is drowning.
|
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_splash(e1) & n_woman(x1))
|
exists e1 x1.(Actor(e1,x1) & v_drown(e1) & n_lady(x1))
|
765bf45c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_splash(e1) & n_woman(x1) & n_water(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_drown(e1) & n_lady(x1) & Actor(e1,x1))
|
||
A woman splashes in the water.
|
A man glides underwater.
| 2 | -100 |
woman and man are different gender
|
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_splash(e1) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_glide(e1) & n_underwater(x2) & n_man(x1))
|
765bf916-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_splash(e1) & n_woman(x1) & n_water(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_glide(e1) & n_underwater(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman splashes in the water.
|
A lady makes a commotion in the water.
| 0 | -100 |
A woman is a lady, and a splash is loud and wet and can be assumed to generate at least momentary commotion in those nearby.
|
exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_splash(e1) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_water(x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & in(x2,x3) & n_commotion(x2) & n_lady(x1))
|
765bfdd0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_splash(e1) & n_woman(x1) & n_water(x2) & in(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_make(e1) & n_water(x3) & n_lady(x1) & n_commotion(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman in a river is shaking her hair causing a water to spray everywhere.
|
A woman sits on the shore.
| 2 | -100 |
if she is in the river she is not on shore.
|
exists e2 e1 p1 x1 x2 x3 x4.(for(e1,e2) & Topic(e2,p1) & Recipient(e2,x4) & Actor(e2,x1) & v_cause(e2) & exists e3.(all x5.(n_location(x5) -> Location(e3,x5)) & Actor(e3,x4) & v_spray(e3)) & n_water(x4) & Theme(e1,x3) & Actor(e1,x1) & v_shake(e1) & n_hair(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_river(x2) & n_woman(x1))
|
exists e1 x1 x2.(n_shore(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
765c1270-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 x1 x2 x3 x4.(v_shake(e1) & v_cause(e2) & of(x3,x1) & n_woman(x1) & n_water(x4) & n_river(x2) & n_hair(x3) & n_female(x1) & in(x1,x2) & for(e1,e2) & exists e3.(v_spray(e3) & all x5.(Location(e3,x5) | -n_location(x5)) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_shore(x2) & Actor(e1,x1))
|
||
A woman in a river is shaking her hair causing a water to spray everywhere.
|
A woman is shaking her wet hair in a river.
| 0 | -100 |
If the woman's hair weren't wet, it wouldn't spray water everywhere when she shook it.
|
exists e1 e2 p1 x1 x2 x3 x4.(for(e1,e2) & Topic(e2,p1) & Recipient(e2,x4) & Actor(e2,x1) & v_cause(e2) & exists e3.(all x5.(n_location(x5) -> Location(e3,x5)) & Actor(e3,x4) & v_spray(e3)) & n_water(x4) & Theme(e1,x3) & Actor(e1,x1) & v_shake(e1) & n_hair(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_river(x2) & n_woman(x1))
|
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_river(x3) & Theme(e1,x2) & Actor(e1,x1) & v_shake(e1) & n_hair(x2) & a_wet(s1) & Theme(s1,x2) & of(x2,x1) & n_female(x1) & n_woman(x1))
|
765c1856-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 x1 x2 x3 x4.(v_shake(e1) & v_cause(e2) & of(x3,x1) & n_woman(x1) & n_water(x4) & n_river(x2) & n_hair(x3) & n_female(x1) & in(x1,x2) & for(e1,e2) & exists e3.(v_spray(e3) & all x5.(Location(e3,x5) | -n_location(x5)) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_shake(e1) & of(x2,x1) & n_woman(x1) & n_river(x3) & n_hair(x2) & n_female(x1) & in(e1,x3) & a_wet(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman in a river is shaking her hair causing a water to spray everywhere.
|
A woman has just bathed in the river.
| 1 | -100 |
the woman in the river shaking her hair does not imply she just bathed.
|
exists e2 e1 p1 x1 x2 x3 x4.(for(e1,e2) & Topic(e2,p1) & Recipient(e2,x4) & Actor(e2,x1) & v_cause(e2) & exists e3.(all x5.(n_location(x5) -> Location(e3,x5)) & Actor(e3,x4) & v_spray(e3)) & n_water(x4) & Theme(e1,x3) & Actor(e1,x1) & v_shake(e1) & n_hair(x3) & of(x3,x1) & n_female(x1) & in(x1,x2) & n_river(x2) & n_woman(x1))
|
exists e1 s1 x1 x2.(n_river(x2) & a_just(s1) & Manner(e1,s1) & in(e1,x2) & Actor(e1,x1) & v_bath(e1) & n_woman(x1))
|
765c1d6a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 x1 x2 x3 x4.(v_shake(e1) & v_cause(e2) & of(x3,x1) & n_woman(x1) & n_water(x4) & n_river(x2) & n_hair(x3) & n_female(x1) & in(x1,x2) & for(e1,e2) & exists e3.(v_spray(e3) & all x5.(Location(e3,x5) | -n_location(x5)) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_bath(e1) & n_woman(x1) & n_river(x2) & in(e1,x2) & a_just(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl is shaking the water out of her hair.
|
A girl is taking a shower
| 2 | -100 |
Shaking water from your hair is not taking a shower.
|
exists e1 x1 x2 x3.(n_hair(x3) & of(x3,x2) & n_female(x2) & n_water(x2) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_shake(e1) & n_girl(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_shower(x2) & n_girl(x1))
|
765c23fa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_shake(e1) & r_out(e1) & of(x3,x2) & of(e1,x3) & n_water(x2) & n_hair(x3) & n_girl(x1) & n_female(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_take(e1) & n_shower(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl is shaking the water out of her hair.
|
A girl is drying off
| 1 | -100 |
a girl shaking water off her hair does not impl she is drying off.
|
exists e1 x1 x2 x3.(n_hair(x3) & of(x3,x2) & n_female(x2) & n_water(x2) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_shake(e1) & n_girl(x1))
|
exists e1 s1 x1.(a_off(s1) & Manner(e1,s1) & Actor(e1,x1) & v_dry(e1) & n_girl(x1))
|
765c29b8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_shake(e1) & r_out(e1) & of(x3,x2) & of(e1,x3) & n_water(x2) & n_hair(x3) & n_girl(x1) & n_female(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1.(v_dry(e1) & n_girl(x1) & a_off(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl is shaking the water out of her hair.
|
A girl is drying her hair
| 0 | -100 |
Shaking the water out of one's hair tends to help dry said hair.
|
exists e1 x1 x2 x3.(n_hair(x3) & of(x3,x2) & n_female(x2) & n_water(x2) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_shake(e1) & n_girl(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_dry(e1) & n_hair(x2) & of(x2,x1) & n_female(x1) & n_girl(x1))
|
765c2eea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_shake(e1) & r_out(e1) & of(x3,x2) & of(e1,x3) & n_water(x2) & n_hair(x3) & n_girl(x1) & n_female(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_dry(e1) & of(x2,x1) & n_hair(x2) & n_girl(x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A girl whipping water from her hair in a lake
|
A girl is sitting down reading a book next to a lake
| 2 | -100 |
Whipping water from your hair is not the same as reading a book.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & from(e1,x4) & in(x4,x5) & n_lake(x5) & n_hair(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_whip(e1) & n_water(x3) & (x1 = x2) & n_girl(x1))
|
exists e1 e2 s1 x1 x2 x3 x4.(for(e1,e2) & to(e2,x4) & n_lake(x4) & Theme(e2,x2) & Actor(e2,x1) & v_read(e2) & n_next(x2) & of(x2,x3) & n_book(x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
765c3408-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_whip(e1) & of(x4,x1) & n_water(x3) & n_lake(x5) & n_hair(x4) & n_girl(x1) & n_female(x1) & in(x4,x5) & from(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 x1 x2 x3 x4.(v_sit(e1) & v_read(e2) & to(e2,x4) & of(x2,x3) & n_next(x2) & n_lake(x4) & n_girl(x1) & n_book(x3) & for(e1,e2) & a_down(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
|
||
A girl whipping water from her hair in a lake
|
A girl is swimming outside enjoying nature
| 1 | -100 |
the girl whipping water from her hair does not imply she is swimming and enjoying nature.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & from(e1,x4) & in(x4,x5) & n_lake(x5) & n_hair(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_whip(e1) & n_water(x3) & (x1 = x2) & n_girl(x1))
|
exists e1 e2 s1 x1 x2.(for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_enjoy(e2) & n_nature(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_swim(e1) & n_girl(x1))
|
765c3912-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_whip(e1) & of(x4,x1) & n_water(x3) & n_lake(x5) & n_hair(x4) & n_girl(x1) & n_female(x1) & in(x4,x5) & from(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 x1 x2.(v_swim(e1) & v_enjoy(e2) & n_nature(x2) & n_girl(x1) & for(e1,e2) & a_outside(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
|
||
A girl whipping water from her hair in a lake
|
A girl is outside
| 0 | -100 |
A lake is usually outside.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & from(e1,x4) & in(x4,x5) & n_lake(x5) & n_hair(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_whip(e1) & n_water(x3) & (x1 = x2) & n_girl(x1))
|
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_girl(x1))
|
765c3eee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_whip(e1) & of(x4,x1) & n_water(x3) & n_lake(x5) & n_hair(x4) & n_girl(x1) & n_female(x1) & in(x4,x5) & from(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_girl(x1) & a_outside(s1) & Theme(s1,x1))
|
||
Two men are sitting on a white couch.
|
Two men are standing on top of a couch.
| 2 | -100 |
sitting is different than standing.
|
exists e1 s1 x1 x2.(on(e1,x2) & n_couch(x2) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(on(e1,x2) & of(x2,x3) & n_couch(x3) & n_top(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
|
765c542e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_couch(x2) & card_eq_2(x1) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_stand(e1) & on(e1,x2) & of(x2,x3) & n_top(x2) & n_man(x1) & n_couch(x3) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two men are sitting on a white couch.
|
Two men are sitting.
| 0 | -100 |
What the two men are sitting on does not change the fact that they are sitting.
|
exists e1 s1 x1 x2.(on(e1,x2) & n_couch(x2) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1.(Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_2(x1))
|
765c5910-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_couch(x2) & card_eq_2(x1) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_sit(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two men are sitting on a white couch.
|
Two men are home sitting on their couch.
| 1 | -100 |
we don't know they are at home.
|
exists e1 s1 x1 x2.(on(e1,x2) & n_couch(x2) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(Time(e1,x3) & n_home(x3) & on(e1,x2) & n_couch(x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_2(x1))
|
765c5de8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_couch(x2) & card_eq_2(x1) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & n_home(x3) & n_couch(x2) & card_eq_2(x1) & Time(e1,x3) & Actor(e1,x1))
|
||
Two men outdoors working on a bicycle.
|
People riding bicycles
| 2 | -100 |
if they are working on it, it is not being ridden.
|
exists e1 x1 x2 x3.(on(e1,x3) & n_bicycle(x3) & Actor(e1,x1) & v_work(e1) & n_outdoors(x1) & of(x1,x2) & n_man(x2) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bicycle(x3) & (x1 = x2) & n_people(x1))
|
765c64e6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_work(e1) & on(e1,x3) & of(x1,x2) & n_outdoors(x1) & n_man(x2) & n_bicycle(x3) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_ride(e1) & n_people(x1) & n_bicycle(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Two men outdoors working on a bicycle.
|
People trying to fix something
| 0 | -100 |
If they are working on a bicycle they are trying to fix it.
|
exists e1 x1 x2 x3.(on(e1,x3) & n_bicycle(x3) & Actor(e1,x1) & v_work(e1) & n_outdoors(x1) & of(x1,x2) & n_man(x2) & card_eq_2(x1))
|
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_fix(e2) & n_thing(x3)) & (x1 = x2) & n_people(x1))
|
765c6c34-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_work(e1) & on(e1,x3) & of(x1,x2) & n_outdoors(x1) & n_man(x2) & n_bicycle(x3) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_try(e1) & n_people(x1) & exists e2 x3.(v_fix(e2) & n_thing(x3) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
|
||
Two men outdoors working on a bicycle.
|
People pumping air into the tires of a bike
| 1 | -100 |
jest because two men outdoors working on a bicycle doesn't imply they are pumping air into the tires of a bike
|
exists e1 x1 x2 x3.(on(e1,x3) & n_bicycle(x3) & Actor(e1,x1) & v_work(e1) & n_outdoors(x1) & of(x1,x2) & n_man(x2) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4 x5.(n_tire(x4) & a_topic(x1) & into(e1,x4) & of(x4,x5) & n_bike(x5) & Theme(e1,x3) & Actor(e1,x2) & v_pump(e1) & n_air(x3) & (x1 = x2) & n_people(x1))
|
765c7152-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_work(e1) & on(e1,x3) & of(x1,x2) & n_outdoors(x1) & n_man(x2) & n_bicycle(x3) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_pump(e1) & of(x4,x5) & n_tire(x4) & n_people(x1) & n_bike(x5) & n_air(x3) & into(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man is sleeping on a bench near a bus stop.
|
He is homeless
| 1 | -100 |
we don't know that he is homeless.
|
exists e1 x1 x2 x3 x4.(on(e1,x2) & near(x2,x3) & n_stop(x3) & of(x3,x4) & n_bus(x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1))
|
exists s1 x1.(n_male(x1) & Theme(s1,x1) & a_homeless(s1))
|
765c76f2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sleep(e1) & on(e1,x2) & of(x3,x4) & near(x2,x3) & n_stop(x3) & n_man(x1) & n_bus(x4) & n_bench(x2) & Actor(e1,x1))
|
exists s1 x1.(n_male(x1) & a_homeless(s1) & Theme(s1,x1))
|
||
A man is sleeping on a bench near a bus stop.
|
The man is watching tv
| 2 | -100 |
if hes sleeping hes not watching tv.
|
exists e1 x1 x2 x3 x4.(on(e1,x2) & near(x2,x3) & n_stop(x3) & of(x3,x4) & n_bus(x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_tv(x2))
|
765c7c24-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sleep(e1) & on(e1,x2) & of(x3,x4) & near(x2,x3) & n_stop(x3) & n_man(x1) & n_bus(x4) & n_bench(x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_watch(e1) & n_tv(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man is sleeping on a bench near a bus stop.
|
The man is on a bench
| 0 | -100 |
If the man is sleeping on a bench, he is still on a bench.
|
exists e1 x1 x2 x3 x4.(on(e1,x2) & near(x2,x3) & n_stop(x3) & of(x3,x4) & n_bus(x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1))
|
exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_bench(x2)))
|
765c811a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sleep(e1) & on(e1,x2) & of(x3,x4) & near(x2,x3) & n_stop(x3) & n_man(x1) & n_bus(x4) & n_bench(x2) & Actor(e1,x1))
|
exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_bench(x2)))
|
||
A person laying on a street bench under a blue plaid blanket.
|
A homeless person is trying to get rest.
| 1 | -100 |
just because a person laying on a street bench doesn't mean a homeless person is trying to get rest
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & under(e1,x5) & n_blanket(x5) & of(x5,x6) & n_plaid(x6) & a_blue(s1) & Theme(s1,x5) & on(e1,x3) & n_bench(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_person(x1))
|
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & n_rest(x2)) & n_person(x1) & a_homeless(s1) & Theme(s1,x1))
|
765c85fc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & under(e1,x5) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_street(x4) & n_plaid(x6) & n_person(x1) & n_blanket(x5) & n_bench(x3) & a_topic(x1) & a_blue(s1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 x1.(v_try(e1) & n_person(x1) & exists e2 x2.(v_get(e2) & n_rest(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_homeless(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A person laying on a street bench under a blue plaid blanket.
|
The senator is catching up with friends at the bistro.
| 2 | -100 |
if a person is laying on a street bench, they aren't catching up with friends.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & under(e1,x5) & n_blanket(x5) & of(x5,x6) & n_plaid(x6) & a_blue(s1) & Theme(s1,x5) & on(e1,x3) & n_bench(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1 x2 x3.(n_bistro(x3) & n_senator(x1) & at(e1,x3) & a_up(s1) & Manner(e1,s1) & with(e1,x2) & n_friend(x2) & Actor(e1,x1) & v_catch(e1))
|
765c8be2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & under(e1,x5) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_street(x4) & n_plaid(x6) & n_person(x1) & n_blanket(x5) & n_bench(x3) & a_topic(x1) & a_blue(s1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_catch(e1) & n_senator(x1) & n_friend(x2) & n_bistro(x3) & at(e1,x3) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A person laying on a street bench under a blue plaid blanket.
|
A person is lying outside.
| 0 | -100 |
A street bench would be outside.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & under(e1,x5) & n_blanket(x5) & of(x5,x6) & n_plaid(x6) & a_blue(s1) & Theme(s1,x5) & on(e1,x3) & n_bench(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1) & n_person(x1))
|
765c90f6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_lay(e1) & under(e1,x5) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_street(x4) & n_plaid(x6) & n_person(x1) & n_blanket(x5) & n_bench(x3) & a_topic(x1) & a_blue(s1) & Theme(s1,x5) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1.(v_lie(e1) & n_person(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A man in a black hat and a woman in a white helmet are riding a motorcycle on the street.
|
A man has a black hat.
| 0 | -100 |
If the man is in a black hat, he has a black hat.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & on(e1,x7) & Theme(e1,x6) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x6) & subset_of(x4,x1) & in(x4,x5) & n_helmet(x5) & a_white(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & n_man(x2))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
|
765c9646-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_ride(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e1,x7) & n_woman(x4) & n_street(x7) & n_motorcycle(x6) & n_man(x2) & n_helmet(x5) & n_hat(x3) & in(x4,x5) & in(x2,x3) & a_white(s2) & a_black(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a black hat and a woman in a white helmet are riding a motorcycle on the street.
|
The man is dating the woman.
| 1 | -100 |
just because a man and a woman are riding a motorcycle on the street doesn't imply the man is dating the woman.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & on(e1,x7) & Theme(e1,x6) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x6) & subset_of(x4,x1) & in(x4,x5) & n_helmet(x5) & a_white(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & n_man(x2))
|
exists e1 x1 x2.(n_woman(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_date(e1))
|
765c9b1e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_ride(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e1,x7) & n_woman(x4) & n_street(x7) & n_motorcycle(x6) & n_man(x2) & n_helmet(x5) & n_hat(x3) & in(x4,x5) & in(x2,x3) & a_white(s2) & a_black(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x1))
|
exists e1 x1 x2.(v_date(e1) & n_woman(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a black hat and a woman in a white helmet are riding a motorcycle on the street.
|
The woman has a black helmet.
| 2 | -100 |
if its only one person it has to be either man or woman. a hat is not a helmet.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_street(x7) & on(e1,x7) & Theme(e1,x6) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x6) & subset_of(x4,x1) & in(x4,x5) & n_helmet(x5) & a_white(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x2,x1) & in(x2,x3) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & n_man(x2))
|
exists e1 s1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_helmet(x2) & a_black(s1) & Theme(s1,x2))
|
765c9fe2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_ride(e1) & subset_of(x4,x1) & subset_of(x2,x1) & on(e1,x7) & n_woman(x4) & n_street(x7) & n_motorcycle(x6) & n_man(x2) & n_helmet(x5) & n_hat(x3) & in(x4,x5) & in(x2,x3) & a_white(s2) & a_black(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_have(e1) & n_woman(x1) & n_helmet(x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A person is sleeping on a bench on the sidewalk, across the street from a bus stop.
|
A person is on a bench.
| 0 | -100 |
If they are sleeping on a bench, they are still on a bench.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_street(x4) & n_sidewalk(x3) & from(e1,x5) & n_stop(x5) & of(x5,x6) & n_bus(x6) & on(e1,x2) & on(x2,x3) & across(x3,x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_person(x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_bench(x2)) & n_person(x1))
|
765ca47e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sleep(e1) & on(x2,x3) & on(e1,x2) & of(x5,x6) & n_street(x4) & n_stop(x5) & n_sidewalk(x3) & n_person(x1) & n_bus(x6) & n_bench(x2) & from(e1,x5) & across(x3,x4) & Actor(e1,x1))
|
exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_bench(x2)))
|
||
A person is sleeping on a bench on the sidewalk, across the street from a bus stop.
|
The person is walking down the street.
| 2 | -100 |
Sleeping and walking are different actions.
|
exists e1 x1 x2 x3 x4 x5 x6.(n_street(x4) & n_sidewalk(x3) & from(e1,x5) & n_stop(x5) & of(x5,x6) & n_bus(x6) & on(e1,x2) & on(x2,x3) & across(x3,x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_person(x1))
|
exists e1 s1 x1 x2.(n_street(x2) & n_person(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1))
|
765ca910-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sleep(e1) & on(x2,x3) & on(e1,x2) & of(x5,x6) & n_street(x4) & n_stop(x5) & n_sidewalk(x3) & n_person(x1) & n_bus(x6) & n_bench(x2) & from(e1,x5) & across(x3,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_walk(e1) & n_street(x2) & n_person(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A person is sleeping on a bench on the sidewalk, across the street from a bus stop.
|
The person is homeless.
| 1 | -100 |
Sentence 1 is missing the homeless person
|
exists e1 x1 x2 x3 x4 x5 x6.(n_street(x4) & n_sidewalk(x3) & from(e1,x5) & n_stop(x5) & of(x5,x6) & n_bus(x6) & on(e1,x2) & on(x2,x3) & across(x3,x4) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_person(x1))
|
exists s1 x1.(n_person(x1) & Theme(s1,x1) & a_homeless(s1))
|
765cad98-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sleep(e1) & on(x2,x3) & on(e1,x2) & of(x5,x6) & n_street(x4) & n_stop(x5) & n_sidewalk(x3) & n_person(x1) & n_bus(x6) & n_bench(x2) & from(e1,x5) & across(x3,x4) & Actor(e1,x1))
|
exists s1 x1.(n_person(x1) & a_homeless(s1) & Theme(s1,x1))
|
||
Someone sleeping on bench on city street.
|
The person is wide awake.
| 2 | 0.000001 |
If you are sleeping, you can't be wide awake.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists p1 x1.(n_person(x1) & exists s1 x2.((x1 = x2) & n_awake(x2) & a_wide(s1) & Theme(s1,x2)))
|
765cb2d4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_person(x1) & exists s1 x2.(n_awake(x2) & a_wide(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
Someone sleeping on bench on city street.
|
The person is outside.
| 0 | -100 |
A city street would be outside.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists s1 x1.(n_person(x1) & Theme(s1,x1) & a_outside(s1))
|
765cb798-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1))
|
||
Someone sleeping on bench on city street.
|
Aperson at their office.
| 2 | -100 |
A bench on a city street is a different place than an office.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists x1 x2.(n_office(x2) & of(x2,x1) & n_thing(x1) & ne_nam_aperson(x1) & a_topic(x1) & at(x1,x2))
|
765cbc48-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2.(of(x2,x1) & ne_nam_aperson(x1) & n_thing(x1) & n_office(x2) & at(x1,x2) & a_topic(x1))
|
||
Someone sleeping on bench on city street.
|
A person sleeping outside.
| 0 | -100 |
If they are sleeping on a city street they are outside.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_sleep(e1) & n_outside(x3) & (x1 = x2) & n_person(x1))
|
765cc0e4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_sleep(e1) & n_person(x1) & n_outside(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Someone sleeping on bench on city street.
|
A person sleeping outdoors.
| 0 | 0.990249 |
A city street is outdoors.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_sleep(e1) & n_outdoors(x3) & (x1 = x2) & n_person(x1))
|
765cc5da-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_sleep(e1) & n_person(x1) & n_outdoors(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Someone sleeping on bench on city street.
|
A homeless person.
| 1 | 0.903015 |
just because someone is sleeping on bench on city street doesn't imply he is a homeless person.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists s1 x1.(a_topic(x1) & n_person(x1) & a_homeless(s1) & Theme(s1,x1))
|
765cca8a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_person(x1) & a_topic(x1) & a_homeless(s1) & Theme(s1,x1))
|
||
Someone sleeping on bench on city street.
|
A man rests on a bench after running a marathon
| 1 | 0.000007 |
just because someone is sleeping on bench on city street doesn't imply he is resting on a bench after running a marathon
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e2 e1 x1 x2 x3.(after(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_run(e2) & n_marathon(x3) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_rest(e1) & n_man(x1))
|
765ccf12-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e2 e1 x1 x2 x3.(v_run(e2) & v_rest(e1) & on(e1,x2) & n_marathon(x3) & n_man(x1) & n_bench(x2) & after(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
Someone sleeping on bench on city street.
|
That person is dreaming something nice.
| 1 | 0.24453 |
just because someone is sleeping on bench on city street doesn't imply the person is dreaming something nice
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1 x2 x3.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_dream(e1) & Theme(s1,x3) & a_nice(s1) & (x2 = x3) & n_thing(x2))
|
765cd3b8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(v_dream(e1) & n_thing(x2) & n_person(x1) & a_nice(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
||
Someone sleeping on bench on city street.
|
The person is lying down while asleep.
| 1 | 0.662201 |
Just because someone is sleeping on a bench it does not mean they are lying down.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1 x2.(n_person(x1) & while(e1,x2) & n_asleep(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lie(e1))
|
765cd8e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(while(e1,x2) & v_lie(e1) & n_person(x1) & n_asleep(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Someone sleeping on bench on city street.
|
Someone is using the bench.
| 0 | -100 |
If they are sleeping on a bench, they are using the bench.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_bench(x2) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_person(x1))
|
765cdd9a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_use(e1) & n_person(x1) & n_bench(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Someone sleeping on bench on city street.
|
That person has his eyes open
| 2 | -100 |
You can't sleep and have your eyes open at the same time.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1 x2 x3.(n_eye(x2) & of(x2,x1) & n_male(x1) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & Theme(s1,x3) & a_open(s1) & (x2 = x3))
|
765ce22c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(v_have(e1) & of(x2,x1) & n_person(x1) & n_male(x1) & n_eye(x2) & a_open(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
||
Someone sleeping on bench on city street.
|
A person is running through the park
| 2 | -100 |
You can't be running if you are sleeping.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_park(x2) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_person(x1))
|
765ce6c8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_person(x1) & n_park(x2) & Actor(e1,x1))
|
||
Someone sleeping on bench on city street.
|
Someone sleeping on a bench in the mall.
| 2 | -100 |
The city street is a different place than the mall.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2 x3 x4.(n_mall(x4) & a_topic(x1) & in(e1,x4) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
765cebbe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_sleep(e1) & on(e1,x3) & n_person(x1) & n_mall(x4) & n_bench(x3) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
Someone sleeping on bench on city street.
|
A man sleeping on a bench outdoors.
| 1 | 0.953947 |
Not all bench is in outdoors.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_outdoors(x3) & of(x3,x4) & n_bench(x4) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_man(x1))
|
765cf1d6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_sleep(e1) & on(e1,x3) & of(x3,x4) & n_outdoors(x3) & n_man(x1) & n_bench(x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
Someone sleeping on bench on city street.
|
A person is sleeping outside
| 0 | -100 |
A city street is outside.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x3) & on(x3,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & n_bench(x3) & Actor(e1,x2) & v_sleep(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sleep(e1) & n_person(x1))
|
765cf69a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_sleep(e1) & on(x3,x4) & on(e1,x3) & of(x4,x5) & n_street(x4) & n_person(x1) & n_city(x5) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1.(v_sleep(e1) & n_person(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A blond man wearing glasses is sitting in the train looking down at something.
|
A sad man wearing glasses is sitting in the train looking down at something.
| 1 | -100 |
A blond man wearing glasses is sitting in the train looking down at something does not mean that a man is sad
|
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_train(x4) & for(e2,e3) & a_down(s2) & Manner(e3,s2) & at(e3,x5) & n_thing(x5) & Actor(e3,x1) & v_look(e3) & in(e2,x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1) & a_blond(s1) & Theme(s1,x1))
|
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_train(x4) & for(e2,e3) & a_down(s2) & Manner(e3,s2) & at(e3,x5) & n_thing(x5) & Actor(e3,x1) & v_look(e3) & in(e2,x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1) & a_sad(s1) & Theme(s1,x1))
|
765d0220-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & v_sit(e2) & v_look(e3) & n_train(x4) & n_thing(x5) & n_man(x1) & n_glass(x3) & in(e2,x4) & for(e2,e3) & at(e3,x5) & a_down(s2) & a_blond(s1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e3,s2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & v_sit(e2) & v_look(e3) & n_train(x4) & n_thing(x5) & n_man(x1) & n_glass(x3) & in(e2,x4) & for(e2,e3) & at(e3,x5) & a_sad(s1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x3) & Manner(e3,s2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
a homeless man sells a magazine
| 1 | 0.596472 |
Not all men are homeless and not every man sells a magazine.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_magazine(x2) & n_man(x1) & a_homeless(s1) & Theme(s1,x1))
|
765e498c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_sell(e1) & n_man(x1) & n_magazine(x2) & a_homeless(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
The gentleman is selling souvenir that he collected.
| 1 | 0.582072 |
Not every sale involves a souvenir nor is every sold thing something collected.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e2 e1 x1 x2 x3.(n_male(x1) & n_gentleman(x1) & Theme(e2,x2) & Actor(e2,x1) & v_sell(e2) & Theme(e1,x3) & Actor(e1,x1) & v_collect(e1) & (x2 = x3) & n_souvenir(x2))
|
765e4e5a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e2 e1 x1 x2 x3.(v_sell(e2) & v_collect(e1) & n_souvenir(x2) & n_male(x1) & n_gentleman(x1) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
There is a person selling something blue outside.
| 1 | 0.000859 |
Not all men wear blue.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists p1 x1 e1 s1 x2 x3 x4 x5 x6.((x1 = x2) & Time(e1,x6) & n_outside(x6) & Theme(e1,x4) & Actor(e1,x3) & v_sell(e1) & Theme(s1,x5) & a_blue(s1) & (x4 = x5) & n_thing(x4) & (x2 = x3) & n_person(x2))
|
765e61ce-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists x1 e1 s1 x2 x3 x4 x5 x6.(v_sell(e1) & n_thing(x4) & n_person(x2) & n_outside(x6) & a_blue(s1) & Time(e1,x6) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
An old man walks on the stree.
| 2 | 0.912206 |
an older gentleman cannot be an old man
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(n_stree(x2) & on(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
|
765e7006-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_walk(e1) & on(e1,x2) & n_stree(x2) & n_man(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
An old man tries to sell magazines.
| 1 | 0.583094 |
Not all sold things are magazines.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_sell(e2) & n_magazine(x2)) & n_man(x1) & a_old(s1) & Theme(s1,x1))
|
765e74de-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 p1 s1 x1.(v_try(e1) & n_man(x1) & exists e2 x2.(v_sell(e2) & n_magazine(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_old(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
An old man tries to sell something on the street.
| 0 | 0.954794 |
Older gentleman is another way of saying old man.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1 x3.(n_street(x3) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_sell(e2) & on(x2,x3) & n_thing(x2)) & n_man(x1) & a_old(s1) & Theme(s1,x1))
|
765e7a7e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x3.(v_try(e1) & n_street(x3) & n_man(x1) & exists e2 x2.(v_sell(e2) & on(x2,x3) & n_thing(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_old(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
An older gentleman with a beard is wearing a dark jacket and trying to sell something on a city street.
|
The man is hoping to sell magazine subscriptions.
| 1 | 0.501352 |
Not all sold things are magazine subscriptions.
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x6 x7 x8.(Theme(e3,x6) & Actor(e3,x4) & v_sell(e3) & on(x6,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_thing(x6)) & with(x4,x5) & n_beard(x5) & n_gentleman(x4) & r_more(s3) & a_older(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_jacket(x3) & a_dark(s2) & Theme(s2,x3) & with(x1,x2) & n_beard(x2) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 p1 x1.(n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_hope(e1) & exists e2 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_sell(e2) & n_subscription(x2) & of(x2,x3) & n_magazine(x3)))
|
765e8474-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x4,x5) & with(x1,x2) & v_wear(e1) & v_try(e2) & r_more(s3) & r_more(s1) & n_jacket(x3) & n_gentleman(x4) & n_gentleman(x1) & n_beard(x5) & n_beard(x2) & exists e3 x6 x7 x8.(v_sell(e3) & on(x6,x7) & of(x7,x8) & n_thing(x6) & n_street(x7) & n_city(x8) & Theme(e3,x6) & Actor(e3,x4)) & a_older(s3) & a_older(s1) & a_dark(s2) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 p1 x1.(v_hope(e1) & n_man(x1) & exists e2 x2 x3.(v_sell(e2) & of(x2,x3) & n_subscription(x2) & n_magazine(x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
The three kids are all friends.
| 1 | 0.657491 |
just because two girls swing on with a boy doesn't imply the three kids are all friends.
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists p1 x1.(n_kid(x1) & card_eq_3(x1) & all x2.(n_friend(x2) -> (x1 = x2)))
|
766089e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists x1.(n_kid(x1) & card_eq_3(x1) & all x2.(-n_friend(x2) | (x1 = x2)))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Two boys and a girl wear a uniform for school.
| 1 | 0.681291 |
just because all the three are wearing blue shirts of the same shade and blue jeans doesn't mean they are wearing a uniform for school.
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists s1 x1.(a_topic(s1) & all x2.(n_uniform(x2) -> exists x3 x4 x5.(subset_of(x3,s1) & for(x3,x5) & n_school(x5) & for(x3,x2) & n_wear(x3) & of(x3,x4) & n_girl(x4))) & subset_of(x1,s1) & n_boy(x1) & card_eq_2(x1))
|
76608e9a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists s1 x1.(subset_of(x1,s1) & n_boy(x1) & card_eq_2(x1) & all x2.(exists x3 x4 x5.(subset_of(x3,s1) & of(x3,x4) & n_wear(x3) & n_school(x5) & n_girl(x4) & for(x3,x5) & for(x3,x2)) | -n_uniform(x2)) & a_topic(s1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Three siblings are swinging together for family photos in the park.
| 1 | 0.161109 |
just because two girls swing on with a boy doesn't imply they are siblings
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 p1 x1 x2 x3 x4.(n_park(x4) & for(e1,x2) & in(x2,x4) & n_photo(x2) & of(x2,x3) & n_family(x3) & exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_swing(e1) & n_sibling(x1) & card_eq_3(x1))
|
76609d18-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 p1 x1 x2 x3 x4.(v_swing(e1) & of(x2,x3) & n_sibling(x1) & n_photo(x2) & n_park(x4) & n_family(x3) & in(x2,x4) & for(e1,x2) & exists s1.(a_together(s1) & Theme(s1,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Three siblings are swinging together.
| 0 | 0.981481 |
two girls and a boy, are three siblings
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_swing(e1) & n_sibling(x1) & card_eq_3(x1))
|
7660b258-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 p1 x1.(v_swing(e1) & n_sibling(x1) & exists s1.(a_together(s1) & Theme(s1,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Two girls sit on a boy's face and fart.
| 2 | 0.000012 |
Girls who swing with a boy cannot sit on a boy's face at the same time.
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4 x5.(on(e1,x3) & n_fart(x5) & n_face(x4) & subset_of(x5,x3) & subset_of(x4,x3) & of(x3,x2) & n_boy(x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1) & card_eq_2(x1))
|
7660b6e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & subset_of(x5,x3) & subset_of(x4,x3) & on(e1,x3) & of(x3,x2) & n_girl(x1) & n_fart(x5) & n_face(x4) & n_boy(x2) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
The people are all friends.
| 1 | 0.653677 |
just because two girls swing on with a boy doesn't imply they are friends
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists p1 x1.(n_people(x1) & all x2.(n_friend(x2) -> (x1 = x2)))
|
7660c022-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists x1.(n_people(x1) & all x2.(-n_friend(x2) | (x1 = x2)))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Three kids are wearing blue shirts
| 0 | -100 |
two girls and a boy, are three kids
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_kid(x1) & card_eq_3(x1))
|
7660c496-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_kid(x1) & card_eq_3(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Three kids are playing at a local park
| 1 | 0.525854 |
just because two girls swing on with a boy doesn't imply they are playing at a local park
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(at(e1,x2) & n_park(x2) & a_local(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_kid(x1) & card_eq_3(x1))
|
7660c8f6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_play(e1) & n_park(x2) & n_kid(x1) & card_eq_3(x1) & at(e1,x2) & a_local(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
Two girls swing on with a boy, all three are wearing blue shirts of the same shade and blue jeans.
|
Three kids are sliding in the park.
| 2 | -100 |
Two girls who swing with a boy cannot be sliding at the same time.
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(n_jeans(x5) & a_blue(s3) & Theme(s3,x5) & of(x5,x6) & n_shade(x6) & a_same(s2) & Theme(s2,x5) & r_on(e1) & with(e1,x2) & all x3.((n_thing(x3) & card_eq_3(x3)) -> exists e2 s1 x4.(Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4))) & that(x2,p1) & n_boy(x2) & Actor(e1,x1) & v_swing(e1) & n_girl(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_park(x2) & in(e1,x2) & Actor(e1,x1) & v_slide(e1) & n_kid(x1) & card_eq_3(x1))
|
7660cd56-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s2 s3 x1 x2 x5 x6.(with(e1,x2) & v_swing(e1) & that(x2,p1) & r_on(e1) & of(x5,x6) & n_shade(x6) & n_jeans(x5) & n_girl(x1) & n_boy(x2) & card_eq_2(x1) & all x3.(exists e2 s1 x4.(v_wear(e2) & of(x4,x5) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) | -n_thing(x3) | -card_eq_3(x3)) & a_same(s2) & a_blue(s3) & Theme(s3,x5) & Theme(s2,x5) & Actor(e1,x1))
|
exists e1 x1 x2.(v_slide(e1) & n_park(x2) & n_kid(x1) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1))
|
||
Three people wearing green shirts ride together on the swings.
|
Three people are on the swings
| 0 | -100 |
wearing green shirts are three people
|
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_swing(x4) & on(e2,x4) & a_together(s2) & Manner(e2,s2) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_people(x1) & card_eq_3(x1))
|
exists p1 x1 x2.(n_swing(x2) & on(x1,x2) & n_people(x1) & card_eq_3(x1))
|
7660d4cc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & v_ride(e2) & on(e2,x4) & n_swing(x4) & n_shirt(x3) & n_people(x1) & card_eq_3(x1) & a_together(s2) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2.(on(x1,x2) & n_swing(x2) & n_people(x1) & card_eq_3(x1))
|
||
Three people wearing green shirts ride together on the swings.
|
Three young kids are on the swings
| 1 | -100 |
Three people wearing green shirts ride together on the swings does not mean that they are young kids
|
exists e2 e1 s1 s2 x1 x2 x3 x4.(n_swing(x4) & on(e2,x4) & a_together(s2) & Manner(e2,s2) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_people(x1) & card_eq_3(x1))
|
exists p1 s1 x1 x2.(n_swing(x2) & on(x1,x2) & n_kid(x1) & a_young(s1) & Theme(s1,x1) & card_eq_3(x1))
|
7660d9f4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & v_ride(e2) & on(e2,x4) & n_swing(x4) & n_shirt(x3) & n_people(x1) & card_eq_3(x1) & a_together(s2) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1 x2.(on(x1,x2) & n_swing(x2) & n_kid(x1) & card_eq_3(x1) & a_young(s1) & Theme(s1,x1))
|
||
Three people wearing green shirts ride together on the swings.
|
Three people are wearing all blue on the swings
| 2 | -100 |
Green is not blue.
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(n_swing(x4) & on(e2,x4) & a_together(s2) & Manner(e2,s2) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_people(x1) & card_eq_3(x1))
|
exists x1 x3.(n_swing(x3) & all x2.(n_blue(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & on(x2,x3))) & n_people(x1) & card_eq_3(x1))
|
7660decc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4.(v_wear(e1) & v_ride(e2) & on(e2,x4) & n_swing(x4) & n_shirt(x3) & n_people(x1) & card_eq_3(x1) & a_together(s2) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x3.(n_swing(x3) & n_people(x1) & card_eq_3(x1) & all x2.(exists e1.(v_wear(e1) & on(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) | -n_blue(x2)))
|
||
A man stands with a flag outside a middle eastern palace.
|
A man stands with a flag
| 0 | -100 |
outside a middle eastern palace, there is a flag
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & outside(x2,x3) & n_palace(x3) & a_eastern(s2) & Theme(s2,x3) & a_middle(s1) & Theme(s1,x3) & n_flag(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists e1 x1 x2.(with(e1,x2) & n_flag(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
7660e408-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & v_stand(e1) & outside(x2,x3) & n_palace(x3) & n_man(x1) & n_flag(x2) & a_middle(s1) & a_eastern(s2) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(with(e1,x2) & v_stand(e1) & n_man(x1) & n_flag(x2) & Actor(e1,x1))
|
||
A man stands with a flag outside a middle eastern palace.
|
Outside a middle eastern palace a man stands
| 1 | -100 |
A man stands with a flag outside a middle eastern palace does not indicate that Outside a middle eastern palace a man stands
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & outside(x2,x3) & n_palace(x3) & a_eastern(s2) & Theme(s2,x3) & a_middle(s1) & Theme(s1,x3) & n_flag(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists x1.(all x2 x3.((n_stand(x2) & of(x2,x3) & n_man(x3)) -> exists s1 s2 x4.(outside(x1,x4) & for(x4,x2) & n_palace(x4) & a_eastern(s2) & Theme(s2,x4) & a_middle(s1) & Theme(s1,x4))) & n_event(x1))
|
7660e8fe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & v_stand(e1) & outside(x2,x3) & n_palace(x3) & n_man(x1) & n_flag(x2) & a_middle(s1) & a_eastern(s2) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x1))
|
exists x1.(n_event(x1) & all x2 x3.(exists s1 s2 x4.(outside(x1,x4) & n_palace(x4) & for(x4,x2) & a_middle(s1) & a_eastern(s2) & Theme(s2,x4) & Theme(s1,x4)) | -of(x2,x3) | -n_stand(x2) | -n_man(x3)))
|
||
A man stands with a flag outside a middle eastern palace.
|
A man sees
| 2 | -100 |
A man who sees would not be the same as a man who stands outside.
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & outside(x2,x3) & n_palace(x3) & a_eastern(s2) & Theme(s2,x3) & a_middle(s1) & Theme(s1,x3) & n_flag(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_see(e1) & n_thing(x2) & n_man(x1))
|
7660ede0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(with(e1,x2) & v_stand(e1) & outside(x2,x3) & n_palace(x3) & n_man(x1) & n_flag(x2) & a_middle(s1) & a_eastern(s2) & Theme(s2,x3) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_see(e1) & n_thing(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man holds multiple flags while standing in a town square.
|
A man is hold a flag in the town square.
| 2 | 0.523421 |
A flag is one flag and multiple flags is more than one.
|
exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & in(e2,x3) & n_square(x3) & of(x3,x4) & n_town(x4) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_flag(x2) & a_multiple(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3 x4.(n_square(x3) & of(x3,x4) & n_town(x4) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_flag(x2) & n_man(x1))
|
7660f2c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & v_stand(e2) & v_hold(e1) & of(x3,x4) & n_town(x4) & n_square(x3) & n_man(x1) & n_flag(x2) & in(e2,x3) & a_multiple(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_town(x4) & n_square(x3) & n_man(x1) & n_flag(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man holds multiple flags while standing in a town square.
|
A man is holding nothing while standing in a square.
| 2 | -100 |
A man who holds multiple flags cannot be holding nothing.
|
exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & in(e2,x3) & n_square(x3) & of(x3,x4) & n_town(x4) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_flag(x2) & a_multiple(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1.(-exists e2 e1 x2 x3.(while(e1,e2) & in(e2,x3) & n_square(x3) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_thing(x2)) & n_man(x1))
|
7660f844-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & v_stand(e2) & v_hold(e1) & of(x3,x4) & n_town(x4) & n_square(x3) & n_man(x1) & n_flag(x2) & in(e2,x3) & a_multiple(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
exists x1.(n_man(x1) & all e2 e1 x2 x3.(-while(e1,e2) | -v_stand(e2) | -v_hold(e1) | -n_thing(x2) | -n_square(x3) | -in(e2,x3) | -Theme(e1,x2) | -Actor(e2,x1) | -Actor(e1,x1)))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.