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 woman opening a gift around her friends. | A female has a present. | 0 | -100 | A woman is a female and a gift is a present. | exists e1 x1 x2 x3 x4.(a_topic(x1) & around(e1,x4) & n_friend(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_open(e1) & n_gift(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_present(x2) & n_female(x1)) | 4bb112f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_open(e1) & of(x4,x1) & n_woman(x1) & n_gift(x3) & n_friend(x4) & n_female(x1) & around(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_have(e1) & n_present(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman opening a gift around her friends. | A man is opening a toolbox. | 2 | -100 | It's either a woman or a man. Opening a gift is different from opening a toolbox. | exists e1 x1 x2 x3 x4.(a_topic(x1) & around(e1,x4) & n_friend(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_open(e1) & n_gift(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_open(e1) & n_toolbox(x2) & n_man(x1)) | 4bb1175a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_open(e1) & of(x4,x1) & n_woman(x1) & n_gift(x3) & n_friend(x4) & n_female(x1) & around(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_open(e1) & n_toolbox(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman opening a gift around her friends. | A women is surrounded by birthday gifts from her friends at a party. | 1 | -100 | Around does not necessarily mean surrounded by. A gift does not have to be a birthday gift. Just because she is with her friends does not mean that the gift is from her friends. Being around her friends does not mean she is at a party. | exists e1 x1 x2 x3 x4.(a_topic(x1) & around(e1,x4) & n_friend(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & Actor(e1,x2) & v_open(e1) & n_gift(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4 x5.(Actor(e1,x2) & from(x2,x4) & at(x4,x5) & n_party(x5) & n_friend(x4) & of(x4,x1) & n_female(x1) & n_gift(x2) & of(x2,x3) & n_birthday(x3) & Theme(e1,x1) & v_surround(e1) & n_woman(x1)) | 4bb11b9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_open(e1) & of(x4,x1) & n_woman(x1) & n_gift(x3) & n_friend(x4) & n_female(x1) & around(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_surround(e1) & of(x4,x1) & of(x2,x3) & n_woman(x1) & n_party(x5) & n_gift(x2) & n_friend(x4) & n_female(x1) & n_birthday(x3) & from(x2,x4) & at(x4,x5) & Theme(e1,x1) & Actor(e1,x2)) |
||
A woman wearing a red and yellow silk scarf plays the cello. | A woman is performing in a orchestra | 1 | -100 | Playing does not mean that she is performing or in an orchestra. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_cello(x5) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_scarf(x3) & of(x3,x4) & n_silk(x4) & a_yellow(s2) & Theme(s2,x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(in(e1,x2) & n_orchestra(x2) & Actor(e1,x1) & v_perform(e1) & n_woman(x1)) | 4bb12c9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & v_play(e2) & of(x3,x4) & n_woman(x1) & n_silk(x4) & n_scarf(x3) & n_cello(x5) & a_yellow(s2) & a_red(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_perform(e1) & n_woman(x1) & n_orchestra(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A woman wearing a red and yellow silk scarf plays the cello. | A woman is playing the guitar | 2 | -100 | A cello is different from a guitar. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_cello(x5) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_scarf(x3) & of(x3,x4) & n_silk(x4) & a_yellow(s2) & Theme(s2,x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | 4bb130e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & v_play(e2) & of(x3,x4) & n_woman(x1) & n_silk(x4) & n_scarf(x3) & n_cello(x5) & a_yellow(s2) & a_red(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_woman(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman wearing a red and yellow silk scarf plays the cello. | A woman is wearing a scarf | 0 | -100 | Sentence one is more descriptive than sentence two, that the woman is wearing a scarf. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_cello(x5) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_scarf(x3) & of(x3,x4) & n_silk(x4) & a_yellow(s2) & Theme(s2,x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_scarf(x2) & n_woman(x1)) | 4bb13564-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & v_play(e2) & of(x3,x4) & n_woman(x1) & n_silk(x4) & n_scarf(x3) & n_cello(x5) & a_yellow(s2) & a_red(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_woman(x1) & n_scarf(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman plays the cello while looking on. | A woman plays the cello while looking on towards the stars in the sky. | 1 | -100 | You can not infer she is looking towards the stars. | exists e1 e2 s1 x1 x2.(n_cello(x2) & while(e1,e2) & a_on(s1) & Manner(e2,s1) & Actor(e2,x1) & v_look(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | exists e1 e2 x1 x2 x3 x4.(n_sky(x4) & n_star(x3) & n_cello(x2) & while(e1,e2) & r_on(e2) & towards(e2,x3) & in(x3,x4) & Actor(e2,x1) & v_look(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | 4bb13a32-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2.(while(e1,e2) & v_play(e1) & v_look(e2) & n_woman(x1) & n_cello(x2) & a_on(s1) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(while(e1,e2) & v_play(e1) & v_look(e2) & towards(e2,x3) & r_on(e2) & n_woman(x1) & n_star(x3) & n_sky(x4) & n_cello(x2) & in(x3,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A woman plays the cello while looking on. | A woman plays the harmonica while looking on. | 2 | -100 | The woman either pays the cello or harmonica. | exists e2 e1 s1 x1 x2.(n_cello(x2) & while(e1,e2) & a_on(s1) & Manner(e2,s1) & Actor(e2,x1) & v_look(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | exists e2 e1 s1 x1 x2.(n_harmonica(x2) & while(e1,e2) & a_on(s1) & Manner(e2,s1) & Actor(e2,x1) & v_look(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | 4bb1402c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2.(while(e1,e2) & v_play(e1) & v_look(e2) & n_woman(x1) & n_cello(x2) & a_on(s1) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)) | exists e2 e1 s1 x1 x2.(while(e1,e2) & v_play(e1) & v_look(e2) & n_woman(x1) & n_harmonica(x2) & a_on(s1) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)) |
||
A woman plays the cello while looking on. | A woman creates sound. | 0 | -100 | plays the cello almost the same as creates sound. | exists e2 e1 s1 x1 x2.(n_cello(x2) & while(e1,e2) & a_on(s1) & Manner(e2,s1) & Actor(e2,x1) & v_look(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_create(e1) & n_sound(x2) & n_woman(x1)) | 4bb14630-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2.(while(e1,e2) & v_play(e1) & v_look(e2) & n_woman(x1) & n_cello(x2) & a_on(s1) & Theme(e1,x2) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_create(e1) & n_woman(x1) & n_sound(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young woman practices a string instrument indoors. | A young woman is practicing a violin. | 1 | -100 | A string instrument does not mean it is a violin. | all x2 x1 x3.((n_indoor(x1) & of(x1,x3) & n_instrument(x3) & of(x1,x2) & n_string(x2)) -> exists s1 x4 x5.(a_topic(x4) & for(x4,x1) & n_practice(x4) & of(x4,x5) & n_woman(x5) & a_young(s1) & Theme(s1,x4))) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_violin(x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 4bb14ac2-e4c8-11ec-9cdd-0242ac1c0002 | all x2 x1 x3.(exists s1 x4 x5.(of(x4,x5) & n_woman(x5) & n_practice(x4) & for(x4,x1) & a_young(s1) & a_topic(x4) & Theme(s1,x4)) | -of(x1,x3) | -of(x1,x2) | -n_string(x2) | -n_instrument(x3) | -n_indoor(x1)) | exists e1 s1 x1 x2.(v_practice(e1) & n_woman(x1) & n_violin(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young woman practices a string instrument indoors. | A girl is playing an instrument. | 0 | -100 | A young woman is another word for girl and she is playing an instrument. | all x3 x1 x2.((n_indoor(x1) & of(x1,x3) & n_instrument(x3) & of(x1,x2) & n_string(x2)) -> exists s1 x4 x5.(a_topic(x4) & for(x4,x1) & n_practice(x4) & of(x4,x5) & n_woman(x5) & a_young(s1) & Theme(s1,x4))) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_girl(x1)) | 4bb14f22-e4c8-11ec-9cdd-0242ac1c0002 | all x3 x1 x2.(exists s1 x4 x5.(of(x4,x5) & n_woman(x5) & n_practice(x4) & for(x4,x1) & a_young(s1) & a_topic(x4) & Theme(s1,x4)) | -of(x1,x3) | -of(x1,x2) | -n_string(x2) | -n_instrument(x3) | -n_indoor(x1)) | exists e1 x1 x2.(v_play(e1) & n_instrument(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young woman practices a string instrument indoors. | A girl is watching movies. | 2 | -100 | A woman is normally older than a girl. If the woman is practicing her instrument, then she can't be watching movies. | all x1 x2 x3.((n_indoor(x1) & of(x1,x3) & n_instrument(x3) & of(x1,x2) & n_string(x2)) -> exists s1 x4 x5.(a_topic(x4) & for(x4,x1) & n_practice(x4) & of(x4,x5) & n_woman(x5) & a_young(s1) & Theme(s1,x4))) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_movie(x2) & n_girl(x1)) | 4bb1544a-e4c8-11ec-9cdd-0242ac1c0002 | all x1 x2 x3.(exists s1 x4 x5.(of(x4,x5) & n_woman(x5) & n_practice(x4) & for(x4,x1) & a_young(s1) & a_topic(x4) & Theme(s1,x4)) | -of(x1,x3) | -of(x1,x2) | -n_string(x2) | -n_instrument(x3) | -n_indoor(x1)) | exists e1 x1 x2.(v_watch(e1) & n_movie(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Friends enjoying drinks and hugging at a party. | Several women are having a party. | 1 | -100 | There may have been men at the party. Being at a party does not necessarily imply that they are having the party. | exists e2 e1 x1 x2 x3 x4.(at(e2,x4) & n_party(x4) & Actor(e2,x3) & v_hug(e2) & n_friend(x3) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_drink(x2) & n_friend(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_party(x2) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | 4bb159d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_hug(e2) & v_enjoy(e1) & n_party(x4) & n_friend(x3) & n_friend(x1) & n_drink(x2) & at(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_woman(x1) & n_party(x2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Friends enjoying drinks and hugging at a party. | A group of friends are celebrating together. | 0 | -100 | Friends are at a party or celebration | exists e2 e1 x1 x2 x3 x4.(at(e2,x4) & n_party(x4) & Actor(e2,x3) & v_hug(e2) & n_friend(x3) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_drink(x2) & n_friend(x1)) | exists e1 p1 x1 x2.(exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_celebrate(e1) & of(x1,x2) & n_friend(x2) & n_group(x1)) | 4bb16570-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_hug(e2) & v_enjoy(e1) & n_party(x4) & n_friend(x3) & n_friend(x1) & n_drink(x2) & at(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_celebrate(e1) & of(x1,x2) & n_group(x1) & n_friend(x2) & exists s1.(a_together(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
One group of women and a group of men drinking and having a good time. | The man sits in the corner all alone. | 2 | -100 | The men should be sitting all alone or sitting with one group of women. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x7) & Theme(e1,x9) & Actor(e1,x8) & v_have(e1) & n_time(x9) & a_good(s1) & Theme(s1,x9) & (x7 = x8) & n_group(x7) & card_eq_1(x7) & a_topic(x1) & of(x1,x2) & subset_of(x4,x2) & of(x4,x5) & n_drinking(x5) & of(x5,x6) & n_man(x6) & n_group(x4) & subset_of(x3,x2) & n_woman(x3) & n_group(x1) & card_eq_1(x1)) | exists e1 s1 x1 x2.(n_corner(x2) & n_man(x1) & r_alone(e1) & a_all(s1) & Manner(e1,s1) & in(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 4bb179a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & of(x4,x5) & of(x1,x2) & n_woman(x3) & n_time(x9) & n_man(x6) & n_group(x7) & n_group(x4) & n_group(x1) & n_drinking(x5) & card_eq_1(x7) & card_eq_1(x1) & a_topic(x7) & a_topic(x1) & a_good(s1) & Theme(s1,x9) & Theme(e1,x9) & Actor(e1,x8) & (x7 = x8)) | exists e1 s1 x1 x2.(v_sit(e1) & r_alone(e1) & n_man(x1) & n_corner(x2) & in(e1,x2) & a_all(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
One group of women and a group of men drinking and having a good time. | Someone is drinking too much and is drunk. | 1 | -100 | Drinking and having a good time does not imply that it is too much or that anyone is drunk. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x7) & Theme(e1,x9) & Actor(e1,x8) & v_have(e1) & n_time(x9) & a_good(s1) & Theme(s1,x9) & (x7 = x8) & n_group(x7) & card_eq_1(x7) & a_topic(x1) & of(x1,x2) & subset_of(x4,x2) & of(x4,x5) & n_drinking(x5) & of(x5,x6) & n_man(x6) & n_group(x4) & subset_of(x3,x2) & n_woman(x3) & n_group(x1) & card_eq_1(x1)) | exists e1 s1 s2 x1 x2.(Theme(s2,x2) & a_drunk(s2) & n_person(x2) & r_too(e1) & a_much(s1) & Manner(e1,s1) & Actor(e1,x1) & v_drink(e1) & n_person(x1)) | 4bb17eac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & of(x4,x5) & of(x1,x2) & n_woman(x3) & n_time(x9) & n_man(x6) & n_group(x7) & n_group(x4) & n_group(x1) & n_drinking(x5) & card_eq_1(x7) & card_eq_1(x1) & a_topic(x7) & a_topic(x1) & a_good(s1) & Theme(s1,x9) & Theme(e1,x9) & Actor(e1,x8) & (x7 = x8)) | exists e1 s1 s2 x1 x2.(v_drink(e1) & r_too(e1) & n_person(x2) & n_person(x1) & a_much(s1) & a_drunk(s2) & Theme(s2,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
One group of women and a group of men drinking and having a good time. | People are hanging around together and having fun. | 0 | -100 | Group of men and women drinking and having a good time is a form of hanging around | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x7) & Theme(e1,x9) & Actor(e1,x8) & v_have(e1) & n_time(x9) & a_good(s1) & Theme(s1,x9) & (x7 = x8) & n_group(x7) & card_eq_1(x7) & a_topic(x1) & of(x1,x2) & subset_of(x4,x2) & of(x4,x5) & n_drinking(x5) & of(x5,x6) & n_man(x6) & n_group(x4) & subset_of(x3,x2) & n_woman(x3) & n_group(x1) & card_eq_1(x1)) | exists e1 e2 s1 x1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & n_fun(x3) & n_people(x2) & around(e1,s1) & Theme(s1,x1) & a_together(s1) & Actor(e1,x1) & v_hang(e1) & n_people(x1)) | 4bb18500-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & of(x4,x5) & of(x1,x2) & n_woman(x3) & n_time(x9) & n_man(x6) & n_group(x7) & n_group(x4) & n_group(x1) & n_drinking(x5) & card_eq_1(x7) & card_eq_1(x1) & a_topic(x7) & a_topic(x1) & a_good(s1) & Theme(s1,x9) & Theme(e1,x9) & Actor(e1,x8) & (x7 = x8)) | exists e1 e2 s1 x1 x2 x3.(v_have(e2) & v_hang(e1) & n_people(x2) & n_people(x1) & n_fun(x3) & around(e1,s1) & a_together(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1)) |
||
A group of people are partying inside a building. | The people are outside. | 2 | -100 | The people should be either inside or outside. | exists e1 x1 x2 x3.(inside(e1,x3) & n_building(x3) & Actor(e1,x1) & v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_outside(s1)) | 4bb18a46-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_building(x3) & inside(e1,x3) & Actor(e1,x1)) | exists s1 x1.(n_people(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A group of people are partying inside a building. | The people are on a tour. | 1 | -100 | There is no indication that the people are on a tour. | exists e1 x1 x2 x3.(inside(e1,x3) & n_building(x3) & Actor(e1,x1) & v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists p1 x1.(n_people(x1) & exists x2.(on(x1,x2) & n_tour(x2))) | 4bb18ea6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_building(x3) & inside(e1,x3) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(on(x1,x2) & n_tour(x2))) |
||
A group of people are partying inside a building. | The people are inside. | 0 | -100 | If they are partying inside a building, they must be inside | exists e1 x1 x2 x3.(inside(e1,x3) & n_building(x3) & Actor(e1,x1) & v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 s1 x1.(n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1)) | 4bb192ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_party(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_building(x3) & inside(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1.(v_be(e1) & n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Eight Asian men and women select green vegetables from an outdoor market. | Eight people choose broccolli. | 1 | -100 | the people did not necessarily do anything with broccolli. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_select(e1) & from(x4,x5) & n_market(x5) & a_outdoor(s3) & Theme(s3,x5) & n_vegetable(x4) & a_green(s2) & Theme(s2,x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & a_asian(s1) & Theme(s1,x1) & card_eq_8(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_choose(e1) & n_broccollus(x2) & n_people(x1) & card_eq_8(x1)) | 4bb19720-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_select(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_vegetable(x4) & n_market(x5) & n_man(x2) & from(x4,x5) & card_eq_8(x1) & a_outdoor(s3) & a_green(s2) & a_asian(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_choose(e1) & n_people(x1) & n_broccollus(x2) & card_eq_8(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Eight Asian men and women select green vegetables from an outdoor market. | Eight people choose green vegetables. | 0 | -100 | Eight Asian men take green vegetables from a market. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_select(e1) & from(x4,x5) & n_market(x5) & a_outdoor(s3) & Theme(s3,x5) & n_vegetable(x4) & a_green(s2) & Theme(s2,x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & a_asian(s1) & Theme(s1,x1) & card_eq_8(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_choose(e1) & n_vegetable(x2) & a_green(s1) & Theme(s1,x2) & n_people(x1) & card_eq_8(x1)) | 4bb19b4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_select(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_vegetable(x4) & n_market(x5) & n_man(x2) & from(x4,x5) & card_eq_8(x1) & a_outdoor(s3) & a_green(s2) & a_asian(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_choose(e1) & n_vegetable(x2) & n_people(x1) & card_eq_8(x1) & a_green(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Eight Asian men and women select green vegetables from an outdoor market. | Eight people look at cakes. | 2 | -100 | Green vegetables are not cake. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x4) & Actor(e1,x1) & v_select(e1) & from(x4,x5) & n_market(x5) & a_outdoor(s3) & Theme(s3,x5) & n_vegetable(x4) & a_green(s2) & Theme(s2,x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & a_asian(s1) & Theme(s1,x1) & card_eq_8(x1)) | exists e1 x1 x2.(at(e1,x2) & n_cake(x2) & Actor(e1,x1) & v_look(e1) & n_people(x1) & card_eq_8(x1)) | 4bb19f68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_select(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_vegetable(x4) & n_market(x5) & n_man(x2) & from(x4,x5) & card_eq_8(x1) & a_outdoor(s3) & a_green(s2) & a_asian(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & n_people(x1) & n_cake(x2) & card_eq_8(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Several Asians are looking at an assortment of green vegetables in an outdoor market. | A group of Asians are discussing vegetables. | 1 | -100 | Asians don't have to be discussing vegetables while they are looking at vegetables. | exists e1 s1 s2 s3 x1 x2 x3 x4.(ne_nam_asians(x1) & a_several(s1) & Theme(s1,x1) & at(e1,x2) & of(x2,x3) & in(x3,x4) & n_market(x4) & a_outdoor(s3) & Theme(s3,x4) & n_vegetable(x3) & a_green(s2) & Theme(s2,x3) & n_assortment(x2) & Actor(e1,x1) & v_look(e1)) | exists e1 x1 x2 x3.(ne_nam_asians(x2) & Theme(e1,x3) & Actor(e1,x1) & v_discuss(e1) & n_vegetable(x3) & of(x1,x2) & n_group(x1)) | 4bb1a3a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_look(e1) & of(x2,x3) & ne_nam_asians(x1) & n_vegetable(x3) & n_market(x4) & n_assortment(x2) & in(x3,x4) & at(e1,x2) & a_several(s1) & a_outdoor(s3) & a_green(s2) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_discuss(e1) & of(x1,x2) & ne_nam_asians(x2) & n_vegetable(x3) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
Several Asians are looking at an assortment of green vegetables in an outdoor market. | Several Asians point to red tomatoes. | 2 | -100 | green vegetables are not red tomatoes | exists e1 s1 s2 s3 x1 x2 x3 x4.(ne_nam_asians(x1) & a_several(s1) & Theme(s1,x1) & at(e1,x2) & of(x2,x3) & in(x3,x4) & n_market(x4) & a_outdoor(s3) & Theme(s3,x4) & n_vegetable(x3) & a_green(s2) & Theme(s2,x3) & n_assortment(x2) & Actor(e1,x1) & v_look(e1)) | exists s1 s2 x1 x2 x3.(a_topic(x1) & to(x1,x3) & n_tomato(x3) & a_red(s2) & Theme(s2,x3) & n_point(x1) & (x1 = x2) & ne_nam_asians(x2) & a_several(s1) & Theme(s1,x1)) | 4bb1a7ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_look(e1) & of(x2,x3) & ne_nam_asians(x1) & n_vegetable(x3) & n_market(x4) & n_assortment(x2) & in(x3,x4) & at(e1,x2) & a_several(s1) & a_outdoor(s3) & a_green(s2) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 s2 x1 x2 x3.(to(x1,x3) & ne_nam_asians(x2) & n_tomato(x3) & n_point(x1) & a_topic(x1) & a_several(s1) & a_red(s2) & Theme(s2,x3) & Theme(s1,x1) & (x1 = x2)) |
||
Several Asians are looking at an assortment of green vegetables in an outdoor market. | Several Asians are shopping outdoors. | 0 | -100 | Looking at an assortment of green vegetables implies shopping. | exists e1 s1 s2 s3 x1 x2 x3 x4.(ne_nam_asians(x1) & a_several(s1) & Theme(s1,x1) & at(e1,x2) & of(x2,x3) & in(x3,x4) & n_market(x4) & a_outdoor(s3) & Theme(s3,x4) & n_vegetable(x3) & a_green(s2) & Theme(s2,x3) & n_assortment(x2) & Actor(e1,x1) & v_look(e1)) | exists p1 s1 x1.(ne_nam_asians(x1) & a_several(s1) & Theme(s1,x1) & exists e1 x2.((x1 = x2) & n_outdoors(x2) & Actor(e1,x2) & v_shop(e1))) | 4bb1ac60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_look(e1) & of(x2,x3) & ne_nam_asians(x1) & n_vegetable(x3) & n_market(x4) & n_assortment(x2) & in(x3,x4) & at(e1,x2) & a_several(s1) & a_outdoor(s3) & a_green(s2) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(ne_nam_asians(x1) & exists e1 x2.(v_shop(e1) & n_outdoors(x2) & Actor(e1,x2) & (x1 = x2)) & a_several(s1) & Theme(s1,x1)) |
||
a dog is running across the sand with a stick in its mouth. | A man has thrown a stick to a dog. | 1 | -100 | Just because a dog has a stick does not imply that a man threw it to the dog. | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_sand(x2) & with(e1,x3) & in(x3,x4) & n_stick(x3) & across(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1)) | exists e1 x1 x2 x3.(to(e1,x3) & n_dog(x3) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_stick(x2) & n_man(x1)) | 4bb1b11a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & of(x4,x2) & n_thing(x2) & n_stick(x3) & n_sand(x2) & n_mouth(x4) & n_dog(x1) & in(x3,x4) & across(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_throw(e1) & to(e1,x3) & n_stick(x2) & n_man(x1) & n_dog(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
a dog is running across the sand with a stick in its mouth. | The dog lays down with a toy. | 2 | -100 | The dog can be either running or lying down. | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_sand(x2) & with(e1,x3) & in(x3,x4) & n_stick(x3) & across(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1)) | exists e1 s1 x1 x2.(n_dog(x1) & a_down(s1) & Manner(e1,s1) & with(e1,x2) & n_toy(x2) & Actor(e1,x1) & v_lay(e1)) | 4bb1b55c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & of(x4,x2) & n_thing(x2) & n_stick(x3) & n_sand(x2) & n_mouth(x4) & n_dog(x1) & in(x3,x4) & across(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & v_lay(e1) & n_toy(x2) & n_dog(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
a dog is running across the sand with a stick in its mouth. | The dog runs with a stick. | 0 | -100 | If a dog is running with a stick in its mouth, it implies he runs with a stick | exists e1 x1 x2 x3 x4.(n_mouth(x4) & of(x4,x2) & n_thing(x2) & n_sand(x2) & with(e1,x3) & in(x3,x4) & n_stick(x3) & across(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1)) | exists e1 x1 x2.(n_dog(x1) & with(e1,x2) & n_stick(x2) & Actor(e1,x1) & v_run(e1)) | 4bb1b976-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_run(e1) & of(x4,x2) & n_thing(x2) & n_stick(x3) & n_sand(x2) & n_mouth(x4) & n_dog(x1) & in(x3,x4) & across(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_run(e1) & n_stick(x2) & n_dog(x1) & Actor(e1,x1)) |
||
A man in white shirt is making a speech. | A man is working at the factory. | 2 | -100 | The man can be either making a speech or working at the factory. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_factory(x2) & at(e1,x2) & Actor(e1,x1) & v_work(e1) & n_man(x1)) | 4bb1bdb8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_work(e1) & n_man(x1) & n_factory(x2) & at(e1,x2) & Actor(e1,x1)) |
||
A man in white shirt is making a speech. | A man is making a speech. | 0 | -100 | Making a speech is synonymous to making a speech | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_speech(x2) & n_man(x1)) | 4bb1c1f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_speech(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in white shirt is making a speech. | A man makes a speech in front of a huge audience. | 1 | -100 | Just because a man is making a speech it does not have to be in front of a huge audience. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & in(x2,x3) & of(x3,x4) & n_audience(x4) & a_huge(s1) & Theme(s1,x4) & n_front(x3) & n_speech(x2) & n_man(x1)) | 4bb1c61e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_man(x1) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & of(x3,x4) & n_speech(x2) & n_man(x1) & n_front(x3) & n_audience(x4) & in(x2,x3) & a_huge(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a white shirt is making a speech into a microphone. | A man is making a speech. | 0 | -100 | Making a speech into a microphone implies he is making a speech | exists e1 s1 x1 x2 x3 x4.(into(e1,x4) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_speech(x2) & n_man(x1)) | 4bb1cb00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_microphone(x4) & n_man(x1) & into(e1,x4) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_speech(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a white shirt is making a speech into a microphone. | A woman in a black shirt is making a speech into a microphone. | 2 | -100 | There can be either a man or a woman. He/She can be either in a white shirt or a black shirt. | exists e1 s1 x1 x2 x3 x4.(into(e1,x4) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(into(e1,x4) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1)) | 4bb1cfb0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_microphone(x4) & n_man(x1) & into(e1,x4) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & n_woman(x1) & n_speech(x3) & n_shirt(x2) & n_microphone(x4) & into(e1,x4) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man in a white shirt is making a speech into a microphone. | A man in a white shirt is nervously making a speech into a microphone. | 1 | -100 | Just because a man is making a speech it does not mean he does so nervously. | exists e1 s1 x1 x2 x3 x4.(into(e1,x4) & n_microphone(x4) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(into(e1,x4) & n_microphone(x4) & a_nervously(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_speech(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | 4bb1d474-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_microphone(x4) & n_man(x1) & into(e1,x4) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_make(e1) & n_speech(x3) & n_shirt(x2) & n_microphone(x4) & n_man(x1) & into(e1,x4) & in(x1,x2) & a_white(s1) & a_nervously(s2) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1)) |
||
A man in black slacks leaves the New York Dolls Gentlemen's' Club. | A man is walking of a club. | 0 | -100 | A man leaving the Gentlemen's Club implies he is walking out of a club | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_club(x8) & of(x8,x3) & n_'s(x3) & (x3 = x7) & ne_org_gentlemen(x7) & (x3 = x6) & ne_org_dolls(x6) & (x3 = x5) & ne_org_york(x5) & (x3 = x4) & ne_org_new(x4) & Theme(e1,x8) & Actor(e1,x1) & v_leave(e1) & in(x1,x2) & n_slacks(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(of(e1,x2) & n_club(x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1)) | 4bb1dabe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_leave(e1) & of(x8,x3) & ne_org_york(x5) & ne_org_new(x4) & ne_org_gentlemen(x7) & ne_org_dolls(x6) & ne_org_club(x8) & n_slacks(x2) & n_man(x1) & n_'s(x3) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x8) & Actor(e1,x1) & (x3 = x7) & (x3 = x6) & (x3 = x5) & (x3 = x4)) | exists e1 x1 x2.(v_walk(e1) & of(e1,x2) & n_man(x1) & n_club(x2) & Actor(e1,x1)) |
||
A man in black slacks leaves the New York Dolls Gentlemen's' Club. | A man is wearing blue jeans outside of a club. | 2 | -100 | The man can be either in a black slacks or blue jeans. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_club(x8) & of(x8,x3) & n_'s(x3) & (x3 = x7) & ne_org_gentlemen(x7) & (x3 = x6) & ne_org_dolls(x6) & (x3 = x5) & ne_org_york(x5) & (x3 = x4) & ne_org_new(x4) & Theme(e1,x8) & Actor(e1,x1) & v_leave(e1) & in(x1,x2) & n_slacks(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & of(x3,x4) & n_club(x4) & outside(x2,x3) & n_thing(x3) & n_jeans(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 4bb1dfc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_leave(e1) & of(x8,x3) & ne_org_york(x5) & ne_org_new(x4) & ne_org_gentlemen(x7) & ne_org_dolls(x6) & ne_org_club(x8) & n_slacks(x2) & n_man(x1) & n_'s(x3) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x8) & Actor(e1,x1) & (x3 = x7) & (x3 = x6) & (x3 = x5) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4.(v_wear(e1) & outside(x2,x3) & of(x3,x4) & n_thing(x3) & n_man(x1) & n_jeans(x2) & n_club(x4) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in black slacks leaves the New York Dolls Gentlemen's' Club. | A man was visiting his girlfriend at a Gentlemen's club. | 1 | -100 | Just because a man leaves the New York Dolls Gentleman's Club it does not mean he is visiting his girlfriend. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_club(x8) & of(x8,x3) & n_'s(x3) & (x3 = x7) & ne_org_gentlemen(x7) & (x3 = x6) & ne_org_dolls(x6) & (x3 = x5) & ne_org_york(x5) & (x3 = x4) & ne_org_new(x4) & Theme(e1,x8) & Actor(e1,x1) & v_leave(e1) & in(x1,x2) & n_slacks(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_club(x4) & of(x4,x3) & ne_org_gentlemen(x3) & Theme(e1,x2) & Actor(e1,x1) & v_visit(e1) & n_girlfriend(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 4bb1e572-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_leave(e1) & of(x8,x3) & ne_org_york(x5) & ne_org_new(x4) & ne_org_gentlemen(x7) & ne_org_dolls(x6) & ne_org_club(x8) & n_slacks(x2) & n_man(x1) & n_'s(x3) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x8) & Actor(e1,x1) & (x3 = x7) & (x3 = x6) & (x3 = x5) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(v_visit(e1) & of(x4,x3) & of(x2,x1) & ne_org_gentlemen(x3) & n_man(x1) & n_male(x1) & n_girlfriend(x2) & n_club(x4) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
One man and one woman, with blue gloves on, putting something in a syringe into a cup of liquid. | A man and a woman with blue gloves on, putting something in a syringe into a cup of liquid. | 0 | -100 | One man and one woman with blue gloves putting something in a syringe into a cup of liquid is synonymous to a man and a woman with blue gloves putting something in a syringe into a cup of liquid | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(s1) & subset_of(x2,s1) & with(x2,x3) & on(x3,e1) & into(e1,x7) & of(x7,x8) & n_liquid(x8) & n_cup(x7) & Theme(e1,x5) & Actor(e1,x4) & v_put(e1) & in(x5,x6) & n_syringe(x6) & n_thing(x5) & n_thing(x4) & n_glove(x3) & a_blue(s2) & Theme(s2,x3) & n_woman(x2) & card_eq_1(x2) & subset_of(x1,s1) & n_man(x1) & card_eq_1(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(s1) & subset_of(x2,s1) & on(x2,e1) & into(e1,x7) & of(x7,x8) & n_liquid(x8) & n_cup(x7) & Theme(e1,x5) & Actor(e1,x4) & v_put(e1) & in(x5,x6) & n_syringe(x6) & n_thing(x5) & n_thing(x4) & with(x2,x3) & n_glove(x3) & a_blue(s2) & Theme(s2,x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1)) | 4bb1f9f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x3) & v_put(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(x3,e1) & of(x7,x8) & n_woman(x2) & n_thing(x5) & n_thing(x4) & n_syringe(x6) & n_man(x1) & n_liquid(x8) & n_glove(x3) & n_cup(x7) & into(e1,x7) & in(x5,x6) & card_eq_1(x2) & card_eq_1(x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x3) & Theme(e1,x5) & Actor(e1,x4)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x3) & v_put(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(x2,e1) & of(x7,x8) & n_woman(x2) & n_thing(x5) & n_thing(x4) & n_syringe(x6) & n_man(x1) & n_liquid(x8) & n_glove(x3) & n_cup(x7) & into(e1,x7) & in(x5,x6) & a_topic(s1) & a_blue(s2) & Theme(s2,x3) & Theme(e1,x5) & Actor(e1,x4)) |
||
One man and one woman, with blue gloves on, putting something in a syringe into a cup of liquid. | A man and a woman put something into a cup. | 1 | -100 | Just because a man and woman put something in a cup it does not mean they put it in a syringe. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(s1) & subset_of(x2,s1) & with(x2,x3) & on(x3,e1) & into(e1,x7) & of(x7,x8) & n_liquid(x8) & n_cup(x7) & Theme(e1,x5) & Actor(e1,x4) & v_put(e1) & in(x5,x6) & n_syringe(x6) & n_thing(x5) & n_thing(x4) & n_glove(x3) & a_blue(s2) & Theme(s2,x3) & n_woman(x2) & card_eq_1(x2) & subset_of(x1,s1) & n_man(x1) & card_eq_1(x1)) | exists e1 x1 x2 x3 x4 x5.(into(e1,x5) & n_cup(x5) & Theme(e1,x4) & Actor(e1,x1) & v_put(e1) & n_thing(x4) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 4bb20908-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(x2,x3) & v_put(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(x3,e1) & of(x7,x8) & n_woman(x2) & n_thing(x5) & n_thing(x4) & n_syringe(x6) & n_man(x1) & n_liquid(x8) & n_glove(x3) & n_cup(x7) & into(e1,x7) & in(x5,x6) & card_eq_1(x2) & card_eq_1(x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x3) & Theme(e1,x5) & Actor(e1,x4)) | exists e1 x1 x2 x3 x4 x5.(v_put(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_thing(x4) & n_man(x2) & n_cup(x5) & into(e1,x5) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man and a woman are filling syringes with what appears to be food related products. | a man and woman are watching tv | 2 | -100 | The man and woman can be either filling syringes or watching tv, | exists e1 x1 x2 x3 x4.(exists e2 p1 x5.(n_thing(x5) & with(e1,x5) & Topic(e2,p1) & Actor(e2,x5) & v_appear(e2) & exists p2 e3 x6 x7.((x5 = x6) & n_product(x6) & Theme(e3,x6) & v_relate(e3) & of(x6,x7) & n_food(x7))) & Theme(e1,x4) & Actor(e1,x1) & v_fill(e1) & n_syringe(x4) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_watch(e1) & n_tv(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 4bb21768-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_fill(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_syringe(x4) & n_man(x2) & exists e2 p1 x5.(with(e1,x5) & v_appear(e2) & n_thing(x5) & exists e3 x6 x7.(v_relate(e3) & of(x6,x7) & n_product(x6) & n_food(x7) & Theme(e3,x6) & (x5 = x6)) & Topic(e2,p1) & Actor(e2,x5)) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_watch(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_tv(x4) & n_man(x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
A lady and gentleman wearing blue gloves placing something into a blue mug. | The people are washing their hands. | 2 | -100 | The people can not be washing their hands and placing something into a blue mug at the same time. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(s1) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & into(e1,x7) & n_mug(x7) & a_blue(s3) & Theme(s3,x7) & Theme(e1,x6) & Actor(e1,x5) & v_place(e1) & n_thing(x6) & (x4 = x5) & n_glove(x4) & a_blue(s2) & Theme(s2,x4) & (s1 = x3) & n_gentleman(x2) & n_lady(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | exists e1 x1 x2.(n_hand(x2) & of(x2,x1) & n_thing(x1) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wash(e1)) | 4bb2208c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_place(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_thing(x6) & n_mug(x7) & n_lady(x1) & n_glove(x4) & n_gentleman(x2) & into(e1,x7) & a_topic(s1) & a_blue(s3) & a_blue(s2) & Theme(s3,x7) & Theme(s2,x4) & Theme(e2,x4) & Theme(e1,x6) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (s1 = x3)) | exists e1 x1 x2.(v_wash(e1) & of(x2,x1) & n_thing(x1) & n_people(x1) & n_hand(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | A man proposes to his girlfriend. | 2 | 0.007432 | Proposes is different than giving a speech. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2.(to(e1,x2) & n_girlfriend(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_propose(e1) & n_man(x1)) | 4bb22e10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_propose(e1) & to(e1,x2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_girlfriend(x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | An asian man gives a speech at a Chinese New Year event. | 1 | 0.011151 | The speech is not necessarily being given at a Chinese New Year Event. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(at(e1,x3) & n_event(x3) & (x3 = x5) & ne_org_year(x5) & (x3 = x4) & ne_org_new(x4) & a_chinese(s2) & Theme(s2,x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | 4bb23234-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_give(e1) & ne_org_year(x5) & ne_org_new(x4) & n_speech(x2) & n_man(x1) & n_event(x3) & at(e1,x3) & a_chinese(s2) & a_asian(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x5) & (x3 = x4)) |
||
An asian man giving a speech. | An asian man stands outside and gives a speech to a group | 1 | 0.515633 | Just because a man is giving a speech it does not mean gives a speech to a group. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_give(e2) & to(x3,x4) & n_group(x4) & n_speech(x3) & n_man(x2) & a_asian(s2) & Theme(s2,x2) & exists s3.(Theme(s3,x1) & a_outside(s3)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | 4bb23e96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & v_give(e2) & to(x3,x4) & n_speech(x3) & n_man(x2) & n_man(x1) & n_group(x4) & exists s3.(a_outside(s3) & Theme(s3,x1)) & a_asian(s2) & a_asian(s1) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | A man gives a speech. | 0 | 0.982175 | Giving a speech and gives a speech are the same thing. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2) & n_man(x1)) | 4bb24738-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_give(e1) & n_speech(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | A man gives a speech about the environment. | 1 | 0.012723 | Just because a man is giving a speech it does not mean it is about the environment. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_environment(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & about(x2,x3) & n_speech(x2) & n_man(x1)) | 4bb2508e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_give(e1) & n_speech(x2) & n_man(x1) & n_environment(x3) & about(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | A man gives a speech. | 0 | 0.982175 | Giving a speech and gives a speech are the same thing. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2) & n_man(x1)) | 4bb258f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_give(e1) & n_speech(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An asian man giving a speech. | The asian man giving a speech will present an award. | 1 | 0.011419 | A man who is giving a speech does not have to present an award. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(n_man(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & v_present(e2) & n_award(x4) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2)) | 4bb25d72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4.(v_present(e2) & v_give(e1) & n_speech(x3) & n_man(x1) & n_award(x4) & a_asian(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
An asian man giving a speech. | Asian speaking | 1 | 0.987579 | The sentence does not say he is speaking in Asian | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_speech(x3) & (x1 = x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists s1 x1.(n_speaking(x1) & a_asian(s1) & Theme(s1,x1) & a_topic(x1)) | 4bb26704-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & n_speech(x3) & n_man(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_speaking(x1) & a_topic(x1) & a_asian(s1) & Theme(s1,x1)) |
||
A person has jumped in the air with one foot stretched toward a man on the ground who is wearing a red shirt and a hat. | A man steals jewelry. | 2 | -100 | A man cannot be stealing jewelry at the same time he is on the ground. | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_ground(x6) & n_air(x3) & toward(e2,x5) & on(x5,x6) & Theme(e3,x8) & Actor(e3,x7) & v_wear(e3) & subset_of(x10,x8) & n_hat(x10) & subset_of(x9,x8) & n_shirt(x9) & a_red(s1) & Theme(s1,x9) & (x6 = x7) & n_man(x5) & Actor(e2,x1) & v_stretch(e2) & with(e1,x4) & n_foot(x4) & card_eq_1(x4) & in(e1,x3) & Actor(e1,x2) & v_jump(e1) & (x1 = x2) & n_person(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_steal(e1) & n_jewelry(x2) & n_man(x1)) | 4bb4b4be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(e1,x4) & v_wear(e3) & v_stretch(e2) & v_jump(e1) & toward(e2,x5) & subset_of(x9,x8) & subset_of(x10,x8) & on(x5,x6) & n_shirt(x9) & n_person(x1) & n_man(x5) & n_hat(x10) & n_ground(x6) & n_foot(x4) & n_air(x3) & in(e1,x3) & card_eq_1(x4) & a_red(s1) & Theme(s1,x9) & Theme(e3,x8) & Actor(e3,x7) & Actor(e2,x1) & Actor(e1,x2) & (x6 = x7) & (x1 = x2)) | exists e1 x1 x2.(v_steal(e1) & n_man(x1) & n_jewelry(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are adamantly performing martial arts in a garden. | The ladies went shopping for seeds. | 2 | -100 | The people are either men or ladies, and they cannot be both performing martial arts and shopping. | exists e1 s1 s2 x1 x2 x3.(a_adamantly(s2) & Manner(e1,s2) & in(e1,x3) & n_garden(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_art(x2) & a_martial(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_lady(x1) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & for(x2,x3) & n_seed(x3) & n_shopping(x2)) | 4bb4b946-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_perform(e1) & n_man(x1) & n_garden(x3) & n_art(x2) & in(e1,x3) & card_eq_2(x1) & a_martial(s1) & a_adamantly(s2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_go(e1) & n_shopping(x2) & n_seed(x3) & n_lady(x1) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are adamantly performing martial arts in a garden. | The men were performing karate in front of a crowd at the park. | 1 | -100 | The men could have just been practicing karate, it doesn't mean they were putting on a performance for a crowd. | exists e1 s1 s2 x1 x2 x3.(a_adamantly(s2) & Manner(e1,s2) & in(e1,x3) & n_garden(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_art(x2) & a_martial(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4 x5.(n_park(x5) & n_man(x1) & at(e1,x5) & in(e1,x3) & of(x3,x4) & n_crowd(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_karate(x2)) | 4bb4be0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_perform(e1) & n_man(x1) & n_garden(x3) & n_art(x2) & in(e1,x3) & card_eq_2(x1) & a_martial(s1) & a_adamantly(s2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & of(x3,x4) & n_park(x5) & n_man(x1) & n_karate(x2) & n_front(x3) & n_crowd(x4) & in(e1,x3) & at(e1,x5) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are adamantly performing martial arts in a garden. | Bob and Joe were practicing karate outside. | 0 | -100 | Bob and Joe are practicing martial arts. | exists e1 s1 s2 x1 x2 x3.(a_adamantly(s2) & Manner(e1,s2) & in(e1,x3) & n_garden(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_art(x2) & a_martial(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(ne_per_joe(x3) & ne_per_bob(x2) & Theme(e1,x4) & Actor(e1,x1) & v_practice(e1) & n_outside(x4) & a_karate(s1) & Theme(s1,x4) & subset_of(x3,x1) & subset_of(x2,x1)) | 4bb4c24c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_perform(e1) & n_man(x1) & n_garden(x3) & n_art(x2) & in(e1,x3) & card_eq_2(x1) & a_martial(s1) & a_adamantly(s2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_practice(e1) & subset_of(x3,x1) & subset_of(x2,x1) & ne_per_joe(x3) & ne_per_bob(x2) & n_outside(x4) & a_karate(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1)) |
||
One man throws a flying kick at another man. | Karate champions spar in the Olympic finals. | 1 | -100 | Not all men who kick are karate champions. Throwing a kick at another man does not imply is it in the Olympic finals. | exists e2 e1 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_throw(e2) & at(x2,x3) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & n_kick(x2) & Actor(e1,x2) & v_fly(e1) & card_eq_1(x1)) | exists x1 x2 x3 x4 x5.(n_final(x4) & (x4 = x5) & ne_nam_olympic(x5) & a_topic(x1) & in(x1,x4) & n_spar(x1) & of(x1,x3) & n_champion(x3) & (x1 = x2) & ne_nam_karate(x2)) | 4bb4c670-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_throw(e2) & v_fly(e1) & n_man(x3) & n_man(x1) & n_kick(x2) & card_eq_1(x1) & at(x2,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2) & -(x3 = x1)) | exists x1 x2 x3 x4 x5.(of(x1,x3) & ne_nam_olympic(x5) & ne_nam_karate(x2) & n_spar(x1) & n_final(x4) & n_champion(x3) & in(x1,x4) & a_topic(x1) & (x4 = x5) & (x1 = x2)) |
||
One man throws a flying kick at another man. | Two men are boxing. | 2 | -100 | A man cannot be boxing at the same time he is throwing a flying kick. | exists e1 e2 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_throw(e2) & at(x2,x3) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & n_kick(x2) & Actor(e1,x2) & v_fly(e1) & card_eq_1(x1)) | exists e1 x1.(Actor(e1,x1) & v_box(e1) & n_man(x1) & card_eq_2(x1)) | 4bb4caa8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3.(v_throw(e2) & v_fly(e1) & n_man(x3) & n_man(x1) & n_kick(x2) & card_eq_1(x1) & at(x2,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2) & -(x3 = x1)) | exists e1 x1.(v_box(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
One man throws a flying kick at another man. | Two men are fighting. | 0 | -100 | One man is more then two men | exists e2 e1 x1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_throw(e2) & at(x2,x3) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & n_kick(x2) & Actor(e1,x2) & v_fly(e1) & card_eq_1(x1)) | exists e1 x1.(Actor(e1,x1) & v_fight(e1) & n_man(x1) & card_eq_2(x1)) | 4bb4ced6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_throw(e2) & v_fly(e1) & n_man(x3) & n_man(x1) & n_kick(x2) & card_eq_1(x1) & at(x2,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2) & -(x3 = x1)) | exists e1 x1.(v_fight(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two children on one swing at a park with other children. | Five children on one slide at a park with other children. | 2 | -100 | There can be two or five children. The children can be on a swing or a slide. There are different areas of the park. | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & at(x2,x3) & with(x3,x4) & -(x4 = x1) & n_child(x1) & n_child(x1) & n_child(x4) & n_park(x3) & n_swing(x2) & card_eq_1(x2) & card_eq_2(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & at(x2,x3) & with(x3,x4) & -(x4 = x1) & n_child(x1) & n_child(x1) & n_child(x4) & n_park(x3) & n_slide(x2) & card_eq_1(x2) & card_eq_5(x1)) | 4bb4d2fa-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(with(x3,x4) & on(x1,x2) & n_swing(x2) & n_park(x3) & n_child(x4) & n_child(x1) & card_eq_2(x1) & card_eq_1(x2) & at(x2,x3) & a_topic(x1) & -(x4 = x1)) | exists x1 x2 x3 x4.(with(x3,x4) & on(x1,x2) & n_slide(x2) & n_park(x3) & n_child(x4) & n_child(x1) & card_eq_5(x1) & card_eq_1(x2) & at(x2,x3) & a_topic(x1) & -(x4 = x1)) |
||
Two children on one swing at a park with other children. | Children playing at a park, waiting for the ice cream truck. | 1 | -100 | Just because children are at a park does not mean they are waiting for an ice cream truck. | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & at(x2,x3) & with(x3,x4) & -(x4 = x1) & n_child(x1) & n_child(x1) & n_child(x4) & n_park(x3) & n_swing(x2) & card_eq_1(x2) & card_eq_2(x1)) | exists e2 e1 x1 x2 x3 x4 x5 x6.(n_truck(x4) & of(x4,x6) & n_cream(x6) & of(x4,x5) & n_ice(x5) & for(e2,x4) & Actor(e2,x3) & v_wait(e2) & n_child(x3) & at(e1,x2) & n_park(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | 4bb4d714-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(with(x3,x4) & on(x1,x2) & n_swing(x2) & n_park(x3) & n_child(x4) & n_child(x1) & card_eq_2(x1) & card_eq_1(x2) & at(x2,x3) & a_topic(x1) & -(x4 = x1)) | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_wait(e2) & v_play(e1) & of(x4,x6) & of(x4,x5) & n_truck(x4) & n_park(x2) & n_ice(x5) & n_cream(x6) & n_child(x3) & n_child(x1) & for(e2,x4) & at(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) |
||
Two children on one swing at a park with other children. | Children playing at a park. | 0 | -100 | If children are playing being on a swing is a form of playing. | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & at(x2,x3) & with(x3,x4) & -(x4 = x1) & n_child(x1) & n_child(x1) & n_child(x4) & n_park(x3) & n_swing(x2) & card_eq_1(x2) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_park(x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_child(x1)) | 4bb4db24-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(with(x3,x4) & on(x1,x2) & n_swing(x2) & n_park(x3) & n_child(x4) & n_child(x1) & card_eq_2(x1) & card_eq_1(x2) & at(x2,x3) & a_topic(x1) & -(x4 = x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_park(x3) & n_child(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
seven children are playing on swings in a park. | Elementary school children have a class picnic at a local park. | 1 | -100 | Just because children are playing on swings in a park does not mean they are elementary school children having a class picnic. | exists e1 x1 x2 x3.(in(e1,x3) & n_park(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_7(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x6) & n_park(x6) & a_local(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & n_picnic(x4) & of(x4,x5) & n_class(x5) & n_child(x1) & of(x1,x3) & n_school(x3) & (x1 = x2) & ne_tim_elementary(x2)) | 4bb4df98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & in(e1,x3) & card_eq_7(x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_have(e1) & of(x4,x5) & of(x1,x3) & ne_tim_elementary(x2) & n_school(x3) & n_picnic(x4) & n_park(x6) & n_class(x5) & n_child(x1) & at(e1,x6) & a_local(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1) & (x1 = x2)) |
||
seven children are playing on swings in a park. | Children are swinging. | 0 | -100 | We don't know if are the same children | exists e1 x1 x2 x3.(in(e1,x3) & n_park(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_7(x1)) | exists e1 x1.(Actor(e1,x1) & v_swing(e1) & n_child(x1)) | 4bb4e5ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & in(e1,x3) & card_eq_7(x1) & Actor(e1,x1)) | exists e1 x1.(v_swing(e1) & n_child(x1) & Actor(e1,x1)) |
||
seven children are playing on swings in a park. | Men are playing on a swingset. | 2 | -100 | Either men are playing or children are playing. | exists e1 x1 x2 x3.(in(e1,x3) & n_park(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_7(x1)) | exists e1 x1 x2.(on(e1,x2) & n_swingset(x2) & Actor(e1,x1) & v_play(e1) & n_man(x1)) | 4bb4ec0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & in(e1,x3) & card_eq_7(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & on(e1,x2) & n_swingset(x2) & n_man(x1) & Actor(e1,x1)) |
||
Children are playing on the swings at a park. | Children are playing outside. | 0 | -100 | Not al the children that are outside are playing on the swings | exists e1 x1 x2 x3.(n_swing(x2) & at(e1,x3) & n_park(x3) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & n_child(x1)) | 4bb4f1f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_outside(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Children are playing on the swings at a park. | Children are eating lunch in the cafeteria. | 2 | -100 | The children cannot be playing on the swings at a park at the same time they are eating lunch in the cafeteria. | exists e1 x1 x2 x3.(n_swing(x2) & at(e1,x3) & n_park(x3) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | exists e1 x1 x2 x3.(n_cafeteria(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_lunch(x2) & n_child(x1)) | 4bb4f730-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_eat(e1) & n_lunch(x2) & n_child(x1) & n_cafeteria(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Children are playing on the swings at a park. | Children are on recess. | 1 | -100 | Children playing on swings at a park does not imply they are at recess. | exists e1 x1 x2 x3.(n_swing(x2) & at(e1,x3) & n_park(x3) & on(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_recess(x2)) & n_child(x1)) | 4bb4fc1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & n_swing(x2) & n_park(x3) & n_child(x1) & at(e1,x3) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(on(x1,x2) & n_recess(x2))) |
||
A man with a camera is engaging another man in conversation on a street. | Two women are ignoring each other. | 2 | -100 | Answer; There are two men engaging each other and two women ignoring each other . | exists e1 x1 x2 x3 x4 x5.(in(e1,x4) & on(x4,x5) & n_street(x5) & n_conversation(x4) & Theme(e1,x3) & Actor(e1,x1) & v_engage(e1) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & with(x1,x2) & n_camera(x2)) | exists x1.(all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_ignore(e1))) & n_woman(x1) & card_eq_2(x1)) | 4bb50108-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(x1,x2) & v_engage(e1) & on(x4,x5) & n_street(x5) & n_man(x3) & n_man(x1) & n_conversation(x4) & n_camera(x2) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x1)) | exists x1.(n_woman(x1) & card_eq_2(x1) & all x2.(exists e1.(v_ignore(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2))) |
||
A man with a camera is engaging another man in conversation on a street. | There are men outdoors. | 0 | -100 | There are two men who are on a street which is definitely outside | exists e1 x1 x2 x3 x4 x5.(in(e1,x4) & on(x4,x5) & n_street(x5) & n_conversation(x4) & Theme(e1,x3) & Actor(e1,x1) & v_engage(e1) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & with(x1,x2) & n_camera(x2)) | exists p1 x1 x2 x3.((x1 = x2) & n_outdoors(x2) & of(x2,x3) & n_man(x3)) | 4bb50662-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(x1,x2) & v_engage(e1) & on(x4,x5) & n_street(x5) & n_man(x3) & n_man(x1) & n_conversation(x4) & n_camera(x2) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x1)) | exists x1 x2 x3.(of(x2,x3) & n_outdoors(x2) & n_man(x3) & (x1 = x2)) |
||
A man with a camera is engaging another man in conversation on a street. | Some men are talking about the weather. | 1 | -100 | Some men could be talking about many things not only the weather | exists e1 x1 x2 x3 x4 x5.(in(e1,x4) & on(x4,x5) & n_street(x5) & n_conversation(x4) & Theme(e1,x3) & Actor(e1,x1) & v_engage(e1) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & with(x1,x2) & n_camera(x2)) | exists e1 x1 x2.(n_weather(x2) & about(e1,x2) & Actor(e1,x1) & v_talk(e1) & n_man(x1)) | 4bb50c52-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(x1,x2) & v_engage(e1) & on(x4,x5) & n_street(x5) & n_man(x3) & n_man(x1) & n_conversation(x4) & n_camera(x2) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x1)) | exists e1 x1 x2.(v_talk(e1) & n_weather(x2) & n_man(x1) & about(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | a young girl takes pictures | 1 | 0.832285 | A little girl holding a camera might not be taking pictures | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 4bb51184-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_take(e1) & n_picture(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A little girl does a cartwheel. | 2 | -100 | Answer: One cannot be holding camera while in a cartwheel. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_cartwheel(x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 4bb5167a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_do(e1) & n_girl(x1) & n_cartwheel(x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | The girl will drop it. | 1 | 0.049784 | Just because a girl is holding a camera does not imply she will drop it. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_thing(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drop(e1)) | 4bb51b5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_drop(e1) & n_thing(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A girl is taking pictures with a camera. | 1 | 0.714075 | Just because a girl is holding a camera does not imply she is taking pictures with it. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(with(e1,x3) & n_camera(x3) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_girl(x1)) | 4bb520e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(with(e1,x3) & v_take(e1) & n_picture(x2) & n_girl(x1) & n_camera(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | a young girl throws a camera at her mom | 2 | -100 | A girl who throws a camera is not holding a camera. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_mom(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_camera(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 4bb5250c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_throw(e1) & of(x3,x1) & n_mom(x3) & n_girl(x1) & n_female(x1) & n_camera(x2) & at(e1,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A little girl documents her families first visit to the zoo. | 1 | 0.002138 | Just because a girl is holding a camera does not imply that her family is visiting the zoo, nor does it imply she is documents anything. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 s2 s3 x1 x2 x3 x4 x5.(n_zoo(x5) & a_topic(x1) & to(x1,x5) & n_visit(x1) & a_first(s3) & Theme(s3,x1) & of(x1,x4) & n_family(x4) & a_her(s2) & Theme(s2,x1) & of(x1,x3) & n_document(x3) & of(x1,x2) & n_girl(x2) & a_little(s1) & Theme(s1,x1)) | 4bb52930-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 s2 s3 x1 x2 x3 x4 x5.(to(x1,x5) & of(x1,x4) & of(x1,x3) & of(x1,x2) & n_zoo(x5) & n_visit(x1) & n_girl(x2) & n_family(x4) & n_document(x3) & a_topic(x1) & a_little(s1) & a_her(s2) & a_first(s3) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1)) |
||
A little girl holding a camera. | A girl is holding the the first camera that was ever made. | 2 | -100 | The first camera that was ever made is too large for holding; instead, they were supported by tri-pods or other stands. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e2 e1 s1 s2 x1 x2 x3.(n_camera(x2) & a_first(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & a_ever(s2) & Manner(e1,s2) & Theme(e1,x3) & v_make(e1) & (x2 = x3) & n_girl(x1)) | 4bb52db8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 s1 s2 x1 x2 x3.(v_make(e1) & v_hold(e2) & n_girl(x1) & n_camera(x2) & a_first(s1) & a_ever(s2) & Theme(s1,x2) & Theme(e2,x2) & Theme(e1,x3) & Manner(e1,s2) & Actor(e2,x1) & (x2 = x3)) |
||
A little girl holding a camera. | The girl has a camera. | 0 | -100 | Holding a camera implies that the girl has a camera | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_camera(x2)) | 4bb532d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_have(e1) & n_girl(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A small female childs holds a camera. | 0 | -100 | A little girl must be a small female. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_camera(x2) & n_child(x1) & a_female(s2) & Theme(s2,x1) & a_small(s1) & Theme(s1,x1)) | 4bb53722-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2.(v_hold(e1) & n_child(x1) & n_camera(x2) & a_small(s1) & a_female(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A girl is getting ready to take a picture. | 1 | 0.67945 | Holding a camera does not imply she is getting ready to take a picture. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_take(e2) & n_picture(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_girl(x1)) | 4bb53b6e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1.(v_get(e1) & n_girl(x1) & exists p2 s1.(exists e2 x2.(v_take(e2) & n_picture(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A little girl holding a camera. | A girl is handling a photographic instrument. | 0 | 0.968335 | A camera is a photographic instrument. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_handle(e1) & n_instrument(x2) & a_photographic(s1) & Theme(s1,x2) & n_girl(x1)) | 4bb53f9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_handle(e1) & n_instrument(x2) & n_girl(x1) & a_photographic(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | a young girl holds a camera | 0 | -100 | A little girl is a young girl. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_camera(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 4bb543e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_hold(e1) & n_girl(x1) & n_camera(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A girl is smashing a camera in her hands. | 2 | -100 | Holding a camera means the girl is keeping the camera safe; smashing a camera means she is destroying it. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_smash(e1) & in(x2,x3) & n_hand(x3) & of(x3,x1) & n_female(x1) & n_camera(x2) & n_girl(x1)) | 4bb5480c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_smash(e1) & of(x3,x1) & n_hand(x3) & n_girl(x1) & n_female(x1) & n_camera(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | The girl has a balloon. | 2 | 0.20587 | The girl either has a camera or a balloon. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_balloon(x2)) | 4bb54c26-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_have(e1) & n_girl(x1) & n_balloon(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little girl holding a camera. | A girl holds a camera. | 0 | -100 | A little girl must be a girl. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_camera(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_camera(x2) & n_girl(x1)) | 4bb55040-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & n_girl(x1) & n_camera(x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_girl(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Little boy is giving a kiss to a lizard. | The dog kissed the little boy back. | 2 | -100 | The boy was kissing either a lizard or a dog. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_lizard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(n_boy(x2) & a_little(s1) & Theme(s1,x2) & n_dog(x1) & a_back(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_kiss(e1)) | 4bb554e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_lizard(x3) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_kiss(e1) & n_dog(x1) & n_boy(x2) & a_little(s1) & a_back(s2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
Little boy is giving a kiss to a lizard. | The little boy is holding a lizard. | 0 | -100 | Lizards won't stay still to be kissed, so you must be holding a lizard to kiss a lizard. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_lizard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_lizard(x2)) | 4bb55a90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_lizard(x3) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_hold(e1) & n_lizard(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Little boy is giving a kiss to a lizard. | The lizard is green. | 1 | -100 | Not all lizards are green. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_lizard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(n_lizard(x1) & Theme(s1,x1) & a_green(s1)) | 4bb560c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_lizard(x3) & n_kiss(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_lizard(x1) & a_green(s1) & Theme(s1,x1)) |
||
A child looks at a lizard in another child's hand. | Kids are playing football. | 2 | -100 | A child either looks at a lizard another child is holding or they are playing football. | exists e1 x1 x2 x3 x4.(at(e1,x2) & in(x2,x4) & n_hand(x4) & of(x4,x3) & n_child(x3) & -(x3 = x1) & n_child(x1) & n_child(x1) & n_lizard(x2) & Actor(e1,x1) & v_look(e1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_football(x2) & n_kid(x1)) | 4bb5654e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x4,x3) & n_lizard(x2) & n_hand(x4) & n_child(x3) & n_child(x1) & in(x2,x4) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists e1 x1 x2.(v_play(e1) & n_kid(x1) & n_football(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A child looks at a lizard in another child's hand. | Two kids are play with lizard. | 1 | -100 | Looking at a lizard does not imply they play with it. | exists e1 x1 x2 x3 x4.(at(e1,x2) & in(x2,x4) & n_hand(x4) & of(x4,x3) & n_child(x3) & -(x3 = x1) & n_child(x1) & n_child(x1) & n_lizard(x2) & Actor(e1,x1) & v_look(e1)) | exists p1 x1 x2.(with(p1,x2) & n_lizard(x2) & exists x3.((x1 = x3) & n_play(x3)) & n_kid(x1) & card_eq_2(x1)) | 4bb569a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x4,x3) & n_lizard(x2) & n_hand(x4) & n_child(x3) & n_child(x1) & in(x2,x4) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists p1 x1 x2.(with(p1,x2) & n_lizard(x2) & n_kid(x1) & exists x3.(n_play(x3) & (x1 = x3)) & card_eq_2(x1)) |
||
A child looks at a lizard in another child's hand. | A kid watching other kid with the lizard. | 0 | -100 | Looking at a lizard that's in a child's hand must include watching the kid with the lizard. | exists e1 x1 x2 x3 x4.(at(e1,x2) & in(x2,x4) & n_hand(x4) & of(x4,x3) & n_child(x3) & -(x3 = x1) & n_child(x1) & n_child(x1) & n_lizard(x2) & Actor(e1,x1) & v_look(e1)) | exists e1 x1 x2 x3 x4.(n_lizard(x4) & a_topic(x1) & with(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & -(x3 = x1) & n_kid(x1) & n_kid(x1) & n_kid(x3) & (x1 = x2)) | 4bb56dc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_look(e1) & of(x4,x3) & n_lizard(x2) & n_hand(x4) & n_child(x3) & n_child(x1) & in(x2,x4) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_watch(e1) & n_lizard(x4) & n_kid(x3) & n_kid(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & -(x3 = x1) & (x1 = x2)) |
||
Cute little boy in an army shirt blowing a kiss at a small lizard. | The guy in the army shirt spit on the lizard. | 2 | -100 | A boy blowing a kiss is completely different from a grown guy who spit on the lizard. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & at(e1,x7) & n_lizard(x7) & a_small(s2) & Theme(s2,x7) & Theme(e1,x6) & Actor(e1,x5) & v_blow(e1) & n_kiss(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_army(x4) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_cute(x2)) | exists x1 x2 x3 x4 x5.(n_lizard(x5) & n_spit(x2) & of(x2,x4) & n_shirt(x4) & of(x2,x3) & n_army(x3) & n_guy(x1) & a_topic(x1) & in(x1,x2) & on(x2,x5)) | 4bb571f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_blow(e1) & of(x3,x4) & ne_nam_cute(x2) & n_shirt(x3) & n_lizard(x7) & n_kiss(x6) & n_boy(x1) & n_army(x4) & in(x1,x3) & at(e1,x7) & a_topic(x1) & a_small(s2) & a_little(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists x1 x2 x3 x4 x5.(on(x2,x5) & of(x2,x4) & of(x2,x3) & n_spit(x2) & n_shirt(x4) & n_lizard(x5) & n_guy(x1) & n_army(x3) & in(x1,x2) & a_topic(x1)) |
||
Cute little boy in an army shirt blowing a kiss at a small lizard. | There was a kiss blown towards the small lizard by a little boy. | 0 | -100 | For a little boy to be blowing a kiss at a lizard, there must have been a kiss blown toward the small lizard by a little boy. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & at(e1,x7) & n_lizard(x7) & a_small(s2) & Theme(s2,x7) & Theme(e1,x6) & Actor(e1,x5) & v_blow(e1) & n_kiss(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_army(x4) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_cute(x2)) | exists p1 s1 x1 x4.(n_lizard(x4) & a_small(s1) & Theme(s1,x4) & exists e1 s2 x2 x3 x5.((x1 = x2) & Actor(e1,x5) & n_boy(x5) & a_little(s2) & Theme(s2,x5) & towards(e1,x4) & Theme(e1,x3) & v_blow(e1) & (x2 = x3) & n_kiss(x2))) | 4bb5762e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_blow(e1) & of(x3,x4) & ne_nam_cute(x2) & n_shirt(x3) & n_lizard(x7) & n_kiss(x6) & n_boy(x1) & n_army(x4) & in(x1,x3) & at(e1,x7) & a_topic(x1) & a_small(s2) & a_little(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists s1 x1 x4.(n_lizard(x4) & exists e1 s2 x2 x3 x5.(v_blow(e1) & towards(e1,x4) & n_kiss(x2) & n_boy(x5) & a_little(s2) & Theme(s2,x5) & Theme(e1,x3) & Actor(e1,x5) & (x2 = x3) & (x1 = x2)) & a_small(s1) & Theme(s1,x4)) |
||
Cute little boy in an army shirt blowing a kiss at a small lizard. | The little boy is fond of the small lizard. | 1 | -100 | Blowing a kiss does not imply he is fond of the lizard. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & at(e1,x7) & n_lizard(x7) & a_small(s2) & Theme(s2,x7) & Theme(e1,x6) & Actor(e1,x5) & v_blow(e1) & n_kiss(x6) & (x3 = x5) & n_shirt(x3) & of(x3,x4) & n_army(x4) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_cute(x2)) | exists p1 s1 s2 x1 x3.(n_lizard(x3) & a_small(s2) & Theme(s2,x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & exists x2.((x1 = x2) & of(x2,x3) & n_fond(x2))) | 4bb57aac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_blow(e1) & of(x3,x4) & ne_nam_cute(x2) & n_shirt(x3) & n_lizard(x7) & n_kiss(x6) & n_boy(x1) & n_army(x4) & in(x1,x3) & at(e1,x7) & a_topic(x1) & a_small(s2) & a_little(s1) & Theme(s2,x7) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x1 = x2)) | exists s1 s2 x1 x3.(n_lizard(x3) & n_boy(x1) & exists x2.(of(x2,x3) & n_fond(x2) & (x1 = x2)) & a_small(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1)) |
||
a small child wearing a gray and purple shirt playing with a black camera. | A child is sleeping. | 2 | -100 | The child is either playing or sleeping. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x5) & n_camera(x5) & a_black(s4) & Theme(s4,x5) & n_playing(x3) & of(x3,x4) & n_shirt(x4) & a_purple(s3) & Theme(s3,x3) & a_gray(s2) & Theme(s2,x3) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_child(x1)) | 4bb57eee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x5) & v_wear(e1) & of(x3,x4) & n_shirt(x4) & n_playing(x3) & n_child(x1) & n_camera(x5) & a_topic(x1) & a_small(s1) & a_purple(s3) & a_gray(s2) & a_black(s4) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_sleep(e1) & n_child(x1) & Actor(e1,x1)) |
||
a small child wearing a gray and purple shirt playing with a black camera. | A child is taking pictures. | 1 | -100 | Playing with a camera does not imply taking pictures. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x5) & n_camera(x5) & a_black(s4) & Theme(s4,x5) & n_playing(x3) & of(x3,x4) & n_shirt(x4) & a_purple(s3) & Theme(s3,x3) & a_gray(s2) & Theme(s2,x3) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_child(x1)) | 4bb58484-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x5) & v_wear(e1) & of(x3,x4) & n_shirt(x4) & n_playing(x3) & n_child(x1) & n_camera(x5) & a_topic(x1) & a_small(s1) & a_purple(s3) & a_gray(s2) & a_black(s4) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_take(e1) & n_picture(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
a small child wearing a gray and purple shirt playing with a black camera. | A child is playing. | 0 | -100 | For a child to be playing with a black camera, the child must be playing. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x5) & n_camera(x5) & a_black(s4) & Theme(s4,x5) & n_playing(x3) & of(x3,x4) & n_shirt(x4) & a_purple(s3) & Theme(s3,x3) & a_gray(s2) & Theme(s2,x3) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_child(x1)) | 4bb588c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x5) & v_wear(e1) & of(x3,x4) & n_shirt(x4) & n_playing(x3) & n_child(x1) & n_camera(x5) & a_topic(x1) & a_small(s1) & a_purple(s3) & a_gray(s2) & a_black(s4) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_play(e1) & n_child(x1) & Actor(e1,x1)) |
||
A little boy puckers up as to kiss a little lizard being held by another young child. | The children like lizards. | 0 | -100 | For a boy and child to kiss and hold a lizard must involve liking lizards. | exists p1 s3 x5.(n_child(x5) & a_young(s3) & Theme(s3,x5) & exists e1 e2 s1 s2 s4 x1 x2 x3 x4 x6.(Theme(e2,x3) & Actor(e2,x1) & v_kiss(e2) & Actor(e1,x6) & n_child(x6) & a_young(s4) & Theme(s4,x6) & -(x6 = x5) & Theme(e1,x4) & v_hold(e1) & (x3 = x4) & n_lizard(x3) & a_little(s2) & Theme(s2,x3) & n_up(x1) & r_as(x1) & n_pucker(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))) | exists x1 x2.(n_child(x1) & a_topic(x1) & like(x1,x2) & n_lizard(x2)) | 4bb58d3a-e4c8-11ec-9cdd-0242ac1c0002 | exists s3 x5.(n_child(x5) & exists e1 e2 s1 s2 s4 x1 x2 x3 x4 x6.(v_kiss(e2) & v_hold(e1) & r_as(x1) & of(x1,x2) & n_up(x1) & n_pucker(x1) & n_lizard(x3) & n_child(x6) & n_boy(x2) & a_young(s4) & a_little(s2) & a_little(s1) & Theme(s4,x6) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x6) & -(x6 = x5) & (x3 = x4)) & a_young(s3) & Theme(s3,x5)) | exists x1 x2.(n_lizard(x2) & n_child(x1) & like(x1,x2) & a_topic(x1)) |
||
A little boy puckers up as to kiss a little lizard being held by another young child. | The children are at a mental hospital. | 2 | -100 | A boy may kiss a lizard which is not something that would happen at a hospital. | exists p1 s3 x5.(n_child(x5) & a_young(s3) & Theme(s3,x5) & exists e2 e1 s1 s2 s4 x1 x2 x3 x4 x6.(Theme(e2,x3) & Actor(e2,x1) & v_kiss(e2) & Actor(e1,x6) & n_child(x6) & a_young(s4) & Theme(s4,x6) & -(x6 = x5) & Theme(e1,x4) & v_hold(e1) & (x3 = x4) & n_lizard(x3) & a_little(s2) & Theme(s2,x3) & n_up(x1) & r_as(x1) & n_pucker(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))) | exists p1 x1.(n_child(x1) & exists s1 x2.(at(x1,x2) & n_hospital(x2) & a_mental(s1) & Theme(s1,x2))) | 4bb5917c-e4c8-11ec-9cdd-0242ac1c0002 | exists s3 x5.(n_child(x5) & exists e2 e1 s1 s2 s4 x1 x2 x3 x4 x6.(v_kiss(e2) & v_hold(e1) & r_as(x1) & of(x1,x2) & n_up(x1) & n_pucker(x1) & n_lizard(x3) & n_child(x6) & n_boy(x2) & a_young(s4) & a_little(s2) & a_little(s1) & Theme(s4,x6) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x6) & -(x6 = x5) & (x3 = x4)) & a_young(s3) & Theme(s3,x5)) | exists x1.(n_child(x1) & exists s1 x2.(n_hospital(x2) & at(x1,x2) & a_mental(s1) & Theme(s1,x2))) |
||
A little boy puckers up as to kiss a little lizard being held by another young child. | The lizard is poisonous. | 1 | -100 | Not all lizards are poisonous. | exists p1 s3 x5.(n_child(x5) & a_young(s3) & Theme(s3,x5) & exists e2 e1 s1 s2 s4 x1 x2 x3 x4 x6.(Theme(e2,x3) & Actor(e2,x1) & v_kiss(e2) & Actor(e1,x6) & n_child(x6) & a_young(s4) & Theme(s4,x6) & -(x6 = x5) & Theme(e1,x4) & v_hold(e1) & (x3 = x4) & n_lizard(x3) & a_little(s2) & Theme(s2,x3) & n_up(x1) & r_as(x1) & n_pucker(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1))) | exists s1 x1.(n_lizard(x1) & Theme(s1,x1) & a_poisonous(s1)) | 4bb595aa-e4c8-11ec-9cdd-0242ac1c0002 | exists s3 x5.(n_child(x5) & exists e2 e1 s1 s2 s4 x1 x2 x3 x4 x6.(v_kiss(e2) & v_hold(e1) & r_as(x1) & of(x1,x2) & n_up(x1) & n_pucker(x1) & n_lizard(x3) & n_child(x6) & n_boy(x2) & a_young(s4) & a_little(s2) & a_little(s1) & Theme(s4,x6) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x6) & -(x6 = x5) & (x3 = x4)) & a_young(s3) & Theme(s3,x5)) | exists s1 x1.(n_lizard(x1) & a_poisonous(s1) & Theme(s1,x1)) |
||
A young boy walking behind a woman. | A man and daughter take a hike. | 2 | -100 | Answer: Either there is a man hiking with his daughter or a woman with his young boy, | exists e1 s1 x1 x2 x3.(a_topic(x1) & behind(e1,x3) & n_woman(x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_take(e1) & n_hike(x4) & n_daughter(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 4bb599d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_woman(x3) & n_boy(x1) & behind(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_take(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_hike(x4) & n_daughter(x3) & Theme(e1,x4) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.