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 wears glasses and pants as shadows are cast in the sun.
|
a man with glasses is outside while the sun sets
| 0 | -100 |
man with glasses is another way to say man wears glasses
|
exists e1 p1 x1 x2 x3 x4 x6.(n_sun(x6) & exists p2 x5.(in(p2,x6) & exists x7.((x5 = x7) & n_cast(x7)) & n_shadow(x5)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_pants(x4) & subset_of(x3,x2) & n_glass(x3) & n_man(x1))
|
exists s1 x1 x2 x3 x4.(n_set(x3) & of(x3,x4) & n_sun(x4) & while(s1,x3) & Theme(s1,x1) & a_outside(s1) & with(x1,x2) & n_glass(x2) & n_man(x1))
|
77f96af6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3 x4 x6.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_sun(x6) & n_pants(x4) & n_man(x1) & n_glass(x3) & exists p2 x5.(n_shadow(x5) & in(p2,x6) & exists x7.(n_cast(x7) & (x5 = x7))) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
|
exists s1 x1 x2 x3 x4.(with(x1,x2) & while(s1,x3) & of(x3,x4) & n_sun(x4) & n_set(x3) & n_man(x1) & n_glass(x2) & a_outside(s1) & Theme(s1,x1))
|
||
A man wears glasses and pants as shadows are cast in the sun.
|
A man tries to pet a dog.
| 2 | -100 |
man who wears glasses cannot be man who pets a dog at the same time
|
exists e1 p1 x1 x2 x3 x4 x6.(n_sun(x6) & exists p2 x5.(in(p2,x6) & exists x7.((x5 = x7) & n_cast(x7)) & n_shadow(x5)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_pants(x4) & subset_of(x3,x2) & n_glass(x3) & n_man(x1))
|
exists e1 x1.(all x2.(n_dog(x2) -> exists x3.(to(e1,x3) & for(x3,x2) & n_pet(x3))) & Actor(e1,x1) & v_try(e1) & n_man(x1))
|
77f96f74-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3 x4 x6.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_sun(x6) & n_pants(x4) & n_man(x1) & n_glass(x3) & exists p2 x5.(n_shadow(x5) & in(p2,x6) & exists x7.(n_cast(x7) & (x5 = x7))) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1.(v_try(e1) & n_man(x1) & all x2.(exists x3.(to(e1,x3) & n_pet(x3) & for(x3,x2)) | -n_dog(x2)) & Actor(e1,x1))
|
||
A man is standing on pavement holding a stick in his hand.
|
A man is standing on the ground
| 0 | -100 |
on pavement would be on the ground.
|
exists e1 e2 x1 x2 x3 x4.(for(e1,e2) & in(e2,x4) & n_hand(x4) & of(x4,x1) & n_male(x1) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_stick(x3) & on(e1,x2) & n_pavement(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists e1 x1 x2.(n_ground(x2) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
77f97604-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x4,x1) & n_stick(x3) & n_pavement(x2) & n_man(x1) & n_male(x1) & n_hand(x4) & in(e2,x4) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_man(x1) & n_ground(x2) & Actor(e1,x1))
|
||
A man is standing on pavement holding a stick in his hand.
|
A woman is standing in the grass
| 2 | -100 |
man cannot be a woman at the same time
|
exists e2 e1 x1 x2 x3 x4.(for(e1,e2) & in(e2,x4) & n_hand(x4) & of(x4,x1) & n_male(x1) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_stick(x3) & on(e1,x2) & n_pavement(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1))
|
77f97aaa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x4,x1) & n_stick(x3) & n_pavement(x2) & n_man(x1) & n_male(x1) & n_hand(x4) & in(e2,x4) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & n_woman(x1) & n_grass(x2) & in(e1,x2) & Actor(e1,x1))
|
||
A man is standing on pavement holding a stick in his hand.
|
A man is standing in the sun
| 1 | -100 |
Just because a man is standing on pavement it doesn't mean he is standing in the sun. He may be standing on pavement in the shade holding a stick in his hand.
|
exists e1 e2 x1 x2 x3 x4.(for(e1,e2) & in(e2,x4) & n_hand(x4) & of(x4,x1) & n_male(x1) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_stick(x3) & on(e1,x2) & n_pavement(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
exists e1 x1 x2.(n_sun(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
|
77f97fd2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x4,x1) & n_stick(x3) & n_pavement(x2) & n_man(x1) & n_male(x1) & n_hand(x4) & in(e2,x4) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_stand(e1) & n_sun(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1))
|
||
A man paints Japanese characters on the ground.
|
A woman is sweeping the sidewalk.
| 2 | -100 |
man cannot be a woman at the same time
|
exists e1 s1 x1 x2 x3.(n_ground(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2.(n_sidewalk(x2) & Theme(e1,x2) & Actor(e1,x1) & v_sweep(e1) & n_woman(x1))
|
77f9848c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_paint(e1) & on(e1,x3) & n_man(x1) & n_ground(x3) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_sweep(e1) & n_woman(x1) & n_sidewalk(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man paints Japanese characters on the ground.
|
An artist working on some calligraphy.
| 0 | -100 |
a man painting would be an artist. If he is painting Japanese characters, that would be calligraphy.
|
exists e1 s1 x1 x2 x3.(n_ground(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_calligraphy(x3) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_artist(x1))
|
77f98932-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_paint(e1) & on(e1,x3) & n_man(x1) & n_ground(x3) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_work(e1) & on(e1,x3) & n_calligraphy(x3) & n_artist(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
A man paints Japanese characters on the ground.
|
A man writes a political slogan on the sidewalk.
| 1 | -100 |
There is no evidence a man writes a political slogan on the sidewalk just because he paints Japanese characters on the ground. Japanese characters does not necessarily create a political slogan and just because he paints on the ground does not mean he is painting on the sidewalk. He may be painting on the cement of a local parking garage.
|
exists e1 s1 x1 x2 x3.(n_ground(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & n_man(x1))
|
exists e1 s1 x1 x2 x3.(n_sidewalk(x3) & Theme(e1,x2) & Actor(e1,x1) & v_write(e1) & on(x2,x3) & n_slogan(x2) & a_political(s1) & Theme(s1,x2) & n_man(x1))
|
77f98dd8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_paint(e1) & on(e1,x3) & n_man(x1) & n_ground(x3) & n_character(x2) & a_japanese(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_write(e1) & on(x2,x3) & n_slogan(x2) & n_sidewalk(x3) & n_man(x1) & a_political(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man writes on the ground with a stick.
|
The man is taking a nap on the ground.
| 2 | -100 |
man who writes cannot be man taking a nap at the same time
|
exists e1 x1 x2 x3.(n_ground(x2) & with(e1,x3) & n_stick(x3) & on(e1,x2) & Actor(e1,x1) & v_write(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(n_ground(x3) & n_man(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2))
|
77f992e2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_write(e1) & on(e1,x2) & n_stick(x3) & n_man(x1) & n_ground(x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_take(e1) & on(e1,x3) & n_nap(x2) & n_man(x1) & n_ground(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man writes on the ground with a stick.
|
A man is holding a stick.
| 0 | -100 |
if he writes on the ground with a stick, it follows that he is holding a stick
|
exists e1 x1 x2 x3.(n_ground(x2) & with(e1,x3) & n_stick(x3) & on(e1,x2) & Actor(e1,x1) & v_write(e1) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_stick(x2) & n_man(x1))
|
77f99878-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_write(e1) & on(e1,x2) & n_stick(x3) & n_man(x1) & n_ground(x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & n_stick(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man writes on the ground with a stick.
|
The man is writing a message for passersby.
| 1 | -100 |
Just because a man writes on the ground with a stick does not mean he is writing a message for passersby. He may just be drawing a heart for his girlfriend.
|
exists e1 x1 x2 x3.(n_ground(x2) & with(e1,x3) & n_stick(x3) & on(e1,x2) & Actor(e1,x1) & v_write(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_write(e1) & for(x2,x3) & n_passersby(x3) & n_message(x2))
|
77f99d6e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_write(e1) & on(e1,x2) & n_stick(x3) & n_man(x1) & n_ground(x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_write(e1) & n_passersby(x3) & n_message(x2) & n_man(x1) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man using a device in a public park.
|
boy sleeps in tent
| 2 | -100 |
man cannot be a boy at the same time
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_park(x4) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_device(x3) & (x1 = x2) & n_man(x1))
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_tent(x3) & n_sleep(x1) & of(x1,x2) & n_boy(x2))
|
77f9a21e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_park(x4) & n_man(x1) & n_device(x3) & in(e1,x4) & a_topic(x1) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists x1 x2 x3.(of(x1,x2) & n_tent(x3) & n_sleep(x1) & n_boy(x2) & in(x1,x3) & a_topic(x1))
|
||
A man using a device in a public park.
|
man uses a device
| 0 | -100 |
uses is another form of using.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_park(x4) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_device(x3) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_device(x2) & n_man(x1))
|
77f9a6ba-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_park(x4) & n_man(x1) & n_device(x3) & in(e1,x4) & a_topic(x1) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_use(e1) & n_man(x1) & n_device(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man using a device in a public park.
|
man checking the time
| 1 | -100 |
Just because a man using a device in a public park is not necessarily checking the time. He may be using a metal detector looking for lost money int he park.
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_park(x4) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_device(x3) & (x1 = x2) & n_man(x1))
|
exists e1 x1 x2 x3.(n_time(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_check(e1) & (x1 = x2) & n_man(x1))
|
77f9ab74-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_use(e1) & n_park(x4) & n_man(x1) & n_device(x3) & in(e1,x4) & a_topic(x1) & a_public(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_check(e1) & n_time(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A young woman is standing under a street sign.
|
The woman is skiing.
| 2 | -100 |
One cannot be merely standing under a sign whilst they are skiing.
|
exists e1 s1 x1 x2 x3.(under(e1,x2) & n_sign(x2) & of(x2,x3) & n_street(x3) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_skiing(x2)))
|
77f9b042-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & under(e1,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_sign(x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_woman(x1) & exists x2.(n_skiing(x2) & (x1 = x2)))
|
||
A young woman is standing under a street sign.
|
The woman is waiting for the light to change.
| 1 | -100 |
Women stand under street lights for reasons other than waiting for the light to change.
|
exists e1 s1 x1 x2 x3.(under(e1,x2) & n_sign(x2) & of(x2,x3) & n_street(x3) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 x1 x2.(n_light(x2) & n_woman(x1) & for(e1,x2) & Topic(x2,p1) & exists e2.(Actor(e2,x2) & v_change(e2)) & Actor(e1,x1) & v_wait(e1))
|
77f9b4e8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & under(e1,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_sign(x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 p1 x1 x2.(v_wait(e1) & n_woman(x1) & n_light(x2) & for(e1,x2) & exists e2.(v_change(e2) & Actor(e2,x2)) & Topic(x2,p1) & Actor(e1,x1))
|
||
A young woman is standing under a street sign.
|
The woman is outdoor.
| 0 | -100 |
Street sign is an outdoor.
|
exists e1 s1 x1 x2 x3.(under(e1,x2) & n_sign(x2) & of(x2,x3) & n_street(x3) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_outdoor(s1))
|
77f9baf6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & under(e1,x2) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_sign(x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists s1 x1.(n_woman(x1) & a_outdoor(s1) & Theme(s1,x1))
|
||
A girl with a cellphone is standing underneath a street sign.
|
the girl is talking loudly on her phone to her mom
| 1 | -100 |
Just because a girl has a cellphone does not mean she is talking loudly on it to her mom. She may just be using it to listen to music with her earbuds.
|
exists e1 x1 x2 x3 x4.(underneath(e1,x3) & n_sign(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_cellphone(x2) & n_girl(x1))
|
exists e1 s1 x1 x2 x3.(n_mom(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_phone(x2) & of(x2,x1) & n_girl(x1) & to(e1,x3) & a_loudly(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_talk(e1))
|
77f9c0aa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & underneath(e1,x3) & of(x3,x4) & n_street(x4) & n_sign(x3) & n_girl(x1) & n_cellphone(x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_talk(e1) & to(e1,x3) & on(e1,x2) & of(x3,x1) & of(x2,x1) & n_phone(x2) & n_mom(x3) & n_girl(x1) & n_female(x1) & a_loudly(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A girl with a cellphone is standing underneath a street sign.
|
the girl with the phone is outside
| 0 | -100 |
phone is a short version of cellphone. if she is standing underneath a street sign, that would be outside.
|
exists e1 x1 x2 x3 x4.(underneath(e1,x3) & n_sign(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_cellphone(x2) & n_girl(x1))
|
exists s1 x1 x2.(n_phone(x2) & n_girl(x1) & Theme(s1,x1) & a_outside(s1) & with(x1,x2))
|
77f9c5e6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & underneath(e1,x3) & of(x3,x4) & n_street(x4) & n_sign(x3) & n_girl(x1) & n_cellphone(x2) & Actor(e1,x1))
|
exists s1 x1 x2.(with(x1,x2) & n_phone(x2) & n_girl(x1) & a_outside(s1) & Theme(s1,x1))
|
||
A girl with a cellphone is standing underneath a street sign.
|
the girl is indoors on the couch
| 2 | -100 |
girl underneath a street sign cannot be a girl indoors at the same time
|
exists e1 x1 x2 x3 x4.(underneath(e1,x3) & n_sign(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_cellphone(x2) & n_girl(x1))
|
exists p1 x1 x3.(n_couch(x3) & n_girl(x1) & exists x2.((x1 = x2) & on(x2,x3) & n_indoor(x2)))
|
77f9cb04-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & underneath(e1,x3) & of(x3,x4) & n_street(x4) & n_sign(x3) & n_girl(x1) & n_cellphone(x2) & Actor(e1,x1))
|
exists x1 x3.(n_girl(x1) & n_couch(x3) & exists x2.(on(x2,x3) & n_indoor(x2) & (x1 = x2)))
|
||
A woman in a scarf fiddles with her phone on Badge Street.
|
A woman on Badge Street is has her phone in her hand.
| 0 | -100 |
if she fiddles with her phone, it follows that her phone is in her hand.
|
exists e1 x1 x2 x3 x4 x5.(ne_nam_street(x4) & (x4 = x5) & ne_nam_badge(x5) & with(e1,x3) & on(x3,x4) & n_phone(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_fiddle(e1) & in(x1,x2) & n_scarf(x2) & n_woman(x1))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(ne_geo_street(x2) & (x2 = x3) & ne_geo_badge(x3) & Theme(e2,x5) & Actor(e2,x1) & v_have(e2) & in(x5,x6) & n_hand(x6) & of(x6,x1) & n_female(x1) & n_female(x1) & n_phone(x5) & of(x5,x1) & Actor(e1,x4) & v_be(e1) & (x1 = x4) & on(x1,x2) & n_woman(x1))
|
77f9d00e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(with(e1,x3) & v_fiddle(e1) & on(x3,x4) & of(x3,x1) & ne_nam_street(x4) & ne_nam_badge(x5) & n_woman(x1) & n_scarf(x2) & n_phone(x3) & n_female(x1) & in(x1,x2) & Actor(e1,x1) & (x4 = x5))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_have(e2) & v_be(e1) & on(x1,x2) & of(x6,x1) & of(x5,x1) & ne_geo_street(x2) & ne_geo_badge(x3) & n_woman(x1) & n_phone(x5) & n_hand(x6) & n_female(x1) & in(x5,x6) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x4) & (x2 = x3) & (x1 = x4))
|
||
A woman in a scarf fiddles with her phone on Badge Street.
|
A man in scarf is talking with someone on his phone, on Badge Street.
| 2 | -100 |
woman cannot be a man at the same time
|
exists e1 x1 x2 x3 x4 x5.(ne_nam_street(x4) & (x4 = x5) & ne_nam_badge(x5) & with(e1,x3) & on(x3,x4) & n_phone(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_fiddle(e1) & in(x1,x2) & n_scarf(x2) & n_woman(x1))
|
exists e1 x1 x2 x3 x4 x5 x6.(ne_nam_street(x5) & (x5 = x6) & ne_nam_badge(x6) & on(e1,x5) & on(e1,x4) & n_phone(x4) & of(x4,x1) & n_male(x1) & with(e1,x3) & n_person(x3) & Actor(e1,x1) & v_talk(e1) & in(x1,x2) & n_scarf(x2) & n_man(x1))
|
77f9d52c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(with(e1,x3) & v_fiddle(e1) & on(x3,x4) & of(x3,x1) & ne_nam_street(x4) & ne_nam_badge(x5) & n_woman(x1) & n_scarf(x2) & n_phone(x3) & n_female(x1) & in(x1,x2) & Actor(e1,x1) & (x4 = x5))
|
exists e1 x1 x2 x3 x4 x5 x6.(with(e1,x3) & v_talk(e1) & on(e1,x5) & on(e1,x4) & of(x4,x1) & ne_nam_street(x5) & ne_nam_badge(x6) & n_scarf(x2) & n_phone(x4) & n_person(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & Actor(e1,x1) & (x5 = x6))
|
||
A woman in a scarf fiddles with her phone on Badge Street.
|
A woman in a scarf is calling someone on her phone on Badge Street.
| 1 | -100 |
Just because a woman fiddles with her phone does not mean she is calling someone on it. She may just be checking for text messages.
|
exists e1 x1 x2 x3 x4 x5.(ne_nam_street(x4) & (x4 = x5) & ne_nam_badge(x5) & with(e1,x3) & on(x3,x4) & n_phone(x3) & of(x3,x1) & n_female(x1) & Actor(e1,x1) & v_fiddle(e1) & in(x1,x2) & n_scarf(x2) & n_woman(x1))
|
exists e1 x1 x2 x3 x4 x5 x6.(ne_nam_street(x5) & (x5 = x6) & ne_nam_badge(x6) & Theme(e1,x3) & Actor(e1,x1) & v_call(e1) & on(x3,x4) & on(x4,x5) & n_phone(x4) & of(x4,x1) & n_female(x1) & n_person(x3) & in(x1,x2) & n_scarf(x2) & n_woman(x1))
|
77f9da40-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(with(e1,x3) & v_fiddle(e1) & on(x3,x4) & of(x3,x1) & ne_nam_street(x4) & ne_nam_badge(x5) & n_woman(x1) & n_scarf(x2) & n_phone(x3) & n_female(x1) & in(x1,x2) & Actor(e1,x1) & (x4 = x5))
|
exists e1 x1 x2 x3 x4 x5 x6.(v_call(e1) & on(x4,x5) & on(x3,x4) & of(x4,x1) & ne_nam_street(x5) & ne_nam_badge(x6) & n_woman(x1) & n_scarf(x2) & n_phone(x4) & n_person(x3) & n_female(x1) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1) & (x5 = x6))
|
||
A girl in a scarf standing outside underneath a sign for Bage street.
|
A woman is sitting on a lamp post
| 2 | -100 |
standing and sitting are not the same
|
exists s1 x1 x2.(all x3.(n_sign(x3) -> exists x4 x5 x6.(a_topic(x1) & in(x1,x2) & outside(x2,x4) & for(x4,x5) & n_street(x5) & of(x5,x6) & n_bage(x6) & for(x4,x3) & n_underneath(x4))) & n_standing(x2) & a_scarf(s1) & Theme(s1,x2) & n_girl(x1))
|
exists e1 x1 x2 x3.(on(e1,x2) & n_post(x2) & of(x2,x3) & n_lamp(x3) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
|
77f9df90-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2.(n_standing(x2) & n_girl(x1) & all x3.(exists x4 x5 x6.(outside(x2,x4) & of(x5,x6) & n_underneath(x4) & n_street(x5) & n_bage(x6) & in(x1,x2) & for(x4,x5) & for(x4,x3) & a_topic(x1)) | -n_sign(x3)) & a_scarf(s1) & Theme(s1,x2))
|
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x3) & n_woman(x1) & n_post(x2) & n_lamp(x3) & Actor(e1,x1))
|
||
A girl in a scarf standing outside underneath a sign for Bage street.
|
A girl is waiting for her cab
| 1 | -100 |
Just because a girl is standing outside it does not mean she is waiting for her cab. She may be waiting for the bus to take her home.
|
exists s1 x1 x2.(all x3.(n_sign(x3) -> exists x4 x5 x6.(a_topic(x1) & in(x1,x2) & outside(x2,x4) & for(x4,x5) & n_street(x5) & of(x5,x6) & n_bage(x6) & for(x4,x3) & n_underneath(x4))) & n_standing(x2) & a_scarf(s1) & Theme(s1,x2) & n_girl(x1))
|
exists e1 s1 x1 x2.(for(e1,x2) & n_cab(x2) & a_she(s1) & Theme(s1,x2) & Actor(e1,x1) & v_wait(e1) & n_girl(x1))
|
77f9e4fe-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2.(n_standing(x2) & n_girl(x1) & all x3.(exists x4 x5 x6.(outside(x2,x4) & of(x5,x6) & n_underneath(x4) & n_street(x5) & n_bage(x6) & in(x1,x2) & for(x4,x5) & for(x4,x3) & a_topic(x1)) | -n_sign(x3)) & a_scarf(s1) & Theme(s1,x2))
|
exists e1 s1 x1 x2.(v_wait(e1) & n_girl(x1) & n_cab(x2) & for(e1,x2) & a_she(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A girl in a scarf standing outside underneath a sign for Bage street.
|
A girl is wearing a scarf
| 0 | -100 |
in a scarf and wearing one is the same thing
|
exists s1 x1 x2.(all x3.(n_sign(x3) -> exists x4 x5 x6.(a_topic(x1) & in(x1,x2) & outside(x2,x4) & for(x4,x5) & n_street(x5) & of(x5,x6) & n_bage(x6) & for(x4,x3) & n_underneath(x4))) & n_standing(x2) & a_scarf(s1) & Theme(s1,x2) & n_girl(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_scarf(x2) & n_girl(x1))
|
77f9ea62-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2.(n_standing(x2) & n_girl(x1) & all x3.(exists x4 x5 x6.(outside(x2,x4) & of(x5,x6) & n_underneath(x4) & n_street(x5) & n_bage(x6) & in(x1,x2) & for(x4,x5) & for(x4,x3) & a_topic(x1)) | -n_sign(x3)) & a_scarf(s1) & Theme(s1,x2))
|
exists e1 x1 x2.(v_wear(e1) & n_scarf(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A teenage girls in a navy sweater and jeans using a cellphone.
|
a teen is not using her phone
| 2 | -100 |
using and not using are not the same
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x5,x2) & Theme(e1,x7) & Actor(e1,x6) & v_use(e1) & n_cellphone(x7) & (x5 = x6) & n_jeans(x5) & subset_of(x3,x2) & n_sweater(x3) & of(x3,x4) & n_navy(x4) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1))
|
exists x1 x2.(-exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1)) & n_phone(x2) & of(x2,x1) & n_female(x1) & n_teen(x1))
|
77f9ef1c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_use(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_sweater(x3) & n_navy(x4) & n_jeans(x5) & n_girl(x1) & n_cellphone(x7) & in(x1,x2) & a_topic(x1) & a_teenage(s1) & Theme(s1,x1) & Theme(e1,x7) & Actor(e1,x6) & (x5 = x6))
|
exists x1 x2.(of(x2,x1) & n_teen(x1) & n_phone(x2) & n_female(x1) & all e1.(-v_use(e1) | -Theme(e1,x2) | -Actor(e1,x1)))
|
||
A teenage girls in a navy sweater and jeans using a cellphone.
|
A teenager is using a phone
| 0 | -100 |
cellphone and phone is the same thing
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x5,x2) & Theme(e1,x7) & Actor(e1,x6) & v_use(e1) & n_cellphone(x7) & (x5 = x6) & n_jeans(x5) & subset_of(x3,x2) & n_sweater(x3) & of(x3,x4) & n_navy(x4) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_phone(x2) & n_teenager(x1))
|
77f9f3c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_use(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_sweater(x3) & n_navy(x4) & n_jeans(x5) & n_girl(x1) & n_cellphone(x7) & in(x1,x2) & a_topic(x1) & a_teenage(s1) & Theme(s1,x1) & Theme(e1,x7) & Actor(e1,x6) & (x5 = x6))
|
exists e1 x1 x2.(v_use(e1) & n_teenager(x1) & n_phone(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A teenage girls in a navy sweater and jeans using a cellphone.
|
a teen is texting on her phone
| 1 | -100 |
Just because the teenager is using a cellphone it does not mean she is texting someone. She may be playing a computer game.
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x5,x2) & Theme(e1,x7) & Actor(e1,x6) & v_use(e1) & n_cellphone(x7) & (x5 = x6) & n_jeans(x5) & subset_of(x3,x2) & n_sweater(x3) & of(x3,x4) & n_navy(x4) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(on(e1,x2) & n_phone(x2) & a_she(s1) & Theme(s1,x2) & Actor(e1,x1) & v_text(e1) & n_teen(x1))
|
77f9f85e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_use(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_sweater(x3) & n_navy(x4) & n_jeans(x5) & n_girl(x1) & n_cellphone(x7) & in(x1,x2) & a_topic(x1) & a_teenage(s1) & Theme(s1,x1) & Theme(e1,x7) & Actor(e1,x6) & (x5 = x6))
|
exists e1 s1 x1 x2.(v_text(e1) & on(e1,x2) & n_teen(x1) & n_phone(x2) & a_she(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A little girl cutting up paper.
|
A boy makes a mud pie.
| 2 | -100 |
Boy is different than girl.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & a_up(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_cut(e1) & n_paper(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_pie(x2) & of(x2,x3) & n_mud(x3) & n_boy(x1))
|
77f9fd0e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_cut(e1) & n_paper(x3) & n_girl(x1) & a_up(s2) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_make(e1) & of(x2,x3) & n_pie(x2) & n_mud(x3) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little girl cutting up paper.
|
A girl makes paper snowflakes.
| 1 | -100 |
Even though the girl is cutting up paper, she is not necessarily making paper snowflakes.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & a_up(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_cut(e1) & n_paper(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_snowflake(x2) & of(x2,x3) & n_paper(x3) & n_girl(x1))
|
77fa01aa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_cut(e1) & n_paper(x3) & n_girl(x1) & a_up(s2) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_make(e1) & of(x2,x3) & n_snowflake(x2) & n_paper(x3) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little girl cutting up paper.
|
A girl cuts paper.
| 0 | -100 |
A little girl cutting up paper is rephrasing of a girl cuts paper.
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & a_up(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x2) & v_cut(e1) & n_paper(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cut(e1) & n_paper(x2) & n_girl(x1))
|
77fa06aa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_cut(e1) & n_paper(x3) & n_girl(x1) & a_up(s2) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_cut(e1) & n_paper(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two women are eating at a table with a white tablecloth.
|
There are people waiting to eat
| 2 | -100 |
Waiting is different than eating.
|
exists e1 s1 x1 x2 x3.(at(e1,x2) & with(x2,x3) & n_tablecloth(x3) & a_white(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_eat(e1) & n_woman(x1) & card_eq_2(x1))
|
exists p1 x1 e1 p2 x2 x3.((x1 = x2) & Topic(e1,p2) & Actor(e1,x3) & v_wait(e1) & exists e2.(Actor(e2,x3) & v_eat(e2)) & (x2 = x3) & n_people(x2))
|
77fa0b8c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x2,x3) & v_eat(e1) & n_woman(x1) & n_tablecloth(x3) & n_table(x2) & card_eq_2(x1) & at(e1,x2) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists x1 e1 p2 x2 x3.(v_wait(e1) & n_people(x2) & exists e2.(v_eat(e2) & Actor(e2,x3)) & Topic(e1,p2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
Two women are eating at a table with a white tablecloth.
|
There are people eating outdoors at a table
| 1 | -100 |
The people eating are not necessarily outdoors.
|
exists e1 s1 x1 x2 x3.(at(e1,x2) & with(x2,x3) & n_tablecloth(x3) & a_white(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_eat(e1) & n_woman(x1) & card_eq_2(x1))
|
exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & at(e1,x5) & n_table(x5) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & n_outdoors(x4) & (x2 = x3) & n_people(x2))
|
77fa1280-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x2,x3) & v_eat(e1) & n_woman(x1) & n_tablecloth(x3) & n_table(x2) & card_eq_2(x1) & at(e1,x2) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists x1 e1 x2 x3 x4 x5.(v_eat(e1) & n_table(x5) & n_people(x2) & n_outdoors(x4) & at(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
Two women are eating at a table with a white tablecloth.
|
There are people eating
| 0 | -100 |
two women refers to people
|
exists e1 s1 x1 x2 x3.(at(e1,x2) & with(x2,x3) & n_tablecloth(x3) & a_white(s1) & Theme(s1,x3) & n_table(x2) & Actor(e1,x1) & v_eat(e1) & n_woman(x1) & card_eq_2(x1))
|
exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_eat(e1) & (x2 = x3) & n_people(x2))
|
77fa1780-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(with(x2,x3) & v_eat(e1) & n_woman(x1) & n_tablecloth(x3) & n_table(x2) & card_eq_2(x1) & at(e1,x2) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1))
|
exists x1 e1 x2 x3.(v_eat(e1) & n_people(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
Two women sitting at a table and eating oranges.
|
Two women are not sitting at a table
| 2 | -100 |
eating and sitting are not the same
|
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & at(e1,x3) & subset_of(x5,x3) & n_orange(x5) & of(x5,x6) & n_eating(x6) & subset_of(x4,x3) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
|
exists x1.(-exists e1 x2.(at(e1,x2) & n_table(x2) & Actor(e1,x1) & v_sit(e1)) & n_woman(x1) & card_eq_2(x1))
|
77fa1c44-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & n_woman(x1) & n_table(x4) & n_orange(x5) & n_eating(x6) & card_eq_2(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_woman(x1) & card_eq_2(x1) & all e1 x2.(-v_sit(e1) | -n_table(x2) | -at(e1,x2) | -Actor(e1,x1)))
|
||
Two women sitting at a table and eating oranges.
|
Two women are sitting at a table
| 0 | -100 |
are sitting and sitting is the same thing
|
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & at(e1,x3) & subset_of(x5,x3) & n_orange(x5) & of(x5,x6) & n_eating(x6) & subset_of(x4,x3) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(at(e1,x2) & n_table(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & card_eq_2(x1))
|
77fa20ea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & n_woman(x1) & n_table(x4) & n_orange(x5) & n_eating(x6) & card_eq_2(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_sit(e1) & n_woman(x1) & n_table(x2) & card_eq_2(x1) & at(e1,x2) & Actor(e1,x1))
|
||
Two women sitting at a table and eating oranges.
|
Two women are happily sitting at a table
| 1 | -100 |
Just because they are sitting together does not mean they are sitting happily.
|
exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & at(e1,x3) & subset_of(x5,x3) & n_orange(x5) & of(x5,x6) & n_eating(x6) & subset_of(x4,x3) & n_table(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2.(a_happily(s1) & Manner(e1,s1) & at(e1,x2) & n_table(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & card_eq_2(x1))
|
77fa259a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & n_woman(x1) & n_table(x4) & n_orange(x5) & n_eating(x6) & card_eq_2(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_sit(e1) & n_woman(x1) & n_table(x2) & card_eq_2(x1) & at(e1,x2) & a_happily(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two girls at a restaurant are eating.
|
Two females are together.
| 0 | -100 |
females and girls are the same thing
|
exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & at(x1,x2) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1))
|
exists s1 x1.(Theme(s1,x1) & a_together(s1) & n_female(x1) & card_eq_2(x1))
|
77fa2a72-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_eat(e1) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1) & at(x1,x2) & Actor(e1,x1))
|
exists s1 x1.(n_female(x1) & card_eq_2(x1) & a_together(s1) & Theme(s1,x1))
|
||
Two girls at a restaurant are eating.
|
Two sisters are waiting to meet there mother for their weekly lunch date.
| 1 | -100 |
Not all girls are sisters. Just because they are at a restaurant does not mean they are waiting to meet there mother.
|
exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & at(x1,x2) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1))
|
exists e1 p1 s1 x1 x3 x4.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 s2 x2.(a_there(s2) & Manner(e2,s2) & Theme(e2,x2) & Actor(e2,x1) & v_meet(e2) & for(x2,x3) & n_mother(x2)) & n_date(x3) & of(x3,x4) & n_lunch(x4) & a_weekly(s1) & Theme(s1,x3) & of(x3,x1) & n_thing(x1) & n_sister(x1) & card_eq_2(x1))
|
77fa2fae-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_eat(e1) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1) & at(x1,x2) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x3 x4.(v_wait(e1) & of(x3,x4) & of(x3,x1) & n_thing(x1) & n_sister(x1) & n_lunch(x4) & n_date(x3) & exists e2 s2 x2.(v_meet(e2) & n_mother(x2) & for(x2,x3) & a_there(s2) & Theme(e2,x2) & Manner(e2,s2) & Actor(e2,x1)) & card_eq_2(x1) & a_weekly(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x1))
|
||
Two girls at a restaurant are eating.
|
Brothers are dining at a restaurant.
| 2 | -100 |
girls cannot be brothers
|
exists e1 x1 x2.(Actor(e1,x1) & v_eat(e1) & at(x1,x2) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(ne_org_brothers(x1) & at(e1,x2) & n_restaurant(x2) & Actor(e1,x1) & v_dine(e1))
|
77fa356c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_eat(e1) & n_restaurant(x2) & n_girl(x1) & card_eq_2(x1) & at(x1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_dine(e1) & ne_org_brothers(x1) & n_restaurant(x2) & at(e1,x2) & Actor(e1,x1))
|
||
Two women in a restaurant
|
Two women are inside.
| 0 | -100 |
in a restaurant means they are inside
|
exists x1 x2.(a_topic(x1) & in(x1,x2) & n_restaurant(x2) & n_woman(x1) & card_eq_2(x1))
|
exists e1 s1 x1.(a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1) & n_woman(x1) & card_eq_2(x1))
|
77fa3a44-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2.(n_woman(x1) & n_restaurant(x2) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists e1 s1 x1.(v_be(e1) & n_woman(x1) & card_eq_2(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
Two women in a restaurant
|
Two men are in a store.
| 2 | -100 |
men and women are not the same
|
exists x1 x2.(a_topic(x1) & in(x1,x2) & n_restaurant(x2) & n_woman(x1) & card_eq_2(x1))
|
exists p1 x1.(exists x2.(in(x1,x2) & n_store(x2)) & n_man(x1) & card_eq_2(x1))
|
77fa3fe4-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2.(n_woman(x1) & n_restaurant(x2) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists x1.(n_man(x1) & exists x2.(n_store(x2) & in(x1,x2)) & card_eq_2(x1))
|
||
Two women in a restaurant
|
Two women are enjoying a meal at a restaurant.
| 1 | -100 |
Just because the women are at a restaurant, does not mean they are enjoying a meal.
|
exists x1 x2.(a_topic(x1) & in(x1,x2) & n_restaurant(x2) & n_woman(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & at(x2,x3) & n_restaurant(x3) & n_meal(x2) & n_woman(x1) & card_eq_2(x1))
|
77fa44d0-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 x2.(n_woman(x1) & n_restaurant(x2) & in(x1,x2) & card_eq_2(x1) & a_topic(x1))
|
exists e1 x1 x2 x3.(v_enjoy(e1) & n_woman(x1) & n_restaurant(x3) & n_meal(x2) & card_eq_2(x1) & at(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little girl in a red shirt is cutting a piece of paper with scissors.
|
There is a child in this picture.
| 0 | -100 |
a little girl could be a child
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_cut(e1) & with(x3,x5) & n_scissors(x5) & of(x3,x4) & n_paper(x4) & n_piece(x3) & in(x1,x2) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_child(x3)))
|
77fa49c6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x5) & v_cut(e1) & of(x3,x4) & n_shirt(x2) & n_scissors(x5) & n_piece(x3) & n_paper(x4) & n_girl(x1) & in(x1,x2) & a_red(s2) & a_little(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists x3.(n_child(x3) & (x1 = x3)))
|
||
A little girl in a red shirt is cutting a piece of paper with scissors.
|
The girl is making homemade Christmas decorations for her family.
| 1 | -100 |
Just because the girl is cutting a piece of paper, does not mean she is making homemade Christmas decorations.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_cut(e1) & with(x3,x5) & n_scissors(x5) & of(x3,x4) & n_paper(x4) & n_piece(x3) & in(x1,x2) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3 x4.(n_family(x4) & of(x4,x1) & n_female(x1) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & for(x2,x4) & n_decoration(x2) & (x2 = x3) & ne_tim_christmas(x3) & a_homemade(s1) & Theme(s1,x2))
|
77fa4ed0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x5) & v_cut(e1) & of(x3,x4) & n_shirt(x2) & n_scissors(x5) & n_piece(x3) & n_paper(x4) & n_girl(x1) & in(x1,x2) & a_red(s2) & a_little(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_make(e1) & of(x4,x1) & ne_tim_christmas(x3) & n_girl(x1) & n_female(x1) & n_family(x4) & n_decoration(x2) & for(x2,x4) & a_homemade(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
|
||
A young Hispanic girl is cutting up some artwork that she has drawn.
|
The hispanic girl has safety scissors
| 1 | -100 |
Art work need not be cut by scissors alone, it can even be cut with a knife.
|
exists e1 e2 s1 s2 s3 x1 x2 x3.(a_up(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_cut(e2) & Theme(e1,x3) & Actor(e1,x1) & v_draw(e1) & (x2 = x3) & n_female(x1) & n_artwork(x2) & n_girl(x1) & a_hispanic(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_scissors(x2) & of(x2,x3) & n_safety(x3))
|
77fa5948-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3.(v_draw(e1) & v_cut(e2) & n_girl(x1) & n_female(x1) & n_artwork(x2) & a_young(s1) & a_up(s3) & a_hispanic(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3))
|
exists e1 s1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_scissors(x2) & n_safety(x3) & n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young Hispanic girl is cutting up some artwork that she has drawn.
|
the hispanic girl is drawing
| 2 | -100 |
The hispanic girl can not be drawing if she is cutting up her artwork
|
exists e1 e2 s1 s2 s3 x1 x2 x3.(a_up(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_cut(e2) & Theme(e1,x3) & Actor(e1,x1) & v_draw(e1) & (x2 = x3) & n_female(x1) & n_artwork(x2) & n_girl(x1) & a_hispanic(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1.(n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Actor(e1,x1) & v_draw(e1))
|
77fa5f06-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 x1 x2 x3.(v_draw(e1) & v_cut(e2) & n_girl(x1) & n_female(x1) & n_artwork(x2) & a_young(s1) & a_up(s3) & a_hispanic(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3))
|
exists e1 s1 x1.(v_draw(e1) & n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A young Hispanic girl is cutting up some artwork that she has drawn.
|
The hispanic girl has scissors
| 0 | -100 |
cutting up some art work with the scissors the girl has
|
exists e2 e1 s1 s2 s3 x1 x2 x3.(a_up(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_cut(e2) & Theme(e1,x3) & Actor(e1,x1) & v_draw(e1) & (x2 = x3) & n_female(x1) & n_artwork(x2) & n_girl(x1) & a_hispanic(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_scissors(x2))
|
77fa64d8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 x1 x2 x3.(v_draw(e1) & v_cut(e2) & n_girl(x1) & n_female(x1) & n_artwork(x2) & a_young(s1) & a_up(s3) & a_hispanic(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1) & (x2 = x3))
|
exists e1 s1 x1 x2.(v_have(e1) & n_scissors(x2) & n_girl(x1) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A child in a red short enjoying some arts and crafts.
|
A child enjoys crafts.
| 0 | -100 |
enjoying some arts and crafts means enjoys crafts
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & subset_of(x6,x4) & n_craft(x6) & subset_of(x5,x4) & n_art(x5) & (x2 = x3) & n_short(x2) & a_red(s1) & Theme(s1,x2) & n_child(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_craft(x2) & n_child(x1))
|
77fa6a00-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_enjoy(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_short(x2) & n_craft(x6) & n_child(x1) & n_art(x5) & in(x1,x2) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1 x2.(v_enjoy(e1) & n_craft(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A child in a red short enjoying some arts and crafts.
|
A woman eats a steak.
| 2 | -100 |
A woman is older than child.
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & subset_of(x6,x4) & n_craft(x6) & subset_of(x5,x4) & n_art(x5) & (x2 = x3) & n_short(x2) & a_red(s1) & Theme(s1,x2) & n_child(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_steak(x2) & n_woman(x1))
|
77fa7428-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_enjoy(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_short(x2) & n_craft(x6) & n_child(x1) & n_art(x5) & in(x1,x2) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
|
exists e1 x1 x2.(v_eat(e1) & n_woman(x1) & n_steak(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A sparsely populated crowd at the stadium for a sports event.
|
The people are sleeping.
| 2 | -100 |
sleeping and sports are not the same
|
exists e1 x1 x2 x3 x4.(n_stadium(x2) & a_topic(x1) & for(x1,x3) & n_event(x3) & of(x3,x4) & n_sport(x4) & at(x1,x2) & n_crowd(x1) & Theme(e1,x1) & v_populate(e1) & r_sparsely(x1))
|
exists e1 x1.(n_people(x1) & Actor(e1,x1) & v_sleep(e1))
|
77fa89ea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_populate(e1) & r_sparsely(x1) & of(x3,x4) & n_stadium(x2) & n_sport(x4) & n_event(x3) & n_crowd(x1) & for(x1,x3) & at(x1,x2) & a_topic(x1) & Theme(e1,x1))
|
exists e1 x1.(v_sleep(e1) & n_people(x1) & Actor(e1,x1))
|
||
A sparsely populated crowd at the stadium for a sports event.
|
The people are at an event.
| 0 | -100 |
a populated crowd is the same as people
|
exists e1 x1 x2 x3 x4.(n_stadium(x2) & a_topic(x1) & for(x1,x3) & n_event(x3) & of(x3,x4) & n_sport(x4) & at(x1,x2) & n_crowd(x1) & Theme(e1,x1) & v_populate(e1) & r_sparsely(x1))
|
exists p1 x1.(n_people(x1) & exists x2.(at(x1,x2) & n_event(x2)))
|
77fa943a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_populate(e1) & r_sparsely(x1) & of(x3,x4) & n_stadium(x2) & n_sport(x4) & n_event(x3) & n_crowd(x1) & for(x1,x3) & at(x1,x2) & a_topic(x1) & Theme(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_event(x2) & at(x1,x2)))
|
||
Soccer players are stretching in preparation for a game.
|
Athletes warm up before a soccer match.
| 0 | -100 |
Soccer players are types of athletes. A soccer match is a kind of game.
|
exists e1 x1 x2 x3 x4.(in(e1,x3) & for(x3,x4) & n_game(x4) & n_preparation(x3) & Actor(e1,x1) & v_stretch(e1) & n_player(x1) & (x1 = x2) & ne_nam_soccer(x2))
|
exists e1 s1 x1 x2 x3.(ne_nam_athletes(x1) & before(e1,x2) & n_match(x2) & of(x2,x3) & n_soccer(x3) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_warm(e1))
|
77faa42a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_stretch(e1) & ne_nam_soccer(x2) & n_preparation(x3) & n_player(x1) & n_game(x4) & in(e1,x3) & for(x3,x4) & Actor(e1,x1) & (x1 = x2))
|
exists e1 s1 x1 x2 x3.(v_warm(e1) & of(x2,x3) & ne_nam_athletes(x1) & n_soccer(x3) & n_match(x2) & before(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A man and a woman are happily jumping.
| 1 | 0.74989 |
Excitedly jumping is not necessarily happily jumping.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 x1 x2 x3.(a_happily(s1) & Manner(e1,s1) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
77feb830-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & a_happily(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A couple are jumping on a bridge.
| 1 | 0.865437 |
A man and a woman jumping into the air excitedly does not infer a couple.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 x1 x2.(on(e1,x2) & n_bridge(x2) & Actor(e1,x1) & v_jump(e1) & n_couple(x1))
|
77fec370-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_jump(e1) & on(e1,x2) & n_couple(x1) & n_bridge(x2) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
There is a footbridge that can be jumped on.
| 0 | 0.976217 |
If the footbridge can be jumped on then the man and the woman are jumping on it.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists p1 x1 e1 p2 x2 x3.((x1 = x2) & exists e2.(on(e2,x3) & v_jump(e2)) & Topic(e1,p2) & Actor(e1,x3) & v_can(e1) & (x2 = x3) & n_footbridge(x2))
|
77fedbf8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists x1 e1 p2 x2 x3.(v_can(e1) & n_footbridge(x2) & exists e2.(v_jump(e2) & on(e2,x3)) & Topic(e1,p2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A man and his wife excited they made it across the footbridge.
| 1 | 0.098767 |
A man and a woman are jumping into the air excitedly does not infer a man and his wife.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 p1 s1 x1 x2 x3 x4.(n_footbridge(x4) & a_topic(s1) & subset_of(x2,s1) & exists e2.(across(e2,x4) & Theme(e2,x2) & Actor(e2,x1) & v_make(e2)) & n_thing(x2) & n_thing(x1) & Topic(e1,p1) & Actor(e1,x3) & v_excited(e1) & (x2 = x3) & n_wife(x2) & of(x2,x1) & n_male(x1) & subset_of(x1,s1) & n_man(x1))
|
77fee562-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x2 x3 x4.(v_excited(e1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x1) & n_wife(x2) & n_thing(x2) & n_thing(x1) & n_man(x1) & n_male(x1) & n_footbridge(x4) & exists e2.(v_make(e2) & across(e2,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_topic(s1) & Topic(e1,p1) & Actor(e1,x3) & (x2 = x3))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A man beating his wife.
| 2 | 0.000053 |
beating and jumping are not the same
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_beat(e1) & n_wife(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1))
|
77ff0b82-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_beat(e1) & of(x3,x1) & n_wife(x3) & n_man(x1) & n_male(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A couple received good news.
| 1 | 0.715842 |
A man and a woman jumping into the air excitedly does not infer a couple received good news.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_receive(e1) & n_news(x2) & a_good(s1) & Theme(s1,x2) & n_couple(x1))
|
77ff2d38-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_receive(e1) & n_news(x2) & n_couple(x1) & a_good(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A man and a woman are sitting.
| 2 | -100 |
sitting and jumping are not the same
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 x1 x2 x3.(Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
77ff3814-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
Two people are acting playful while on a date.
| 1 | 0.700631 |
A man and a woman jumping into the air excitedly does not infer acting playful while on a date.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_date(x3) & Theme(e1,x2) & Actor(e1,x1) & v_act(e1) & n_while(x2) & a_playful(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1))
|
77ff4ae8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_act(e1) & on(e1,x3) & n_while(x2) & n_people(x1) & n_date(x3) & card_eq_2(x1) & a_playful(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
A man and a woman outdoors.
| 0 | -100 |
A wooden bridge is outdoors.
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & n_outdoors(x2) & of(x2,x3) & n_woman(x3) & subset_of(x1,s1) & n_man(x1))
|
77ff561e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x3) & n_outdoors(x2) & n_man(x1) & a_topic(s1))
|
||
A man and a woman are jumping into the air excitedly on a wooden footbridge.
|
The people are sleeping under a tree.
| 2 | -100 |
jumping and sleeping are not the same
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x4) & on(e1,x5) & n_footbridge(x5) & a_wooden(s2) & Theme(s2,x5) & a_excitedly(s1) & Manner(e1,s1) & into(e1,x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
|
exists e1 x1 x2.(n_people(x1) & under(e1,x2) & n_tree(x2) & Actor(e1,x1) & v_sleep(e1))
|
77ff6168-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x5) & n_woman(x3) & n_man(x2) & n_footbridge(x5) & n_air(x4) & into(e1,x4) & a_wooden(s2) & a_excitedly(s1) & Theme(s2,x5) & Manner(e1,s1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_sleep(e1) & under(e1,x2) & n_tree(x2) & n_people(x1) & Actor(e1,x1))
|
||
A street juggler performing while wearing a colorful outfit.
|
The person can juggle.
| 0 | -100 |
The street juggler is a person
|
exists e2 e1 s1 x1 x2 x3 x4.(a_topic(x1) & while(e1,e2) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_outfit(x4) & a_colorful(s1) & Theme(s1,x4) & Actor(e1,x3) & v_perform(e1) & (x1 = x3) & n_juggler(x1) & of(x1,x2) & n_street(x2))
|
exists e1 p1 x1.(n_person(x1) & exists e2.(Actor(e2,x1) & v_juggle(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_can(e1))
|
77ff6c58-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4.(while(e1,e2) & v_wear(e2) & v_perform(e1) & of(x1,x2) & n_street(x2) & n_outfit(x4) & n_juggler(x1) & a_topic(x1) & a_colorful(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x3) & (x1 = x3))
|
exists e1 p1 x1.(v_can(e1) & n_person(x1) & exists e2.(v_juggle(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
A street juggler performing while wearing a colorful outfit.
|
The juggler is wearing a plain outfit.
| 2 | -100 |
colorful and plain are not the same
|
exists e1 e2 s1 x1 x2 x3 x4.(a_topic(x1) & while(e1,e2) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_outfit(x4) & a_colorful(s1) & Theme(s1,x4) & Actor(e1,x3) & v_perform(e1) & (x1 = x3) & n_juggler(x1) & of(x1,x2) & n_street(x2))
|
exists e1 s1 x1 x2.(n_juggler(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_outfit(x2) & a_plain(s1) & Theme(s1,x2))
|
77ff7fea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & v_wear(e2) & v_perform(e1) & of(x1,x2) & n_street(x2) & n_outfit(x4) & n_juggler(x1) & a_topic(x1) & a_colorful(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x3) & (x1 = x3))
|
exists e1 s1 x1 x2.(v_wear(e1) & n_outfit(x2) & n_juggler(x1) & a_plain(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A street juggler performing while wearing a colorful outfit.
|
The juggler used to perform in a circus.
| 1 | -100 |
A street juggler performing not necessarily used to perform in a circus.
|
exists e2 e1 s1 x1 x2 x3 x4.(a_topic(x1) & while(e1,e2) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_outfit(x4) & a_colorful(s1) & Theme(s1,x4) & Actor(e1,x3) & v_perform(e1) & (x1 = x3) & n_juggler(x1) & of(x1,x2) & n_street(x2))
|
exists e1 p1 x1.(n_juggler(x1) & Topic(e1,p1) & Actor(e1,x1) & v_use(e1) & exists e2 x2.(in(e2,x2) & n_circus(x2) & Actor(e2,x1) & v_perform(e2)))
|
77ff9354-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 x1 x2 x3 x4.(while(e1,e2) & v_wear(e2) & v_perform(e1) & of(x1,x2) & n_street(x2) & n_outfit(x4) & n_juggler(x1) & a_topic(x1) & a_colorful(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x3) & (x1 = x3))
|
exists e1 p1 x1.(v_use(e1) & n_juggler(x1) & exists e2 x2.(v_perform(e2) & n_circus(x2) & in(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
Several construction workers standing on a scaffold
|
People are working on a big building.
| 1 | -100 |
Several construction workers standing on a scaffold are not necessarily working on a big building.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_scaffold(x3) & Actor(e1,x1) & v_stand(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(on(e1,x2) & n_building(x2) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1) & v_work(e1) & n_people(x1))
|
77ff9e08-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & on(e1,x3) & of(x1,x2) & n_worker(x1) & n_scaffold(x3) & n_construction(x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_work(e1) & on(e1,x2) & n_people(x1) & n_building(x2) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
Several construction workers standing on a scaffold
|
People are on a scaffold.
| 0 | -100 |
If construction workers are on scaffold then people are on scaffold.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_scaffold(x3) & Actor(e1,x1) & v_stand(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_scaffold(x2)) & n_people(x1))
|
77ffa420-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & on(e1,x3) & of(x1,x2) & n_worker(x1) & n_scaffold(x3) & n_construction(x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(on(x1,x2) & n_scaffold(x2)))
|
||
Several construction workers standing on a scaffold
|
Construction workers are sitting in a boat.
| 2 | -100 |
Either the workers are standing on a scaffold or sitting in a boat. They cannot do both at the same time.
|
exists e1 s1 x1 x2 x3.(on(e1,x3) & n_scaffold(x3) & Actor(e1,x1) & v_stand(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(in(e1,x3) & n_boat(x3) & Actor(e1,x1) & v_sit(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2))
|
77ffa952-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_stand(e1) & on(e1,x3) & of(x1,x2) & n_worker(x1) & n_scaffold(x3) & n_construction(x2) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_sit(e1) & of(x1,x2) & n_worker(x1) & n_construction(x2) & n_boat(x3) & in(e1,x3) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A family works on a convertible.
| 2 | -100 |
Male refers to one man, family refers to a group of relatives both male and female. Either one man is performing on a unicycle, or several people work on a convertible.
|
exists e3 e1 e2 e4 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(on(e1,x2) & n_convertible(x2) & Actor(e1,x1) & v_work(e1) & n_family(x1))
|
77ffaeca-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e2 e4 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_work(e1) & on(e1,x2) & n_family(x1) & n_convertible(x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
The man is a performer.
| 0 | 0.993253 |
The fact that he is performing on a unicycle explains that he is a performer already.
|
exists e3 e1 e4 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_performer(x2)))
|
77ffb5b4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e1 e4 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists x1.(n_man(x1) & exists x2.(n_performer(x2) & (x1 = x2)))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man is performing in a circus.
| 1 | 0.786494 |
A male entertainer wearing women's clothing on a unicycle is not necessarily performing in a circus.
|
exists e4 e1 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(in(e1,x2) & n_circus(x2) & Actor(e1,x1) & v_perform(e1) & n_man(x1))
|
77ffbb2c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e1 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_perform(e1) & n_man(x1) & n_circus(x2) & in(e1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man in feminine clothes is performing while people watch.
| 0 | -100 |
A pink tank top, skirt, and knee high socks are examples of feminine clothes.
|
exists e2 e3 e1 e4 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1 x2.(exists e2 x3.(Actor(e2,x3) & v_watch(e2) & n_people(x3)) & while(e1,p1) & Actor(e1,x1) & v_perform(e1) & in(x1,x2) & n_clothes(x2) & a_feminine(s1) & Theme(s1,x2) & n_man(x1))
|
77ffc004-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e3 e1 e4 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 p1 s1 x1 x2.(while(e1,p1) & v_perform(e1) & n_man(x1) & n_clothes(x2) & in(x1,x2) & exists e2 x3.(v_watch(e2) & n_people(x3) & Actor(e2,x3)) & a_feminine(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man is performing dressed as a woman.
| 0 | -100 |
If you have on a pink tank top, skirt, and knee high socks then you are dressed as a woman.
|
exists e4 e2 e3 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 p1 x1.(exists e2 x2.(as(e2,x2) & n_woman(x2) & Theme(e2,x1) & v_dress(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_perform(e1) & n_man(x1))
|
77ffc4be-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e3 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 p1 x1.(v_perform(e1) & n_man(x1) & exists e2 x2.(v_dress(e2) & n_woman(x2) & as(e2,x2) & Theme(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
The unicylist entertains.
| 0 | -100 |
The fact that he is performing on a unicycle means he is a unicylist.
|
exists e1 e2 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1.(n_unicylist(x1) & Actor(e1,x1) & v_entertain(e1))
|
77ffca72-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1.(v_entertain(e1) & n_unicylist(x1) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man in women's attire is handling knives in front of people.
| 1 | 0.865581 |
A male entertainer wearing women's clothing on a unicycle is not necessarily handling knives.
|
exists e3 e4 e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_people(x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x1) & v_handle(e1) & n_knife(x4) & in(x1,x3) & n_attire(x3) & of(x3,x2) & n_woman(x2) & n_man(x1))
|
77ffcf86-e4c8-11ec-9cdd-0242ac1c0002
|
exists e3 e4 e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3 x4 x5 x6.(v_handle(e1) & of(x5,x6) & of(x3,x2) & n_woman(x2) & n_people(x6) & n_man(x1) & n_knife(x4) & n_front(x5) & n_attire(x3) & in(x1,x3) & in(e1,x5) & Theme(e1,x4) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man is reading a book at the kitchen table.
| 2 | -100 |
Either the man is performing on a unicycle, or he is reading a book. Usually, one does not do both at the same time.
|
exists e4 e1 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3 x4.(n_table(x3) & of(x3,x4) & n_kitchen(x4) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & at(x2,x3) & n_book(x2) & n_man(x1))
|
77ffd4fe-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e1 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3 x4.(v_read(e1) & of(x3,x4) & n_table(x3) & n_man(x1) & n_kitchen(x4) & n_book(x2) & at(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A female is practicing her act in private.
| 2 | -100 |
Male refers to man, female refers to woman. Either the person is performing on a unicycle while a crowd watches or is practicing their act in private. They cannot be in two places at once.
|
exists e1 e4 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(in(e1,s1) & Theme(s1,x1) & a_private(s1) & Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_act(x2) & of(x2,x1) & n_female(x1) & n_female(x1))
|
77ffdb02-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e4 e3 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 s1 x1 x2.(v_practice(e1) & of(x2,x1) & n_female(x1) & n_act(x2) & in(e1,s1) & a_private(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
The entertainer is smoking a cigarette at his house while he watches tv.
| 2 | 0.000027 |
Either the entertainer is performing on a unicycle while a crowd watches, or he is smoking a cigarette at his house. Normally a crowd does not watch him at his house.
|
exists e2 e1 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 p1 x1 x2 x3.(n_male(x1) & n_male(x1) & n_house(x3) & of(x3,x1) & n_entertainer(x1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_watch(e2) & n_tv(x4)) & while(e1,p1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2))
|
77ffe05c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_smoke(e1) & of(x3,x1) & n_male(x1) & n_house(x3) & n_entertainer(x1) & n_cigarette(x2) & exists e2 x4.(v_watch(e2) & n_tv(x4) & Theme(e2,x4) & Actor(e2,x1)) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
The man is at the circus.
| 1 | 0.794926 |
A male entertainer wearing women's clothing on a unicycle is not necessarily at the circus.
|
exists e1 e4 e2 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists p1 x1 x2.(n_circus(x2) & n_man(x1) & at(x1,x2))
|
77ffe55c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e4 e2 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists x1 x2.(n_man(x1) & n_circus(x2) & at(x1,x2))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A man is petting a dog.
| 2 | -100 |
Either the man is performing on a unicycle or petting a dog. Usually, one does not attempt both simultaneously.
|
exists e2 e1 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_pet(e1) & n_dog(x2) & n_man(x1))
|
77ffea52-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e4 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2.(v_pet(e1) & n_man(x1) & n_dog(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A performer at the circus entertains.
| 1 | 0.808646 |
A male entertainer wearing women's clothing on a unicycle is not necessarily a performer at the circus.
|
exists e1 e4 e2 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists x1 x2 x3.(n_entertain(x2) & of(x2,x3) & n_circus(x3) & a_topic(x1) & at(x1,x2) & n_performer(x1))
|
77fff09c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e4 e2 e3 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists x1 x2 x3.(of(x2,x3) & n_performer(x1) & n_entertain(x2) & n_circus(x3) & at(x1,x2) & a_topic(x1))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
Dressed in female clothing a male performs for an audience
| 0 | -100 |
The male entertainer is wearing a pink top, skirt, and knee high socks which means he is dressed in female clothing, but he is also on a unicycle juggling knives which would explain its part of his performance for an audience.
|
exists e4 e2 e3 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e2 e1 s1 x1 x2 x3 x4.(while(e2,e1) & for(e2,x4) & n_audience(x4) & Actor(e2,x3) & v_perform(e2) & n_male(x3) & in(e1,x2) & n_clothing(x2) & a_female(s1) & Theme(s1,x2) & Theme(e1,x1) & v_dress(e1) & n_thing(x1))
|
77fff592-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e2 e3 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e2 e1 s1 x1 x2 x3 x4.(while(e2,e1) & v_perform(e2) & v_dress(e1) & n_thing(x1) & n_male(x3) & n_clothing(x2) & n_audience(x4) & in(e1,x2) & for(e2,x4) & a_female(s1) & Theme(s1,x2) & Theme(e1,x1) & Actor(e2,x3))
|
||
An male entertainer is wearing women's clothing that consists of a pink tank top, skirt, knee high socks, and a hairnet, performing on a unicycle a juggling knives while a crowd watches.
|
A cross dresser does a circus act before a crowd.
| 1 | 0.602533 |
A male entertainer wearing women's clothing is not necessarily a cross dresser.
|
exists e4 e3 e2 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,e3) & exists e5 x14.(Actor(e5,x14) & v_watch(e5) & n_crowd(x14)) & while(e4,p1) & Actor(e4,x13) & v_knive(e4) & n_juggling(x13) & rel(e3,x12) & n_hairnet(x12) & on(e3,x11) & n_unicycle(x11) & Actor(e3,x10) & v_perform(e3) & n_thing(x10) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & of(e1,x5) & rel(x5,x7) & rel(x7,x8) & n_sock(x8) & a_high(s3) & Theme(s3,x8) & of(x8,x9) & n_knee(x9) & n_skirt(x7) & n_top(x5) & of(x5,x6) & n_tank(x6) & a_pink(s2) & Theme(s2,x5) & Actor(e1,x4) & v_consist(e1) & (x3 = x4) & n_clothing(x3) & of(x3,x2) & n_woman(x2) & n_entertainer(x1) & a_male(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3 x4 x5.(before(e1,x5) & n_crowd(x5) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_act(x3) & of(x3,x4) & n_circus(x4) & n_dresser(x1) & of(x1,x2) & n_cross(x2))
|
77fffad8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e4 e3 e2 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(while(e4,p1) & while(e4,e3) & v_wear(e2) & v_perform(e3) & v_knive(e4) & v_consist(e1) & rel(x7,x8) & rel(x5,x7) & rel(e3,x12) & on(e3,x11) & of(x8,x9) & of(x5,x6) & of(x3,x2) & of(e1,x5) & n_woman(x2) & n_unicycle(x11) & n_top(x5) & n_thing(x10) & n_tank(x6) & n_sock(x8) & n_skirt(x7) & n_knee(x9) & n_juggling(x13) & n_hairnet(x12) & n_entertainer(x1) & n_clothing(x3) & exists e5 x14.(v_watch(e5) & n_crowd(x14) & Actor(e5,x14)) & a_pink(s2) & a_male(s1) & a_high(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e2,x3) & Actor(e4,x13) & Actor(e3,x10) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x3,x4) & of(x1,x2) & n_dresser(x1) & n_crowd(x5) & n_cross(x2) & n_circus(x4) & n_act(x3) & before(e1,x5) & Theme(e1,x3) & Actor(e1,x1))
|
||
There are many construction workers setting up scaffolding.
|
The workers have on hats.
| 1 | -100 |
Construction workers setting up scaffolding not necessarily have on hats.
|
exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & a_up(s1) & Manner(e1,s1) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & n_scaffolding(x5) & (x2 = x4) & n_worker(x2) & of(x2,x3) & n_construction(x3) & n_quantity(x2))
|
exists e1 x1 x2.(n_worker(x1) & on(e1,x2) & n_hat(x2) & Actor(e1,x1) & v_have(e1))
|
7800008c-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 e1 s1 x2 x3 x4 x5.(v_set(e1) & of(x2,x3) & n_worker(x2) & n_scaffolding(x5) & n_quantity(x2) & n_construction(x3) & a_up(s1) & Theme(e1,x5) & Manner(e1,s1) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))
|
exists e1 x1 x2.(v_have(e1) & on(e1,x2) & n_worker(x1) & n_hat(x2) & Actor(e1,x1))
|
||
There are many construction workers setting up scaffolding.
|
There is only one worker.
| 2 | -100 |
Either there are many workers or there is one worker. Both don't happen at the same time.
|
exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & a_up(s1) & Manner(e1,s1) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & n_scaffolding(x5) & (x2 = x4) & n_worker(x2) & of(x2,x3) & n_construction(x3) & n_quantity(x2))
|
exists p1 x1 x2.((x1 = x2) & n_worker(x2) & card_eq_1(x2) & r_only(x2))
|
780005be-e4c8-11ec-9cdd-0242ac1c0002
|
exists x1 e1 s1 x2 x3 x4 x5.(v_set(e1) & of(x2,x3) & n_worker(x2) & n_scaffolding(x5) & n_quantity(x2) & n_construction(x3) & a_up(s1) & Theme(e1,x5) & Manner(e1,s1) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))
|
exists x1 x2.(r_only(x2) & n_worker(x2) & card_eq_1(x2) & (x1 = x2))
|
||
People are sitting on stools in a clothing store.
|
People are sitting on a couch in the store.
| 2 | -100 |
Either people are sitting on stools or sitting on a couch. They cannot sit on both simultaneously.
|
exists e1 x1 x2 x3 x4.(in(e1,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & on(e1,x2) & n_stool(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists e1 x1 x2 x3.(n_store(x3) & in(e1,x3) & on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
7800105e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_store(x3) & n_stool(x2) & n_people(x1) & n_clothing(x4) & in(e1,x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & n_store(x3) & n_people(x1) & n_couch(x2) & in(e1,x3) & Actor(e1,x1))
|
||
People are sitting on stools in a clothing store.
|
People are inside the store.
| 0 | -100 |
The stools that the people are sitting on are inside the store.
|
exists e1 x1 x2 x3 x4.(in(e1,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & on(e1,x2) & n_stool(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists p1 x1 x2.(n_store(x2) & inside(x1,x2) & n_people(x1))
|
780015e0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_store(x3) & n_stool(x2) & n_people(x1) & n_clothing(x4) & in(e1,x3) & Actor(e1,x1))
|
exists x1 x2.(n_store(x2) & n_people(x1) & inside(x1,x2))
|
||
People are sitting on stools in a clothing store.
|
People are sitting on black stools.
| 1 | -100 |
Not all stools are black.
|
exists e1 x1 x2 x3 x4.(in(e1,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & on(e1,x2) & n_stool(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists e1 s1 x1 x2.(on(e1,x2) & n_stool(x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
78001acc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x2) & of(x3,x4) & n_store(x3) & n_stool(x2) & n_people(x1) & n_clothing(x4) & in(e1,x3) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_stool(x2) & n_people(x1) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1))
|
||
A man jogs down the street in front of a building under construction.
|
A man jogging early in the morning
| 1 | -100 |
Just because a man jogs doesn't imply early in the morning.
|
exists e1 x1 x2 x3 x4 x5.(n_street(x2) & in(e1,x3) & of(x3,x4) & under(x4,x5) & n_construction(x5) & n_building(x4) & n_front(x3) & down(e1,x2) & Actor(e1,x1) & v_jog(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(n_morning(x3) & a_topic(x1) & in(e1,x3) & r_early(e1) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_man(x1))
|
78001fae-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_jog(e1) & under(x4,x5) & of(x3,x4) & n_street(x2) & n_man(x1) & n_front(x3) & n_construction(x5) & n_building(x4) & in(e1,x3) & down(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_jog(e1) & r_early(e1) & n_morning(x3) & n_man(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
A man jogs down the street in front of a building under construction.
|
A man in tracksuit jogging.
| 1 | -100 |
Not all joggers wear a tracksuit.
|
exists e1 x1 x2 x3 x4 x5.(n_street(x2) & in(e1,x3) & of(x3,x4) & under(x4,x5) & n_construction(x5) & n_building(x4) & n_front(x3) & down(e1,x2) & Actor(e1,x1) & v_jog(e1) & n_man(x1))
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_jogging(x2) & of(x2,x3) & n_tracksuit(x3) & n_man(x1))
|
78002530-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_jog(e1) & under(x4,x5) & of(x3,x4) & n_street(x2) & n_man(x1) & n_front(x3) & n_construction(x5) & n_building(x4) & in(e1,x3) & down(e1,x2) & Actor(e1,x1))
|
exists x1 x2 x3.(of(x2,x3) & n_tracksuit(x3) & n_man(x1) & n_jogging(x2) & in(x1,x2) & a_topic(x1))
|
||
A man jogs down the street in front of a building under construction.
|
A woman doing laundry.
| 2 | -100 |
Man refers to male, woman refers to female. Either the person jogs down the street, or they are doing laundry.
|
exists e1 x1 x2 x3 x4 x5.(n_street(x2) & in(e1,x3) & of(x3,x4) & under(x4,x5) & n_construction(x5) & n_building(x4) & n_front(x3) & down(e1,x2) & Actor(e1,x1) & v_jog(e1) & n_man(x1))
|
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_laundry(x3) & (x1 = x2) & n_woman(x1))
|
78002b0c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5.(v_jog(e1) & under(x4,x5) & of(x3,x4) & n_street(x2) & n_man(x1) & n_front(x3) & n_construction(x5) & n_building(x4) & in(e1,x3) & down(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_do(e1) & n_woman(x1) & n_laundry(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
A group of people trying to sell handbags, accessories, and clothing.
|
the handbags are vintage louis vitton
| 1 | -100 |
Not all handbags are vintage.
|
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & subset_of(x5,x2) & n_clothing(x5) & subset_of(x3,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_sell(e2) & rel(x6,x7) & n_accessory(x7) & n_handbag(x6)) & (x3 = x4) & n_people(x3) & n_group(x1))
|
exists p1 x1.(n_handbag(x1) & exists s1 x2 x3.((x1 = x2) & n_vitton(x2) & of(x2,x3) & n_loui(x3) & a_vintage(s1) & Theme(s1,x2)))
|
78003034-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3 x4 x5.(v_try(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x1,x2) & n_people(x3) & n_group(x1) & n_clothing(x5) & exists e2 x6 x7.(v_sell(e2) & rel(x6,x7) & n_handbag(x6) & n_accessory(x7) & Theme(e2,x6) & Actor(e2,x4)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x3 = x4))
|
exists x1.(n_handbag(x1) & exists s1 x2 x3.(of(x2,x3) & n_vitton(x2) & n_loui(x3) & a_vintage(s1) & Theme(s1,x2) & (x1 = x2)))
|
||
A group of people trying to sell handbags, accessories, and clothing.
|
the people are selling handbags and accessories
| 0 | -100 |
The people are trying to sell handbags and accessories.
|
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & subset_of(x5,x2) & n_clothing(x5) & subset_of(x3,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_sell(e2) & rel(x6,x7) & n_accessory(x7) & n_handbag(x6)) & (x3 = x4) & n_people(x3) & n_group(x1))
|
exists e1 x1 x2 x3 x4.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & subset_of(x4,x2) & n_accessory(x4) & subset_of(x3,x2) & n_handbag(x3))
|
7800353e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3 x4 x5.(v_try(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x1,x2) & n_people(x3) & n_group(x1) & n_clothing(x5) & exists e2 x6 x7.(v_sell(e2) & rel(x6,x7) & n_handbag(x6) & n_accessory(x7) & Theme(e2,x6) & Actor(e2,x4)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3 x4.(v_sell(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_people(x1) & n_handbag(x3) & n_accessory(x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
A group of people trying to sell handbags, accessories, and clothing.
|
the people are selling grapefruits to 50 cent
| 2 | -100 |
Either the people are trying to sell handbags, among other things, or they are selling grapefruits. They could sell both simultaneously, but it can also be inferred that these cannot happen at the same time.
|
exists e1 p1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & subset_of(x5,x2) & n_clothing(x5) & subset_of(x3,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_sell(e2) & rel(x6,x7) & n_accessory(x7) & n_handbag(x6)) & (x3 = x4) & n_people(x3) & n_group(x1))
|
exists e1 x1 x2 x3.(n_people(x1) & to(e1,x3) & n_cent(x3) & card_eq_50(x3) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_grapefruit(x2))
|
78003a34-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3 x4 x5.(v_try(e1) & subset_of(x5,x2) & subset_of(x3,x2) & of(x1,x2) & n_people(x3) & n_group(x1) & n_clothing(x5) & exists e2 x6 x7.(v_sell(e2) & rel(x6,x7) & n_handbag(x6) & n_accessory(x7) & Theme(e2,x6) & Actor(e2,x4)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x3 = x4))
|
exists e1 x1 x2 x3.(v_sell(e1) & to(e1,x3) & n_people(x1) & n_grapefruit(x2) & n_cent(x3) & card_eq_50(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
People sitting and walking through a clothing store.
|
People browsing for food in the grocery store.
| 2 | -100 |
People sitting are not browsing the grocery store.
|
exists e2 e1 x1 x2 x3 x4.(through(e2,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & Actor(e2,x2) & v_walk(e2) & n_people(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists e1 x1 x2 x3 x4 x5.(n_store(x4) & of(x4,x5) & n_grocery(x5) & a_topic(x1) & in(e1,x4) & for(e1,x3) & n_food(x3) & Actor(e1,x2) & v_browse(e1) & (x1 = x2) & n_people(x1))
|
78003f20-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_walk(e2) & v_sit(e1) & through(e2,x3) & of(x3,x4) & n_store(x3) & n_people(x2) & n_people(x1) & n_clothing(x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4 x5.(v_browse(e1) & of(x4,x5) & n_store(x4) & n_people(x1) & n_grocery(x5) & n_food(x3) & in(e1,x4) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
People sitting and walking through a clothing store.
|
People browsing for clothes in an expensive store.
| 1 | -100 |
It is not implied that people sitting and walking through a clothing store would be browsing nor that the clothing store would be an expensive one.
|
exists e1 e2 x1 x2 x3 x4.(through(e2,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & Actor(e2,x2) & v_walk(e2) & n_people(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & for(e1,x3) & in(x3,x4) & n_store(x4) & a_expensive(s1) & Theme(s1,x4) & n_clothes(x3) & Actor(e1,x2) & v_browse(e1) & (x1 = x2) & n_people(x1))
|
78004402-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4.(v_walk(e2) & v_sit(e1) & through(e2,x3) & of(x3,x4) & n_store(x3) & n_people(x2) & n_people(x1) & n_clothing(x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_browse(e1) & n_store(x4) & n_people(x1) & n_clothes(x3) & in(x3,x4) & for(e1,x3) & a_topic(x1) & a_expensive(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
|
||
People sitting and walking through a clothing store.
|
People browsing for clothes in a store.
| 1 | -100 |
Browsing does not involve sitting and walking.
|
exists e1 e2 x1 x2 x3 x4.(through(e2,x3) & n_store(x3) & of(x3,x4) & n_clothing(x4) & Actor(e2,x2) & v_walk(e2) & n_people(x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & for(e1,x3) & in(x3,x4) & n_store(x4) & n_clothes(x3) & Actor(e1,x2) & v_browse(e1) & (x1 = x2) & n_people(x1))
|
78004948-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 x1 x2 x3 x4.(v_walk(e2) & v_sit(e1) & through(e2,x3) & of(x3,x4) & n_store(x3) & n_people(x2) & n_people(x1) & n_clothing(x4) & Actor(e2,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_browse(e1) & n_store(x4) & n_people(x1) & n_clothes(x3) & in(x3,x4) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
Two men and a woman are inspecting the front tire of a bicycle.
|
The people are looking at the damage after the bike wreck.
| 1 | -100 |
Just because more than one person is inspecting a front tire does not mean there has been a wreck.
|
exists e1 s1 x1 x2 x3 x4 x5.(n_tire(x4) & a_front(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1) & v_inspect(e1) & of(x4,x5) & n_bicycle(x5) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2) & card_eq_2(x2))
|
exists e1 x1 x2 x3 x4.(n_wreck(x3) & of(x3,x4) & n_bike(x4) & n_damage(x2) & n_people(x1) & at(e1,x2) & after(x2,x3) & Actor(e1,x1) & v_look(e1))
|
78004f7e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4 x5.(v_inspect(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x5) & n_woman(x3) & n_tire(x4) & n_man(x2) & n_bicycle(x5) & card_eq_2(x2) & a_front(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3 x4.(v_look(e1) & of(x3,x4) & n_wreck(x3) & n_people(x1) & n_damage(x2) & n_bike(x4) & at(e1,x2) & after(x2,x3) & Actor(e1,x1))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.