premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man dances with a fire baton at night.
|
the woman does a hula dance
| 2 | -100 |
Man and woman are of different gender.
|
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & with(e1,x2) & n_baton(x2) & of(x2,x3) & n_fire(x3) & Actor(e1,x1) & v_dance(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_dance(x2) & of(x2,x3) & n_hula(x3))
|
497e476e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(e1,x2) & v_dance(e1) & of(x2,x3) & n_night(x4) & n_man(x1) & n_fire(x3) & n_baton(x2) & at(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_do(e1) & of(x2,x3) & n_woman(x1) & n_hula(x3) & n_dance(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man dances with a fire baton at night.
|
the man is dancing
| 0 | -100 |
If the man dances with a fire baton it is the same as dancing.
|
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & with(e1,x2) & n_baton(x2) & of(x2,x3) & n_fire(x3) & Actor(e1,x1) & v_dance(e1) & n_man(x1))
|
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_dance(e1))
|
497e4be2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(e1,x2) & v_dance(e1) & of(x2,x3) & n_night(x4) & n_man(x1) & n_fire(x3) & n_baton(x2) & at(e1,x4) & Actor(e1,x1))
|
exists e1 x1.(v_dance(e1) & n_man(x1) & Actor(e1,x1))
|
||
A doctor checks the stomach of a toddler.
|
The toddler is getting a checkup.
| 0 | -100 |
The doctor checks a stomach which implies that the toddler is getting a checkup.
|
exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1))
|
exists e1 x1 x2.(n_toddler(x1) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_checkup(x2))
|
497e5056-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_check(e1) & of(x2,x3) & n_toddler(x3) & n_stomach(x2) & n_doctor(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_get(e1) & n_toddler(x1) & n_checkup(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A doctor checks the stomach of a toddler.
|
The doctor is looking inside the toddler's mouth.
| 2 | -100 |
a toddler's mouth is not the same as their stomach
|
exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1))
|
exists e1 x1 x2 x3.(n_mouth(x3) & of(x3,x2) & n_toddler(x2) & n_doctor(x1) & inside(e1,x3) & Actor(e1,x1) & v_look(e1))
|
497e56b4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_check(e1) & of(x2,x3) & n_toddler(x3) & n_stomach(x2) & n_doctor(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_look(e1) & of(x3,x2) & n_toddler(x2) & n_mouth(x3) & n_doctor(x1) & inside(e1,x3) & Actor(e1,x1))
|
||
A doctor checks the stomach of a toddler.
|
The toddle might be sick.
| 1 | -100 |
Toddler is misspelled as toddle. This may be a routine check-up, and we do not know that the toddler may be sick.
|
exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1))
|
exists e1 p1 x1.(n_toddle(x1) & exists s1.(Theme(s1,x1) & a_sick(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_might(e1))
|
497e5c22-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_check(e1) & of(x2,x3) & n_toddler(x3) & n_stomach(x2) & n_doctor(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 p1 x1.(v_might(e1) & n_toddle(x1) & exists s1.(a_sick(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
Young blond woman putting her foot into a water fountain
|
A young woman wearing an evening gown, and holding her shoes in her hands, is dipping one foot into Buckingham Fountain in Chicago.
| 1 | -100 |
The first sentence does not mention that she is wearing a gown, that she is holding shoes in her hands, or that this is the Buckingham Fountain.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(ne_geo_chicago(x11) & ne_geo_fountain(x9) & (x9 = x10) & ne_geo_buckingham(x10) & in(e3,x11) & into(e3,x9) & Theme(e3,x8) & Actor(e3,x1) & v_dip(e3) & n_foot(x8) & card_eq_1(x8) & in(e2,x7) & n_hand(x7) & of(x7,x1) & n_female(x1) & n_female(x1) & Theme(e2,x6) & Actor(e2,x5) & v_hold(e2) & n_shoe(x6) & of(x6,x1) & (x1 = x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_gown(x3) & of(x3,x4) & n_evening(x4) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
497e60b4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_water(x5) & n_fountain(x4) & n_foot(x3) & n_female(x1) & into(e1,x4) & a_young(s1) & a_topic(x1) & a_blond(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e1) & v_hold(e2) & v_dip(e3) & of(x7,x1) & of(x6,x1) & of(x3,x4) & ne_geo_fountain(x9) & ne_geo_chicago(x11) & ne_geo_buckingham(x10) & n_woman(x1) & n_shoe(x6) & n_hand(x7) & n_gown(x3) & n_foot(x8) & n_female(x1) & n_evening(x4) & into(e3,x9) & in(e3,x11) & in(e2,x7) & card_eq_1(x8) & a_young(s1) & Theme(s1,x1) & Theme(e3,x8) & Theme(e2,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x5) & Actor(e1,x2) & (x9 = x10) & (x1 = x5) & (x1 = x2))
|
||
Young blond woman putting her foot into a water fountain
|
A young blond woman is sitting down on a beach chair.
| 2 | -100 |
one woman is at the beach chair, the other is at a water fountain
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x2) & n_chair(x2) & of(x2,x3) & n_beach(x3) & a_down(s3) & Manner(e1,s3) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
497e65d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_water(x5) & n_fountain(x4) & n_foot(x3) & n_female(x1) & into(e1,x4) & a_young(s1) & a_topic(x1) & a_blond(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 s3 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x3) & n_woman(x1) & n_chair(x2) & n_beach(x3) & a_young(s1) & a_down(s3) & a_blond(s2) & Theme(s2,x1) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x1))
|
||
Young blond woman putting her foot into a water fountain
|
A person is dipping her foot into water.
| 0 | -100 |
" woman putting her foot into a water fountain" is a rephrasing of " A person is dipping her foot into water"
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(into(e1,x3) & n_water(x3) & Theme(e1,x2) & Actor(e1,x1) & v_dip(e1) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_person(x1))
|
497e6ac8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_water(x5) & n_fountain(x4) & n_foot(x3) & n_female(x1) & into(e1,x4) & a_young(s1) & a_topic(x1) & a_blond(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_dip(e1) & of(x2,x1) & n_water(x3) & n_person(x1) & n_foot(x2) & n_female(x1) & into(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young woman tries to stick her foot in a fountain.
|
The woman is riding a train.
| 2 | -100 |
you can't put your foot in a fountain while riding a train
|
exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_train(x2))
|
497e6f3c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_try(e1) & of(x2,x1) & n_woman(x1) & n_foot(x2) & n_female(x1) & exists e2 x3.(v_stick(e2) & n_fountain(x3) & in(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_ride(e1) & n_woman(x1) & n_train(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young woman tries to stick her foot in a fountain.
|
A woman is near a fountain.
| 0 | -100 |
A young woman is still a woman.
|
exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.(near(x1,x2) & n_fountain(x2)) & n_woman(x1))
|
497e73a6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_try(e1) & of(x2,x1) & n_woman(x1) & n_foot(x2) & n_female(x1) & exists e2 x3.(v_stick(e2) & n_fountain(x3) & in(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_woman(x1) & exists x2.(near(x1,x2) & n_fountain(x2)))
|
||
A young woman tries to stick her foot in a fountain.
|
The woman has one foot in the air.
| 0 | -100 |
If the woman is trying to stick her foot in the fountain then it's in the air.
|
exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_air(x3) & n_woman(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_foot(x2) & card_eq_1(x2))
|
497e784c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 x1 x2.(v_try(e1) & of(x2,x1) & n_woman(x1) & n_foot(x2) & n_female(x1) & exists e2 x3.(v_stick(e2) & n_fountain(x3) & in(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_have(e1) & n_woman(x1) & n_foot(x2) & n_air(x3) & in(e1,x3) & card_eq_1(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water.
|
A woman is walking in park
| 2 | -100 |
you can't crouch at the edge of a fountain while walking
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1))
|
exists e1 x1 x2.(in(e1,x2) & n_park(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1))
|
497e7f54-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x7) & v_kick(e1) & v_fall(e2) & on(x1,x5) & of(x7,x5) & of(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_water(x8) & n_jeans(x4) & n_fountain(x6) & n_foot(x7) & n_female(x5) & n_edge(x5) & n_crouch(x2) & n_caprus(x3) & in(x1,x2) & exists e3.(v_touch(e3) & Theme(e3,x8) & Actor(e3,x1)) & a_out(s2) & a_left(s1) & Topic(e1,p1) & Theme(s1,x7) & Manner(e1,s2) & Actor(e2,x8) & Actor(e1,x1))
|
exists e1 x1 x2.(v_walk(e1) & n_woman(x1) & n_park(x2) & in(e1,x2) & Actor(e1,x1))
|
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water.
|
A woman is very eager to touch the water
| 1 | -100 |
the woman is not necessarily eager
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1))
|
exists p1 s1 x1 x2.(n_water(x2) & r_very(s1) & Topic(s1,p1) & Actor(s1,x1) & a_eager(s1) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1)) & n_woman(x1))
|
497e84a4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x7) & v_kick(e1) & v_fall(e2) & on(x1,x5) & of(x7,x5) & of(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_water(x8) & n_jeans(x4) & n_fountain(x6) & n_foot(x7) & n_female(x5) & n_edge(x5) & n_crouch(x2) & n_caprus(x3) & in(x1,x2) & exists e3.(v_touch(e3) & Theme(e3,x8) & Actor(e3,x1)) & a_out(s2) & a_left(s1) & Topic(e1,p1) & Theme(s1,x7) & Manner(e1,s2) & Actor(e2,x8) & Actor(e1,x1))
|
exists p1 s1 x1 x2.(r_very(s1) & n_woman(x1) & n_water(x2) & exists e1.(v_touch(e1) & Theme(e1,x2) & Actor(e1,x1)) & a_eager(s1) & Topic(s1,p1) & Actor(s1,x1))
|
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water.
|
A woman is like to touch the water in fountain
| 0 | -100 |
A woman is kicking her foot to touch the water.
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1))
|
exists p1 p2 x1 x2 x4.(n_water(x4) & Topic(p1,p2) & exists e1 x5.(Theme(e1,x4) & Actor(e1,x1) & v_touch(e1) & in(x4,x5) & n_fountain(x5)) & exists x3.(like(x2,x3) & n_thing(x3)) & n_woman(x2) & n_woman(x1))
|
497e892c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x7) & v_kick(e1) & v_fall(e2) & on(x1,x5) & of(x7,x5) & of(x5,x6) & of(x2,x4) & of(x2,x3) & n_woman(x1) & n_water(x8) & n_jeans(x4) & n_fountain(x6) & n_foot(x7) & n_female(x5) & n_edge(x5) & n_crouch(x2) & n_caprus(x3) & in(x1,x2) & exists e3.(v_touch(e3) & Theme(e3,x8) & Actor(e3,x1)) & a_out(s2) & a_left(s1) & Topic(e1,p1) & Theme(s1,x7) & Manner(e1,s2) & Actor(e2,x8) & Actor(e1,x1))
|
exists p1 p2 x1 x2 x4.(n_woman(x2) & n_woman(x1) & n_water(x4) & exists x3.(n_thing(x3) & like(x2,x3)) & exists e1 x5.(v_touch(e1) & n_fountain(x5) & in(x4,x5) & Theme(e1,x4) & Actor(e1,x1)) & Topic(p1,p2))
|
||
Woman balancing on edge of fountain while sticking her toe in the water.
|
A woman stand on a fountain and dips her toes in.
| 0 | -100 |
The woman is on a foundation so she is putting her toes in water.
|
exists e1 e2 x1 x2 x3 x4 x5.(n_water(x5) & ne_nam_woman(x1) & while(e1,e2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & v_stick(e2) & n_toe(x4) & of(x4,x2) & n_female(x2) & on(e1,x2) & of(x2,x3) & n_fountain(x3) & n_edge(x2) & Actor(e1,x1) & v_balance(e1))
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x4) & a_in(s1) & Manner(e1,s1) & Theme(e1,x7) & Actor(e1,x6) & v_dip(e1) & n_toe(x7) & of(x7,x1) & n_female(x1) & (x4 = x6) & n_stand(x4) & of(x4,x5) & n_woman(x5) & a_topic(x1) & on(x1,x3) & n_fountain(x3) & n_stand(x1) & of(x1,x2) & n_woman(x2))
|
497e8da0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4 x5.(while(e1,e2) & v_stick(e2) & v_balance(e1) & on(e1,x2) & of(x4,x2) & of(x2,x3) & ne_nam_woman(x1) & n_water(x5) & n_toe(x4) & n_fountain(x3) & n_female(x2) & n_edge(x2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_dip(e1) & on(x1,x3) & of(x7,x1) & of(x4,x5) & of(x1,x2) & n_woman(x5) & n_woman(x2) & n_toe(x7) & n_stand(x4) & n_stand(x1) & n_fountain(x3) & n_female(x1) & a_topic(x4) & a_topic(x1) & a_in(s1) & Theme(e1,x7) & Manner(e1,s1) & Actor(e1,x6) & (x4 = x6))
|
||
Woman balancing on edge of fountain while sticking her toe in the water.
|
An old woman stands on a fountain and sticks her toes in.
| 1 | -100 |
the woman is not necessarily old
|
exists e1 e2 x1 x2 x3 x4 x5.(n_water(x5) & ne_nam_woman(x1) & while(e1,e2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & v_stick(e2) & n_toe(x4) & of(x4,x2) & n_female(x2) & on(e1,x2) & of(x2,x3) & n_fountain(x3) & n_edge(x2) & Actor(e1,x1) & v_balance(e1))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(a_in(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x3) & v_stick(e2) & n_toe(x4) & of(x4,x1) & n_female(x1) & n_woman(x3) & a_old(s2) & Theme(s2,x3) & on(e1,x2) & n_fountain(x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_old(s1) & Theme(s1,x1))
|
497e966a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4 x5.(while(e1,e2) & v_stick(e2) & v_balance(e1) & on(e1,x2) & of(x4,x2) & of(x2,x3) & ne_nam_woman(x1) & n_water(x5) & n_toe(x4) & n_fountain(x3) & n_female(x2) & n_edge(x2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_stick(e2) & v_stand(e1) & on(e1,x2) & of(x4,x1) & n_woman(x3) & n_woman(x1) & n_toe(x4) & n_fountain(x2) & n_female(x1) & a_old(s2) & a_old(s1) & a_in(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x4) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x1))
|
||
A couple strolls arm and arm and hand in hand down a city sidewalk.
|
The couple is having dinner at a restaurant.
| 2 | -100 |
If the couple strolls, they must not be having dinner at a restaurant.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x7) & down(x7,x8) & n_sidewalk(x8) & of(x8,x9) & n_city(x9) & n_hand(x7) & Theme(e1,x2) & Actor(e1,x1) & v_stroll(e1) & n_hand(x6) & n_arm(x5) & subset_of(x6,x4) & subset_of(x5,x4) & n_arm(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_couple(x1))
|
exists e1 x1 x2 x3.(n_couple(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & at(x2,x3) & n_restaurant(x3) & n_dinner(x2))
|
497ea556-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_stroll(e1) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x4,x2) & subset_of(x3,x2) & of(x8,x9) & n_sidewalk(x8) & n_hand(x7) & n_hand(x6) & n_couple(x1) & n_city(x9) & n_arm(x5) & n_arm(x3) & in(e1,x7) & down(x7,x8) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_have(e1) & n_restaurant(x3) & n_dinner(x2) & n_couple(x1) & at(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
a couple are holding hands behind their backs while walking down a street, and the man has his arm around her shoulder.
|
couple walking
| 0 | -100 |
The couple is walking
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_man(x5) & around(e3,x7) & n_shoulder(x7) & of(x7,x6) & n_female(x6) & Theme(e3,x6) & Actor(e3,x5) & v_have(e3) & n_arm(x6) & of(x6,x1) & n_male(x1) & while(e1,e2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x1) & v_walk(e2) & n_street(x4) & behind(e1,x3) & n_back(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_hand(x2) & n_couple(x1))
|
exists x1 x2.(n_walking(x1) & of(x1,x2) & n_couple(x2) & a_topic(x1))
|
497ebb5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_walk(e2) & v_hold(e1) & v_have(e3) & of(x7,x6) & of(x6,x1) & of(x3,x1) & n_thing(x1) & n_street(x4) & n_shoulder(x7) & n_man(x5) & n_male(x1) & n_hand(x2) & n_female(x6) & n_couple(x1) & n_back(x3) & n_arm(x6) & behind(e1,x3) & around(e3,x7) & a_down(s1) & Theme(e3,x6) & Theme(e2,x4) & Theme(e1,x2) & Manner(e2,s1) & Actor(e3,x5) & Actor(e2,x1) & Actor(e1,x1))
|
exists x1 x2.(of(x1,x2) & n_walking(x1) & n_couple(x2) & a_topic(x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
They are going fast.
| 1 | 0.053987 |
jumping a slope outdoors in a forest area does not imply going fast
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 s1 x1.(n_thing(x1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1) & v_go(e1))
|
497fac9e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 s1 x1.(v_go(e1) & n_thing(x1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
A biker is doing jumps by trees.
| 0 | 0.831598 |
A bikder doing jumps by trees is the same as saying a biker is jumping a slope in a forest area.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 x1 x2 x3.(by(e1,x3) & n_tree(x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_jump(x2) & n_biker(x1))
|
497fb1c6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 x1 x2 x3.(v_do(e1) & n_tree(x3) & n_jump(x2) & n_biker(x1) & by(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
A person is trying to learn new tricks on their bike.
| 1 | 0.344117 |
jumping a slope outdoors in a forest area does not mean the person is trying to learn new tricks on their bike.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 p1 x1 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(on(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_learn(e2) & n_trick(x2) & a_new(s1) & Theme(s1,x2)) & n_bike(x3) & of(x3,x1) & n_thing(x1) & n_person(x1))
|
497fbe1e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 p1 x1 x3.(v_try(e1) & of(x3,x1) & n_thing(x1) & n_person(x1) & n_bike(x3) & exists e2 s1 x2.(v_learn(e2) & on(e2,x3) & n_trick(x2) & a_new(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
The biker can be a man or a woman
| 1 | 0.998297 |
there is no indication that the biker is a mountain biker
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 p1 x1.(n_biker(x1) & exists p2.(exists x2.((x1 = x2) & n_man(x2)) | exists x3.((x1 = x3) & n_woman(x3))) & Topic(e1,p1) & Actor(e1,x1) & v_can(e1))
|
497fcb84-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 p1 x1.(v_can(e1) & n_biker(x1) & Topic(e1,p1) & Actor(e1,x1) & (exists x3.(n_woman(x3) & (x1 = x3)) | exists x2.(n_man(x2) & (x1 = x2))))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
A biker is doing jumps in a wooded area.
| 1 | 0.915301 |
A biker is doing jumps in a wooded area may not necessarily be in a forest.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_area(x3) & a_wooded(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_jump(x2) & n_biker(x1))
|
497fd46c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 s1 x1 x2 x3.(v_do(e1) & n_jump(x2) & n_biker(x1) & n_area(x3) & in(e1,x3) & a_wooded(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
The biker is using a small bike to jump a hole.
| 1 | 0.000815 |
A hole and slope are not the same thing.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists e1 p1 s1 x1 x2.(n_biker(x1) & Topic(e1,p1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_jump(e2) & n_hole(x3)) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_bike(x2) & a_small(s1) & Theme(s1,x2))
|
497fd944-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists e1 p1 s1 x1 x2.(v_use(e1) & n_biker(x1) & n_bike(x2) & exists e2 x3.(v_jump(e2) & n_hole(x3) & Theme(e2,x3) & Actor(e2,x1)) & a_small(s1) & Topic(e1,p1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A mountain biker jumping a slope outdoors in a forest area.
|
He's indoors
| 2 | 0.000001 |
The biker cannot be outdoors and indoors simultaneously.
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & in(x4,x6) & n_area(x6) & of(x6,x7) & n_forest(x7) & n_outdoors(x4) & of(x4,x5) & n_slope(x5) & (x1 = x3) & n_biker(x1) & of(x1,x2) & n_mountain(x2))
|
exists p1 x1.(n_male(x1) & exists x2.((x1 = x2) & n_indoor(x2)))
|
497feda8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7.(v_jump(e1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_slope(x5) & n_outdoors(x4) & n_mountain(x2) & n_forest(x7) & n_biker(x1) & n_area(x6) & in(x4,x6) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
exists x1.(n_male(x1) & exists x2.(n_indoor(x2) & (x1 = x2)))
|
||
A little boy swims underwater.
|
A little boy swimming at a beach.
| 1 | -100 |
Not all little boys who swim underwater do so at a beach.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_beach(x3) & n_swimming(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
49815652-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists s1 x1 x2 x3.(of(x1,x2) & n_swimming(x1) & n_boy(x2) & n_beach(x3) & at(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1))
|
||
A little boy swims underwater.
|
A child swimming.
| 0 | -100 |
A boy is swimming underwater.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists x1 x2.(a_topic(x1) & n_swimming(x1) & of(x1,x2) & n_child(x2))
|
49815af8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1 x2.(of(x1,x2) & n_swimming(x1) & n_child(x2) & a_topic(x1))
|
||
A driver is racing his Ford vehicle on a gravel track.
|
A man has parked his truck.
| 2 | -100 |
A man cannot be racing in a parked vehicle.
|
exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_park(e1) & n_truck(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
|
49816002-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_race(e1) & on(x2,x4) & of(x4,x5) & of(x2,x1) & ne_per_ford(x3) & n_vehicle(x2) & n_track(x4) & n_male(x1) & n_gravel(x5) & n_driver(x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2.(v_park(e1) & of(x2,x1) & n_truck(x2) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A driver is racing his Ford vehicle on a gravel track.
|
A Ford is being driven on a track.
| 0 | -100 |
A Ford driver is racing on a gravel track.
|
exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1))
|
exists e1 x1 x2.(on(e1,x2) & n_track(x2) & Theme(e1,x1) & v_drive(e1) & ne_org_ford(x1))
|
49816566-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_race(e1) & on(x2,x4) & of(x4,x5) & of(x2,x1) & ne_per_ford(x3) & n_vehicle(x2) & n_track(x4) & n_male(x1) & n_gravel(x5) & n_driver(x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2.(v_drive(e1) & on(e1,x2) & ne_org_ford(x1) & n_track(x2) & Theme(e1,x1))
|
||
A driver is racing his Ford vehicle on a gravel track.
|
A man is racing his truck.
| 1 | -100 |
You do not have to be a man to race a vehicle. Not all Ford vehicle's are trucks.
|
exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_truck(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
|
49816a16-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_race(e1) & on(x2,x4) & of(x4,x5) & of(x2,x1) & ne_per_ford(x3) & n_vehicle(x2) & n_track(x4) & n_male(x1) & n_gravel(x5) & n_driver(x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
exists e1 x1 x2.(v_race(e1) & of(x2,x1) & n_truck(x2) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Three guys and a girl are all jumping in a pool together.
|
The people are all climbing out of the water.
| 2 | -100 |
They can be either jumping into the pool or climbing out of the water.
|
exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2))
|
exists e1 s1 x1 x2.(n_water(x2) & n_people(x1) & a_all(s1) & Manner(e1,s1) & of(e1,x2) & r_out(e1) & Actor(e1,x1) & v_climb(e1))
|
49816ed0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_pool(x4) & n_guy(x2) & n_girl(x3) & in(e1,x4) & card_eq_3(x2) & a_together(s1) & a_all(s2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_climb(e1) & r_out(e1) & of(e1,x2) & n_water(x2) & n_people(x1) & a_all(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Three guys and a girl are all jumping in a pool together.
|
The people are all jumping into a body of water.
| 0 | -100 |
People are jumping into the water together.
|
exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2))
|
exists e1 s1 x1 x2 x3.(n_people(x1) & a_all(s1) & Manner(e1,s1) & into(e1,x2) & of(x2,x3) & n_water(x3) & n_body(x2) & Actor(e1,x1) & v_jump(e1))
|
4981739e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_pool(x4) & n_guy(x2) & n_girl(x3) & in(e1,x4) & card_eq_3(x2) & a_together(s1) & a_all(s2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_jump(e1) & of(x2,x3) & n_water(x3) & n_people(x1) & n_body(x2) & into(e1,x2) & a_all(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Three guys and a girl are all jumping in a pool together.
|
The people are all friends.
| 1 | -100 |
Just because three people are jumping in the pool together does not make them friends.
|
exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2))
|
exists p1 x1.(n_people(x1) & all x2.(n_friend(x2) -> (x1 = x2)))
|
49817858-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_pool(x4) & n_guy(x2) & n_girl(x3) & in(e1,x4) & card_eq_3(x2) & a_together(s1) & a_all(s2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
|
exists x1.(n_people(x1) & all x2.(-n_friend(x2) | (x1 = x2)))
|
||
A little boy underwater in a pool, holding a plastic dinosaur.
|
The toy is waterproof.
| 1 | -100 |
Not all plastic dinosaurs are waterproof.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists s1 x1.(n_toy(x1) & Theme(s1,x1) & a_waterproof(s1))
|
49817d12-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x1,x2) & n_underwater(x1) & n_pool(x3) & n_plastic(x6) & n_dinosaur(x5) & n_boy(x2) & in(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists s1 x1.(n_toy(x1) & a_waterproof(s1) & Theme(s1,x1))
|
||
A little boy underwater in a pool, holding a plastic dinosaur.
|
The Lone Ranger swims again.
| 2 | -100 |
The Lone Ranger is a man, not a little boy.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(ne_per_ranger(x1) & (x1 = x2) & ne_per_lone(x2) & a_again(s1) & Manner(e1,s1) & Actor(e1,x1) & v_swim(e1))
|
498181cc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x1,x2) & n_underwater(x1) & n_pool(x3) & n_plastic(x6) & n_dinosaur(x5) & n_boy(x2) & in(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 s1 x1 x2.(v_swim(e1) & ne_per_ranger(x1) & ne_per_lone(x2) & a_again(s1) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x2))
|
||
A little boy underwater in a pool, holding a plastic dinosaur.
|
Small boy in pool holds toy.
| 0 | -100 |
A boy in a pool holds his plastic dinosaur toy.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_toy(x3) & in(x1,x2) & n_pool(x2) & n_boy(x1) & a_small(s1) & Theme(s1,x1))
|
498186cc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x1,x2) & n_underwater(x1) & n_pool(x3) & n_plastic(x6) & n_dinosaur(x5) & n_boy(x2) & in(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4))
|
exists e1 s1 x1 x2 x3.(v_hold(e1) & n_toy(x3) & n_pool(x2) & n_boy(x1) & in(x1,x2) & a_small(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
||
A little boy swimming underwater with a toy in his hand.
|
A little boy is chasing a dog.
| 2 | -100 |
A little boy can either be chasing a dog, or be swimming underwater.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_dog(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
49818d98-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(with(x1,x4) & of(x5,x1) & of(x1,x3) & of(x1,x2) & n_underwater(x1) & n_toy(x4) & n_swimming(x3) & n_male(x1) & n_hand(x5) & n_boy(x2) & in(x4,x5) & a_topic(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(v_chase(e1) & n_dog(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little boy swimming underwater with a toy in his hand.
|
A little boy is holding a pool ring.
| 1 | -100 |
A pool ring is not the only toy a little boy can swim with underwater.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ring(x2) & of(x2,x3) & n_pool(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
498192e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(with(x1,x4) & of(x5,x1) & of(x1,x3) & of(x1,x2) & n_underwater(x1) & n_toy(x4) & n_swimming(x3) & n_male(x1) & n_hand(x5) & n_boy(x2) & in(x4,x5) & a_topic(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_ring(x2) & n_pool(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little boy swimming underwater with a toy in his hand.
|
A little boy is underwater.
| 0 | -100 |
The little boy is swimming underwater so he would indeed be underwater.
|
exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))
|
exists s1 s2 x1.(Theme(s2,x1) & a_underwater(s2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
498197ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(with(x1,x4) & of(x5,x1) & of(x1,x3) & of(x1,x2) & n_underwater(x1) & n_toy(x4) & n_swimming(x3) & n_male(x1) & n_hand(x5) & n_boy(x2) & in(x4,x5) & a_topic(x1) & a_little(s1) & Theme(s1,x1))
|
exists s1 s2 x1.(n_boy(x1) & a_underwater(s2) & a_little(s1) & Theme(s2,x1) & Theme(s1,x1))
|
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo.
|
A man is riding in his first rodeo.
| 1 | -100 |
We don't know if it is his first rodeo; he may be experienced.
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2.(in(e1,x2) & n_rodeo(x2) & a_first(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_ride(e1) & n_man(x1))
|
49819c7a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_ride(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x4,x6) & n_shirt(x4) & n_shire(x6) & n_rodeo(x9) & n_man(x1) & n_horse(x7) & n_hate(x5) & n_bucking(x8) & in(e2,x9) & a_white(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_ride(e1) & of(x2,x1) & n_rodeo(x2) & n_man(x1) & n_male(x1) & in(e1,x2) & a_first(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo.
|
A rodeo clown chases a bull.
| 2 | -100 |
One can't be riding a bucking horse and chasing a bull at the same time,
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_chase(e1) & n_bull(x3) & n_clown(x1) & of(x1,x2) & n_rodeo(x2))
|
4981a134-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_ride(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x4,x6) & n_shirt(x4) & n_shire(x6) & n_rodeo(x9) & n_man(x1) & n_horse(x7) & n_hate(x5) & n_bucking(x8) & in(e2,x9) & a_white(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_chase(e1) & of(x1,x2) & n_rodeo(x2) & n_clown(x1) & n_bull(x3) & Theme(e1,x3) & Actor(e1,x1))
|
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo.
|
A man is being bucked on a horse.
| 0 | -100 |
One must be riding a bucking horse to be bucked on a horse.
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2.(on(e1,x2) & n_horse(x2) & Theme(e1,x1) & v_buck(e1) & n_man(x1))
|
4981a5ee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_ride(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x4,x6) & n_shirt(x4) & n_shire(x6) & n_rodeo(x9) & n_man(x1) & n_horse(x7) & n_hate(x5) & n_bucking(x8) & in(e2,x9) & a_white(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_buck(e1) & on(e1,x2) & n_man(x1) & n_horse(x2) & Theme(e1,x1))
|
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride.
|
The man rides an animal.
| 0 | -100 |
A man is a rider.
|
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_animal(x2))
|
4981aa9e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(v_keep(e2) & v_get(e1) & of(x8,x1) & of(x7,x1) & of(x4,x6) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_saddle(x5) & n_saddle(x2) & n_rider(x4) & n_rider(x1) & n_ride(x8) & n_male(x1) & n_grip(x7) & n_bronc(x6) & n_bronc(x3) & exists e3.(v_lift(e3) & r_out(e3) & of(e3,x2) & Theme(e3,x1)) & during(e2,x8) & Topic(e1,p1) & Theme(e2,x7) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 x1 x2.(v_ride(e1) & n_man(x1) & n_animal(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride.
|
The man is trying not to fall.
| 1 | -100 |
There are more than one ways to fall.
|
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2))
|
exists x1.(n_man(x1) & -exists e1 p1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2.(Actor(e2,x1) & v_fall(e2))))
|
4981b098-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(v_keep(e2) & v_get(e1) & of(x8,x1) & of(x7,x1) & of(x4,x6) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_saddle(x5) & n_saddle(x2) & n_rider(x4) & n_rider(x1) & n_ride(x8) & n_male(x1) & n_grip(x7) & n_bronc(x6) & n_bronc(x3) & exists e3.(v_lift(e3) & r_out(e3) & of(e3,x2) & Theme(e3,x1)) & during(e2,x8) & Topic(e1,p1) & Theme(e2,x7) & Actor(e2,x4) & Actor(e1,x1))
|
exists x1.(n_man(x1) & all e1 p1.(all e2.(-v_fall(e2) | -Actor(e2,x1)) | -v_try(e1) | -Topic(e1,p1) | -Actor(e1,x1)))
|
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride.
|
The man is riding a motorcycle.
| 2 | -100 |
A saddle bronc riders rides a horse, not a motorcycle
|
exists e2 e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2))
|
4981b5ac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(v_keep(e2) & v_get(e1) & of(x8,x1) & of(x7,x1) & of(x4,x6) & of(x4,x5) & of(x1,x3) & of(x1,x2) & n_saddle(x5) & n_saddle(x2) & n_rider(x4) & n_rider(x1) & n_ride(x8) & n_male(x1) & n_grip(x7) & n_bronc(x6) & n_bronc(x3) & exists e3.(v_lift(e3) & r_out(e3) & of(e3,x2) & Theme(e3,x1)) & during(e2,x8) & Topic(e1,p1) & Theme(e2,x7) & Actor(e2,x4) & Actor(e1,x1))
|
exists e1 x1 x2.(v_ride(e1) & n_motorcycle(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
a woman with a straw hat working on a strange machine with coconuts at her side.
|
A woman is using a machine to make coconut milk.
| 1 | -100 |
We can't infer sne is there to make coconut milk.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1))
|
exists e1 p1 x1 x2.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 s1 x3.(Theme(e2,x3) & Actor(e2,x1) & v_make(e2) & n_milk(x3) & a_coconut(s1) & Theme(s1,x3)) & n_machine(x2) & n_woman(x1))
|
4981ba70-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & with(x1,x2) & v_work(e1) & on(e1,x5) & of(x7,x1) & of(x2,x3) & n_woman(x1) & n_straw(x3) & n_side(x7) & n_machine(x5) & n_hat(x2) & n_female(x1) & n_coconut(x6) & at(e1,x7) & a_topic(x1) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & (x1 = x4))
|
exists e1 p1 x1 x2.(v_use(e1) & n_woman(x1) & n_machine(x2) & exists e2 s1 x3.(v_make(e2) & n_milk(x3) & a_coconut(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1))
|
||
a woman with a straw hat working on a strange machine with coconuts at her side.
|
A woman is sitting on the couch.
| 2 | -100 |
A woman can be working or sitting on a couch.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1))
|
exists e1 x1 x2.(n_couch(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
4981bf20-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & with(x1,x2) & v_work(e1) & on(e1,x5) & of(x7,x1) & of(x2,x3) & n_woman(x1) & n_straw(x3) & n_side(x7) & n_machine(x5) & n_hat(x2) & n_female(x1) & n_coconut(x6) & at(e1,x7) & a_topic(x1) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & (x1 = x4))
|
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_couch(x2) & Actor(e1,x1))
|
||
a woman with a straw hat working on a strange machine with coconuts at her side.
|
A woman is at a machine.
| 0 | -100 |
A strange machine is a type of machine.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1))
|
exists p1 x1.(exists x2.(at(x1,x2) & n_machine(x2)) & n_woman(x1))
|
4981c3ee-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & with(x1,x2) & v_work(e1) & on(e1,x5) & of(x7,x1) & of(x2,x3) & n_woman(x1) & n_straw(x3) & n_side(x7) & n_machine(x5) & n_hat(x2) & n_female(x1) & n_coconut(x6) & at(e1,x7) & a_topic(x1) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & (x1 = x4))
|
exists x1.(n_woman(x1) & exists x2.(n_machine(x2) & at(x1,x2)))
|
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees.
|
The man is boiling a pot of corn.
| 2 | -100 |
A man can be either shucking corn or boiling a pot of corn.
|
exists e3 e1 e5 e2 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_boil(e1) & of(x2,x3) & n_corn(x3) & n_pot(x2))
|
4981c8b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e5 e2 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e4) & v_wear(e1) & v_use(e3) & v_surround(e5) & v_shuck(e2) & of(x6,x7) & of(x3,x4) & of(x10,x11) & n_tree(x12) & n_shucker(x6) & n_rice(x4) & n_rice(x11) & n_man(x8) & n_man(x1) & n_hat(x3) & n_hat(x10) & n_corn(x7) & n_corn(x5) & for(e2,e3) & Theme(e5,x8) & Theme(e4,x10) & Theme(e3,x6) & Theme(e2,x5) & Theme(e1,x3) & Actor(e5,x12) & Actor(e4,x9) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_boil(e1) & of(x2,x3) & n_pot(x2) & n_man(x1) & n_corn(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees.
|
There is a person processing vegetables.
| 0 | -100 |
Shucking corn using a corn shucker is a way to process vegetables.
|
exists e2 e3 e5 e1 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1))
|
exists p1 x1 x2 x3.((x1 = x2) & n_processing(x2) & Time(x2,x3) & n_vegetable(x3) & n_person(x2))
|
4981ce52-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e3 e5 e1 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e4) & v_wear(e1) & v_use(e3) & v_surround(e5) & v_shuck(e2) & of(x6,x7) & of(x3,x4) & of(x10,x11) & n_tree(x12) & n_shucker(x6) & n_rice(x4) & n_rice(x11) & n_man(x8) & n_man(x1) & n_hat(x3) & n_hat(x10) & n_corn(x7) & n_corn(x5) & for(e2,e3) & Theme(e5,x8) & Theme(e4,x10) & Theme(e3,x6) & Theme(e2,x5) & Theme(e1,x3) & Actor(e5,x12) & Actor(e4,x9) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
|
exists x1 x2 x3.(n_vegetable(x3) & n_processing(x2) & n_person(x2) & Time(x2,x3) & (x1 = x2))
|
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees.
|
A man is shucking a large pile of corn.
| 1 | -100 |
We don't know if it is a large pile or not.
|
exists e3 e2 e5 e4 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_shuck(e1) & of(x2,x3) & n_corn(x3) & n_pile(x2) & a_large(s1) & Theme(s1,x2) & n_man(x1))
|
4981d38e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e2 e5 e4 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e4) & v_wear(e1) & v_use(e3) & v_surround(e5) & v_shuck(e2) & of(x6,x7) & of(x3,x4) & of(x10,x11) & n_tree(x12) & n_shucker(x6) & n_rice(x4) & n_rice(x11) & n_man(x8) & n_man(x1) & n_hat(x3) & n_hat(x10) & n_corn(x7) & n_corn(x5) & for(e2,e3) & Theme(e5,x8) & Theme(e4,x10) & Theme(e3,x6) & Theme(e2,x5) & Theme(e1,x3) & Actor(e5,x12) & Actor(e4,x9) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(v_shuck(e1) & of(x2,x3) & n_pile(x2) & n_man(x1) & n_corn(x3) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park.
|
The woman is making jewelry at the park.
| 1 | -100 |
There are more than one way of making jewelry in the park.
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_park(x3) & n_woman(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_jewelry(x2))
|
4981dab4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_operate(e1) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_straw(x4) & n_steel(x8) & n_sort(x6) & n_machine(x7) & n_hat(x3) & exists e3 p1 x9.(v_appear(e3) & n_thing(x9) & in(e1,x9) & exists x10.(n_park(x10) & (x9 = x10)) & Topic(e3,p1) & Actor(e3,x9)) & a_topic(x1) & a_stainless(s2) & a_chinese(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_make(e1) & n_woman(x1) & n_park(x3) & n_jewelry(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park.
|
The woman has a small child trapped in the machine who sews clothes.
| 2 | -100 |
A woman can't be operating a machine and also have a child trapped in the machine.
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_machine(x4) & n_woman(x1) & Theme(e3,x2) & Actor(e3,x1) & v_have(e3) & in(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_sew(e2) & n_clothes(x6) & (x4 = x5) & Theme(e1,x3) & v_trap(e1) & (x2 = x3) & n_child(x2) & a_small(s1) & Theme(s1,x2))
|
4981e054-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_operate(e1) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_straw(x4) & n_steel(x8) & n_sort(x6) & n_machine(x7) & n_hat(x3) & exists e3 p1 x9.(v_appear(e3) & n_thing(x9) & in(e1,x9) & exists x10.(n_park(x10) & (x9 = x10)) & Topic(e3,p1) & Actor(e3,x9)) & a_topic(x1) & a_stainless(s2) & a_chinese(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2))
|
exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_trap(e1) & v_sew(e2) & v_have(e3) & n_woman(x1) & n_machine(x4) & n_clothes(x6) & n_child(x2) & in(e1,x4) & a_small(s1) & Theme(s1,x2) & Theme(e3,x2) & Theme(e2,x6) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x5) & (x4 = x5) & (x2 = x3))
|
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park.
|
The woman is outdoors with a machine.
| 0 | -100 |
A park imples being ourdoors.
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
|
exists p1 x1.(n_woman(x1) & exists x2 x3.((x1 = x2) & with(x2,x3) & n_machine(x3) & n_outdoors(x2)))
|
4981e554-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_operate(e1) & of(x7,x8) & of(x6,x7) & of(x3,x4) & n_woman(x1) & n_straw(x4) & n_steel(x8) & n_sort(x6) & n_machine(x7) & n_hat(x3) & exists e3 p1 x9.(v_appear(e3) & n_thing(x9) & in(e1,x9) & exists x10.(n_park(x10) & (x9 = x10)) & Topic(e3,p1) & Actor(e3,x9)) & a_topic(x1) & a_stainless(s2) & a_chinese(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x6) & Actor(e2,x2) & Actor(e1,x5) & (x3 = x5) & (x1 = x2))
|
exists x1.(n_woman(x1) & exists x2 x3.(with(x2,x3) & n_outdoors(x2) & n_machine(x3) & (x1 = x2)))
|
||
A woman on the side of a street is making food on her cart.
|
A child is wearing a bandana.
| 2 | -100 |
A woman is not a child.
|
exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_bandana(x2) & n_child(x1))
|
4981ea36-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_make(e1) & on(x1,x2) & on(e1,x5) & of(x5,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_side(x2) & n_food(x4) & n_female(x2) & n_cart(x5) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2.(v_wear(e1) & n_child(x1) & n_bandana(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman on the side of a street is making food on her cart.
|
A person is cooking mexican food.
| 1 | -100 |
Street vendors can produce food other than mexican food.
|
exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & n_food(x2) & a_mexican(s1) & Theme(s1,x2) & n_person(x1))
|
4981ef22-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_make(e1) & on(x1,x2) & on(e1,x5) & of(x5,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_side(x2) & n_food(x4) & n_female(x2) & n_cart(x5) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_cook(e1) & n_person(x1) & n_food(x2) & a_mexican(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman on the side of a street is making food on her cart.
|
A person is cooking.
| 0 | -100 |
A woman is a person. Cooking is a way of making food.
|
exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1))
|
exists e1 x1.(Actor(e1,x1) & v_cook(e1) & n_person(x1))
|
4981f3f0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_make(e1) & on(x1,x2) & on(e1,x5) & of(x5,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_side(x2) & n_food(x4) & n_female(x2) & n_cart(x5) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1.(v_cook(e1) & n_person(x1) & Actor(e1,x1))
|
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod.
|
The man is wearing a blue shirt.
| 2 | -100 |
A man can't be without a shirt and wearing a blue shirt.
|
exists e3 e1 e4 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2))
|
4981f8dc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e4 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(while(e3,e4) & while(e1,e2) & v_listen(e4) & v_listen(e2) & v_jog(e3) & v_jog(e1) & to(e4,x8) & to(e2,x4) & of(x8,x7) & of(x4,x3) & n_shorts(x2) & n_road(x6) & n_road(x3) & n_man(x5) & n_man(x1) & n_male(x7) & n_male(x3) & n_ipod(x8) & n_ipod(x4) & in(x1,x2) & all x9.(-with(x5,x9) | -n_shirt(x9)) & a_down(s3) & a_down(s2) & a_blue(s1) & Theme(s1,x2) & Theme(e3,x6) & Theme(e1,x3) & Manner(e3,s3) & Manner(e1,s2) & Actor(e4,x5) & Actor(e3,x5) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod.
|
The man is running.
| 0 | -100 |
Jogging a kind of running.
|
exists e2 e3 e4 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_run(e1))
|
49820016-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e3 e4 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(while(e3,e4) & while(e1,e2) & v_listen(e4) & v_listen(e2) & v_jog(e3) & v_jog(e1) & to(e4,x8) & to(e2,x4) & of(x8,x7) & of(x4,x3) & n_shorts(x2) & n_road(x6) & n_road(x3) & n_man(x5) & n_man(x1) & n_male(x7) & n_male(x3) & n_ipod(x8) & n_ipod(x4) & in(x1,x2) & all x9.(-with(x5,x9) | -n_shirt(x9)) & a_down(s3) & a_down(s2) & a_blue(s1) & Theme(s1,x2) & Theme(e3,x6) & Theme(e1,x3) & Manner(e3,s3) & Manner(e1,s2) & Actor(e4,x5) & Actor(e3,x5) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1.(v_run(e1) & n_man(x1) & Actor(e1,x1))
|
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod.
|
The man is wearing headphones.
| 1 | -100 |
One can listen to one's iPod without headphones.
|
exists e3 e1 e2 e4 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headphone(x2))
|
49820638-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e2 e4 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(while(e3,e4) & while(e1,e2) & v_listen(e4) & v_listen(e2) & v_jog(e3) & v_jog(e1) & to(e4,x8) & to(e2,x4) & of(x8,x7) & of(x4,x3) & n_shorts(x2) & n_road(x6) & n_road(x3) & n_man(x5) & n_man(x1) & n_male(x7) & n_male(x3) & n_ipod(x8) & n_ipod(x4) & in(x1,x2) & all x9.(-with(x5,x9) | -n_shirt(x9)) & a_down(s3) & a_down(s2) & a_blue(s1) & Theme(s1,x2) & Theme(e3,x6) & Theme(e1,x3) & Manner(e3,s3) & Manner(e1,s2) & Actor(e4,x5) & Actor(e3,x5) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_headphone(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
Women exercising one woman has a green mat and black outfit on.
|
The women are exercising.
| 0 | -100 |
Women and exercising is repeated in both sentences.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1))
|
exists e1 x1.(n_woman(x1) & Actor(e1,x1) & v_exercise(e1))
|
49820aac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_have(e2) & v_exercise(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_woman(x3) & n_woman(x1) & n_outfit(x6) & n_mat(x5) & card_eq_1(x3) & a_on(s3) & a_green(s1) & a_black(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1.(v_exercise(e1) & n_woman(x1) & Actor(e1,x1))
|
||
Women exercising one woman has a green mat and black outfit on.
|
The women are both dressing in green.
| 2 | -100 |
A woman can't have a black outfit and be dressed in green.
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1))
|
exists e1 s1 x1 x2.(n_woman(x1) & a_both(s1) & Manner(e1,s1) & in(e1,x2) & n_green(x2) & Actor(e1,x1) & v_dress(e1))
|
49820f16-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_have(e2) & v_exercise(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_woman(x3) & n_woman(x1) & n_outfit(x6) & n_mat(x5) & card_eq_1(x3) & a_on(s3) & a_green(s1) & a_black(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_dress(e1) & n_woman(x1) & n_green(x2) & in(e1,x2) & a_both(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Women exercising one woman has a green mat and black outfit on.
|
The women are doing yoga.
| 1 | -100 |
Women can exercise in ways other than yoga.
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_yoga(x2))
|
4982138a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_have(e2) & v_exercise(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_woman(x3) & n_woman(x1) & n_outfit(x6) & n_mat(x5) & card_eq_1(x3) & a_on(s3) & a_green(s1) & a_black(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_do(e1) & n_yoga(x2) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Students practicing yoga in a class setting.
|
The students are taking a beginners' yoga class.
| 1 | -100 |
There are other levels of yoga classes besides beginners'.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1))
|
exists e1 x1 x2 x3 x4.(n_student(x1) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_class(x3) & of(x3,x4) & n_yoga(x4) & of(x3,x2) & n_beginner(x2))
|
498217fe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_practice(e1) & of(x4,x5) & n_yoga(x3) & n_student(x1) & n_setting(x4) & n_class(x5) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3 x4.(v_take(e1) & of(x3,x4) & of(x3,x2) & n_yoga(x4) & n_student(x1) & n_class(x3) & n_beginner(x2) & Theme(e1,x3) & Actor(e1,x1))
|
||
Students practicing yoga in a class setting.
|
The students solve equations on the board.
| 2 | -100 |
The students can't be practicing yoga and solving equations.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1))
|
exists e1 x1 x2 x3.(n_board(x3) & n_student(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_solve(e1) & n_equation(x2))
|
49821d4e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_practice(e1) & of(x4,x5) & n_yoga(x3) & n_student(x1) & n_setting(x4) & n_class(x5) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_solve(e1) & on(e1,x3) & n_student(x1) & n_equation(x2) & n_board(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Students practicing yoga in a class setting.
|
A yoga class is in progress.
| 0 | -100 |
Practicing implies class is in progress.
|
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1))
|
exists p1 x1 x2.(exists x3.(in(x1,x3) & n_progress(x3)) & n_class(x1) & of(x1,x2) & n_yoga(x2))
|
49822244-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_practice(e1) & of(x4,x5) & n_yoga(x3) & n_student(x1) & n_setting(x4) & n_class(x5) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2.(of(x1,x2) & n_yoga(x2) & n_class(x1) & exists x3.(n_progress(x3) & in(x1,x3)))
|
||
People are stretching on yoga mats.
|
They stretched on yoga mats outside.
| 1 | -100 |
People can stretch on yoga mats in places other than outside as well.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1))
|
exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & on(e1,x1) & n_mat(x1) & of(x1,x2) & n_yoga(x2) & Actor(e1,x1) & v_stretch(e1) & n_thing(x1))
|
49822d3e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_stretch(e1) & on(e1,x2) & of(x2,x3) & n_yoga(x3) & n_people(x1) & n_mat(x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_stretch(e1) & on(e1,x1) & of(x1,x2) & n_yoga(x2) & n_thing(x1) & n_mat(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
People are stretching on yoga mats.
|
The people stretched on yoga mats.
| 0 | -100 |
People has to do stretching to be stretched.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1))
|
exists e1 x1 x2 x3.(n_people(x1) & on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1))
|
498232c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_stretch(e1) & on(e1,x2) & of(x2,x3) & n_yoga(x3) & n_people(x1) & n_mat(x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_stretch(e1) & on(e1,x2) & of(x2,x3) & n_yoga(x3) & n_people(x1) & n_mat(x2) & Actor(e1,x1))
|
||
People are stretching on yoga mats.
|
They stretched on bikes.
| 2 | -100 |
People can't stretch on yoga mats and bikes.
|
exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1))
|
exists e1 x1.(on(e1,x1) & n_bike(x1) & Actor(e1,x1) & v_stretch(e1) & n_thing(x1))
|
498237c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_stretch(e1) & on(e1,x2) & of(x2,x3) & n_yoga(x3) & n_people(x1) & n_mat(x2) & Actor(e1,x1))
|
exists e1 x1.(v_stretch(e1) & on(e1,x1) & n_thing(x1) & n_bike(x1) & Actor(e1,x1))
|
||
A group of people are doing yoga.
|
The people are doing yoga
| 0 | -100 |
people implies a group.
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
|
exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_yoga(x2))
|
49823c8e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_do(e1) & of(x1,x2) & n_yoga(x3) & n_people(x2) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_do(e1) & n_yoga(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A group of people are doing yoga.
|
The people are working out
| 1 | -100 |
People can be working out in other ways beside yoga.
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
|
exists e1 s1 x1.(n_people(x1) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1))
|
49824148-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_do(e1) & of(x1,x2) & n_yoga(x3) & n_people(x2) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 s1 x1.(v_work(e1) & n_people(x1) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A group of people are doing yoga.
|
The people are sleep.
| 2 | -100 |
People can't do yoga and sleep.
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
|
exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_sleep(x2)))
|
49824616-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_do(e1) & of(x1,x2) & n_yoga(x3) & n_people(x2) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_sleep(x2) & (x1 = x2)))
|
||
Motorcyclist performing while two men watch.
|
Two women are walking with strollers.
| 2 | -100 |
Two men can't be two women. Walking with strollers isn't watching a motorcyclist perform.
|
exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1))
|
exists e1 x1 x2.(with(e1,x2) & n_stroller(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & card_eq_2(x1))
|
49824b34-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3.(while(e1,x2) & v_watch(e2) & v_perform(e1) & ne_nam_motorcyclist(s1) & n_thing(x1) & n_man(x2) & card_eq_2(x2) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & Actor(e1,x1) & (s1 = x3))
|
exists e1 x1 x2.(with(e1,x2) & v_walk(e1) & n_woman(x1) & n_stroller(x2) & card_eq_2(x1) & Actor(e1,x1))
|
||
Motorcyclist performing while two men watch.
|
Men watching motorcyclist.
| 0 | -100 |
two implies more than one
|
exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_motorcyclist(x3) & (x1 = x2) & n_man(x1))
|
498250b6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3.(while(e1,x2) & v_watch(e2) & v_perform(e1) & ne_nam_motorcyclist(s1) & n_thing(x1) & n_man(x2) & card_eq_2(x2) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & Actor(e1,x1) & (s1 = x3))
|
exists e1 x1 x2 x3.(v_watch(e1) & n_motorcyclist(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Motorcyclist performing while two men watch.
|
Motorcylist performing in annual race.
| 1 | -100 |
A motorcyclist can perform in races other than the annual race.
|
exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1))
|
exists e1 s1 x1 x2.(ne_nam_motorcylist(x1) & in(e1,x2) & n_race(x2) & a_annual(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1))
|
4982557a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3.(while(e1,x2) & v_watch(e2) & v_perform(e1) & ne_nam_motorcyclist(s1) & n_thing(x1) & n_man(x2) & card_eq_2(x2) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & Actor(e1,x1) & (s1 = x3))
|
exists e1 s1 x1 x2.(v_perform(e1) & ne_nam_motorcylist(x1) & n_race(x2) & in(e1,x2) & a_annual(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
The young man is waiting with others on the sidewalk.
|
The girls are climbing a tree
| 2 | -100 |
A young man isn't girls. Waiting with others isn't climbing a tree.
|
exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1))
|
exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_tree(x2))
|
49825a2a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x2) & v_wait(e1) & on(e1,x4) & n_sidewalk(x4) & n_person(x3) & n_person(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & -(x2 = x3))
|
exists e1 x1 x2.(v_climb(e1) & n_tree(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
The young man is waiting with others on the sidewalk.
|
There is a young person talking with others near the bustop
| 1 | -100 |
A person who is waiting is not necessarily talking. Not all sidewalks are near a bustop.
|
exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1))
|
exists p1 x1 x5.(n_bustop(x5) & exists e1 s1 x2 x3 x4.((x1 = x2) & near(e1,x5) & with(e1,x4) & -(x4 = x2) & n_person(x2) & n_person(x4) & Actor(e1,x3) & v_talk(e1) & (x2 = x3) & n_person(x2) & a_young(s1) & Theme(s1,x2)))
|
49825eda-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x2) & v_wait(e1) & on(e1,x4) & n_sidewalk(x4) & n_person(x3) & n_person(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & -(x2 = x3))
|
exists x1 x5.(n_bustop(x5) & exists e1 s1 x2 x3 x4.(with(e1,x4) & v_talk(e1) & near(e1,x5) & n_person(x4) & n_person(x2) & a_young(s1) & Theme(s1,x2) & Actor(e1,x3) & -(x4 = x2) & (x2 = x3) & (x1 = x2)))
|
||
The young man is waiting with others on the sidewalk.
|
there is a group of people waiting outside
| 0 | -100 |
others implies a group.
|
exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1))
|
exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & of(x2,x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x4) & v_wait(e1) & (x3 = x4) & n_people(x3) & n_group(x2))
|
4982638a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x2) & v_wait(e1) & on(e1,x4) & n_sidewalk(x4) & n_person(x3) & n_person(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1) & -(x2 = x3))
|
exists x1 e1 s1 x2 x3 x4.(v_wait(e1) & of(x2,x3) & n_people(x3) & n_group(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
|
||
Two people pose for the camera.
|
People pose for a picture.
| 0 | -100 |
People pose for a picture, because pictures are only taken with cameras.
|
exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(for(e1,x2) & n_picture(x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1))
|
49826826-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_pose(e1) & n_people(x1) & n_camera(x2) & for(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_pose(e1) & n_picture(x2) & n_people(x1) & for(e1,x2) & Actor(e1,x1))
|
||
Two people pose for the camera.
|
People pose for a family picture.
| 1 | -100 |
People posing for a photo are not necessarily family members.
|
exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(for(e1,x2) & n_picture(x2) & of(x2,x3) & n_family(x3) & Actor(e1,x1) & v_pose(e1) & n_people(x1))
|
49826cd6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_pose(e1) & n_people(x1) & n_camera(x2) & for(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_pose(e1) & of(x2,x3) & n_picture(x2) & n_people(x1) & n_family(x3) & for(e1,x2) & Actor(e1,x1))
|
||
Two people pose for the camera.
|
Two people are yelling.
| 2 | -100 |
Two people can't pose for the camera and yell.
|
exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1))
|
exists e1 x1.(Actor(e1,x1) & v_yell(e1) & n_people(x1) & card_eq_2(x1))
|
49827712-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_pose(e1) & n_people(x1) & n_camera(x2) & for(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
|
exists e1 x1.(v_yell(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
|
||
A man is sleeping on the grass.
|
The man is checking into a 4 star hotel
| 2 | -100 |
if the man is checking in a 4 star hotel he is not sleeping on the grass.
|
exists e1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(n_man(x1) & into(e1,x2) & n_hotel(x2) & of(x2,x3) & n_star(x3) & n_date(x2) & a_date_day_04(x2) & a_date_day_04(x2) & Actor(e1,x1) & v_check(e1))
|
498282ca-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_sleep(e1) & on(e1,x2) & n_man(x1) & n_grass(x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_check(e1) & of(x2,x3) & n_star(x3) & n_man(x1) & n_hotel(x2) & n_date(x2) & into(e1,x2) & a_date_day_04(x2) & Actor(e1,x1))
|
||
A white and brown dog is leaping through the air.
|
The dog is taking a nap.
| 2 | -100 |
the dog is not leaping if it is taking a nap.
|
exists e1 s1 s2 x1 x2.(n_air(x2) & through(e1,x2) & Actor(e1,x1) & v_leap(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_white(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2))
|
498290c6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2.(v_leap(e1) & through(e1,x2) & n_dog(x1) & n_air(x2) & a_white(s1) & a_brown(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_take(e1) & n_nap(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A row of legs and black boots with a boy sitting at the end of the row.
|
A young boy eats a sandwich.
| 2 | -100 |
the boy may be sitting but it does not say he eats a sandwich.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_end(x7) & a_topic(x1) & with(x1,x5) & at(e1,x7) & of(x7,x1) & n_row(x1) & n_row(x1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_boy(x5) & of(x1,x2) & n_boot(x4) & a_black(s1) & Theme(s1,x4) & n_leg(x3) & subset_of(x4,x2) & subset_of(x3,x2))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_sandwich(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
|
4982a02a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x1,x5) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x7,x1) & of(x1,x2) & n_row(x1) & n_leg(x3) & n_end(x7) & n_boy(x5) & n_boot(x4) & at(e1,x7) & a_topic(x1) & a_black(s1) & Theme(s1,x4) & Actor(e1,x6) & (x5 = x6))
|
exists e1 s1 x1 x2.(v_eat(e1) & n_sandwich(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
People are running for a charity.
| 1 | 0.121639 |
Not all races are for charity.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 x1 x2.(for(e1,x2) & n_charity(x2) & Actor(e1,x1) & v_run(e1) & n_people(x1))
|
4983dbe8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 x1 x2.(v_run(e1) & n_people(x1) & n_charity(x2) & for(e1,x2) & Actor(e1,x1))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
the runners waited to start the olympic race
| 1 | 0.000032 |
Not all races are olympic, and not all people in that clothing are runners.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 p1 s1 x1 x2.(n_race(x2) & a_olympic(s1) & Theme(s1,x2) & n_runner(x1) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_start(e2)))
|
4983e03e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x2.(v_wait(e1) & n_runner(x1) & n_race(x2) & exists e2.(v_start(e2) & Theme(e2,x2) & Actor(e2,x1)) & a_olympic(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
People wearing their bright team uniforms await the pistol that signifies the start of their race
| 1 | 0.291523 |
Not all races start with the pistol.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_start(x7) & n_pistol(x5) & Theme(e3,x5) & Actor(e3,x1) & v_await(e3) & Theme(e2,x7) & Actor(e2,x6) & v_signify(e2) & of(x7,x8) & n_race(x8) & of(x8,x1) & n_thing(x1) & n_thing(x1) & (x5 = x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_uniform(x3) & of(x3,x4) & n_team(x4) & a_bright(s1) & Theme(s1,x3) & of(x3,x1) & (x1 = x2) & n_people(x1))
|
4983e8ea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_signify(e2) & v_await(e3) & of(x8,x1) & of(x7,x8) & of(x3,x4) & of(x3,x1) & n_uniform(x3) & n_thing(x1) & n_team(x4) & n_start(x7) & n_race(x8) & n_pistol(x5) & n_people(x1) & a_bright(s1) & Theme(s1,x3) & Theme(e3,x5) & Theme(e2,x7) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
People in orange vests await the beginning of a race to win first prize.
| 1 | 0.651397 |
Not everyone in a race necessarily wants to win first prize.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 p1 x1 x2 x3 x4 x5.(n_beginning(x4) & Theme(e1,x4) & Actor(e1,x1) & v_await(e1) & of(x4,x5) & Topic(x5,p1) & exists e2 s1 x6.(Theme(e2,x6) & Actor(e2,x5) & v_win(e2) & n_prize(x6) & a_first(s1) & Theme(s1,x6)) & n_race(x5) & in(x1,x2) & n_vest(x2) & of(x2,x3) & n_orange(x3) & n_people(x1))
|
4983f196-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 p1 x1 x2 x3 x4 x5.(v_await(e1) & of(x4,x5) & of(x2,x3) & n_vest(x2) & n_race(x5) & n_people(x1) & n_orange(x3) & n_beginning(x4) & in(x1,x2) & exists e2 s1 x6.(v_win(e2) & n_prize(x6) & a_first(s1) & Theme(s1,x6) & Theme(e2,x6) & Actor(e2,x5)) & Topic(x5,p1) & Theme(e1,x4) & Actor(e1,x1))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
People wait for a race to begin.
| 0 | 0.973947 |
People have to wait before a race begins.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 p1 x1 x2.(for(e1,x2) & n_race(x2) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(Actor(e2,x1) & v_begin(e2)) & n_people(x1))
|
4983f600-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_wait(e1) & n_race(x2) & n_people(x1) & for(e1,x2) & exists e2.(v_begin(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
The people waiting are part of the race.
| 1 | 0.837958 |
Not everyone awaiting a race is part of the race.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 p1 x1 x2 x4.(n_race(x4) & n_people(x1) & exists x3.((x1 = x3) & of(x3,x4) & n_part(x3)) & Actor(e1,x2) & v_wait(e1) & (x1 = x2))
|
4983fc72-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 x1 x2 x4.(v_wait(e1) & n_race(x4) & n_people(x1) & exists x3.(of(x3,x4) & n_part(x3) & (x1 = x3)) & Actor(e1,x2) & (x1 = x2))
|
||
People in orange vests and blue pants with a yellow stripe at the bottom await the beginning of a race.
|
People are racing backwards through Hell.
| 2 | 0 |
People cannot await a race and be racing at the same time.
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_beginning(x8) & n_bottom(x7) & Theme(e1,x8) & Actor(e1,x1) & v_await(e1) & of(x8,x9) & n_race(x9) & subset_of(x5,x1) & with(x5,x6) & at(x6,x7) & n_stripe(x6) & a_yellow(s2) & Theme(s2,x6) & n_pants(x5) & a_blue(s1) & Theme(s1,x5) & subset_of(x2,x1) & in(x2,x3) & n_vest(x3) & of(x3,x4) & n_orange(x4) & n_people(x2))
|
exists e1 x1 x2 x3.(ne_nam_hell(x3) & through(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_backward(x2) & n_people(x1))
|
49841374-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_await(e1) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x3,x4) & n_vest(x3) & n_stripe(x6) & n_race(x9) & n_people(x2) & n_pants(x5) & n_orange(x4) & n_bottom(x7) & n_beginning(x8) & in(x2,x3) & at(x6,x7) & a_yellow(s2) & a_blue(s1) & Theme(s2,x6) & Theme(s1,x5) & Theme(e1,x8) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_race(e1) & through(e1,x3) & ne_nam_hell(x3) & n_people(x1) & n_backward(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A blond woman with two children is checking out at a Walmart register.
|
Food makes people hungry
| 2 | -100 |
Either the woman is being checked out at a Walmart register or food makes people hungry.
|
exists e1 s1 s2 x1 x2 x3 x4.(a_out(s2) & Manner(e1,s2) & at(e1,x3) & n_register(x3) & (x3 = x4) & ne_org_walmart(x4) & Actor(e1,x1) & v_check(e1) & with(x1,x2) & n_child(x2) & card_eq_2(x2) & n_woman(x1) & a_blond(s1) & Theme(s1,x1))
|
exists e1 p1 x1 x2.(ne_nam_food(x1) & exists s1.(Theme(s1,x2) & a_hungry(s1)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_make(e1) & n_people(x2))
|
49856332-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_check(e1) & ne_org_walmart(x4) & n_woman(x1) & n_register(x3) & n_child(x2) & card_eq_2(x2) & at(e1,x3) & a_out(s2) & a_blond(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1) & (x3 = x4))
|
exists e1 p1 x1 x2.(v_make(e1) & ne_nam_food(x1) & n_people(x2) & exists s1.(a_hungry(s1) & Theme(s1,x2)) & Topic(e1,x2) & Recipient(e1,p1) & Actor(e1,x1))
|
||
A blond woman with two children is checking out at a Walmart register.
|
A mother is with her two children at walmart
| 0 | -100 |
A blond women is a mother and checking out a walmart register means she is at walmart
|
exists e1 s1 s2 x1 x2 x3 x4.(a_out(s2) & Manner(e1,s2) & at(e1,x3) & n_register(x3) & (x3 = x4) & ne_org_walmart(x4) & Actor(e1,x1) & v_check(e1) & with(x1,x2) & n_child(x2) & card_eq_2(x2) & n_woman(x1) & a_blond(s1) & Theme(s1,x1))
|
exists p1 x1 x2.(exists x3.(with(x1,x2) & at(x2,x3) & n_walmart(x3)) & n_child(x2) & card_eq_2(x2) & of(x2,x1) & n_female(x1) & n_mother(x1))
|
498567ce-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_check(e1) & ne_org_walmart(x4) & n_woman(x1) & n_register(x3) & n_child(x2) & card_eq_2(x2) & at(e1,x3) & a_out(s2) & a_blond(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1) & (x3 = x4))
|
exists x1 x2.(of(x2,x1) & n_mother(x1) & n_female(x1) & n_child(x2) & exists x3.(with(x1,x2) & n_walmart(x3) & at(x2,x3)) & card_eq_2(x2))
|
||
A woman sitting in a laundromat looking at the camera.
|
A monkey is eating a banana.
| 2 | -100 |
A woman is human a monkey is an animal.
|
exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & for(e1,e2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(e1,x3) & n_laundromat(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_banana(x2) & n_monkey(x1))
|
49856c6a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_sit(e1) & v_look(e2) & n_woman(x1) & n_laundromat(x3) & n_camera(x4) & in(e1,x3) & for(e1,e2) & at(e2,x4) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_eat(e1) & n_monkey(x1) & n_banana(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman sitting in a laundromat looking at the camera.
|
A woman is modeling appliances for the camera.
| 1 | -100 |
Modeling appliances cannot be inferred just from knowing a woman is in a laundromat and looking at a camera.
|
exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & for(e1,e2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(e1,x3) & n_laundromat(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_camera(x3) & Theme(e1,x2) & Actor(e1,x1) & v_model(e1) & for(x2,x3) & n_appliance(x2) & n_woman(x1))
|
49857106-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_sit(e1) & v_look(e2) & n_woman(x1) & n_laundromat(x3) & n_camera(x4) & in(e1,x3) & for(e1,e2) & at(e2,x4) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_model(e1) & n_woman(x1) & n_camera(x3) & n_appliance(x2) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman sitting in a laundromat looking at the camera.
|
There is a woman in a room.
| 0 | -100 |
A woman sitting in a laundromat is same as sitting in a room
|
exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & for(e1,e2) & at(e2,x4) & Actor(e2,x2) & v_look(e2) & in(e1,x3) & n_laundromat(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1))
|
exists p1 x1 x2 x3.((x1 = x2) & in(x2,x3) & n_room(x3) & n_woman(x2))
|
498575a2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_sit(e1) & v_look(e2) & n_woman(x1) & n_laundromat(x3) & n_camera(x4) & in(e1,x3) & for(e1,e2) & at(e2,x4) & a_topic(x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2 x3.(n_woman(x2) & n_room(x3) & in(x2,x3) & (x1 = x2))
|
||
A young boy paddles across the water in a makeshift boat.
|
A boy is boating in a pond.
| 1 | -100 |
Paddling across the water in a makeshift boat does not imply one is boating in a pond.
|
exists s1 x1 x2 x3 x4 x5.(n_water(x3) & a_topic(x1) & in(x1,x4) & n_boat(x4) & of(x4,x5) & n_makeshift(x5) & across(x1,x3) & n_paddle(x1) & of(x1,x2) & n_boy(x2) & a_young(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(in(e1,x2) & n_pond(x2) & Actor(e1,x1) & v_boat(e1) & n_boy(x1))
|
49857a34-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_water(x3) & n_paddle(x1) & n_makeshift(x5) & n_boy(x2) & n_boat(x4) & in(x1,x4) & across(x1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1))
|
exists e1 x1 x2.(v_boat(e1) & n_pond(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1))
|
||
A young boy paddles across the water in a makeshift boat.
|
A boy is in a boat.
| 0 | -100 |
To paddle across the water, one must be in a boat.
|
exists s1 x1 x2 x3 x4 x5.(n_water(x3) & a_topic(x1) & in(x1,x4) & n_boat(x4) & of(x4,x5) & n_makeshift(x5) & across(x1,x3) & n_paddle(x1) & of(x1,x2) & n_boy(x2) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.(in(x1,x2) & n_boat(x2)) & n_boy(x1))
|
4985801a-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_water(x3) & n_paddle(x1) & n_makeshift(x5) & n_boy(x2) & n_boat(x4) & in(x1,x4) & across(x1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1))
|
exists x1.(n_boy(x1) & exists x2.(n_boat(x2) & in(x1,x2)))
|
||
A young boy paddles across the water in a makeshift boat.
|
A boy is swimming.
| 2 | -100 |
the boy can not be swimming while paddling a makeshift boat.
|
exists s1 x1 x2 x3 x4 x5.(n_water(x3) & a_topic(x1) & in(x1,x4) & n_boat(x4) & of(x4,x5) & n_makeshift(x5) & across(x1,x3) & n_paddle(x1) & of(x1,x2) & n_boy(x2) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.((x1 = x2) & n_swimming(x2)) & n_boy(x1))
|
498586fa-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_water(x3) & n_paddle(x1) & n_makeshift(x5) & n_boy(x2) & n_boat(x4) & in(x1,x4) & across(x1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1))
|
exists x1.(n_boy(x1) & exists x2.(n_swimming(x2) & (x1 = x2)))
|
||
A baseball player is about to throw a baseball.
|
A baseball playing is throwing a ball
| 1 | -100 |
About to throw does not necessarily imply throwing a ball.
|
exists p1 s1 x1 x2.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_baseball(x3)) & n_player(x1) & of(x1,x2) & n_baseball(x2))
|
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_ball(x3) & n_playing(x1) & of(x1,x2) & n_baseball(x2))
|
49858c7c-e4c8-11ec-9cdd-0242ac1c0002
|
exists p1 s1 x1 x2.(of(x1,x2) & n_player(x1) & n_baseball(x2) & exists e1 x3.(v_throw(e1) & n_baseball(x3) & Theme(e1,x3) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
|
exists e1 x1 x2 x3.(v_throw(e1) & of(x1,x2) & n_playing(x1) & n_baseball(x2) & n_ball(x3) & Theme(e1,x3) & Actor(e1,x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.