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
|
---|---|---|---|---|---|---|---|---|---|---|---|
The pole has two pedestrian signs bolted to it. | The signs on the pole suggest that pedestrians should only walk by way of the crosswalk. | 1 | 0.860348 | We don't know that they should only walk by crosswalk. | exists e1 e2 s1 x1 x2 x3.(n_thing(x1) & n_pole(x1) & Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & to(e1,x1) & Actor(e1,x3) & v_bolt(e1) & (x2 = x3) & n_sign(x2) & a_pedestrian(s1) & Theme(s1,x2) & card_eq_2(x2)) | exists e1 p1 x1 x2 x5.(n_crosswalk(x5) & n_pole(x2) & n_sign(x1) & Topic(e1,p1) & Actor(e1,x1) & v_suggest(e1) & exists e2 p2 s1 x3.(a_only(s1) & Manner(e2,s1) & exists e3 x4.(by(e3,x4) & of(x4,x5) & n_way(x4) & Actor(e3,x3) & v_walk(e3)) & Topic(e2,p2) & Actor(e2,x3) & v_should(e2) & n_pedestrian(x3)) & on(x1,x2)) | 79466a30-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3.(v_have(e2) & v_bolt(e1) & to(e1,x1) & n_thing(x1) & n_sign(x2) & n_pole(x1) & card_eq_2(x2) & a_pedestrian(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x2 x5.(v_suggest(e1) & on(x1,x2) & n_sign(x1) & n_pole(x2) & n_crosswalk(x5) & exists e2 p2 s1 x3.(v_should(e2) & n_pedestrian(x3) & exists e3 x4.(v_walk(e3) & of(x4,x5) & n_way(x4) & by(e3,x4) & Actor(e3,x3)) & a_only(s1) & Topic(e2,p2) & Manner(e2,s1) & Actor(e2,x3)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The horsies look to be the same age. | The horsies were born in the same stable | 1 | 0.179535 | Sentence 1 is missing born in the same stable | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists e1 s1 x1 x2 x3.(n_same(x2) & n_horsy(x1) & in(e1,x2) & Theme(s1,x3) & a_stable(s1) & (x2 = x3) & Theme(e1,x1) & v_bear(e1)) | 79466f4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_bear(e1) & n_same(x2) & n_horsy(x1) & in(e1,x2) & a_stable(s1) & Theme(s1,x3) & Theme(e1,x1) & (x2 = x3)) |
||
The horsies look to be the same age. | There are two horses | 1 | 0.54412 | Just because there are some horses does not mean there are two. | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 x2.((x1 = x2) & n_horse(x2) & card_eq_2(x2)) | 79467e6c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists x1 x2.(n_horse(x2) & card_eq_2(x2) & (x1 = x2)) |
||
The horsies look to be the same age. | There are only cows here. | 2 | 0.00003 | horses and cows are different animals | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 s2 x1.(a_here(s2) & Manner(p1,s2) & a_only(s1) & Manner(p1,s1) & exists x2.((x1 = x2) & n_cow(x2))) | 7946834e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists p1 s1 s2 x1.(exists x2.(n_cow(x2) & (x1 = x2)) & a_only(s1) & a_here(s2) & Manner(p1,s2) & Manner(p1,s1)) |
||
The horsies look to be the same age. | There are multiple horses | 0 | 0.956263 | Horsies implies multiple horses | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 s1 x2.((x1 = x2) & n_horse(x2) & a_multiple(s1) & Theme(s1,x2)) | 794687b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists x1 s1 x2.(n_horse(x2) & a_multiple(s1) & Theme(s1,x2) & (x1 = x2)) |
||
The horsies look to be the same age. | The horses are the same age. | 1 | 0.60832 | The horses looks similar that doesn't mean that they are of same age. | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horse(x1) & (x1 = x2)) | 79468cc2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists s1 x1 x2.(n_horse(x1) & n_age(x2) & a_same(s1) & Theme(s1,x2) & (x1 = x2)) |
||
The horsies look to be the same age. | The horses are of the same height. | 1 | 0.613299 | Not all horses are the same height. | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1 x2.(n_height(x2) & a_same(s1) & Theme(s1,x2) & n_horse(x1) & of(x1,x2)) | 79469154-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists s1 x1 x2.(of(x1,x2) & n_horse(x1) & n_height(x2) & a_same(s1) & Theme(s1,x2)) |
||
The horsies look to be the same age. | There are multiple horses. | 0 | 0.956263 | Horsies implies multiple horses | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 s1 x2.((x1 = x2) & n_horse(x2) & a_multiple(s1) & Theme(s1,x2)) | 794695c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists x1 s1 x2.(n_horse(x2) & a_multiple(s1) & Theme(s1,x2) & (x1 = x2)) |
||
The horsies look to be the same age. | The horses are grazing | 1 | 0.501569 | Sentence 1 is missing are grazing | exists e1 p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_horsy(x1) & Topic(e1,p1) & exists p2.(x1 = x2) & Actor(e1,x1) & v_look(e1)) | exists e1 x1.(n_horse(x1) & Actor(e1,x1) & v_graze(e1)) | 79469f32-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_look(e1) & n_horsy(x1) & n_age(x2) & a_same(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1.(v_graze(e1) & n_horse(x1) & Actor(e1,x1)) |
||
The animals look very happy and healthy. | The animals have a human caretaker. | 1 | 0.002154 | Not all animals have a human caretaker. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 s1 x1 x2.(n_animal(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_caretaker(x2) & a_human(s1) & Theme(s1,x2)) | 7946c002-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_caretaker(x2) & n_animal(x1) & a_human(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The animals look very happy and healthy. | There were 2 happy dogs running around. | 1 | 0.620464 | We don't know that the animals are running. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 e1 p2 s1 x2 x3.((x1 = x2) & exists s2.(Theme(s2,x3) & a_around(s2)) & Topic(e1,p2) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_dog(x2) & a_happy(s1) & Theme(s1,x2) & n_date(x2) & a_date_day_02(x2) & a_date_day_02(x2)) | 7946cd5e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 e1 p2 s1 x2 x3.(v_run(e1) & n_dog(x2) & n_date(x2) & exists s2.(a_around(s2) & Theme(s2,x3)) & a_happy(s1) & a_date_day_02(x2) & Topic(e1,p2) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
The animals look very happy and healthy. | There was more than one happy animal. | 0 | 0.972503 | Animals implies more than one | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 s1 s2 x2 x3.((x1 = x2) & than(s2,x3) & card_eq_1(x3) & Theme(s2,x2) & a_more(s2) & n_animal(x2) & a_happy(s1) & Theme(s1,x2)) | 7946d1be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 s1 s2 x2 x3.(than(s2,x3) & n_animal(x2) & card_eq_1(x3) & a_more(s2) & a_happy(s1) & Theme(s2,x2) & Theme(s1,x2) & (x1 = x2)) |
||
The animals look very happy and healthy. | The animals get plenty of exercise and eat a healthy diet. | 1 | 0.711267 | Not all healthy animal gets plenty of exercise and eat a healthy diet. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 e2 s1 x1 x2 x3 x4.(n_animal(x1) & Theme(e2,x4) & Actor(e2,x1) & v_eat(e2) & n_diet(x4) & a_healthy(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & of(x2,x3) & n_exercise(x3) & n_plenty(x2)) | 7946dc7c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_get(e1) & v_eat(e2) & of(x2,x3) & n_plenty(x2) & n_exercise(x3) & n_diet(x4) & n_animal(x1) & a_healthy(s1) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
The animals look very happy and healthy. | The dogs are happy. | 1 | 0.605106 | Not all animals that look happy are happy. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_happy(s1)) | 7946e686-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1.(n_dog(x1) & a_happy(s1) & Theme(s1,x1)) |
||
The animals look very happy and healthy. | The animals are starving. | 2 | 0.000006 | One cannot be starving and still be happy and healthy simultaneously. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 x1.(n_animal(x1) & Actor(e1,x1) & v_starve(e1)) | 7946eb36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1.(v_starve(e1) & n_animal(x1) & Actor(e1,x1)) |
||
The animals look very happy and healthy. | The animals are being released into the wild. | 1 | 0.006519 | Not animals look very happy and healthy are being released into the a\wild. | exists e1 p1 x1.(n_animal(x1) & exists s1 s2.(Theme(s2,x1) & a_healthy(s2) & r_very(s1) & Theme(s1,x1) & a_happy(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 x1 x2.(n_wild(x2) & n_animal(x1) & into(e1,x2) & Theme(e1,x1) & v_release(e1)) | 7946efaa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_animal(x1) & exists s1 s2.(r_very(s1) & a_healthy(s2) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2.(v_release(e1) & n_wild(x2) & n_animal(x1) & into(e1,x2) & Theme(e1,x1)) |
||
The bears are standing by water. | The bears are eating fish by the water | 1 | 0.529855 | We couldn't know they were eating fish | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists p1 x1 x3.(n_water(x3) & n_bear(x1) & exists s1 x2.((x1 = x2) & by(x2,x3) & n_fish(x2) & a_eating(s1) & Theme(s1,x2))) | 794706a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists x1 x3.(n_water(x3) & n_bear(x1) & exists s1 x2.(n_fish(x2) & by(x2,x3) & a_eating(s1) & Theme(s1,x2) & (x1 = x2))) |
||
The bears are standing by water. | The water flows by as the bears stand next to it. | 0 | 0.903201 | Standing by water implies stand next to it. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 p1 s1 x1 x2.(n_thing(x2) & n_bear(x2) & n_water(x1) & exists e2 p2.(exists s2.(to(s2,x2) & Theme(s2,x2) & a_next(s2)) & Topic(e2,p2) & Actor(e2,x2) & v_stand(e2)) & as(e1,p1) & a_by(s1) & Manner(e1,s1) & Actor(e1,x1) & v_flow(e1)) | 79470af8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2.(v_flow(e1) & n_water(x1) & n_thing(x2) & n_bear(x2) & exists e2 p2.(v_stand(e2) & exists s2.(to(s2,x2) & a_next(s2) & Theme(s2,x2)) & Topic(e2,p2) & Actor(e2,x2)) & as(e1,p1) & a_by(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
The bears are standing by water. | The bears are standing in water. | 1 | 0.094833 | Not bears by the water are in the water. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 x1 x2.(n_bear(x1) & in(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | 79470fda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & in(e1,x2) & Actor(e1,x1)) |
||
The bears are standing by water. | The bears are playing with the water. | 1 | 0.073338 | Not all bears standing by the water are playing with the water. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 x1 x2.(n_water(x2) & n_bear(x1) & with(e1,x2) & Actor(e1,x1) & v_play(e1)) | 79472650-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_play(e1) & n_water(x2) & n_bear(x1) & Actor(e1,x1)) |
||
The bears are standing by water. | The monkeys are jumping in the tree's | 2 | 0.000009 | One cannot be standing by water and jumping in the tree's simultaneously. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 s1 x1 x2 x3.(of(s1,x1) & n_tree(x3) & n_monkey(x1) & a_topic(s1) & in(e1,x3) & Actor(e1,x2) & v_jump(e1) & (x1 = x2)) | 79472f6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_jump(e1) & of(s1,x1) & n_tree(x3) & n_monkey(x1) & in(e1,x3) & a_topic(s1) & Actor(e1,x2) & (x1 = x2)) |
||
The bears are standing by water. | The bears are standing by a lake. | 1 | 0.279287 | Not all water is a lake. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_lake(x2) & Actor(e1,x1) & v_stand(e1)) | 794738ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & n_lake(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) |
||
The bears are standing by water. | There are two bears, one female and on male. | 1 | 0.270616 | The bears might be more than two. | exists e1 x1 x2.(n_bear(x1) & by(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1)) | exists p1 p2 x1 x2 x3 x4.(on(p2,x4) & n_male(x4) & exists x6.((x3 = x6) & n_bear(x6) & card_eq_2(x6)) & rel(p1,x2) & n_female(x2) & card_eq_1(x2) & exists x5.((x1 = x5) & n_bear(x5) & card_eq_2(x5))) | 79473db6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_stand(e1) & n_water(x2) & n_bear(x1) & by(e1,x2) & Actor(e1,x1)) | exists p1 p2 x1 x2 x3 x4.(rel(p1,x2) & on(p2,x4) & n_male(x4) & n_female(x2) & exists x6.(n_bear(x6) & card_eq_2(x6) & (x3 = x6)) & exists x5.(n_bear(x5) & card_eq_2(x5) & (x1 = x5)) & card_eq_1(x2)) |
||
The lake looks very shallow. | This lake may be a little shallow. | 1 | 0.928056 | Not every lake that looks very shallow can be a little shallow. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 p1 x1.(n_lake(x1) & exists p2 s1 x2.((x1 = x2) & n_shallow(x2) & a_little(s1) & Theme(s1,x2)) & Topic(e1,p1) & Actor(e1,x1) & v_may(e1)) | 7947436a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1.(v_may(e1) & n_lake(x1) & exists s1 x2.(n_shallow(x2) & a_little(s1) & Theme(s1,x2) & (x1 = x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The lake looks very shallow. | The lake is the deepest lake in the US. | 2 | 0.000023 | The lake can be either shallow or deepest. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1 x2.(ne_geo_us(x2) & n_lake(x1) & n_lake(x1) & r_most(s1) & a_deepest(s1) & Theme(s1,x1) & (x1 = x1) & in(x1,x2)) | 79474d06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1 x2.(r_most(s1) & ne_geo_us(x2) & n_lake(x1) & in(x1,x2) & a_deepest(s1) & Theme(s1,x1) & (x1 = x1)) |
||
The lake looks very shallow. | It is a shallow lake. | 0 | 0.97189 | A shallow lake by implication also looks very shallow. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 x1.(n_thing(x1) & exists s1 x2.((x1 = x2) & n_lake(x2) & a_shallow(s1) & Theme(s1,x2))) | 7947576a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1.(n_thing(x1) & exists s1 x2.(n_lake(x2) & a_shallow(s1) & Theme(s1,x2) & (x1 = x2))) |
||
The lake looks very shallow. | The lake bank is very dry. | 1 | 0.668435 | Not very lake that looks very shallow is very dry. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists s1 x1 x2.(n_bank(x1) & of(x1,x2) & n_lake(x2) & r_very(s1) & Theme(s1,x1) & a_dry(s1)) | 79475c9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1 x2.(r_very(s1) & of(x1,x2) & n_lake(x2) & n_bank(x1) & a_dry(s1) & Theme(s1,x1)) |
||
The lake looks very shallow. | There is seaweed at the bottom of the lake. | 1 | 0.021988 | Not every lake that looks shallow has seaweed at the bottom. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 x1 x2 x3.(n_lake(x3) & n_bottom(x2) & at(e1,x2) & of(x2,x3) & Theme(e1,x1) & v_seaweed(e1)) | 79476b4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_seaweed(e1) & of(x2,x3) & n_lake(x3) & n_bottom(x2) & at(e1,x2) & Theme(e1,x1)) |
||
The lake looks very shallow. | The lake is not deep. | 1 | 0.827771 | Sentence 1 is missing not deep. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists x1.(n_lake(x1) & -exists s1.(Theme(s1,x1) & a_deep(s1))) | 79477088-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1.(n_lake(x1) & all s1.(-a_deep(s1) | -Theme(s1,x1))) |
||
The lake looks very shallow. | The lake might be shallow | 1 | 0.861309 | The assumption has been made that because the lake looks very shallow it might be shallow. | exists e1 p1 x1.(n_lake(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 p1 x1.(n_lake(x1) & exists s1.(Theme(s1,x1) & a_shallow(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_might(e1)) | 794780be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_lake(x1) & exists s1.(r_very(s1) & a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1.(v_might(e1) & n_lake(x1) & exists s1.(a_shallow(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The weather looks clear. | The temperature is warm. | 1 | 0.62009 | You can not infer it is warm. | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists s1 x1.(n_temperature(x1) & Theme(s1,x1) & a_warm(s1)) | 79478e88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1.(n_temperature(x1) & a_warm(s1) & Theme(s1,x1)) |
||
The weather looks clear. | It is sunny. | 1 | 0.919583 | There is nothing to indicate that it is sunny. | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists s1 x1.(n_thing(x1) & Theme(s1,x1) & a_sunny(s1)) | 79479dce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1.(n_thing(x1) & a_sunny(s1) & Theme(s1,x1)) |
||
The weather looks clear. | The sky is full of clouds. | 2 | 0.000005 | it is either clear or has clouds | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists s1 x1 x2.(n_sky(x1) & of(s1,x2) & n_cloud(x2) & Theme(s1,x1) & a_full(s1)) | 7947a77e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists s1 x1 x2.(of(s1,x2) & n_sky(x1) & n_cloud(x2) & a_full(s1) & Theme(s1,x1)) |
||
The weather looks clear. | It was a nice day outside. | 0 | 0.972503 | When the weather looks clear that implies that it is also a nice day outside. | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1.(n_thing(x1) & a_outside(s1) & Manner(p1,s1) & exists s2 x2.((x1 = x2) & n_day(x2) & a_nice(s2) & Theme(s2,x2))) | 7947b264-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists p1 s1 x1.(n_thing(x1) & exists s2 x2.(n_day(x2) & a_nice(s2) & Theme(s2,x2) & (x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
The weather looks clear. | The weather is appropriate for being outdoors. | 1 | 0.799528 | Not all clear weather is appropriate for being outdoors. | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1 x2.(n_weather(x1) & for(s1,p1) & exists x3.((x2 = x3) & n_outdoors(x3)) & Theme(s1,x1) & a_appropriate(s1)) | 7947b714-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists p1 s1 x1 x2.(n_weather(x1) & for(s1,p1) & exists x3.(n_outdoors(x3) & (x2 = x3)) & a_appropriate(s1) & Theme(s1,x1)) |
||
The weather looks clear. | The sun is shining bright. | 1 | 0.882774 | the weather looking clear does not imply the sun is out and shining | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists e1 p1 x1.(n_sun(x1) & exists s1.(Theme(s1,x1) & a_bright(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_shine(e1)) | 7947ca88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1.(v_shine(e1) & n_sun(x1) & exists s1.(a_bright(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The weather looks clear. | There are no clouds in the sky. | 0 | -100 | clear and no clouds have the same meaning | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 x2.(n_sky(x2) & in(p1,x2) & -exists x3.((x1 = x3) & n_cloud(x3))) | 7947cff6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists p1 x1 x2.(n_sky(x2) & in(p1,x2) & all x3.(-n_cloud(x3) | -(x1 = x3))) |
||
The weather looks clear. | There were no clouds in the sky. | 1 | 0.692155 | We don't know that there were no clouds. | exists e1 p1 x1.(n_weather(x1) & exists s1.(Theme(s1,x1) & a_clear(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 x2.(n_sky(x2) & in(p1,x2) & -exists x3.((x1 = x3) & n_cloud(x3))) | 7947d802-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_look(e1) & n_weather(x1) & exists s1.(a_clear(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists p1 x1 x2.(n_sky(x2) & in(p1,x2) & all x3.(-n_cloud(x3) | -(x1 = x3))) |
||
Many people gathered around the Oxford Circus Station. | People gathered for an entertainment | 1 | -100 | just because many people are gathered around the Oxford Circus Station doesn't mean they are gathered for an entertainment | exists e1 x1 x2 x3 x4.(ne_geo_station(x2) & (x2 = x4) & ne_geo_circus(x4) & (x2 = x3) & ne_geo_oxford(x3) & around(e1,x2) & Actor(e1,x1) & v_gather(e1) & n_people(x1) & n_quantity(x1)) | exists e1 x1 x2.(for(e1,x2) & n_entertainment(x2) & Actor(e1,x1) & v_gather(e1) & n_people(x1)) | 7947dfc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_gather(e1) & ne_geo_station(x2) & ne_geo_oxford(x3) & ne_geo_circus(x4) & n_quantity(x1) & n_people(x1) & around(e1,x2) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists e1 x1 x2.(v_gather(e1) & n_people(x1) & n_entertainment(x2) & for(e1,x2) & Actor(e1,x1)) |
||
Many people gathered around the Oxford Circus Station. | People gathered around the oxford circus station | 0 | -100 | all the people are gathered | exists e1 x1 x2 x3 x4.(ne_geo_station(x2) & (x2 = x4) & ne_geo_circus(x4) & (x2 = x3) & ne_geo_oxford(x3) & around(e1,x2) & Actor(e1,x1) & v_gather(e1) & n_people(x1) & n_quantity(x1)) | exists e1 x1 x2 x3 x4.(n_station(x2) & of(x2,x4) & n_circus(x4) & of(x2,x3) & n_oxford(x3) & around(e1,x2) & Actor(e1,x1) & v_gather(e1) & n_people(x1)) | 7947e824-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_gather(e1) & ne_geo_station(x2) & ne_geo_oxford(x3) & ne_geo_circus(x4) & n_quantity(x1) & n_people(x1) & around(e1,x2) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_gather(e1) & of(x2,x4) & of(x2,x3) & n_station(x2) & n_people(x1) & n_oxford(x3) & n_circus(x4) & around(e1,x2) & Actor(e1,x1)) |
||
Many people gathered around the Oxford Circus Station. | One boy playing with the ball | 2 | -100 | there are many people or one boy | exists e1 x1 x2 x3 x4.(ne_geo_station(x2) & (x2 = x4) & ne_geo_circus(x4) & (x2 = x3) & ne_geo_oxford(x3) & around(e1,x2) & Actor(e1,x1) & v_gather(e1) & n_people(x1) & n_quantity(x1)) | exists x1 x2 x3.(n_ball(x3) & a_topic(x1) & with(x1,x3) & n_playing(x1) & of(x1,x2) & n_boy(x2) & card_eq_1(x1)) | 7947f10c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_gather(e1) & ne_geo_station(x2) & ne_geo_oxford(x3) & ne_geo_circus(x4) & n_quantity(x1) & n_people(x1) & around(e1,x2) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists x1 x2 x3.(with(x1,x3) & of(x1,x2) & n_playing(x1) & n_boy(x2) & n_ball(x3) & card_eq_1(x1) & a_topic(x1)) |
||
A crowd of people gathers around the Oxford Circus Station in London. | A few people are gathering at an apartment building. | 2 | -100 | There can either be a crowd of people or a few people. | exists x1 x2 x3 x4 x5 x6 x7.(ne_geo_london(x7) & ne_geo_station(x4) & (x4 = x6) & ne_geo_circus(x6) & (x4 = x5) & ne_geo_oxford(x5) & a_topic(x1) & in(x1,x7) & around(x1,x4) & Time(x1,x3) & n_gather(x3) & of(x1,x2) & n_people(x2) & n_crowd(x1)) | exists e1 s1 x1 x2 x3.(at(e1,x2) & n_building(x2) & of(x2,x3) & n_apartment(x3) & Actor(e1,x1) & v_gather(e1) & n_people(x1) & a_few(s1) & Theme(s1,x1)) | 79480d5e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(of(x1,x2) & ne_geo_station(x4) & ne_geo_oxford(x5) & ne_geo_london(x7) & ne_geo_circus(x6) & n_people(x2) & n_gather(x3) & n_crowd(x1) & in(x1,x7) & around(x1,x4) & a_topic(x1) & Time(x1,x3) & (x4 = x6) & (x4 = x5)) | exists e1 s1 x1 x2 x3.(v_gather(e1) & of(x2,x3) & n_people(x1) & n_building(x2) & n_apartment(x3) & at(e1,x2) & a_few(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A crowd of people gathers around the Oxford Circus Station in London. | People in London are heading home at rush hour. | 1 | -100 | You can not infer they are in London. | exists x1 x2 x3 x4 x5 x6 x7.(ne_geo_london(x7) & ne_geo_station(x4) & (x4 = x6) & ne_geo_circus(x6) & (x4 = x5) & ne_geo_oxford(x5) & a_topic(x1) & in(x1,x7) & around(x1,x4) & Time(x1,x3) & n_gather(x3) & of(x1,x2) & n_people(x2) & n_crowd(x1)) | exists e1 x1 x2 x3 x4 x5.(ne_geo_london(x2) & at(e1,x4) & n_hour(x4) & of(x4,x5) & n_rush(x5) & Time(e1,x3) & n_home(x3) & Actor(e1,x1) & v_head(e1) & in(x1,x2) & n_people(x1)) | 79481c68-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(of(x1,x2) & ne_geo_station(x4) & ne_geo_oxford(x5) & ne_geo_london(x7) & ne_geo_circus(x6) & n_people(x2) & n_gather(x3) & n_crowd(x1) & in(x1,x7) & around(x1,x4) & a_topic(x1) & Time(x1,x3) & (x4 = x6) & (x4 = x5)) | exists e1 x1 x2 x3 x4 x5.(v_head(e1) & of(x4,x5) & ne_geo_london(x2) & n_rush(x5) & n_people(x1) & n_hour(x4) & n_home(x3) & in(x1,x2) & at(e1,x4) & Time(e1,x3) & Actor(e1,x1)) |
||
A crowd of people gathers around the Oxford Circus Station in London. | People in a large city are gathering at a station. | 0 | -100 | The people gathering at a station is the crowd of people gathering at the Oxford Circus Station. | exists x1 x2 x3 x4 x5 x6 x7.(ne_geo_london(x7) & ne_geo_station(x4) & (x4 = x6) & ne_geo_circus(x6) & (x4 = x5) & ne_geo_oxford(x5) & a_topic(x1) & in(x1,x7) & around(x1,x4) & Time(x1,x3) & n_gather(x3) & of(x1,x2) & n_people(x2) & n_crowd(x1)) | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_station(x3) & Actor(e1,x1) & v_gather(e1) & in(x1,x2) & n_city(x2) & a_large(s1) & Theme(s1,x2) & n_people(x1)) | 79482ab4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(of(x1,x2) & ne_geo_station(x4) & ne_geo_oxford(x5) & ne_geo_london(x7) & ne_geo_circus(x6) & n_people(x2) & n_gather(x3) & n_crowd(x1) & in(x1,x7) & around(x1,x4) & a_topic(x1) & Time(x1,x3) & (x4 = x6) & (x4 = x5)) | exists e1 s1 x1 x2 x3.(v_gather(e1) & n_station(x3) & n_people(x1) & n_city(x2) & in(x1,x2) & at(e1,x3) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A women in a dress is sitting at a fancy table looking at her food. | 1 | 0.606339 | You can not infer she is at a fancy table. | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(for(e1,e2) & at(e2,x4) & n_food(x4) & of(x4,x1) & n_female(x1) & Actor(e2,x1) & v_look(e2) & at(e1,x3) & n_table(x3) & a_fancy(s1) & Theme(s1,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_dress(x2) & n_woman(x1)) | 79483a0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4.(v_sit(e1) & v_look(e2) & of(x4,x1) & n_woman(x1) & n_table(x3) & n_food(x4) & n_female(x1) & n_dress(x2) & in(x1,x2) & for(e1,e2) & at(e2,x4) & at(e1,x3) & a_fancy(s1) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A man and a woman out to eat separately. | 0 | -100 | A women sitting looking at her food. A man standing next to the table is a form of man and a woman out to eat separately. | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists p1 s1 x1 x2.(a_topic(s1) & subset_of(x2,s1) & Topic(x2,p1) & exists e1 s2.(a_separately(s2) & Manner(e1,s2) & Actor(e1,x2) & v_eat(e1)) & r_out(x2) & n_woman(x2) & subset_of(x1,s1) & n_man(x1)) | 79484832-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists p1 s1 x1 x2.(subset_of(x2,s1) & subset_of(x1,s1) & r_out(x2) & n_woman(x2) & n_man(x1) & exists e1 s2.(v_eat(e1) & a_separately(s2) & Manner(e1,s2) & Actor(e1,x2)) & a_topic(s1) & Topic(x2,p1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | There is a woman and a man near a table. | 0 | 0.949659 | all are near a table | exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists p1 x1 x2 x3 x4 x5.((x1 = x2) & subset_of(x4,x2) & near(x4,x5) & n_table(x5) & n_man(x4) & subset_of(x3,x2) & n_woman(x3)) | 794851b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists x1 x2 x3 x4 x5.(subset_of(x4,x2) & subset_of(x3,x2) & near(x4,x5) & n_woman(x3) & n_table(x5) & n_man(x4) & (x1 = x2)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | Two people in a dining setting. | 0 | -100 | both are setting | exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_setting(x2) & of(x2,x3) & n_dining(x3) & n_people(x1) & card_eq_2(x1)) | 79486088-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_setting(x2) & n_people(x1) & n_dining(x3) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | The people are swimming in the ocean. | 2 | 0 | it is either a women or people | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_ocean(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1)) | 794878c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_swim(e1) & n_people(x1) & n_ocean(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A couple going bowling. | 2 | -100 | it is either women or a couple | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_go(e1) & n_bowling(x3) & (x1 = x2) & n_couple(x1)) | 7948834c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3.(v_go(e1) & n_couple(x1) & n_bowling(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A dog is eating food from the table | 2 | -100 | It wouldn't be a dog if it is a woman. A dog wouldn't be eating food from a table. | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_table(x3) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_food(x2) & n_dog(x1)) | 79488e82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3.(v_eat(e1) & n_table(x3) & n_food(x2) & n_dog(x1) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A women is sitting at a fancy table looking at her food. | 0 | -100 | all the women are sitting | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 e2 s1 x1 x2 x3.(for(e1,e2) & at(e2,x3) & n_food(x3) & of(x3,x1) & n_female(x1) & Actor(e2,x1) & v_look(e2) & at(e1,x2) & n_table(x2) & a_fancy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 794899fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3.(v_sit(e1) & v_look(e2) & of(x3,x1) & n_woman(x1) & n_table(x2) & n_food(x3) & n_female(x1) & for(e1,e2) & at(e2,x3) & at(e1,x2) & a_fancy(s1) & Theme(s1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | The man is eating. | 2 | -100 | The man wouldn't be eating if he is standing by the table. | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_eat(e1)) | 7948a4a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1.(v_eat(e1) & n_man(x1) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | The people are at a restaurant. | 1 | 0.844924 | just because women sitting at a fancy table looking at her food doesn't mean she is at a restaurant. | exists e2 e1 e3 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists p1 x1.(n_people(x1) & exists x2.(at(x1,x2) & n_restaurant(x2))) | 7948b088-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists x1.(n_people(x1) & exists x2.(n_restaurant(x2) & at(x1,x2))) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A man and a woman at a cafe. | 1 | 0.165826 | just because women sitting at a fancy table looking at her food doesn't mean she is at a cafe. | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & at(x2,x3) & n_cafe(x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1)) | 7948bbd2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & n_woman(x2) & n_man(x1) & n_cafe(x3) & at(x2,x3) & a_topic(s1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A woman received her dinner order from the waiter. | 1 | 0.674448 | just because women sitting at a fancy table looking at her food doesn't mean she received her dinner order from the waiter. | exists e2 e1 e3 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(n_waiter(x4) & from(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_receive(e1) & n_order(x2) & of(x2,x3) & n_dinner(x3) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 7948c4d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_receive(e1) & of(x2,x3) & of(x2,x1) & n_woman(x1) & n_waiter(x4) & n_order(x2) & n_female(x1) & n_dinner(x3) & from(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | The man asks the woman a question. | 1 | 0.573461 | Although there is a man standing next to the table there is nothing to suggest he asks the woman a question. | exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists x1 x3.(n_woman(x3) & n_man(x1) & all x2.(n_question(x2) -> exists e1.(Theme(e1,x3) & Actor(e1,x1) & v_ask(e1) & for(x3,x2)))) | 7948ce10-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists x1 x3.(n_woman(x3) & n_man(x1) & all x2.(exists e1.(v_ask(e1) & for(x3,x2) & Theme(e1,x3) & Actor(e1,x1)) | -n_question(x2))) |
||
A women sitting at a fancy table looking at her food. A man standing next to the table. | A woman is seated at a table. | 0 | -100 | both women are at the table | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e2,x5) & at(e3,x7) & n_food(x7) & of(x7,x1) & n_female(x1) & Actor(e3,x6) & v_look(e3) & (x5 = x6) & n_table(x5) & n_table(x5) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e2,x2) & v_sit(e2) & to(e1,x5) & r_next(e1) & Actor(e1,x4) & v_stand(e1) & (x3 = x4) & n_man(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(at(e1,x2) & n_table(x2) & Theme(e1,x1) & v_seat(e1) & n_woman(x1)) | 7948d70c-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_sit(e2) & v_look(e3) & to(e1,x5) & r_next(e1) & of(x7,x1) & n_woman(x1) & n_table(x5) & n_man(x3) & n_food(x7) & n_female(x1) & at(e3,x7) & at(e2,x5) & a_topic(x1) & a_fancy(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e3,x6) & Actor(e2,x2) & Actor(e1,x4) & (x5 = x6) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_seat(e1) & n_woman(x1) & n_table(x2) & at(e1,x2) & Theme(e1,x1)) |
||
A man with a colorful sweatshirt holding a device next to his ear next to the road, as a construction worker in the background crosses the road. | the construction worker is wearing steel toed boots | 1 | -100 | A construction worker may wear any type of footwear so he may not be wearing steel toed boots. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(n_road(x7) & n_road(x7) & n_background(x10) & a_topic(x1) & with(x1,x2) & exists e2 x8 x9.(Theme(e2,x7) & Actor(e2,x8) & v_cross(e2) & in(x8,x10) & n_worker(x8) & of(x8,x9) & n_construction(x9)) & as(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & v_hold(e1) & to(x5,x6) & to(x6,x7) & n_next(x6) & a_ear(s2) & Theme(s2,x6) & of(x6,x1) & n_male(x1) & next(x4,x5) & n_thing(x5) & n_device(x4) & (x2 = x3) & n_sweatshirt(x2) & a_colorful(s1) & Theme(s1,x2) & n_man(x1)) | exists e2 e1 x1 x2 x3 x4 x5.(n_worker(x1) & of(x1,x2) & n_construction(x2) & Theme(e2,x5) & Actor(e2,x1) & v_toe(e2) & n_boot(x5) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_steel(x4) & (x1 = x3)) | 7948df86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(with(x1,x2) & v_hold(e1) & to(x6,x7) & to(x5,x6) & of(x6,x1) & next(x4,x5) & n_thing(x5) & n_sweatshirt(x2) & n_road(x7) & n_next(x6) & n_man(x1) & n_male(x1) & n_device(x4) & n_background(x10) & exists e2 x8 x9.(v_cross(e2) & of(x8,x9) & n_worker(x8) & n_construction(x9) & in(x8,x10) & Theme(e2,x7) & Actor(e2,x8)) & as(e1,p1) & a_topic(x1) & a_ear(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_toe(e2) & of(x1,x2) & n_worker(x1) & n_steel(x4) & n_construction(x2) & n_boot(x5) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3)) |
||
A man with a colorful sweatshirt holding a device next to his ear next to the road, as a construction worker in the background crosses the road. | a construction worker passes behind a man in a colorful sweatshirt | 0 | -100 | a construction worker can be a man | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(n_road(x7) & n_road(x7) & n_background(x10) & a_topic(x1) & with(x1,x2) & exists e2 x8 x9.(Theme(e2,x7) & Actor(e2,x8) & v_cross(e2) & in(x8,x10) & n_worker(x8) & of(x8,x9) & n_construction(x9)) & as(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & v_hold(e1) & to(x5,x6) & to(x6,x7) & n_next(x6) & a_ear(s2) & Theme(s2,x6) & of(x6,x1) & n_male(x1) & next(x4,x5) & n_thing(x5) & n_device(x4) & (x2 = x3) & n_sweatshirt(x2) & a_colorful(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(behind(e1,x3) & in(x3,x4) & n_sweatshirt(x4) & a_colorful(s1) & Theme(s1,x4) & n_man(x3) & Actor(e1,x1) & v_pass(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 7948e882-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(with(x1,x2) & v_hold(e1) & to(x6,x7) & to(x5,x6) & of(x6,x1) & next(x4,x5) & n_thing(x5) & n_sweatshirt(x2) & n_road(x7) & n_next(x6) & n_man(x1) & n_male(x1) & n_device(x4) & n_background(x10) & exists e2 x8 x9.(v_cross(e2) & of(x8,x9) & n_worker(x8) & n_construction(x9) & in(x8,x10) & Theme(e2,x7) & Actor(e2,x8)) & as(e1,p1) & a_topic(x1) & a_ear(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_pass(e1) & of(x1,x2) & n_worker(x1) & n_sweatshirt(x4) & n_man(x3) & n_construction(x2) & in(x3,x4) & behind(e1,x3) & a_colorful(s1) & Theme(s1,x4) & Actor(e1,x1)) |
||
A man with a colorful sweatshirt holding a device next to his ear next to the road, as a construction worker in the background crosses the road. | two men are wearing matching colorful sweatshirts | 2 | -100 | There is either 1 man or two men. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(n_road(x7) & n_road(x7) & n_background(x10) & a_topic(x1) & with(x1,x2) & exists e2 x8 x9.(Theme(e2,x7) & Actor(e2,x8) & v_cross(e2) & in(x8,x10) & n_worker(x8) & of(x8,x9) & n_construction(x9)) & as(e1,p1) & Theme(e1,x4) & Actor(e1,x3) & v_hold(e1) & to(x5,x6) & to(x6,x7) & n_next(x6) & a_ear(s2) & Theme(s2,x6) & of(x6,x1) & n_male(x1) & next(x4,x5) & n_thing(x5) & n_device(x4) & (x2 = x3) & n_sweatshirt(x2) & a_colorful(s1) & Theme(s1,x2) & n_man(x1)) | exists e2 e1 s1 x1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_sweatshirt(x2) & a_colorful(s1) & Theme(s1,x2) & Actor(e1,x2) & v_match(e1) & n_man(x1) & card_eq_2(x1)) | 7948f106-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x10.(with(x1,x2) & v_hold(e1) & to(x6,x7) & to(x5,x6) & of(x6,x1) & next(x4,x5) & n_thing(x5) & n_sweatshirt(x2) & n_road(x7) & n_next(x6) & n_man(x1) & n_male(x1) & n_device(x4) & n_background(x10) & exists e2 x8 x9.(v_cross(e2) & of(x8,x9) & n_worker(x8) & n_construction(x9) & in(x8,x10) & Theme(e2,x7) & Actor(e2,x8)) & as(e1,p1) & a_topic(x1) & a_ear(s2) & a_colorful(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e2 e1 s1 x1 x2.(v_wear(e2) & v_match(e1) & n_sweatshirt(x2) & n_man(x1) & card_eq_2(x1) & a_colorful(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2)) |
||
A man tending to a lemonade stand. | The man is Jesus Christ risen from the dead and turning water into wine. | 2 | -100 | The man is either tending a lemonade stand or turning water into wine. | exists e1 s1 x1 x2 x3.(a_topic(x1) & to(e1,x3) & n_stand(x3) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & v_tend(e1) & (x1 = x2) & n_man(x1)) | exists e3 e1 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_man(x4) & n_dead(x3) & n_man(x1) & for(e2,e3) & into(e3,x7) & n_wine(x7) & Theme(e3,x6) & Actor(e3,x4) & v_turn(e3) & n_water(x6) & Actor(e2,x4) & v_rise(e2) & exists s2 x9.((x5 = x9) & n_christ(x9) & a_jesus(s2) & Theme(s2,x9)) & (x4 = x5) & from(e1,x3) & Actor(e1,x1) & v_rise(e1) & exists s1 x8.((x2 = x8) & n_christ(x8) & a_jesus(s1) & Theme(s1,x8)) & (x1 = x2)) | 7948f96c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tend(e1) & to(e1,x3) & n_stand(x3) & n_man(x1) & a_topic(x1) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7.(v_turn(e3) & v_rise(e2) & v_rise(e1) & n_wine(x7) & n_water(x6) & n_man(x4) & n_man(x1) & n_dead(x3) & into(e3,x7) & from(e1,x3) & for(e2,e3) & exists s2 x9.(n_christ(x9) & a_jesus(s2) & Theme(s2,x9) & (x5 = x9)) & exists s1 x8.(n_christ(x8) & a_jesus(s1) & Theme(s1,x8) & (x2 = x8)) & Theme(e3,x6) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x1) & (x4 = x5) & (x1 = x2)) |
||
A man tending to a lemonade stand. | The man is selling lemonade. | 1 | -100 | Although the man is tending to the lemonade stand he may not be the one selling lemonade. | exists e1 s1 x1 x2 x3.(a_topic(x1) & to(e1,x3) & n_stand(x3) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & v_tend(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_lemonade(x2)) | 79490240-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tend(e1) & to(e1,x3) & n_stand(x3) & n_man(x1) & a_topic(x1) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sell(e1) & n_man(x1) & n_lemonade(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man tending to a lemonade stand. | The man is taking care of things. | 0 | -100 | tending and taking are the same action | exists e1 s1 x1 x2 x3.(a_topic(x1) & to(e1,x3) & n_stand(x3) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & v_tend(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_man(x1) & of(e1,x3) & n_thing(x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_care(x2)) | 79490b14-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tend(e1) & to(e1,x3) & n_stand(x3) & n_man(x1) & a_topic(x1) & a_lemonade(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_take(e1) & of(e1,x3) & n_thing(x3) & n_man(x1) & n_care(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two woman are sweeping a street. | Two women hold brooms. | 0 | -100 | there are women in both sentences | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sweep(e1) & n_street(x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_broom(x2) & n_woman(x1) & card_eq_2(x1)) | 794912d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sweep(e1) & n_woman(x1) & n_street(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_hold(e1) & n_woman(x1) & n_broom(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two woman are sweeping a street. | The women are swimming. | 2 | -100 | The women wouldn't be swimming if they are sweeping. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sweep(e1) & n_street(x2) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_swimming(x2))) | 79491a82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sweep(e1) & n_woman(x1) & n_street(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_woman(x1) & exists x2.(n_swimming(x2) & (x1 = x2))) |
||
Two woman are sweeping a street. | The women clean up after the parade. | 1 | -100 | There are many reasons one may sweep a street not just to clean up after a parade. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sweep(e1) & n_street(x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_parade(x2) & n_woman(x1) & a_up(s1) & Manner(e1,s1) & after(e1,x2) & Actor(e1,x1) & v_clean(e1)) | 79492270-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sweep(e1) & n_woman(x1) & n_street(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_clean(e1) & n_woman(x1) & n_parade(x2) & after(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A woman is washing a car. | A woman is pelting a car with eggs. | 2 | -100 | The woman can't be washing a car if she is pelting a car with eggs | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_car(x2) & n_woman(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_pelt(e1) & with(x2,x3) & n_egg(x3) & n_car(x2) & n_woman(x1)) | 79492a04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_wash(e1) & n_woman(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(x2,x3) & v_pelt(e1) & n_woman(x1) & n_egg(x3) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is washing a car. | A woman is using water to wash a car. | 0 | -100 | washing and using water can be the same action | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_car(x2) & n_woman(x1)) | exists e1 p1 x1 x2.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_wash(e2) & n_car(x3)) & n_water(x2) & n_woman(x1)) | 7949353a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_wash(e1) & n_woman(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_use(e1) & n_woman(x1) & n_water(x2) & exists e2 x3.(v_wash(e2) & n_car(x3) & Theme(e2,x3) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) |
||
A woman is washing a car. | A woman wearing a bikini is washing a red car. | 1 | -100 | Although the woman is washing a car there is no mention of what she is wearing therefore she may not be wearing a bikini. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_car(x2) & n_woman(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_wash(e2) & n_car(x4) & a_red(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_bikini(x3) & (x1 = x2) & n_woman(x1)) | 7949425a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_wash(e1) & n_woman(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_wash(e2) & n_woman(x1) & n_car(x4) & n_bikini(x3) & a_red(s1) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A young child covered with white powder. | An adult runs through a stream. | 2 | -100 | It's either a young child or an adult. | exists e1 s1 s2 x1 x2.(with(e1,x2) & n_powder(x2) & a_white(s2) & Theme(s2,x2) & Theme(e1,x1) & v_cover(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(through(e1,x2) & n_stream(x2) & Actor(e1,x1) & v_run(e1) & n_adult(x1)) | 79494d9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(with(e1,x2) & v_cover(e1) & n_powder(x2) & n_child(x1) & a_young(s1) & a_white(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_stream(x2) & n_adult(x1) & Actor(e1,x1)) |
||
A young child covered with white powder. | A child is covered in flower. | 0 | -100 | A child is young, withe powder is flower. | exists e1 s1 s2 x1 x2.(with(e1,x2) & n_powder(x2) & a_white(s2) & Theme(s2,x2) & Theme(e1,x1) & v_cover(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(in(e1,x2) & n_flower(x2) & Theme(e1,x1) & v_cover(e1) & n_child(x1)) | 794958a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(with(e1,x2) & v_cover(e1) & n_powder(x2) & n_child(x1) & a_young(s1) & a_white(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1 x2.(v_cover(e1) & n_flower(x2) & n_child(x1) & in(e1,x2) & Theme(e1,x1)) |
||
A young child covered with white powder. | A child sits on a floor covered in flower. | 1 | -100 | Although the child is covered in a white powder they may not be covered in flower (*flour) and that child may not be sitting on a floor. | exists e1 s1 s2 x1 x2.(with(e1,x2) & n_powder(x2) & a_white(s2) & Theme(s2,x2) & Theme(e1,x1) & v_cover(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2 x3 x4.(on(e1,x2) & in(e2,x4) & n_flower(x4) & Theme(e2,x3) & v_cover(e2) & (x2 = x3) & n_floor(x2) & Actor(e1,x1) & v_sit(e1) & n_child(x1)) | 794960a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(with(e1,x2) & v_cover(e1) & n_powder(x2) & n_child(x1) & a_young(s1) & a_white(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(v_sit(e1) & v_cover(e2) & on(e1,x2) & n_flower(x4) & n_floor(x2) & n_child(x1) & in(e2,x4) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
A young woman washing her car. | A woman rides her bike everywhere. | 2 | -100 | The woman is either washing her car or she rides her bike. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wash(e1) & n_car(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(all x3.(n_location(x3) -> Location(e1,x3)) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & of(x2,x1) & n_female(x1) & n_woman(x1)) | 7949687a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wash(e1) & of(x3,x1) & n_woman(x1) & n_female(x1) & n_car(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_ride(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_bike(x2) & all x3.(Location(e1,x3) | -n_location(x3)) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young woman washing her car. | A woman takes the salt stains off her car. | 1 | -100 | There are many reasons to wash a car not just to remove salt stains. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wash(e1) & n_car(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(n_car(x4) & of(x4,x2) & n_female(x2) & n_salt(x2) & Theme(e2,x2) & Actor(e2,x1) & v_take(e2) & a_off(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_stain(e1) & (x2 = x3) & n_woman(x1)) | 79497176-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wash(e1) & of(x3,x1) & n_woman(x1) & n_female(x1) & n_car(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4.(v_take(e2) & v_stain(e1) & of(x4,x2) & n_woman(x1) & n_salt(x2) & n_female(x2) & n_car(x4) & a_off(s1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A young woman washing her car. | A person shows their cleanliness. | 0 | -100 | A woman is a person and washing would be showing their cleanliness. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wash(e1) & n_car(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & n_cleanliness(x2) & of(x2,x1) & n_thing(x1) & n_person(x1)) | 7949795a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wash(e1) & of(x3,x1) & n_woman(x1) & n_female(x1) & n_car(x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_show(e1) & of(x2,x1) & n_thing(x1) & n_person(x1) & n_cleanliness(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy with a mess all over his face and feet stands next to a door. | The little boy just got out of a bath and is perfectly clean. | 2 | -100 | The boy cannot be clean if he has mess all over his face. | exists e1 s1 x1 x2 x3 x4 x5 x6.(to(e1,x6) & n_door(x6) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_all(x1) & over(x1,x3) & n_foot(x5) & n_face(x4) & subset_of(x5,x3) & subset_of(x4,x3) & of(x3,x1) & n_male(x1) & with(x1,x2) & n_mess(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 s4 x1 x2.(n_boy(x1) & a_little(s3) & Theme(s3,x1) & a_little(s1) & Theme(s1,x1) & r_perfectly(s4) & Theme(s4,x1) & a_clean(s4) & a_just(s2) & Manner(e1,s2) & r_out(e1) & of(e1,x2) & n_bath(x2) & Actor(e1,x1) & v_get(e1)) | 79498166-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_stand(e1) & to(e1,x6) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e1) & over(x1,x3) & of(x3,x1) & n_mess(x2) & n_male(x1) & n_foot(x5) & n_face(x4) & n_door(x6) & n_boy(x1) & n_all(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 s3 s4 x1 x2.(v_get(e1) & r_perfectly(s4) & r_out(e1) & of(e1,x2) & n_boy(x1) & n_bath(x2) & a_little(s3) & a_little(s1) & a_just(s2) & a_clean(s4) & Theme(s4,x1) & Theme(s3,x1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) |
||
A little boy with a mess all over his face and feet stands next to a door. | The little boy is covered with cake. | 1 | -100 | A mess can be other things besides cake. | exists e1 s1 x1 x2 x3 x4 x5 x6.(to(e1,x6) & n_door(x6) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_all(x1) & over(x1,x3) & n_foot(x5) & n_face(x4) & subset_of(x5,x3) & subset_of(x4,x3) & of(x3,x1) & n_male(x1) & with(x1,x2) & n_mess(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & with(e1,x2) & n_cake(x2) & Theme(e1,x1) & v_cover(e1)) | 79498a3a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_stand(e1) & to(e1,x6) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e1) & over(x1,x3) & of(x3,x1) & n_mess(x2) & n_male(x1) & n_foot(x5) & n_face(x4) & n_door(x6) & n_boy(x1) & n_all(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & v_cover(e1) & n_cake(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
A little boy with a mess all over his face and feet stands next to a door. | The little boy got messy. | 0 | -100 | mess almost the same as messy. | exists e1 s1 x1 x2 x3 x4 x5 x6.(to(e1,x6) & n_door(x6) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_all(x1) & over(x1,x3) & n_foot(x5) & n_face(x4) & subset_of(x5,x3) & subset_of(x4,x3) & of(x3,x1) & n_male(x1) & with(x1,x2) & n_mess(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & exists s2.(Theme(s2,x1) & a_messy(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 7949920a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_stand(e1) & to(e1,x6) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e1) & over(x1,x3) & of(x3,x1) & n_mess(x2) & n_male(x1) & n_foot(x5) & n_face(x4) & n_door(x6) & n_boy(x1) & n_all(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 p1 s1 x1.(v_get(e1) & n_boy(x1) & exists s2.(a_messy(s2) & Theme(s2,x1)) & a_little(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Multiple construction workers hold up large slabs of wood. | The construction workers are holding steel. | 2 | -100 | Slabs of wood and holding steel are two different items. A person can't do both at the same time. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_up(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & of(x3,x4) & n_wood(x4) & n_slab(x3) & a_large(s2) & Theme(s2,x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_multiple(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_worker(x1) & of(x1,x2) & n_construction(x2) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_steel(x3)) | 79499a5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & of(x1,x2) & n_worker(x1) & n_wood(x4) & n_slab(x3) & n_construction(x2) & a_up(s3) & a_multiple(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x1,x2) & n_worker(x1) & n_steel(x3) & n_construction(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
Multiple construction workers hold up large slabs of wood. | Construction workers carry the wood. | 0 | -100 | The workers must hold up the wood to carry it. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_up(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & of(x3,x4) & n_wood(x4) & n_slab(x3) & a_large(s2) & Theme(s2,x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_multiple(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_wood(x3) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 7949a2b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & of(x1,x2) & n_worker(x1) & n_wood(x4) & n_slab(x3) & n_construction(x2) & a_up(s3) & a_multiple(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_carry(e1) & of(x1,x2) & n_worker(x1) & n_wood(x3) & n_construction(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
Multiple construction workers hold up large slabs of wood. | The construction workers are using the wood to build a house. | 1 | -100 | The fact that the construction workers are holding up wood doesn't imply that they are building a house. | exists e1 s1 s2 s3 x1 x2 x3 x4.(a_up(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & of(x3,x4) & n_wood(x4) & n_slab(x3) & a_large(s2) & Theme(s2,x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_multiple(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3.(n_wood(x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & Theme(e1,p1) & Recipient(e1,x3) & Actor(e1,x1) & v_use(e1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_build(e2) & n_house(x4))) | 7949abfa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & of(x1,x2) & n_worker(x1) & n_wood(x4) & n_slab(x3) & n_construction(x2) & a_up(s3) & a_multiple(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_use(e1) & of(x1,x2) & n_worker(x1) & n_wood(x3) & n_construction(x2) & exists e2 x4.(v_build(e2) & n_house(x4) & Theme(e2,x4) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x3) & Actor(e1,x1)) |
||
A man with an electric guitar and a woman in a red shirt at a studio. | A man is warming up waiting for her banmates. | 1 | -100 | Although the man has an electric guitar in a studio is does not mean he is warming up or waiting for bandmates. | exists s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & at(x4,x6) & n_studio(x6) & in(x4,x5) & n_shirt(x5) & a_red(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x3,x2) & n_guitar(x3) & a_electric(s1) & Theme(s1,x3) & n_man(x1)) | exists e2 e1 s1 x1 x2.(for(e1,e2) & for(e2,x2) & n_banmate(x2) & of(x2,x1) & n_female(x1) & Actor(e2,x1) & v_wait(e2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_warm(e1) & n_man(x1)) | 7949b406-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x4) & n_studio(x6) & n_shirt(x5) & n_man(x1) & n_guitar(x3) & in(x4,x5) & at(x4,x6) & a_topic(x1) & a_red(s2) & a_electric(s1) & Theme(s2,x5) & Theme(s1,x3)) | exists e2 e1 s1 x1 x2.(v_warm(e1) & v_wait(e2) & of(x2,x1) & n_man(x1) & n_female(x1) & n_banmate(x2) & for(e2,x2) & for(e1,e2) & a_up(s1) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man with an electric guitar and a woman in a red shirt at a studio. | The all girl band recording their album. | 2 | -100 | It can't be an all girl band if there is a man. | exists s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & at(x4,x6) & n_studio(x6) & in(x4,x5) & n_shirt(x5) & a_red(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x3,x2) & n_guitar(x3) & a_electric(s1) & Theme(s1,x3) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_album(x4) & of(x4,x1) & n_thing(x1) & n_band(x1) & of(x1,x2) & n_girl(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_record(e1) & (x1 = x3)) | 7949bc1c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x4) & n_studio(x6) & n_shirt(x5) & n_man(x1) & n_guitar(x3) & in(x4,x5) & at(x4,x6) & a_topic(x1) & a_red(s2) & a_electric(s1) & Theme(s2,x5) & Theme(s1,x3)) | exists e1 x1 x2 x3 x4.(v_record(e1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_girl(x2) & n_band(x1) & n_album(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) |
||
A man with an electric guitar and a woman in a red shirt at a studio. | A woman at the studio. | 0 | -100 | A woman would be at a studio no matter what her shirt colour is or whom she is with. | exists s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & at(x4,x6) & n_studio(x6) & in(x4,x5) & n_shirt(x5) & a_red(s2) & Theme(s2,x5) & n_woman(x4) & subset_of(x3,x2) & n_guitar(x3) & a_electric(s1) & Theme(s1,x3) & n_man(x1)) | exists x1 x2.(n_studio(x2) & a_topic(x1) & at(x1,x2) & n_woman(x1)) | 7949c4a0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x4) & n_studio(x6) & n_shirt(x5) & n_man(x1) & n_guitar(x3) & in(x4,x5) & at(x4,x6) & a_topic(x1) & a_red(s2) & a_electric(s1) & Theme(s2,x5) & Theme(s1,x3)) | exists x1 x2.(n_woman(x1) & n_studio(x2) & at(x1,x2) & a_topic(x1)) |
||
A man is watching a ship head out to sea. | The ship is heading towards the shore. | 2 | -100 | The ship is either heading towards the shore or it heads out to sea. | exists e1 x1 x2 x3 x4.(to(e1,x4) & n_sea(x4) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_head(x2) & of(x2,x3) & n_ship(x3) & n_man(x1)) | exists e1 x1 x2.(n_shore(x2) & n_ship(x1) & towards(e1,x2) & Actor(e1,x1) & v_head(e1)) | 7949d242-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & to(e1,x4) & r_out(e1) & of(x2,x3) & n_ship(x3) & n_sea(x4) & n_man(x1) & n_head(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_head(e1) & towards(e1,x2) & n_shore(x2) & n_ship(x1) & Actor(e1,x1)) |
||
A man is watching a ship head out to sea. | A boat leaves the shore. | 0 | -100 | A ships is a boat and when is heads out to sea it is to leave the shore. | exists e1 x1 x2 x3 x4.(to(e1,x4) & n_sea(x4) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_head(x2) & of(x2,x3) & n_ship(x3) & n_man(x1)) | exists e1 x1 x2.(n_shore(x2) & Theme(e1,x2) & Actor(e1,x1) & v_leave(e1) & n_boat(x1)) | 7949dc88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & to(e1,x4) & r_out(e1) & of(x2,x3) & n_ship(x3) & n_sea(x4) & n_man(x1) & n_head(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_leave(e1) & n_shore(x2) & n_boat(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is watching a ship head out to sea. | The man missed his cruise ship. | 1 | -100 | The ship might not be a cruise ship. | exists e1 x1 x2 x3 x4.(to(e1,x4) & n_sea(x4) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_head(x2) & of(x2,x3) & n_ship(x3) & n_man(x1)) | exists e1 x1 x2 x3.(n_ship(x2) & of(x2,x3) & n_cruise(x3) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_miss(e1)) | 7949e836-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & to(e1,x4) & r_out(e1) & of(x2,x3) & n_ship(x3) & n_sea(x4) & n_man(x1) & n_head(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_miss(e1) & of(x2,x3) & of(x2,x1) & n_ship(x2) & n_man(x1) & n_male(x1) & n_cruise(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A very large bird flying over water. | The bird is large. | 0 | -100 | The bird is large no matter the action of the bird. | exists e1 s1 x1 x2 x3.(a_topic(x1) & over(e1,x3) & n_water(x3) & Actor(e1,x2) & v_fly(e1) & (x1 = x2) & n_bird(x1) & a_large(s1) & Theme(s1,x1) & r_very(x1)) | exists s1 x1.(n_bird(x1) & Theme(s1,x1) & a_large(s1)) | 7949f2a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_fly(e1) & r_very(x1) & over(e1,x3) & n_water(x3) & n_bird(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_bird(x1) & a_large(s1) & Theme(s1,x1)) |
||
A very large bird flying over water. | The bird is sitting. | 2 | -100 | The bird can't be flying and sitting at the same time. | exists e1 s1 x1 x2 x3.(a_topic(x1) & over(e1,x3) & n_water(x3) & Actor(e1,x2) & v_fly(e1) & (x1 = x2) & n_bird(x1) & a_large(s1) & Theme(s1,x1) & r_very(x1)) | exists e1 x1.(n_bird(x1) & Actor(e1,x1) & v_sit(e1)) | 7949fd58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_fly(e1) & r_very(x1) & over(e1,x3) & n_water(x3) & n_bird(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_sit(e1) & n_bird(x1) & Actor(e1,x1)) |
||
A person with a black cap looking at the water. | A man dropped is phone in the water. | 1 | -100 | People don't only look at water because they dropped their phone in the water. | exists e1 s1 x1 x2 x3 x4.(n_water(x4) & a_topic(x1) & with(x1,x2) & at(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_cap(x2) & a_black(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 p1 x1 x2 x3.(n_water(x3) & in(p1,x3) & exists x4.((x1 = x4) & n_phone(x4)) & Actor(e1,x2) & v_drop(e1) & (x1 = x2) & n_man(x1)) | 794a1cac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x1,x2) & v_look(e1) & n_water(x4) & n_person(x1) & n_cap(x2) & at(e1,x4) & a_topic(x1) & a_black(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x2 x3.(v_drop(e1) & n_water(x3) & n_man(x1) & in(p1,x3) & exists x4.(n_phone(x4) & (x1 = x4)) & Actor(e1,x2) & (x1 = x2)) |
||
A person taking pictures of fishing boats. | A person is a photographer. | 1 | -100 | Not every person taking pictures is a photographer. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & of(x3,x4) & n_boat(x4) & of(x4,x5) & n_fishing(x5) & n_picture(x3) & (x1 = x2) & n_person(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_photographer(x2)) & n_person(x1)) | 794a56c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_take(e1) & of(x4,x5) & of(x3,x4) & n_picture(x3) & n_person(x1) & n_fishing(x5) & n_boat(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_person(x1) & exists x2.(n_photographer(x2) & (x1 = x2))) |
||
A person taking pictures of fishing boats. | A person is drawing with markers. | 2 | -100 | One cannot be taking pictures and drawing at the same time. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & of(x3,x4) & n_boat(x4) & of(x4,x5) & n_fishing(x5) & n_picture(x3) & (x1 = x2) & n_person(x1)) | exists e1 x1 x2.(with(e1,x2) & n_marker(x2) & Actor(e1,x1) & v_draw(e1) & n_person(x1)) | 794a6f90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_take(e1) & of(x4,x5) & of(x3,x4) & n_picture(x3) & n_person(x1) & n_fishing(x5) & n_boat(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(with(e1,x2) & v_draw(e1) & n_person(x1) & n_marker(x2) & Actor(e1,x1)) |
||
A person wearing a black hood is sitting on a dock by the water. | A person sits on the dock of the bay. | 1 | -100 | Not all water is a bay. | exists e2 e1 s1 x1 x2 x3 x4 x5.(n_water(x5) & on(e2,x4) & by(x4,x5) & n_dock(x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hood(x3) & a_black(s1) & Theme(s1,x3) & (x1 = x2) & n_person(x1)) | exists e1 x1 x2 x3.(n_bay(x3) & n_dock(x2) & on(e1,x2) & of(x2,x3) & Actor(e1,x1) & v_sit(e1) & n_person(x1)) | 794a8fe8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_sit(e2) & on(e2,x4) & n_water(x5) & n_person(x1) & n_hood(x3) & n_dock(x4) & by(x4,x5) & a_black(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x3) & n_person(x1) & n_dock(x2) & n_bay(x3) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | a man holds a blue cup | 1 | 0.060968 | Not all cups are blue. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cup(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 794c0026-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 s1 x1 x2.(v_hold(e1) & n_man(x1) & n_cup(x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | a man in yellow striped shirt holds a cup | 0 | 0.988484 | Being 'in' something often means wearing it, and holds a cup is another way of saying holding a cup. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_cup(x3) & in(x1,x2) & n_shirt(x2) & a_striped(s2) & Theme(s2,x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | 794c0bfc-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3.(v_hold(e1) & n_shirt(x2) & n_man(x1) & n_cup(x3) & in(x1,x2) & a_yellow(s1) & a_striped(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | Two brothers sit next to each other. | 1 | 0.213828 | Just because two men are sitting next to each other doesn't mean they are brothers. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1.(all x2.(n_other(x2) -> to(e1,x2)) & r_next(e1) & Actor(e1,x1) & v_sit(e1) & n_brother(x1) & card_eq_2(x1)) | 794c20e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 x1.(v_sit(e1) & r_next(e1) & n_brother(x1) & card_eq_2(x1) & all x2.(to(e1,x2) | -n_other(x2)) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | two men talk over a beverage | 1 | 0.638806 | Just because two men are sitting next to each other doesn't mean they talk to each other. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(over(e1,x2) & n_beverage(x2) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1)) | 794c2ac4-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_talk(e1) & over(e1,x2) & n_man(x1) & n_beverage(x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | Two women stand next to each other. | 2 | 0.000001 | The men can't be women. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1.(all x2.(n_other(x2) -> to(e1,x2)) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & card_eq_2(x1)) | 794c37ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 x1.(v_stand(e1) & r_next(e1) & n_woman(x1) & card_eq_2(x1) & all x2.(to(e1,x2) | -n_other(x2)) & Actor(e1,x1)) |
||
A man holding a cup and wearing a yellow striped shirt is sitting next to a man wearing a blue shirt. | The men are talking. | 1 | 0.643964 | Just because two men sit next to each other doesn't mean they are talking. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(to(e3,x6) & Theme(e4,x8) & Actor(e4,x7) & v_wear(e4) & n_shirt(x8) & a_blue(s3) & Theme(s3,x8) & (x6 = x7) & n_man(x6) & r_next(e3) & Actor(e3,x1) & v_sit(e3) & Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_shirt(x5) & a_striped(s2) & Theme(s2,x5) & a_yellow(s1) & Theme(s1,x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_cup(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_talk(e1)) | 794c4a54-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e4) & v_wear(e2) & v_sit(e3) & v_hold(e1) & to(e3,x6) & r_next(e3) & n_shirt(x8) & n_shirt(x5) & n_man(x6) & n_man(x1) & n_cup(x3) & a_yellow(s1) & a_striped(s2) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x5) & Theme(e4,x8) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x7) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x2) & (x6 = x7) & (x1 = x4) & (x1 = x2)) | exists e1 x1.(v_talk(e1) & n_man(x1) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.