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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Two hikers on a dirt road.
|
Two hikers together.
| 1 | -100 |
Just because, there are two hikers on a dirt road, does not imply they are together.
|
exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & n_road(x2) & of(x2,x3) & n_dirt(x3) & n_hiker(x1) & card_eq_2(x1))
|
exists x1.(a_topic(x1) & r_together(x1) & n_hiker(x1) & card_eq_2(x1))
|
4a2c50a2-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_road(x2) & n_hiker(x1) & n_dirt(x3) & card_eq_2(x1) & a_topic(x1))
|
exists x1.(r_together(x1) & n_hiker(x1) & card_eq_2(x1) & a_topic(x1))
|
||
Two hikers on a dirt road.
|
Two hikers walking down a dirt road.
| 0 | -100 |
The two hikers are on a road.
|
exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & n_road(x2) & of(x2,x3) & n_dirt(x3) & n_hiker(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_road(x3) & of(x3,x4) & n_dirt(x4) & (x1 = x2) & n_hiker(x1) & card_eq_2(x1))
|
4a2c55ca-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_road(x2) & n_hiker(x1) & n_dirt(x3) & card_eq_2(x1) & a_topic(x1))
|
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & of(x3,x4) & n_road(x3) & n_hiker(x1) & n_dirt(x4) & card_eq_2(x1) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
|
||
Two hikers on a dirt road.
|
Two hikers taking a swim.
| 2 | -100 |
They are either on a dirt road or taking a swim.
|
exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & n_road(x2) & of(x2,x3) & n_dirt(x3) & n_hiker(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_swim(x3) & (x1 = x2) & n_hiker(x1) & card_eq_2(x1))
|
4a2c5ac0-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3.(on(x1,x2) & of(x2,x3) & n_road(x2) & n_hiker(x1) & n_dirt(x3) & card_eq_2(x1) & a_topic(x1))
|
exists e1 x1 x2 x3.(v_take(e1) & n_swim(x3) & n_hiker(x1) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A small child is sitting playing with an adornment in a small garden.
|
The garden is tiny.
| 1 | -100 |
Small does not imply the garden is tiny.
|
exists e2 e1 s1 s2 x1 x2 x3.(for(e1,e2) & with(e2,x2) & in(x2,x3) & n_garden(x3) & a_small(s2) & Theme(s2,x3) & n_adornment(x2) & Actor(e2,x1) & v_play(e2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists s1 x1.(n_garden(x1) & Theme(s1,x1) & a_tiny(s1))
|
4a2c5fd4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3.(with(e2,x2) & v_sit(e1) & v_play(e2) & n_garden(x3) & n_child(x1) & n_adornment(x2) & in(x2,x3) & for(e1,e2) & a_small(s2) & a_small(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1))
|
exists s1 x1.(n_garden(x1) & a_tiny(s1) & Theme(s1,x1))
|
||
A small child is sitting playing with an adornment in a small garden.
|
A child plays.
| 0 | -100 |
The child is playing outdoors. Garden.
|
exists e1 e2 s1 s2 x1 x2 x3.(for(e1,e2) & with(e2,x2) & in(x2,x3) & n_garden(x3) & a_small(s2) & Theme(s2,x3) & n_adornment(x2) & Actor(e2,x1) & v_play(e2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_child(x1))
|
4a2c64ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3.(with(e2,x2) & v_sit(e1) & v_play(e2) & n_garden(x3) & n_child(x1) & n_adornment(x2) & in(x2,x3) & for(e1,e2) & a_small(s2) & a_small(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1.(v_play(e1) & n_child(x1) & Actor(e1,x1))
|
||
A small child is sitting playing with an adornment in a small garden.
|
Martians prefer brie.
| 2 | -100 |
There is no contradiction. But I guess it is either a small child or a martian.
|
exists e2 e1 s1 s2 x1 x2 x3.(for(e1,e2) & with(e2,x2) & in(x2,x3) & n_garden(x3) & a_small(s2) & Theme(s2,x3) & n_adornment(x2) & Actor(e2,x1) & v_play(e2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(ne_nam_martians(x1) & Theme(e1,x2) & Actor(e1,x1) & v_prefer(e1) & n_brie(x2))
|
4a2c697a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3.(with(e2,x2) & v_sit(e1) & v_play(e2) & n_garden(x3) & n_child(x1) & n_adornment(x2) & in(x2,x3) & for(e1,e2) & a_small(s2) & a_small(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_prefer(e1) & ne_nam_martians(x1) & n_brie(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two individuals are standing next to some supplies in a mountainous area.
|
Two people are about to haul the supplies away.
| 1 | -100 |
Just because two individuals are standing next to some supplies does not imply they are about to haul the supplies away.
|
exists e1 s1 x1 x2 x3.(to(e1,x2) & in(x2,x3) & n_area(x3) & a_mountainous(s1) & Theme(s1,x3) & n_supplies(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_individual(x1) & card_eq_2(x1))
|
exists p1 s1 x1 x2.(n_supplies(x2) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 s2.(a_away(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_haul(e1)) & n_people(x1) & card_eq_2(x1))
|
4a2c706e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_supplies(x2) & n_individual(x1) & n_area(x3) & in(x2,x3) & card_eq_2(x1) & a_mountainous(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists p1 s1 x1 x2.(n_supplies(x2) & n_people(x1) & exists e1 s2.(v_haul(e1) & a_away(s2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) & card_eq_2(x1) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
|
||
Two individuals are standing next to some supplies in a mountainous area.
|
Two people are standing next to some supplies.
| 0 | -100 |
Two individuals are people and supplies in a mountainous are is supplies.
|
exists e1 s1 x1 x2 x3.(to(e1,x2) & in(x2,x3) & n_area(x3) & a_mountainous(s1) & Theme(s1,x3) & n_supplies(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_individual(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(to(e1,x2) & n_supplies(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
4a2c76e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_supplies(x2) & n_individual(x1) & n_area(x3) & in(x2,x3) & card_eq_2(x1) & a_mountainous(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_supplies(x2) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two individuals are standing next to some supplies in a mountainous area.
|
Two people are watching a dog swimming in a pool.
| 2 | -100 |
They are either standing next to some supplies or watching a dog swimming in a pool.
|
exists e1 s1 x1 x2 x3.(to(e1,x2) & in(x2,x3) & n_area(x3) & a_mountainous(s1) & Theme(s1,x3) & n_supplies(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_individual(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(in(e1,x4) & n_pool(x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_swimming(x2) & of(x2,x3) & n_dog(x3) & n_people(x1) & card_eq_2(x1))
|
4a2c7c12-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_supplies(x2) & n_individual(x1) & n_area(x3) & in(x2,x3) & card_eq_2(x1) & a_mountainous(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & n_swimming(x2) & n_pool(x4) & n_people(x1) & n_dog(x3) & in(e1,x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two people are standing near carts full of many items, in front of a mountain background.
|
They are standing by the carts.
| 0 | -100 |
Two people are they and carts full of many items are carts.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & n_background(x6) & of(x6,x7) & n_mountain(x7) & n_front(x5) & near(e1,x2) & of(s1,x4) & n_item(x4) & n_quantity(x4) & Theme(s1,x3) & a_full(s1) & (x2 = x3) & n_cart(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_cart(x2) & n_thing(x1) & by(e1,x2) & Actor(e1,x1) & v_stand(e1))
|
4a2c8072-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & of(x6,x7) & of(x5,x6) & of(s1,x4) & near(e1,x2) & n_quantity(x4) & n_people(x1) & n_mountain(x7) & n_item(x4) & n_front(x5) & n_cart(x2) & n_background(x6) & in(e1,x5) & card_eq_2(x1) & a_full(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2.(v_stand(e1) & n_thing(x1) & n_cart(x2) & by(e1,x2) & Actor(e1,x1))
|
||
Two people are standing near carts full of many items, in front of a mountain background.
|
They are knocking over the carts filled with merchandise.
| 2 | -100 |
They are either standing near them or knocking them over.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & n_background(x6) & of(x6,x7) & n_mountain(x7) & n_front(x5) & near(e1,x2) & of(s1,x4) & n_item(x4) & n_quantity(x4) & Theme(s1,x3) & a_full(s1) & (x2 = x3) & n_cart(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 e2 x1 x2 x3.(n_cart(x2) & over(e1,x2) & with(e2,x1) & n_merchandise(x1) & Theme(e2,x3) & v_fill(e2) & (x2 = x3) & Actor(e1,x1) & v_knock(e1) & n_thing(x1))
|
4a2c84fa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & of(x6,x7) & of(x5,x6) & of(s1,x4) & near(e1,x2) & n_quantity(x4) & n_people(x1) & n_mountain(x7) & n_item(x4) & n_front(x5) & n_cart(x2) & n_background(x6) & in(e1,x5) & card_eq_2(x1) & a_full(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x3))
|
exists e1 e2 x1 x2 x3.(with(e2,x1) & v_knock(e1) & v_fill(e2) & over(e1,x2) & n_thing(x1) & n_merchandise(x1) & n_cart(x2) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3))
|
||
Two people are standing near carts full of many items, in front of a mountain background.
|
They are thinking about buying an item from the carts.
| 1 | -100 |
Just because, the people are standing near carts does not imply they are thinking about buying an item from the carts.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & n_background(x6) & of(x6,x7) & n_mountain(x7) & n_front(x5) & near(e1,x2) & of(s1,x4) & n_item(x4) & n_quantity(x4) & Theme(s1,x3) & a_full(s1) & (x2 = x3) & n_cart(x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 e2 x1 x2 x3.(n_cart(x3) & about(e1,e2) & from(e2,x3) & Theme(e2,x1) & Actor(e2,x2) & v_buy(e2) & n_item(x1) & Actor(e1,x1) & v_think(e1) & n_thing(x1))
|
4a2c8964-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & of(x6,x7) & of(x5,x6) & of(s1,x4) & near(e1,x2) & n_quantity(x4) & n_people(x1) & n_mountain(x7) & n_item(x4) & n_front(x5) & n_cart(x2) & n_background(x6) & in(e1,x5) & card_eq_2(x1) & a_full(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x3))
|
exists e1 e2 x1 x2 x3.(v_think(e1) & v_buy(e2) & n_thing(x1) & n_item(x1) & n_cart(x3) & from(e2,x3) & about(e1,e2) & Theme(e2,x1) & Actor(e2,x2) & Actor(e1,x1))
|
||
two people with hiking gear at a checkpoint on a mountain.
|
The people are hiking along the mountain.
| 1 | -100 |
Just because the two people are with hiking gear, does not imply they are hiking.
|
exists x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & at(x2,x4) & on(x4,x5) & n_mountain(x5) & n_checkpoint(x4) & n_gear(x2) & of(x2,x3) & n_hiking(x3) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_mountain(x2) & n_people(x1) & along(e1,x2) & Actor(e1,x1) & v_hike(e1))
|
4a2c8ebe-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5.(with(x1,x2) & on(x4,x5) & of(x2,x3) & n_people(x1) & n_mountain(x5) & n_hiking(x3) & n_gear(x2) & n_checkpoint(x4) & card_eq_2(x1) & at(x2,x4) & a_topic(x1))
|
exists e1 x1 x2.(v_hike(e1) & n_people(x1) & n_mountain(x2) & along(e1,x2) & Actor(e1,x1))
|
||
two people with hiking gear at a checkpoint on a mountain.
|
The two people are sleeping in the sand.
| 2 | -100 |
They are either at a checkpoint on a mountain or sleeping in the sand.
|
exists x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & at(x2,x4) & on(x4,x5) & n_mountain(x5) & n_checkpoint(x4) & n_gear(x2) & of(x2,x3) & n_hiking(x3) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_sand(x2) & n_people(x1) & card_eq_2(x1) & in(e1,x2) & Actor(e1,x1) & v_sleep(e1))
|
4a2c9378-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2 x3 x4 x5.(with(x1,x2) & on(x4,x5) & of(x2,x3) & n_people(x1) & n_mountain(x5) & n_hiking(x3) & n_gear(x2) & n_checkpoint(x4) & card_eq_2(x1) & at(x2,x4) & a_topic(x1))
|
exists e1 x1 x2.(v_sleep(e1) & n_sand(x2) & n_people(x1) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
|
||
Two people are organizing supplies outside near the mountains.
|
Two people are having a tea party on the beach.
| 2 | -100 |
They are either organizing supplies or having a tea party.
|
exists e1 x1 x2 x3 x4.(n_mountain(x4) & Theme(e1,x2) & Actor(e1,x1) & v_organize(e1) & near(x3,x4) & outside(x2,x3) & n_thing(x3) & n_supplies(x2) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(n_beach(x4) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x4) & n_party(x2) & of(x2,x3) & n_tea(x3) & n_people(x1) & card_eq_2(x1))
|
4a2c9d78-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_organize(e1) & outside(x2,x3) & near(x3,x4) & n_thing(x3) & n_supplies(x2) & n_people(x1) & n_mountain(x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_have(e1) & on(x2,x4) & of(x2,x3) & n_tea(x3) & n_people(x1) & n_party(x2) & n_beach(x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A red speed boat crosses the water.
|
A red speed boat is in the water.
| 0 | -100 |
Crosses the water means it is in the water.
|
exists e1 s1 x1 x2 x3.(n_water(x3) & Theme(e1,x3) & Actor(e1,x1) & v_cross(e1) & n_boat(x1) & of(x1,x2) & n_speed(x2) & a_red(s1) & Theme(s1,x1))
|
exists p1 s1 x1 x2 x3.(n_water(x3) & in(x1,x3) & n_boat(x1) & of(x1,x2) & n_speed(x2) & a_red(s1) & Theme(s1,x1))
|
4a2cad68-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_cross(e1) & of(x1,x2) & n_water(x3) & n_speed(x2) & n_boat(x1) & a_red(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists s1 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_speed(x2) & n_boat(x1) & in(x1,x3) & a_red(s1) & Theme(s1,x1))
|
||
A red speed boat crosses the water.
|
A couple is on a red speed boat, enjoying the water.
| 1 | -100 |
Just because there is a speed boat that crosses the water, does not imply that a couple is on the speed boat. It also does not imply they are enjoying the water.
|
exists e1 s1 x1 x2 x3.(n_water(x3) & Theme(e1,x3) & Actor(e1,x1) & v_cross(e1) & n_boat(x1) & of(x1,x2) & n_speed(x2) & a_red(s1) & Theme(s1,x1))
|
exists e1 p1 x1 x2.(n_water(x2) & for(p1,e1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & exists s1 x3 x4.(on(x1,x3) & n_boat(x3) & of(x3,x4) & n_speed(x4) & a_red(s1) & Theme(s1,x3)) & n_couple(x1))
|
4a2cbbbe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_cross(e1) & of(x1,x2) & n_water(x3) & n_speed(x2) & n_boat(x1) & a_red(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_enjoy(e1) & n_water(x2) & n_couple(x1) & for(p1,e1) & exists s1 x3 x4.(on(x1,x3) & of(x3,x4) & n_speed(x4) & n_boat(x3) & a_red(s1) & Theme(s1,x3)) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
The man is attending a lecture in an auditorium.
| 2 | 0.000003 |
White tank shirt is not appropriate attire at a lecture.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_attend(e1) & in(x2,x3) & n_auditorium(x3) & n_lecture(x2))
|
4a2d1b18-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_attend(e1) & n_man(x1) & n_lecture(x2) & n_auditorium(x3) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
A man holds his laptop up showing some porn.
| 1 | 0.00169 |
not every man is in a white tank.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 e2 s1 x1 x2 x3.(for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & n_porn(x3) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_laptop(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
|
4a2d21b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 e2 s1 x1 x2 x3.(v_show(e2) & v_hold(e1) & of(x2,x1) & n_porn(x3) & n_man(x1) & n_male(x1) & n_laptop(x2) & for(e1,e2) & a_up(s1) & Theme(e2,x3) & Theme(e1,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
The guy is outside.
| 0 | 0.706944 |
A man is a guy, and he is outside sitting next to a white column.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists s1 x1.(n_guy(x1) & Theme(s1,x1) & a_outside(s1))
|
4a2d3544-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists s1 x1.(n_guy(x1) & a_outside(s1) & Theme(s1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
The man is trying to write a novel on his laptop.
| 1 | 0.00649 |
We don't know that the man is trying to write.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 x1 x3.(n_laptop(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_write(e2) & on(x2,x3) & n_novel(x2)))
|
4a2d3a08-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 p1 x1 x3.(v_try(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_laptop(x3) & exists e2 x2.(v_write(e2) & on(x2,x3) & n_novel(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
A tall man holds something
| 1 | 0.251242 |
Just because A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it does not imply that a tall man holds something
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_thing(x2) & n_man(x1) & a_tall(s1) & Theme(s1,x1))
|
4a2d3e86-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_hold(e1) & n_thing(x2) & n_man(x1) & a_tall(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
A man tries to blend in by hiding by a white column with his white shirt.
| 1 | 0.000193 |
WE DON'T KNOW THAT THE MAN IS TRYING TO BLEND IN.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 s3 x1 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 s1 s2 x2.(by(e2,e3) & by(e3,x2) & with(x2,x3) & n_column(x2) & a_white(s2) & Theme(s2,x2) & Actor(e3,x1) & v_hide(e3) & a_in(s1) & Manner(e2,s1) & Actor(e2,x1) & v_blend(e2)) & n_shirt(x3) & a_white(s3) & Theme(s3,x3) & of(x3,x1) & n_male(x1) & n_man(x1))
|
4a2d47aa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 p1 s3 x1 x3.(v_try(e1) & of(x3,x1) & n_shirt(x3) & n_man(x1) & n_male(x1) & exists e3 e2 s1 s2 x2.(with(x2,x3) & v_hide(e3) & v_blend(e2) & n_column(x2) & by(e3,x2) & by(e2,e3) & a_white(s2) & a_in(s1) & Theme(s2,x2) & Manner(e2,s1) & Actor(e3,x1) & Actor(e2,x1)) & a_white(s3) & Topic(e1,p1) & Theme(s3,x3) & Actor(e1,x1))
|
||
A man in a white tank shirt holds a laptop while sitting next to a white column with a statue on top of it.
|
The man is studying for college.
| 1 | 0.03401 |
WE DON'T KNOW THAT THE MAN IS STUDYING.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & with(e2,x6) & on(x6,x7) & of(x7,x1) & n_thing(x1) & n_top(x7) & n_statue(x6) & to(e2,x5) & n_column(x5) & a_white(s2) & Theme(s2,x5) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_laptop(x4) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & for(e1,x2) & n_college(x2) & Actor(e1,x1) & v_study(e1))
|
4a2d5be6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & while(e1,e2) & v_sit(e2) & v_hold(e1) & to(e2,x5) & r_next(e2) & on(x6,x7) & of(x7,x1) & of(x2,x3) & n_top(x7) & n_thing(x1) & n_tank(x3) & n_statue(x6) & n_shirt(x2) & n_man(x1) & n_laptop(x4) & n_column(x5) & in(x1,x2) & a_white(s2) & a_white(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_study(e1) & n_man(x1) & n_college(x2) & for(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
A man is working on his next book in a statue park.
| 1 | 0.00049 |
There are plenty of reasons a man could be using a laptop that do not involve working on his next book. Just because he is sitting next to a statue does not necessarily mean he is in a statue park.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3 x4.(on(e1,x2) & in(x2,x3) & n_park(x3) & of(x3,x4) & n_statue(x4) & n_book(x2) & a_next(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_work(e1) & n_man(x1))
|
4a2d6618-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e1 s1 x1 x2 x3 x4.(v_work(e1) & on(e1,x2) & of(x3,x4) & of(x2,x1) & n_statue(x4) & n_park(x3) & n_man(x1) & n_male(x1) & n_book(x2) & in(x2,x3) & a_next(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
A man sits beside a pillar with a statue of cupid on it
| 1 | 0.005794 |
Just because A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it does not imply that he sits beside a pillar with a statue of cupid on it
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3 x4.(on(e1,x1) & n_thing(x1) & with(e1,x3) & of(x3,x4) & n_cupid(x4) & n_statue(x3) & beside(e1,x2) & n_pillar(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
|
4a2d70c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e1 x1 x2 x3 x4.(with(e1,x3) & v_sit(e1) & on(e1,x1) & of(x3,x4) & n_thing(x1) & n_statue(x3) & n_pillar(x2) & n_man(x1) & n_cupid(x4) & beside(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
A man sitting beside a pillar using a computer
| 0 | 0.990034 |
A laptop is a computer and a man is sitting beside a pillar.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 e2 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_use(e2) & n_computer(x4) & beside(e1,x3) & n_pillar(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1))
|
4a2d75a4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e1 e2 x1 x2 x3 x4.(v_use(e2) & v_sit(e1) & n_pillar(x3) & n_man(x1) & n_computer(x4) & for(e1,e2) & beside(e1,x3) & a_topic(x1) & Theme(e2,x4) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
The man is browsing the internet while sitting by the pillar.
| 1 | 0.58589 |
Just because A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it does not imply that he is browsing the internet while sitting by the pillar.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e2 e1 x1 x2 x3.(n_pillar(x3) & n_internet(x2) & n_man(x1) & while(e1,e2) & by(e2,x3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_browse(e1))
|
4a2d7f5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e2 e1 x1 x2 x3.(while(e1,e2) & v_sit(e2) & v_browse(e1) & n_pillar(x3) & n_man(x1) & n_internet(x2) & by(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
A young man is riding bike through the woods.
| 2 | 0.000001 |
The man cannot sit and ride a bike simultaneously.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3.(n_wood(x3) & through(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1))
|
4a2d908e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e1 s1 x1 x2 x3.(v_ride(e1) & through(e1,x3) & n_wood(x3) & n_man(x1) & n_bike(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a white tank top using a laptop sitting next to a tall pillar with a statue on top of it.
|
A man sits under a tall pillar to shield his computer screen from the glare.
| 1 | 0.118157 |
The man's computer might not be a laptop.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_use(e2) & to(e1,x7) & of(x7,x1) & n_thing(x1) & on(x7,x9) & n_top(x9) & with(x7,x8) & n_statue(x8) & n_pillar(x7) & a_tall(s2) & Theme(s2,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_laptop(x5) & (x1 = x4) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_glare(x6) & Topic(e1,p1) & exists e2.(from(e2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_shield(e2)) & n_screen(x4) & of(x4,x5) & n_computer(x5) & of(x4,x1) & n_male(x1) & under(e1,x3) & n_pillar(x3) & a_tall(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sit(e1) & n_man(x2) & n_man(x1))
|
4a2d9f66-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x7,x8) & v_use(e2) & v_sit(e1) & to(e1,x7) & r_next(e1) & on(x7,x9) & of(x7,x1) & of(x2,x3) & n_top(x9) & n_top(x2) & n_thing(x1) & n_tank(x3) & n_statue(x8) & n_pillar(x7) & n_man(x1) & n_laptop(x5) & in(x1,x2) & a_white(s1) & a_topic(x1) & a_tall(s2) & Theme(s2,x7) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x5 = x6) & (x1 = x4))
|
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & under(e1,x3) & of(x4,x5) & of(x4,x1) & n_screen(x4) & n_pillar(x3) & n_man(x2) & n_man(x1) & n_male(x1) & n_glare(x6) & n_computer(x5) & exists e2.(v_shield(e2) & from(e2,x6) & Theme(e2,x4) & Actor(e2,x1)) & a_tall(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x2))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
A young light blond boy is riding a bicycle.
| 1 | 0.548008 |
The young blond boy does not necessarily have light blond hair. There are many shades of blond.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 s2 s3 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & n_boy(x1) & a_blond(s3) & Theme(s3,x1) & a_light(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
4a2e75bc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 s3 x1 x2.(v_ride(e1) & n_boy(x1) & n_bicycle(x2) & a_young(s1) & a_light(s2) & a_blond(s3) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
The young boy is proud to be an American.
| 1 | 0.921053 |
The boy might not be American.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 s1 s2 x1.(n_boy(x1) & a_young(s1) & Theme(s1,x1) & Topic(s2,p1) & Actor(s2,x1) & a_proud(s2) & exists p2 x2.((x1 = x2) & n_american(x2)))
|
4a2e8066-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists p1 s1 s2 x1.(n_boy(x1) & exists x2.(n_american(x2) & (x1 = x2)) & a_young(s1) & a_proud(s2) & Topic(s2,p1) & Theme(s1,x1) & Actor(s2,x1))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
A young boy is sitting in the grass.
| 2 | 0.002151 |
riding and sitting are different actions/verbs.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
4a2e8c6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_sit(e1) & n_grass(x2) & n_boy(x1) & in(e1,x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
A boy furiously pedals his bike to get away from the bad guys.
| 1 | 0.000206 |
The boy might not be furiously pedaling his bike.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 s2 x1 x2 x3 x4.(n_guy(x4) & a_bad(s2) & Theme(s2,x4) & a_furiously(s1) & Manner(e1,s1) & Topic(e1,p1) & exists e2.(from(e2,x4) & r_away(e2) & Actor(e2,x1) & v_get(e2)) & Theme(e1,x3) & Actor(e1,x2) & v_pedal(e1) & n_bike(x3) & of(x3,x1) & n_male(x1) & n_boy(x2) & n_boy(x1))
|
4a2e90ec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 s2 x1 x2 x3 x4.(v_pedal(e1) & of(x3,x1) & n_male(x1) & n_guy(x4) & n_boy(x2) & n_boy(x1) & n_bike(x3) & exists e2.(v_get(e2) & r_away(e2) & from(e2,x4) & Actor(e2,x1)) & a_furiously(s1) & a_bad(s2) & Topic(e1,p1) & Theme(s2,x4) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
The boy is American.
| 1 | 0.969082 |
The boy might not be American.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(n_boy(x1) & exists x2.((x1 = x2) & n_american(x2)))
|
4a2eacf8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_boy(x1) & exists x2.(n_american(x2) & (x1 = x2)))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
A young boy celebrates the fourth of july by riding his american themed bike.
| 1 | 0.428861 |
The bike might not be american themed necessarily.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_bike(x4) & a_themed(s3) & Theme(s3,x4) & a_american(s2) & Theme(s2,x4) & of(x4,x2) & n_male(x2) & n_fourth(x2) & by(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x2) & Actor(e1,x1) & v_celebrate(e1) & of(x2,x3) & n_july(x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
4a2eb40a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_ride(e2) & v_celebrate(e1) & of(x4,x2) & of(x2,x3) & n_male(x2) & n_july(x3) & n_fourth(x2) & n_boy(x1) & n_bike(x4) & by(e1,e2) & a_young(s1) & a_themed(s3) & a_american(s2) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
|
||
A young blond boy riding a red, white, blue, and yellow bicycle with american flags on it.
|
The boy is cycling.
| 0 | 1 |
The boy may not be blond.
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & with(x3,x4) & on(x4,x1) & n_thing(x1) & n_flag(x4) & a_american(s7) & Theme(s7,x4) & n_bicycle(x3) & a_yellow(s6) & Theme(s6,x3) & a_blue(s5) & Theme(s5,x3) & a_white(s4) & Theme(s4,x3) & a_red(s3) & Theme(s3,x3) & (x1 = x2) & n_boy(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_cycle(e1))
|
4a2ebb8a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4.(with(x3,x4) & v_ride(e1) & on(x4,x1) & n_thing(x1) & n_flag(x4) & n_boy(x1) & n_bicycle(x3) & a_young(s1) & a_yellow(s6) & a_white(s4) & a_topic(x1) & a_red(s3) & a_blue(s5) & a_blond(s2) & a_american(s7) & Theme(s7,x4) & Theme(s6,x3) & Theme(s5,x3) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_cycle(e1) & n_boy(x1) & Actor(e1,x1))
|
||
A drum majorette dressed in a white band uniform is standing in the street.
|
A woman is sitting on a couch.
| 2 | -100 |
Sitting and standing are two different things.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_street(x5) & in(e2,x5) & Actor(e2,x1) & v_stand(e2) & in(e1,x3) & n_uniform(x3) & of(x3,x4) & n_band(x4) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_majorette(x1) & a_drum(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
4a2f8b6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_stand(e2) & v_dress(e1) & of(x3,x4) & n_uniform(x3) & n_street(x5) & n_majorette(x1) & n_band(x4) & in(e2,x5) & in(e1,x3) & a_white(s2) & a_drum(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
|
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_couch(x2) & Actor(e1,x1))
|
||
People are using conveyor belts to go up or down.
|
People riding conveyor belts.
| 0 | -100 |
Using conveyor belts implies riding conveyor belts.
|
exists e1 p1 x1 x2 x3.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & (exists e2 s1.(a_up(s1) & Manner(e2,s1) & Actor(e2,x1) & v_go(e2)) | exists e3 s2.(a_down(s2) & Manner(e3,s2) & Actor(e3,x1) & v_go(e3))) & n_belt(x2) & of(x2,x3) & n_conveyor(x3) & n_people(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_belt(x3) & of(x3,x4) & n_conveyor(x4) & (x1 = x2) & n_people(x1))
|
4a2f9000-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3.(v_use(e1) & of(x2,x3) & n_people(x1) & n_conveyor(x3) & n_belt(x2) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & (exists e3 s2.(v_go(e3) & a_down(s2) & Manner(e3,s2) & Actor(e3,x1)) | exists e2 s1.(v_go(e2) & a_up(s1) & Manner(e2,s1) & Actor(e2,x1))))
|
exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_people(x1) & n_conveyor(x4) & n_belt(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
People are using conveyor belts to go up or down.
|
People having fun at work.
| 1 | -100 |
Use of conveyor belts for going up and down does not necessarily mean that people have fun at work.
|
exists e1 p1 x1 x2 x3.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & (exists e2 s1.(a_up(s1) & Manner(e2,s1) & Actor(e2,x1) & v_go(e2)) | exists e3 s2.(a_down(s2) & Manner(e3,s2) & Actor(e3,x1) & v_go(e3))) & n_belt(x2) & of(x2,x3) & n_conveyor(x3) & n_people(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & at(e1,x4) & n_work(x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_fun(x3) & (x1 = x2) & n_people(x1))
|
4a2f9550-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3.(v_use(e1) & of(x2,x3) & n_people(x1) & n_conveyor(x3) & n_belt(x2) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & (exists e3 s2.(v_go(e3) & a_down(s2) & Manner(e3,s2) & Actor(e3,x1)) | exists e2 s1.(v_go(e2) & a_up(s1) & Manner(e2,s1) & Actor(e2,x1))))
|
exists e1 x1 x2 x3 x4.(v_have(e1) & n_work(x4) & n_people(x1) & n_fun(x3) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Three people going up an escalator and a man with a shopping cart coming down the escalator.
|
People are going up an escalator
| 0 | -100 |
Three people going up in a escalator for shopping
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(Time(e2,x2) & n_escalator(x2) & n_escalator(x2) & a_down(s2) & Manner(e2,s2) & Actor(e2,x3) & v_come(e2) & with(x3,x4) & n_cart(x4) & of(x4,x5) & n_shopping(x5) & n_man(x3) & Time(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1) & n_people(x1) & card_eq_3(x1))
|
exists e1 s1 x1 x2.(n_escalator(x2) & Time(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1) & n_people(x1))
|
4a2fafcc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_go(e1) & v_come(e2) & of(x4,x5) & n_shopping(x5) & n_people(x1) & n_man(x3) & n_escalator(x2) & n_cart(x4) & card_eq_3(x1) & a_up(s1) & a_down(s2) & Time(e2,x2) & Time(e1,x2) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_go(e1) & n_people(x1) & n_escalator(x2) & a_up(s1) & Time(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
Three people going up an escalator and a man with a shopping cart coming down the escalator.
|
The people are standing in line
| 2 | -100 |
People cannot going up and coming down an escalator and standing in line simultaneously.
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(Time(e2,x2) & n_escalator(x2) & n_escalator(x2) & a_down(s2) & Manner(e2,s2) & Actor(e2,x3) & v_come(e2) & with(x3,x4) & n_cart(x4) & of(x4,x5) & n_shopping(x5) & n_man(x3) & Time(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1) & n_people(x1) & card_eq_3(x1))
|
exists e1 x1 x2.(n_people(x1) & in(e1,x2) & n_line(x2) & Actor(e1,x1) & v_stand(e1))
|
4a2fb490-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_go(e1) & v_come(e2) & of(x4,x5) & n_shopping(x5) & n_people(x1) & n_man(x3) & n_escalator(x2) & n_cart(x4) & card_eq_3(x1) & a_up(s1) & a_down(s2) & Time(e2,x2) & Time(e1,x2) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & n_people(x1) & n_line(x2) & in(e1,x2) & Actor(e1,x1))
|
||
Three people going up an escalator and a man with a shopping cart coming down the escalator.
|
The people are black
| 1 | -100 |
Three people going up an escalator and a man with a shopping cart coming down the escalator are not necessarily black.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(Time(e2,x2) & n_escalator(x2) & n_escalator(x2) & a_down(s2) & Manner(e2,s2) & Actor(e2,x3) & v_come(e2) & with(x3,x4) & n_cart(x4) & of(x4,x5) & n_shopping(x5) & n_man(x3) & Time(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1) & n_people(x1) & card_eq_3(x1))
|
exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_black(s1))
|
4a2fb972-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_go(e1) & v_come(e2) & of(x4,x5) & n_shopping(x5) & n_people(x1) & n_man(x3) & n_escalator(x2) & n_cart(x4) & card_eq_3(x1) & a_up(s1) & a_down(s2) & Time(e2,x2) & Time(e1,x2) & Manner(e2,s2) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1))
|
exists s1 x1.(n_people(x1) & a_black(s1) & Theme(s1,x1))
|
||
A man on a green and black motorbike has a crowd cheering in the background.
|
A man is riding a motorbike in a parade.
| 1 | -100 |
Just because there is a crowd cheering does not mean he is in a parade.
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & in(e1,x5) & Actor(e1,x4) & v_cheer(e1) & (x3 = x4) & n_crowd(x3) & on(x1,x2) & n_motorbike(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3.(in(e1,x3) & n_parade(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorbike(x2) & n_man(x1))
|
4a2fcf02-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_have(e2) & v_cheer(e1) & on(x1,x2) & n_motorbike(x2) & n_man(x1) & n_crowd(x3) & n_background(x5) & in(e1,x5) & a_green(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3.(v_ride(e1) & n_parade(x3) & n_motorbike(x2) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man on a green and black motorbike has a crowd cheering in the background.
|
A man rides a motorbike.
| 0 | -100 |
man rides a motorbike which is green and black
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & in(e1,x5) & Actor(e1,x4) & v_cheer(e1) & (x3 = x4) & n_crowd(x3) & on(x1,x2) & n_motorbike(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorbike(x2) & n_man(x1))
|
4a2fd402-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_have(e2) & v_cheer(e1) & on(x1,x2) & n_motorbike(x2) & n_man(x1) & n_crowd(x3) & n_background(x5) & in(e1,x5) & a_green(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_ride(e1) & n_motorbike(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man on a green and black motorbike has a crowd cheering in the background.
|
A man is sitting in a crowd.
| 2 | -100 |
in sentence one the man is on a motorbike while in senence two he is sitting in a crowd
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & in(e1,x5) & Actor(e1,x4) & v_cheer(e1) & (x3 = x4) & n_crowd(x3) & on(x1,x2) & n_motorbike(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(in(e1,x2) & n_crowd(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
|
4a2fd8da-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_have(e2) & v_cheer(e1) & on(x1,x2) & n_motorbike(x2) & n_man(x1) & n_crowd(x3) & n_background(x5) & in(e1,x5) & a_green(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_sit(e1) & n_man(x1) & n_crowd(x2) & in(e1,x2) & Actor(e1,x1))
|
||
man with white helmet burning rubber of his black and green motorcycle
|
Motorcycle rider warms up for his race.
| 1 | -100 |
Burning rubber does not imply that he warms up for his race.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & of(x2,x5) & n_motorcycle(x5) & a_green(s3) & Theme(s3,x5) & a_black(s2) & Theme(s2,x5) & of(x5,x1) & n_male(x1) & n_rubber(x2) & of(x2,x4) & n_burning(x4) & of(x2,x3) & n_helmet(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & for(e1,x3) & n_race(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x1) & v_warm(e1) & n_rider(x1) & (x1 = x2) & ne_nam_motorcycle(x2))
|
4a2fddd0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x5,x1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_rubber(x2) & n_motorcycle(x5) & n_man(x1) & n_male(x1) & n_helmet(x3) & n_burning(x4) & a_white(s1) & a_topic(x1) & a_green(s3) & a_black(s2) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x2))
|
exists e1 s1 x1 x2 x3.(v_warm(e1) & of(x3,x1) & ne_nam_motorcycle(x2) & n_rider(x1) & n_race(x3) & n_male(x1) & for(e1,x3) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x2))
|
||
man with white helmet burning rubber of his black and green motorcycle
|
A women rides a bike.
| 2 | -100 |
in sentence one it is a man on his motorcycle while in sentence two a woman is riding the bike
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & of(x2,x5) & n_motorcycle(x5) & a_green(s3) & Theme(s3,x5) & a_black(s2) & Theme(s2,x5) & of(x5,x1) & n_male(x1) & n_rubber(x2) & of(x2,x4) & n_burning(x4) & of(x2,x3) & n_helmet(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & n_woman(x1))
|
4a2fe2bc-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x5,x1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_rubber(x2) & n_motorcycle(x5) & n_man(x1) & n_male(x1) & n_helmet(x3) & n_burning(x4) & a_white(s1) & a_topic(x1) & a_green(s3) & a_black(s2) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x2))
|
exists e1 x1 x2.(v_ride(e1) & n_woman(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
man with white helmet burning rubber of his black and green motorcycle
|
A person has a motorcycle.
| 0 | -100 |
a man can burn rubber of a motorcycle if he has a motorcycle
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & of(x2,x5) & n_motorcycle(x5) & a_green(s3) & Theme(s3,x5) & a_black(s2) & Theme(s2,x5) & of(x5,x1) & n_male(x1) & n_rubber(x2) & of(x2,x4) & n_burning(x4) & of(x2,x3) & n_helmet(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_motorcycle(x2) & n_person(x1))
|
4a2fe794-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x5,x1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_rubber(x2) & n_motorcycle(x5) & n_man(x1) & n_male(x1) & n_helmet(x3) & n_burning(x4) & a_white(s1) & a_topic(x1) & a_green(s3) & a_black(s2) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x2))
|
exists e1 x1 x2.(v_have(e1) & n_person(x1) & n_motorcycle(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in a green and black coat does a burnout in a matching motorcycle in front of a crowd behind fences.
|
People are watching a man ride a motorcycle.
| 0 | -100 |
a man can do burnout if he rides a motorcycle
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & behind(x6,x7) & n_fence(x7) & n_crowd(x6) & n_front(x5) & in(e1,x4) & n_motorcycle(x4) & a_matching(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_burnout(x3) & in(x1,x2) & n_coat(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists x1.(all x2.(n_motorcycle(x2) -> exists e1 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & for(x3,x2) & n_ride(x3) & of(x3,x4) & n_man(x4))) & n_people(x1))
|
4a2fec80-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_do(e1) & of(x5,x6) & n_motorcycle(x4) & n_man(x1) & n_front(x5) & n_fence(x7) & n_crowd(x6) & n_coat(x2) & n_burnout(x3) & in(x1,x2) & in(e1,x5) & in(e1,x4) & behind(x6,x7) & a_matching(s3) & a_green(s1) & a_black(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists x1.(n_people(x1) & all x2.(exists e1 x3 x4.(v_watch(e1) & of(x3,x4) & n_ride(x3) & n_man(x4) & for(x3,x2) & Theme(e1,x3) & Actor(e1,x1)) | -n_motorcycle(x2)))
|
||
A man in a green and black coat does a burnout in a matching motorcycle in front of a crowd behind fences.
|
The man on the motorcycle is very famous.
| 1 | -100 |
Just because he is in front of a crowd does not mean he is very famous.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & behind(x6,x7) & n_fence(x7) & n_crowd(x6) & n_front(x5) & in(e1,x4) & n_motorcycle(x4) & a_matching(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_burnout(x3) & in(x1,x2) & n_coat(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists s1 x1 x2.(n_motorcycle(x2) & n_man(x1) & r_very(s1) & Theme(s1,x1) & a_famous(s1) & on(x1,x2))
|
4a2ff2ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_do(e1) & of(x5,x6) & n_motorcycle(x4) & n_man(x1) & n_front(x5) & n_fence(x7) & n_crowd(x6) & n_coat(x2) & n_burnout(x3) & in(x1,x2) & in(e1,x5) & in(e1,x4) & behind(x6,x7) & a_matching(s3) & a_green(s1) & a_black(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists s1 x1 x2.(r_very(s1) & on(x1,x2) & n_motorcycle(x2) & n_man(x1) & a_famous(s1) & Theme(s1,x1))
|
||
A man in a green and black coat does a burnout in a matching motorcycle in front of a crowd behind fences.
|
A man is wearing a red flannel shirt.
| 2 | -100 |
in sentence one the man is wearing a green/black coat but in sentence two he is wearing a red shirt
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & of(x5,x6) & behind(x6,x7) & n_fence(x7) & n_crowd(x6) & n_front(x5) & in(e1,x4) & n_motorcycle(x4) & a_matching(s3) & Theme(s3,x4) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_burnout(x3) & in(x1,x2) & n_coat(x2) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & of(x2,x3) & n_flannel(x3) & a_red(s1) & Theme(s1,x2) & n_man(x1))
|
4a2ff7d4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_do(e1) & of(x5,x6) & n_motorcycle(x4) & n_man(x1) & n_front(x5) & n_fence(x7) & n_crowd(x6) & n_coat(x2) & n_burnout(x3) & in(x1,x2) & in(e1,x5) & in(e1,x4) & behind(x6,x7) & a_matching(s3) & a_green(s1) & a_black(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_shirt(x2) & n_man(x1) & n_flannel(x3) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man with a green and black jacket and white helmet rides a motorbike in front of a crowd.
|
A man with a green and black jacket and white helmet rides a motorbike
| 0 | -100 |
a man rides motorcycle in front of crowd
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & in(x4,x5) & of(x5,x6) & n_crowd(x6) & n_front(x5) & n_motorbike(x4) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & n_motorbike(x4) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
4a2ffc5c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_ride(e1) & of(x5,x6) & of(x2,x3) & n_motorbike(x4) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & n_front(x5) & n_crowd(x6) & in(x4,x5) & a_white(s3) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_ride(e1) & of(x2,x3) & n_motorbike(x4) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & a_white(s3) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
||
A man with a green and black jacket and white helmet rides a motorbike in front of a crowd.
|
A man with a green and black jacket and white helmet joyously rides a motorbike
| 1 | -100 |
Not every man riding a motorbike does so joyously.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & in(x4,x5) & of(x5,x6) & n_crowd(x6) & n_front(x5) & n_motorbike(x4) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(a_joyously(s4) & Manner(e1,s4) & Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & n_motorbike(x4) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
4a3000c6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_ride(e1) & of(x5,x6) & of(x2,x3) & n_motorbike(x4) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & n_front(x5) & n_crowd(x6) & in(x4,x5) & a_white(s3) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 s2 s3 s4 x1 x2 x3 x4.(with(x1,x2) & v_ride(e1) & of(x2,x3) & n_motorbike(x4) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & a_white(s3) & a_joyously(s4) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Manner(e1,s4) & Actor(e1,x1))
|
||
A man with a green and black jacket and white helmet rides a motorbike in front of a crowd.
|
A man with a green and black jacket and white helmet doesn't ride a motorbike
| 2 | -100 |
in sentence one the man rides a motorbike but in sentence two he doesn't ride a motorbike
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & in(x4,x5) & of(x5,x6) & n_crowd(x6) & n_front(x5) & n_motorbike(x4) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
exists s1 s2 s3 x1 x2 x3.(-exists e1 x4.(Theme(e1,x4) & Actor(e1,x1) & v_ride(e1) & n_motorbike(x4)) & with(x1,x2) & n_helmet(x2) & a_white(s3) & Theme(s3,x2) & of(x2,x3) & n_jacket(x3) & a_black(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2) & n_man(x1))
|
4a30054e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_ride(e1) & of(x5,x6) & of(x2,x3) & n_motorbike(x4) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & n_front(x5) & n_crowd(x6) & in(x4,x5) & a_white(s3) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
|
exists s1 s2 s3 x1 x2 x3.(with(x1,x2) & of(x2,x3) & n_man(x1) & n_jacket(x3) & n_helmet(x2) & all e1 x4.(-v_ride(e1) | -n_motorbike(x4) | -Theme(e1,x4) | -Actor(e1,x1)) & a_white(s3) & a_green(s1) & a_black(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x2))
|
||
Person in a green hooded sweatshirt, looking at the view.
|
The person is driving a car on the road.
| 2 | -100 |
sentence one the person is looking while in sentence two the person s driving
|
exists e1 s1 s2 x1 x2 x3.(n_view(x3) & ne_tim_person(x1) & at(e1,x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatshirt(x2) & a_hooded(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2))
|
exists e1 x1 x2 x3.(n_road(x3) & n_person(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_car(x2))
|
4a3009c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_look(e1) & ne_tim_person(x1) & n_view(x3) & n_sweatshirt(x2) & in(x1,x2) & at(e1,x3) & a_hooded(s2) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_drive(e1) & on(e1,x3) & n_road(x3) & n_person(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Person in a green hooded sweatshirt, looking at the view.
|
A person is looking at a view.
| 0 | -100 |
a person who is looking at the view wears green sweatshirt
|
exists e1 s1 s2 x1 x2 x3.(n_view(x3) & ne_tim_person(x1) & at(e1,x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatshirt(x2) & a_hooded(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2))
|
exists e1 x1 x2.(at(e1,x2) & n_view(x2) & Actor(e1,x1) & v_look(e1) & n_person(x1))
|
4a300e36-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_look(e1) & ne_tim_person(x1) & n_view(x3) & n_sweatshirt(x2) & in(x1,x2) & at(e1,x3) & a_hooded(s2) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_look(e1) & n_view(x2) & n_person(x1) & at(e1,x2) & Actor(e1,x1))
|
||
Person in a green hooded sweatshirt, looking at the view.
|
The person is trying to remember the way back to their car.
| 1 | -100 |
Looking at the view does not imply they are trying to remember the way back to their car.
|
exists e1 s1 s2 x1 x2 x3.(n_view(x3) & ne_tim_person(x1) & at(e1,x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_sweatshirt(x2) & a_hooded(s2) & Theme(s2,x2) & a_green(s1) & Theme(s1,x2))
|
exists e1 p1 x1 x2 x4.(n_car(x4) & of(x4,x2) & n_thing(x2) & n_way(x2) & n_person(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_remember(e2) & to(x3,x4) & back(x2,x3) & n_thing(x3)))
|
4a3012aa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_look(e1) & ne_tim_person(x1) & n_view(x3) & n_sweatshirt(x2) & in(x1,x2) & at(e1,x3) & a_hooded(s2) & a_green(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 p1 x1 x2 x4.(v_try(e1) & of(x4,x2) & n_way(x2) & n_thing(x2) & n_person(x1) & n_car(x4) & exists e2 x3.(v_remember(e2) & to(x3,x4) & n_thing(x3) & back(x2,x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A man dressed in gray gear, including helmet, races a dirt bike on a dirt track.
|
The man is working.
| 1 | -100 |
Not every man racing a dirt bike is working.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & include(x1,x4) & all x6 x5.((n_bike(x5) & of(x5,x6) & n_dirt(x6)) -> exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & n_track(x8) & of(x8,x9) & n_dirt(x9) & for(x7,x5) & n_race(x7))) & n_helmet(x4) & in(e1,x3) & n_gear(x3) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
|
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_work(e1))
|
4a301bec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_dress(e1) & n_man(x1) & n_helmet(x4) & n_gear(x3) & include(x1,x4) & in(e1,x3) & all x6 x5.(exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & of(x8,x9) & n_track(x8) & n_race(x7) & n_dirt(x9) & for(x7,x5)) | -of(x5,x6) | -n_dirt(x6) | -n_bike(x5)) & a_topic(x1) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_work(e1) & n_man(x1) & Actor(e1,x1))
|
||
A man dressed in gray gear, including helmet, races a dirt bike on a dirt track.
|
A man has gray gear.
| 0 | -100 |
a man with grey gear rides a dirt bike on dirt track
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & include(x1,x4) & all x6 x5.((n_bike(x5) & of(x5,x6) & n_dirt(x6)) -> exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & n_track(x8) & of(x8,x9) & n_dirt(x9) & for(x7,x5) & n_race(x7))) & n_helmet(x4) & in(e1,x3) & n_gear(x3) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_gear(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1))
|
4a3021a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_dress(e1) & n_man(x1) & n_helmet(x4) & n_gear(x3) & include(x1,x4) & in(e1,x3) & all x6 x5.(exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & of(x8,x9) & n_track(x8) & n_race(x7) & n_dirt(x9) & for(x7,x5)) | -of(x5,x6) | -n_dirt(x6) | -n_bike(x5)) & a_topic(x1) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_gear(x2) & a_gray(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man dressed in gray gear, including helmet, races a dirt bike on a dirt track.
|
The man has red gear.
| 2 | -100 |
sentence one the man has on gray gear in sentence two he has on red gear
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & include(x1,x4) & all x5 x6.((n_bike(x5) & of(x5,x6) & n_dirt(x6)) -> exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & n_track(x8) & of(x8,x9) & n_dirt(x9) & for(x7,x5) & n_race(x7))) & n_helmet(x4) & in(e1,x3) & n_gear(x3) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_gear(x2) & a_red(s1) & Theme(s1,x2))
|
4a302632-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_dress(e1) & n_man(x1) & n_helmet(x4) & n_gear(x3) & include(x1,x4) & in(e1,x3) & all x5 x6.(exists x7 x8 x9.(rel(x4,x7) & on(x7,x8) & of(x8,x9) & n_track(x8) & n_race(x7) & n_dirt(x9) & for(x7,x5)) | -of(x5,x6) | -n_dirt(x6) | -n_bike(x5)) & a_topic(x1) & a_gray(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_gear(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
The person is a tourist.
| 1 | 0.562684 |
Just because a person is dressed a certain way does not mean they are tourist.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists p1 x1.(n_person(x1) & exists x2.((x1 = x2) & n_tourist(x2)))
|
4a302b6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists x1.(n_person(x1) & exists x2.(n_tourist(x2) & (x1 = x2)))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
The pers
| 2 | -100 |
sentence two only says the pers, the question cannot be answered because it is incomplete
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists x1.(n_per(x1) & a_topic(x1))
|
4a30303c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists x1.(n_per(x1) & a_topic(x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
It is raining.
| 1 | 0.080468 |
Just because of the way a person is dressed does not mean it's raining.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1.(n_thing(x1) & Actor(e1,x1) & v_rain(e1))
|
4a303514-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_rain(e1) & n_thing(x1) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is dressed in green and is drinking a soda.
| 1 | 0.10011 |
Just because a person is dressed in green does not mean they are wearing a hoodie and shorts.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 e2 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_drink(e2) & n_soda(x4) & n_person(x3) & Theme(e1,s1) & Theme(s1,x2) & a_green(s1) & Theme(e1,x1) & v_dress(e1) & n_person(x1))
|
4a303974-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 e2 s1 x1 x2 x3 x4.(v_drink(e2) & v_dress(e1) & n_soda(x4) & n_person(x3) & n_person(x1) & a_green(s1) & Theme(s1,x2) & Theme(e2,x4) & Theme(e1,x1) & Theme(e1,s1) & Actor(e2,x3))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is swimming in the ocean.
| 2 | -100 |
If a person stands in front of green hills, the person can't also swim in the ocean at the same time.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_ocean(x2) & in(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_person(x1))
|
4a303dd4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_swim(e1) & n_person(x1) & n_ocean(x2) & in(e1,x2) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
The person is on vacation.
| 1 | 0.510603 |
Just because of the way a person is dressed and where they are standing does not mean they are on vacation.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists p1 x1.(n_person(x1) & exists x2.(on(x1,x2) & n_vacation(x2)))
|
4a304482-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_vacation(x2)))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is standing outside.
| 0 | 0.883437 |
a person standing outside in green hills
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_person(x1))
|
4a30496e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 s1 x1.(v_stand(e1) & n_person(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is outside wearing clothes.
| 0 | -100 |
a person is wearing green hoodie and shorts
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists p1 x1.(exists e1 x2.(outside(x1,x2) & n_clothes(x2) & Actor(e1,x2) & v_wear(e1)) & n_person(x1))
|
4a304df6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists x1.(n_person(x1) & exists e1 x2.(v_wear(e1) & outside(x1,x2) & n_clothes(x2) & Actor(e1,x2)))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is standing in the desert.
| 2 | -100 |
One cannot stand in front of green hills and a desert at the same time.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_desert(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_person(x1))
|
4a3052ba-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_stand(e1) & n_person(x1) & n_desert(x2) & in(e1,x2) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A man is running through the city.
| 2 | 0.000369 |
One cannot stand and be running at the same time.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_city(x2) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_man(x1))
|
4a305738-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_man(x1) & n_city(x2) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is hiking.
| 1 | 0.662888 |
Just because of the way a person is dressed and where they are does not mean they are hiking.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1.(Actor(e1,x1) & v_hike(e1) & n_person(x1))
|
4a305bb6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_hike(e1) & n_person(x1) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is not in front of the green hills.
| 2 | -100 |
A person must be in front of green hills, if he is standing in front of green hills.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists s1 x1 x3.(n_hill(x3) & a_green(s1) & Theme(s1,x3) & -exists p1 x2.(in(x1,x2) & of(x2,x3) & n_front(x2)) & n_person(x1))
|
4a306016-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists s1 x1 x3.(n_person(x1) & n_hill(x3) & all x2.(-of(x2,x3) | -n_front(x2) | -in(x1,x2)) & a_green(s1) & Theme(s1,x3))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is looking at the view.
| 0 | -100 |
a person is looking at view of green hills
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e1 x1 x2.(n_view(x2) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_person(x1))
|
4a306480-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_look(e1) & n_view(x2) & n_person(x1) & at(e1,x2) & Actor(e1,x1))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
A person is dressed in green and wearing shorts is standing in front of green hills.
| 0 | -100 |
"A person, dressed in green" is a rephrasing of "A person is dressed in green".
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6.(in(e3,x5) & of(x5,x6) & n_hill(x6) & a_green(s1) & Theme(s1,x6) & n_front(x5) & Actor(e3,e2) & v_stand(e3) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_shorts(x4) & n_thing(x3) & in(e1,x2) & n_green(x2) & Theme(e1,x1) & v_dress(e1) & n_person(x1))
|
4a306a66-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_stand(e3) & v_dress(e1) & of(x5,x6) & n_thing(x3) & n_shorts(x4) & n_person(x1) & n_hill(x6) & n_green(x2) & n_front(x5) & in(e3,x5) & in(e1,x2) & a_green(s1) & Theme(s1,x6) & Theme(e2,x4) & Theme(e1,x1) & Actor(e3,e2) & Actor(e2,x3))
|
||
A person, dressed in green hoodie and shorts, stands in front of a vista of green hills.
|
The person is outside
| 0 | -100 |
The person would have to be outside in order to be standing in front of a vista of green hills.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & rel(x1,x6) & in(x6,x7) & of(x7,x8) & of(x8,x9) & n_hill(x9) & a_green(s2) & Theme(s2,x9) & n_vista(x8) & n_front(x7) & n_stand(x6) & in(e1,x3) & subset_of(x5,x3) & n_shorts(x5) & subset_of(x4,x3) & n_hoodie(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_person(x1))
|
exists s1 x1.(n_person(x1) & Theme(s1,x1) & a_outside(s1))
|
4a306f02-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x1,x6) & of(x8,x9) & of(x7,x8) & n_vista(x8) & n_stand(x6) & n_shorts(x5) & n_person(x1) & n_hoodie(x4) & n_hill(x9) & n_front(x7) & in(x6,x7) & in(e1,x3) & a_topic(x1) & a_green(s2) & a_green(s1) & Theme(s2,x9) & Theme(s1,x4) & Theme(e1,x2) & (x1 = x2))
|
exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1))
|
||
A woman in shorts and a green hoodie, at an observation point along a trail, overlooking the mountains below.
|
The woman is wearing long pants.
| 2 | -100 |
Shorts cannot be long pants.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_mountain(x8) & a_below(s3) & Theme(s3,x8) & a_topic(s1) & Theme(e1,x8) & Actor(e1,x7) & v_overlook(e1) & (s1 = x7) & subset_of(x3,s1) & at(x3,x4) & along(x4,x6) & n_trail(x6) & n_point(x4) & of(x4,x5) & n_observation(x5) & n_hoodie(x3) & a_green(s2) & Theme(s2,x3) & subset_of(x1,s1) & in(x1,x2) & n_shorts(x2) & n_woman(x1))
|
exists e1 s1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_pants(x2) & a_long(s1) & Theme(s1,x2))
|
4a3073e4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_overlook(e1) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x1) & n_trail(x6) & n_shorts(x2) & n_point(x4) & n_observation(x5) & n_mountain(x8) & n_hoodie(x3) & in(x1,x2) & at(x3,x4) & along(x4,x6) & a_topic(s1) & a_green(s2) & a_below(s3) & Theme(s3,x8) & Theme(s2,x3) & Theme(e1,x8) & Actor(e1,x7) & (s1 = x7))
|
exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_pants(x2) & a_long(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman in shorts and a green hoodie, at an observation point along a trail, overlooking the mountains below.
|
The woman in shorts is looking at mountains.
| 0 | -100 |
A woman at observation point is overlooking the mountains
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_mountain(x8) & a_below(s3) & Theme(s3,x8) & a_topic(s1) & Theme(e1,x8) & Actor(e1,x7) & v_overlook(e1) & (s1 = x7) & subset_of(x3,s1) & at(x3,x4) & along(x4,x6) & n_trail(x6) & n_point(x4) & of(x4,x5) & n_observation(x5) & n_hoodie(x3) & a_green(s2) & Theme(s2,x3) & subset_of(x1,s1) & in(x1,x2) & n_shorts(x2) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_woman(x1) & at(e1,x3) & n_mountain(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shorts(x2))
|
4a307808-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_overlook(e1) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x1) & n_trail(x6) & n_shorts(x2) & n_point(x4) & n_observation(x5) & n_mountain(x8) & n_hoodie(x3) & in(x1,x2) & at(x3,x4) & along(x4,x6) & a_topic(s1) & a_green(s2) & a_below(s3) & Theme(s3,x8) & Theme(s2,x3) & Theme(e1,x8) & Actor(e1,x7) & (s1 = x7))
|
exists e1 x1 x2 x3.(v_look(e1) & n_woman(x1) & n_shorts(x2) & n_mountain(x3) & in(x1,x2) & at(e1,x3) & Actor(e1,x1))
|
||
A woman in shorts and a green hoodie, at an observation point along a trail, overlooking the mountains below.
|
The woman is a hiker.
| 1 | -100 |
You can not infer she is a hiker.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_mountain(x8) & a_below(s3) & Theme(s3,x8) & a_topic(s1) & Theme(e1,x8) & Actor(e1,x7) & v_overlook(e1) & (s1 = x7) & subset_of(x3,s1) & at(x3,x4) & along(x4,x6) & n_trail(x6) & n_point(x4) & of(x4,x5) & n_observation(x5) & n_hoodie(x3) & a_green(s2) & Theme(s2,x3) & subset_of(x1,s1) & in(x1,x2) & n_shorts(x2) & n_woman(x1))
|
exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_hiker(x2)))
|
4a307c36-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_overlook(e1) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x1) & n_trail(x6) & n_shorts(x2) & n_point(x4) & n_observation(x5) & n_mountain(x8) & n_hoodie(x3) & in(x1,x2) & at(x3,x4) & along(x4,x6) & a_topic(s1) & a_green(s2) & a_below(s3) & Theme(s3,x8) & Theme(s2,x3) & Theme(e1,x8) & Actor(e1,x7) & (s1 = x7))
|
exists x1.(n_woman(x1) & exists x2.(n_hiker(x2) & (x1 = x2)))
|
||
Two dogs run along the green grass near the water.
|
the dogs are by the indoor pool
| 2 | -100 |
An indoor pool does not have grass.
|
exists e1 s1 x1 x2 x3.(n_water(x3) & n_grass(x2) & a_green(s1) & Theme(s1,x2) & along(e1,x2) & near(x2,x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & card_eq_2(x1))
|
exists p1 s1 x1 x2.(n_pool(x2) & a_indoor(s1) & Theme(s1,x2) & n_dog(x1) & by(x1,x2))
|
4a308118-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_water(x3) & n_grass(x2) & n_dog(x1) & card_eq_2(x1) & along(e1,x2) & a_green(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1 x2.(n_pool(x2) & n_dog(x1) & by(x1,x2) & a_indoor(s1) & Theme(s1,x2))
|
||
Two dogs run along the green grass near the water.
|
they are running by the river
| 1 | -100 |
The water doesn't necessarily mean it's a river.
|
exists e1 s1 x1 x2 x3.(n_water(x3) & n_grass(x2) & a_green(s1) & Theme(s1,x2) & along(e1,x2) & near(x2,x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_river(x2) & n_thing(x1) & by(e1,x2) & Actor(e1,x1) & v_run(e1))
|
4a30856e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_water(x3) & n_grass(x2) & n_dog(x1) & card_eq_2(x1) & along(e1,x2) & a_green(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_run(e1) & n_thing(x1) & n_river(x2) & by(e1,x2) & Actor(e1,x1))
|
||
Two dogs run along the green grass near the water.
|
the two dogs are outside
| 0 | -100 |
Dogs run along the green grass implies that the dogs are outside.
|
exists e1 s1 x1 x2 x3.(n_water(x3) & n_grass(x2) & a_green(s1) & Theme(s1,x2) & along(e1,x2) & near(x2,x3) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & card_eq_2(x1))
|
exists s1 x1.(n_dog(x1) & card_eq_2(x1) & Theme(s1,x1) & a_outside(s1))
|
4a3089ce-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_water(x3) & n_grass(x2) & n_dog(x1) & card_eq_2(x1) & along(e1,x2) & a_green(s1) & Theme(s1,x2) & Actor(e1,x1))
|
exists s1 x1.(n_dog(x1) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1))
|
||
A black dog runs through a field.
|
There are animals running on field
| 0 | -100 |
A black dog is an animal running through a field.
|
exists e1 s1 x1 x2.(through(e1,x2) & n_field(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
|
exists p1 x1 e1 x2 x3 x4.((x1 = x2) & on(e1,x4) & n_field(x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_animal(x2))
|
4a309cac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_run(e1) & through(e1,x2) & n_field(x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1 e1 x2 x3 x4.(v_run(e1) & on(e1,x4) & n_field(x4) & n_animal(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
A black dog runs through a field.
|
The pets are taking rest.
| 2 | -100 |
If the dog is running through a field, it is not taking rest.
|
exists e1 s1 x1 x2.(through(e1,x2) & n_field(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_pet(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_rest(x2))
|
4a30a6e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_run(e1) & through(e1,x2) & n_field(x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_take(e1) & n_rest(x2) & n_pet(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A dog running fast with ears flying.
|
The dog is chasing a ball.
| 1 | -100 |
Just because a dog is running does not mean the dog is chasing a ball.
|
exists e1 e2 s1 x1 x2 x3.(a_topic(x1) & Actor(e2,x3) & v_fly(e2) & with(e1,x3) & n_ear(x3) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1))
|
exists e1 x1 x2.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_ball(x2))
|
4a30b502-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3.(with(e1,x3) & v_run(e1) & v_fly(e2) & n_ear(x3) & n_dog(x1) & a_topic(x1) & a_fast(s1) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_chase(e1) & n_dog(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A black dog running towards the camera.
|
A dog running outside.
| 1 | -100 |
Just because a dog is running towards the camera does not mean the dog is outside.
|
exists e1 s1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & towards(e1,x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_run(e1) & n_outside(x3) & (x1 = x2) & n_dog(x1))
|
4a30be26-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_run(e1) & towards(e1,x3) & n_dog(x1) & n_camera(x3) & a_topic(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_run(e1) & n_outside(x3) & n_dog(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
An older man with white hair a blue jacket and a bright red hat.
|
A man has on a red hat.
| 0 | -100 |
The man covers his hair with a red hat.
|
exists s1 s2 s3 x1 x2 x3.(a_topic(x1) & with(x1,x2) & subset_of(x3,x2) & n_hat(x3) & a_red(s3) & Theme(s3,x3) & a_bright(s2) & Theme(s2,x3) & all x4 s4.((n_jacket(x4) & a_blue(s4) & Theme(s4,x4)) -> exists s5 x5.(subset_of(x5,x2) & for(x5,x4) & n_hair(x5) & a_white(s5) & Theme(s5,x5))) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(on(e1,x2) & n_hat(x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1) & v_have(e1) & n_man(x1))
|
4a30cb5a-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3.(with(x1,x2) & subset_of(x3,x2) & r_more(s1) & n_man(x1) & n_hat(x3) & all x4 s4.(exists s5 x5.(subset_of(x5,x2) & n_hair(x5) & for(x5,x4) & a_white(s5) & Theme(s5,x5)) | -n_jacket(x4) | -a_blue(s4) | -Theme(s4,x4)) & a_topic(x1) & a_red(s3) & a_older(s1) & a_bright(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(v_have(e1) & on(e1,x2) & n_man(x1) & n_hat(x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A girl sits outside at a large fountain.
|
A short girl
| 1 | 0.083058 |
You can not infer she is short.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists s1 x1.(a_topic(x1) & n_girl(x1) & a_short(s1) & Theme(s1,x1))
|
4a30f120-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists s1 x1.(n_girl(x1) & a_topic(x1) & a_short(s1) & Theme(s1,x1))
|
||
A girl sits outside at a large fountain.
|
A girl sits outside eating ice cream
| 1 | 0.011538 |
Just because a girl is sitting outside a large fountain does not mean she is eating ice cream.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists e1 e2 s1 x1 x2 x3.(for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_eat(e2) & n_cream(x2) & of(x2,x3) & n_ice(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
4a30fe5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 e2 s1 x1 x2 x3.(v_sit(e1) & v_eat(e2) & of(x2,x3) & n_ice(x3) & n_girl(x1) & n_cream(x2) & for(e1,e2) & a_outside(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
|
||
A girl sits outside at a large fountain.
|
A boy sits alone at a large fountain
| 2 | 0.000956 |
One is referred to as a girl and the other as a boy.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_boy(x1))
|
4a31089a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_fountain(x2) & n_boy(x1) & at(e1,x2) & a_large(s2) & a_alone(s1) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl sits outside at a large fountain.
|
A girl is sitting at the fountain, making a wish.
| 1 | 0.554162 |
Sentence 1: A girl sits outside at a large fountain. Sentence 2: A girl is sitting at the fountain, making a wish.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists e2 e1 x1 x2 x3.(n_fountain(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_make(e2) & n_wish(x3) & at(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
4a311182-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e2 e1 x1 x2 x3.(v_sit(e1) & v_make(e2) & n_wish(x3) & n_girl(x1) & n_fountain(x2) & for(e1,e2) & at(e1,x2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
A girl sits outside at a large fountain.
|
A child sits outside at a large fountain.
| 1 | 0.9887 |
Sentence 1: A girl sits outside at a large fountain. Sentence 2: A child sits outside at a large fountain.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_child(x1))
|
4a3115ec-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_fountain(x2) & n_child(x1) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl sits outside at a large fountain.
|
There is a person outdoors
| 0 | 0.978526 |
A girl is a person and the fountain is located outdoors.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists p1 x1 x2 x3.((x1 = x2) & Time(x2,x3) & n_outdoors(x3) & n_person(x2))
|
4a311eac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists x1 x2 x3.(n_person(x2) & n_outdoors(x3) & Time(x2,x3) & (x1 = x2))
|
||
A girl sits outside at a large fountain.
|
There is a girl in a white sweater outside.
| 1 | 0.009499 |
Sentence 1: A girl sits outside at a large fountain. Sentence 2: There is a girl in a white sweater outside.
|
exists e1 s1 s2 x1 x2.(at(e1,x2) & n_fountain(x2) & a_large(s2) & Theme(s2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1))
|
exists p1 x1 s1 x2 x3 x4.((x1 = x2) & in(x2,x3) & n_outside(x3) & of(x3,x4) & n_sweater(x4) & a_white(s1) & Theme(s1,x3) & n_girl(x2))
|
4a3122f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_sit(e1) & n_girl(x1) & n_fountain(x2) & at(e1,x2) & a_outside(s1) & a_large(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1))
|
exists x1 s1 x2 x3 x4.(of(x3,x4) & n_sweater(x4) & n_outside(x3) & n_girl(x2) & in(x2,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2))
|
||
A male athlete is wearing a teal sweatband and a shirt from Nike and is holding a tennis racket.
|
The man is bowling.
| 2 | -100 |
If he is holding a tennis racket, he isn't bowling.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(ne_geo_nike(x5) & Theme(e2,x7) & Actor(e2,x6) & v_hold(e2) & n_racket(x7) & of(x7,x8) & n_tennis(x8) & n_athlete(x6) & a_male(s3) & Theme(s3,x6) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & from(x4,x5) & n_shirt(x4) & subset_of(x3,x2) & n_sweatband(x3) & a_teal(s2) & Theme(s2,x3) & n_athlete(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_bowl(e1))
|
4a334b14-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_hold(e2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x8) & ne_geo_nike(x5) & n_tennis(x8) & n_sweatband(x3) & n_shirt(x4) & n_racket(x7) & n_athlete(x6) & n_athlete(x1) & from(x4,x5) & a_teal(s2) & a_male(s3) & a_male(s1) & Theme(s3,x6) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1))
|
exists e1 x1.(v_bowl(e1) & n_man(x1) & Actor(e1,x1))
|
||
A male athlete is wearing a teal sweatband and a shirt from Nike and is holding a tennis racket.
|
A man is holding a tennis racket.
| 0 | -100 |
Both subjects are holding a tennis racket
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(ne_geo_nike(x5) & Theme(e2,x7) & Actor(e2,x6) & v_hold(e2) & n_racket(x7) & of(x7,x8) & n_tennis(x8) & n_athlete(x6) & a_male(s3) & Theme(s3,x6) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & from(x4,x5) & n_shirt(x4) & subset_of(x3,x2) & n_sweatband(x3) & a_teal(s2) & Theme(s2,x3) & n_athlete(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_racket(x2) & of(x2,x3) & n_tennis(x3) & n_man(x1))
|
4a335258-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_hold(e2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x8) & ne_geo_nike(x5) & n_tennis(x8) & n_sweatband(x3) & n_shirt(x4) & n_racket(x7) & n_athlete(x6) & n_athlete(x1) & from(x4,x5) & a_teal(s2) & a_male(s3) & a_male(s1) & Theme(s3,x6) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_tennis(x3) & n_racket(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A tennis player is carrying a tennis racket.
|
A person is carrying a tennis racket.
| 0 | -100 |
both subjects are carrying a tennis racket
|
exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_racket(x3) & of(x3,x4) & n_tennis(x4) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_racket(x2) & of(x2,x3) & n_tennis(x3) & n_person(x1))
|
4a33571c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x3,x4) & of(x1,x2) & n_tennis(x4) & n_tennis(x2) & n_racket(x3) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_carry(e1) & of(x2,x3) & n_tennis(x3) & n_racket(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A tennis player is carrying a tennis racket.
|
The person is playing tennis.
| 1 | -100 |
Carrying a tennis racket and playing tennis are not the same thing.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_racket(x3) & of(x3,x4) & n_tennis(x4) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists e1 x1 x2.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2))
|
4a335b90-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x3,x4) & of(x1,x2) & n_tennis(x4) & n_tennis(x2) & n_racket(x3) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A tennis player is carrying a tennis racket.
|
The person is playinhg volleyball.
| 2 | -100 |
Tennis is different than volleyball.
|
exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_racket(x3) & of(x3,x4) & n_tennis(x4) & n_player(x1) & of(x1,x2) & n_tennis(x2))
|
exists p1 x1.(n_person(x1) & exists s1 x2.((x1 = x2) & n_volleyball(x2) & a_playinhg(s1) & Theme(s1,x2)))
|
4a336004-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_carry(e1) & of(x3,x4) & of(x1,x2) & n_tennis(x4) & n_tennis(x2) & n_racket(x3) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists x1.(n_person(x1) & exists s1 x2.(n_volleyball(x2) & a_playinhg(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
The tennis player is wearing a yellow and blue shirt and a blue headband.
|
A person is playing Tennis at Wimbledon.
| 2 | -100 |
Tennis player is different than person.
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_player(x1) & of(x1,x2) & n_tennis(x2) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & subset_of(x5,x3) & n_headband(x5) & a_blue(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_shirt(x4) & a_blue(s2) & Theme(s2,x4) & a_yellow(s1) & Theme(s1,x4))
|
exists e1 x1 x2 x3.(ne_geo_wimbledon(x3) & ne_nam_tennis(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_person(x1))
|
4a33648c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_tennis(x2) & n_shirt(x4) & n_player(x1) & n_headband(x5) & a_yellow(s1) & a_blue(s3) & a_blue(s2) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_play(e1) & ne_nam_tennis(x2) & ne_geo_wimbledon(x3) & n_person(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.