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 with sunglasses walking in the shade. | The street is empty | 2 | -100 | The street with a woman is not empty | exists e1 x1 x2 x3 x4.(n_shade(x4) & a_topic(x1) & with(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_sunglass(x2) & n_woman(x1)) | exists s1 x1.(n_street(x1) & Theme(s1,x1) & a_empty(s1)) | 7b03a9aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & n_woman(x1) & n_sunglass(x2) & n_shade(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1.(n_street(x1) & a_empty(s1) & Theme(s1,x1)) |
||
A woman with sunglasses walking in the shade. | A model is walking down the street | 1 | -100 | A person with sunglasses in not indicates that she is a model. | exists e1 x1 x2 x3 x4.(n_shade(x4) & a_topic(x1) & with(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_sunglass(x2) & n_woman(x1)) | exists e1 s1 x1 x2.(n_street(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_model(x1)) | 7b03b120-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & n_woman(x1) & n_sunglass(x2) & n_shade(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_walk(e1) & n_street(x2) & n_model(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A woman with sunglasses walking in the shade. | A woman walking down the street | 0 | -100 | Woman with sunglasses is a type of woman, and shade implies street. | exists e1 x1 x2 x3 x4.(n_shade(x4) & a_topic(x1) & with(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_sunglass(x2) & n_woman(x1)) | exists e1 s1 x1 x2 x3.(n_street(x3) & a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_woman(x1)) | 7b03b710-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_walk(e1) & n_woman(x1) & n_sunglass(x2) & n_shade(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_woman(x1) & n_street(x3) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
An older man sells food goods at a grocery stand to a young man. | The woman sells food in the grocery store. | 2 | -100 | A man or a woman is selling food. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x4) & to(x4,x6) & n_man(x6) & a_young(s2) & Theme(s2,x6) & n_stand(x4) & of(x4,x5) & n_grocery(x5) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_goods(x2) & of(x2,x3) & n_food(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(n_store(x3) & of(x3,x4) & n_grocery(x4) & n_woman(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_food(x2)) | 7b03bc88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sell(e1) & to(x4,x6) & r_more(s1) & of(x4,x5) & of(x2,x3) & n_stand(x4) & n_man(x6) & n_man(x1) & n_grocery(x5) & n_goods(x2) & n_food(x3) & at(e1,x4) & a_young(s2) & a_older(s1) & Theme(s2,x6) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_sell(e1) & of(x3,x4) & n_woman(x1) & n_store(x3) & n_grocery(x4) & n_food(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
An older man sells food goods at a grocery stand to a young man. | The man is making food. | 1 | -100 | Just because the man sells food doesn't mean he is making food. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x4) & to(x4,x6) & n_man(x6) & a_young(s2) & Theme(s2,x6) & n_stand(x4) & of(x4,x5) & n_grocery(x5) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_goods(x2) & of(x2,x3) & n_food(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_food(x2)) | 7b03c20a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sell(e1) & to(x4,x6) & r_more(s1) & of(x4,x5) & of(x2,x3) & n_stand(x4) & n_man(x6) & n_man(x1) & n_grocery(x5) & n_goods(x2) & n_food(x3) & at(e1,x4) & a_young(s2) & a_older(s1) & Theme(s2,x6) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_man(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An older man sells food goods at a grocery stand to a young man. | The old man sells food outside. | 0 | -100 | A grocery stand means the people must be outside. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x4) & to(x4,x6) & n_man(x6) & a_young(s2) & Theme(s2,x6) & n_stand(x4) & of(x4,x5) & n_grocery(x5) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_goods(x2) & of(x2,x3) & n_food(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_man(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_outside(x2) & of(x2,x3) & n_food(x3)) | 7b03c750-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sell(e1) & to(x4,x6) & r_more(s1) & of(x4,x5) & of(x2,x3) & n_stand(x4) & n_man(x6) & n_man(x1) & n_grocery(x5) & n_goods(x2) & n_food(x3) & at(e1,x4) & a_young(s2) & a_older(s1) & Theme(s2,x6) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_sell(e1) & of(x2,x3) & n_outside(x2) & n_man(x1) & n_food(x3) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
a store with filled with a lot of bags as someone buys | the store is big | 1 | -100 | Not all stores are big. | exists x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & of(x3,x4) & as(x4,x5) & n_buy(x5) & n_bag(x4) & n_lot(x3) & n_fill(x2) & n_store(x1)) | exists s1 x1.(n_store(x1) & Theme(s1,x1) & a_big(s1)) | 7b03ce12-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & of(x3,x4) & n_store(x1) & n_lot(x3) & n_fill(x2) & n_buy(x5) & n_bag(x4) & as(x4,x5) & a_topic(x1)) | exists s1 x1.(n_store(x1) & a_big(s1) & Theme(s1,x1)) |
||
a store with filled with a lot of bags as someone buys | a store is filled | 0 | -100 | When the store is filled, it is filled with bags. | exists x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & of(x3,x4) & as(x4,x5) & n_buy(x5) & n_bag(x4) & n_lot(x3) & n_fill(x2) & n_store(x1)) | exists e1 x1.(Theme(e1,x1) & v_fill(e1) & n_store(x1)) | 7b03d3ee-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & of(x3,x4) & n_store(x1) & n_lot(x3) & n_fill(x2) & n_buy(x5) & n_bag(x4) & as(x4,x5) & a_topic(x1)) | exists e1 x1.(v_fill(e1) & n_store(x1) & Theme(e1,x1)) |
||
a store with filled with a lot of bags as someone buys | the store is totally empty | 2 | -100 | The store can either be filled or empty. | exists x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & of(x3,x4) & as(x4,x5) & n_buy(x5) & n_bag(x4) & n_lot(x3) & n_fill(x2) & n_store(x1)) | exists s1 x1.(n_store(x1) & r_totally(s1) & Theme(s1,x1) & a_empty(s1)) | 7b03d93e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & of(x3,x4) & n_store(x1) & n_lot(x3) & n_fill(x2) & n_buy(x5) & n_bag(x4) & as(x4,x5) & a_topic(x1)) | exists s1 x1.(r_totally(s1) & n_store(x1) & a_empty(s1) & Theme(s1,x1)) |
||
Two guys at a market looking at grocery product to buy | The two guys are grocery shopping. | 0 | -100 | The two guys are looking at a grocery product, so it's safe to assume they're grocery shopping. | exists e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Topic(e1,p1) & exists e2.(Actor(e2,x3) & v_buy(e2)) & at(e1,x5) & n_product(x5) & of(x5,x6) & n_grocery(x6) & Actor(e1,x4) & v_look(e1) & (x1 = x4) & (x1 = x3) & at(x1,x2) & n_market(x2) & n_guy(x1) & card_eq_2(x1)) | exists p1 x1.(n_guy(x1) & card_eq_2(x1) & exists x2 x3.((x1 = x2) & n_shopping(x2) & of(x2,x3) & n_grocery(x3))) | 7b03de34-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x6.(v_look(e1) & of(x5,x6) & n_product(x5) & n_market(x2) & n_guy(x1) & n_grocery(x6) & exists e2.(v_buy(e2) & Actor(e2,x3)) & card_eq_2(x1) & at(x1,x2) & at(e1,x5) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x1 = x4) & (x1 = x3)) | exists x1.(n_guy(x1) & exists x2 x3.(of(x2,x3) & n_shopping(x2) & n_grocery(x3) & (x1 = x2)) & card_eq_2(x1)) |
||
Two guys at a market looking at grocery product to buy | There are two woman at the market. | 2 | -100 | The people can't be guys and women. | exists e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Topic(e1,p1) & exists e2.(Actor(e2,x3) & v_buy(e2)) & at(e1,x5) & n_product(x5) & of(x5,x6) & n_grocery(x6) & Actor(e1,x4) & v_look(e1) & (x1 = x4) & (x1 = x3) & at(x1,x2) & n_market(x2) & n_guy(x1) & card_eq_2(x1)) | exists p1 x1 x3.(n_market(x3) & exists x2.((x1 = x2) & at(x2,x3) & n_woman(x2) & card_eq_2(x2))) | 7b03e3fc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x6.(v_look(e1) & of(x5,x6) & n_product(x5) & n_market(x2) & n_guy(x1) & n_grocery(x6) & exists e2.(v_buy(e2) & Actor(e2,x3)) & card_eq_2(x1) & at(x1,x2) & at(e1,x5) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x1 = x4) & (x1 = x3)) | exists x1 x3.(n_market(x3) & exists x2.(n_woman(x2) & card_eq_2(x2) & at(x2,x3) & (x1 = x2))) |
||
Two guys at a market looking at grocery product to buy | The market is having a sale. | 1 | -100 | It does not necessarily imply that the market is having a sale when someone looks at a grocery product. | exists e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Topic(e1,p1) & exists e2.(Actor(e2,x3) & v_buy(e2)) & at(e1,x5) & n_product(x5) & of(x5,x6) & n_grocery(x6) & Actor(e1,x4) & v_look(e1) & (x1 = x4) & (x1 = x3) & at(x1,x2) & n_market(x2) & n_guy(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_market(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_sale(x2)) | 7b03e906-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x6.(v_look(e1) & of(x5,x6) & n_product(x5) & n_market(x2) & n_guy(x1) & n_grocery(x6) & exists e2.(v_buy(e2) & Actor(e2,x3)) & card_eq_2(x1) & at(x1,x2) & at(e1,x5) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x1 = x4) & (x1 = x3)) | exists e1 x1 x2.(v_have(e1) & n_sale(x2) & n_market(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
There is a person swim diving at a swimming pool. | There is a person diving in a large body of water, | 1 | -100 | A swimming pool is not always a large body of water, in most cases it's small or medium sized, a lake or river could be considered a large body of water. | exists p1 x1 e1 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x5) & n_pool(x5) & of(x5,x6) & n_swimming(x6) & Actor(e1,x4) & v_dive(e1) & (x2 = x4) & Time(x2,x3) & n_swim(x3) & n_person(x2)) | exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & in(e1,x4) & of(x4,x5) & n_water(x5) & n_body(x4) & a_large(s1) & Theme(s1,x4) & Actor(e1,x3) & v_dive(e1) & (x2 = x3) & n_person(x2)) | 7b03ee06-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5 x6.(v_dive(e1) & of(x5,x6) & n_swimming(x6) & n_swim(x3) & n_pool(x5) & n_person(x2) & at(e1,x5) & Time(x2,x3) & Actor(e1,x4) & (x2 = x4) & (x1 = x2)) | exists x1 e1 s1 x2 x3 x4 x5.(v_dive(e1) & of(x4,x5) & n_water(x5) & n_person(x2) & n_body(x4) & in(e1,x4) & a_large(s1) & Theme(s1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
There is a person swim diving at a swimming pool. | There is a person tanning at the pool. | 2 | -100 | The person cannot be swim diving and tanning at the pool simultaneously. | exists p1 x1 e1 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x5) & n_pool(x5) & of(x5,x6) & n_swimming(x6) & Actor(e1,x4) & v_dive(e1) & (x2 = x4) & Time(x2,x3) & n_swim(x3) & n_person(x2)) | exists p1 x1 x4.(n_pool(x4) & exists e1 x2 x3.((x1 = x2) & at(e1,x4) & Actor(e1,x3) & v_tan(e1) & (x2 = x3) & n_person(x2))) | 7b03f4e6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5 x6.(v_dive(e1) & of(x5,x6) & n_swimming(x6) & n_swim(x3) & n_pool(x5) & n_person(x2) & at(e1,x5) & Time(x2,x3) & Actor(e1,x4) & (x2 = x4) & (x1 = x2)) | exists x1 x4.(n_pool(x4) & exists e1 x2 x3.(v_tan(e1) & n_person(x2) & at(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
There is a person swim diving at a swimming pool. | A diver is at the swimming pool. | 0 | -100 | A diver is a person swim diving and a person swim diving is at a swimming pool. | exists p1 x1 e1 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x5) & n_pool(x5) & of(x5,x6) & n_swimming(x6) & Actor(e1,x4) & v_dive(e1) & (x2 = x4) & Time(x2,x3) & n_swim(x3) & n_person(x2)) | exists p1 x1 x2 x3.(n_pool(x2) & of(x2,x3) & n_swimming(x3) & at(x1,x2) & n_diver(x1)) | 7b03fac2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5 x6.(v_dive(e1) & of(x5,x6) & n_swimming(x6) & n_swim(x3) & n_pool(x5) & n_person(x2) & at(e1,x5) & Time(x2,x3) & Actor(e1,x4) & (x2 = x4) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_swimming(x3) & n_pool(x2) & n_diver(x1) & at(x1,x2)) |
||
Five people in full gear are mountain climbing. | A family is mountain climbing. | 1 | -100 | The people may not be a family. | exists e1 p1 s1 x1 x2.(for(p1,e1) & Actor(e1,x1) & v_climb(e1) & exists x3.((x1 = x3) & n_mountain(x3)) & in(x1,x2) & n_gear(x2) & a_full(s1) & Theme(s1,x2) & n_people(x1) & card_eq_5(x1)) | exists p1 x1.(exists x2 x3.((x1 = x2) & n_climb(x2) & of(x2,x3) & n_mountain(x3)) & n_family(x1)) | 7b04006c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_climb(e1) & n_people(x1) & n_gear(x2) & in(x1,x2) & for(p1,e1) & exists x3.(n_mountain(x3) & (x1 = x3)) & card_eq_5(x1) & a_full(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_family(x1) & exists x2 x3.(of(x2,x3) & n_mountain(x3) & n_climb(x2) & (x1 = x2))) |
||
Five people in full gear are mountain climbing. | A group of people are mountain climbing. | 0 | -100 | Five people is a group of people. | exists e1 p1 s1 x1 x2.(for(p1,e1) & Actor(e1,x1) & v_climb(e1) & exists x3.((x1 = x3) & n_mountain(x3)) & in(x1,x2) & n_gear(x2) & a_full(s1) & Theme(s1,x2) & n_people(x1) & card_eq_5(x1)) | exists e1 p1 x1 x2.(for(p1,e1) & Actor(e1,x1) & v_climb(e1) & exists x3.((x1 = x3) & n_mountain(x3)) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7b040b20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_climb(e1) & n_people(x1) & n_gear(x2) & in(x1,x2) & for(p1,e1) & exists x3.(n_mountain(x3) & (x1 = x3)) & card_eq_5(x1) & a_full(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_climb(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & for(p1,e1) & exists x3.(n_mountain(x3) & (x1 = x3)) & Actor(e1,x1)) |
||
two women walking down the street | Two old friends take walk and reminisce. | 1 | -100 | There is nothing to indicate that the women are old friends or that they reminisce. | exists e1 x1 x2 x3.(n_street(x3) & a_topic(x1) & down(e1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_reminisce(x4) & n_walk(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_friend(x1) & a_old(s1) & Theme(s1,x1) & card_eq_2(x1)) | 7b0419d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_walk(e1) & n_woman(x1) & n_street(x3) & down(e1,x3) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_take(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_walk(x3) & n_reminisce(x4) & n_friend(x1) & card_eq_2(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy shoots a toy gun while standing next to a bench. | The person is standing. | 0 | -100 | young boy implies person | exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & to(e2,x4) & n_bench(x4) & r_next(e2) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1) & n_gun(x2) & of(x2,x3) & n_toy(x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(n_person(x1) & Actor(e1,x1) & v_stand(e1)) | 7b042362-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(while(e1,e2) & v_stand(e2) & v_shoot(e1) & to(e2,x4) & r_next(e2) & of(x2,x3) & n_toy(x3) & n_gun(x2) & n_boy(x1) & n_bench(x4) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_person(x1) & Actor(e1,x1)) |
||
A young woman jumps from a high diving board into the pool. | The pool has no water | 2 | -100 | The woman jumps into the pool indicated that the pool has water. | exists s1 s2 x1 x2 x3 x4 x5.(n_pool(x5) & a_topic(x1) & into(x1,x5) & from(x1,x3) & n_board(x3) & of(x3,x4) & n_diving(x4) & a_high(s2) & Theme(s2,x3) & n_jump(x1) & of(x1,x2) & n_woman(x2) & a_young(s1) & Theme(s1,x1)) | exists x1.(n_pool(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_water(x2))) | 7b0431f4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5.(of(x3,x4) & of(x1,x2) & n_woman(x2) & n_pool(x5) & n_jump(x1) & n_diving(x4) & n_board(x3) & into(x1,x5) & from(x1,x3) & a_young(s1) & a_topic(x1) & a_high(s2) & Theme(s2,x3) & Theme(s1,x1)) | exists x1.(n_pool(x1) & all e1 x2.(-v_have(e1) | -n_water(x2) | -Theme(e1,x2) | -Actor(e1,x1))) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A cat is jumping off the counter. | 2 | 0.000037 | It can either be a man or a cat. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_counter(x2) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_cat(x1)) | 7b0744f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_jump(e1) & n_counter(x2) & n_cat(x1) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A person is smoking. | 0 | 0.880643 | If a person has a cigarette pressed between their lips, that person is smoking. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_smoking(x2)) & n_person(x1)) | 7b074ea2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists x1.(n_person(x1) & exists x2.(n_smoking(x2) & (x1 = x2))) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A man is blowing smoke out of his nose. | 1 | 0.033813 | Although he has a cigarette, it does not mean he is blowing smoke out of his nose. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(of(e1,x3) & n_nose(x3) & of(x3,x1) & n_male(x1) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_smoke(x2) & n_man(x1)) | 7b0761f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_blow(e1) & r_out(e1) & of(x3,x1) & of(e1,x3) & n_smoke(x2) & n_nose(x3) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A young man is cutting wood for making tables. | 1 | 0.593895 | Holding up wood and a chainsaw is not cutting wood. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_cut(e2) & Theme(e1,x4) & Actor(e1,x3) & v_make(e1) & n_table(x4) & (x2 = x3) & n_wood(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 7b076a9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_make(e1) & v_cut(e2) & n_wood(x2) & n_table(x4) & n_man(x1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A man is wearing a plaid lumberjack shirt. | 1 | 0.668435 | There is nothing that implies he is wearing a plaid lumberjack shirt. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & of(x2,x3) & n_lumberjack(x3) & a_plaid(s1) & Theme(s1,x2) & n_man(x1)) | 7b0797b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_shirt(x2) & n_man(x1) & n_lumberjack(x3) & a_plaid(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A man is cutting firewood. | 1 | 0.459216 | Holding up wood and a chainsaw is not cutting firewood. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cut(e1) & n_firewood(x2) & n_man(x1)) | 7b07ab9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_cut(e1) & n_man(x1) & n_firewood(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man holds up a piece of wood and a chainsaw as presses a cigarette between his lips. | A man is building a fort. | 1 | 0.001088 | He may have wood and a chainsaw but it can't be inferred he's building a fort. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & between(x2,x6) & n_lip(x6) & of(x6,x1) & n_male(x1) & all x7.(n_cigarette(x7) -> exists x8.(subset_of(x5,x2) & as(x5,x8) & for(x8,x7) & n_press(x8))) & n_chainsaw(x5) & subset_of(x3,x2) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & n_fort(x2) & n_man(x1)) | 7b07bee6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & subset_of(x3,x2) & of(x6,x1) & of(x3,x4) & n_wood(x4) & n_piece(x3) & n_man(x1) & n_male(x1) & n_lip(x6) & n_chainsaw(x5) & between(x2,x6) & all x7.(exists x8.(subset_of(x5,x2) & n_press(x8) & for(x8,x7) & as(x5,x8)) | -n_cigarette(x7)) & a_young(s1) & a_up(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_build(e1) & n_man(x1) & n_fort(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of men are standing and looking into a makeshift structure, along side a group of men in yellow and orange construction safety vests. | men are wearing visibility clothes | 0 | -100 | There are men wearing safety and visibility clothes, there is a makeshift structure where there are other men standing and looking, so it important for those others to have those special clothes.. | exists e1 e2 x1 x2 x3 x4 x5 x6.(all x7.(n_group(x7) -> exists x8 x9 x10 x11 x12 x13 x14.(into(e2,x5) & along(x5,x8) & of(x8,x9) & in(x9,x10) & n_vest(x10) & of(x10,x14) & n_safety(x14) & of(x10,x13) & n_construction(x13) & of(x10,x12) & n_orange(x12) & of(x10,x11) & n_yellow(x11) & n_man(x9) & for(x8,x7) & n_side(x8))) & n_structure(x5) & of(x5,x6) & n_makeshift(x6) & Actor(e2,x3) & v_look(e2) & of(x3,x4) & n_man(x4) & n_group(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_clothes(x2) & of(x2,x3) & n_visibility(x3) & n_man(x1)) | 7b07f8b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_stand(e1) & v_look(e2) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_structure(x5) & n_man(x4) & n_man(x2) & n_makeshift(x6) & n_group(x3) & n_group(x1) & all x7.(exists x8 x9 x10 x11 x12 x13 x14.(of(x8,x9) & of(x10,x14) & of(x10,x13) & of(x10,x12) & of(x10,x11) & n_yellow(x11) & n_vest(x10) & n_side(x8) & n_safety(x14) & n_orange(x12) & n_man(x9) & n_construction(x13) & into(e2,x5) & in(x9,x10) & for(x8,x7) & along(x5,x8)) | -n_group(x7)) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_visibility(x3) & n_man(x1) & n_clothes(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of men are standing and looking into a makeshift structure, along side a group of men in yellow and orange construction safety vests. | men are planning to make a skyscraper | 1 | -100 | Looking around a makeshift structure does not imply they are planning to make a skyscraper. | exists e2 e1 x1 x2 x3 x4 x5 x6.(all x7.(n_group(x7) -> exists x8 x9 x10 x11 x12 x13 x14.(into(e2,x5) & along(x5,x8) & of(x8,x9) & in(x9,x10) & n_vest(x10) & of(x10,x14) & n_safety(x14) & of(x10,x13) & n_construction(x13) & of(x10,x12) & n_orange(x12) & of(x10,x11) & n_yellow(x11) & n_man(x9) & for(x8,x7) & n_side(x8))) & n_structure(x5) & of(x5,x6) & n_makeshift(x6) & Actor(e2,x3) & v_look(e2) & of(x3,x4) & n_man(x4) & n_group(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_plan(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_make(e2) & n_skyscraper(x2)) & n_man(x1)) | 7b080162-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & v_look(e2) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_structure(x5) & n_man(x4) & n_man(x2) & n_makeshift(x6) & n_group(x3) & n_group(x1) & all x7.(exists x8 x9 x10 x11 x12 x13 x14.(of(x8,x9) & of(x10,x14) & of(x10,x13) & of(x10,x12) & of(x10,x11) & n_yellow(x11) & n_vest(x10) & n_side(x8) & n_safety(x14) & n_orange(x12) & n_man(x9) & n_construction(x13) & into(e2,x5) & in(x9,x10) & for(x8,x7) & along(x5,x8)) | -n_group(x7)) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_plan(e1) & n_man(x1) & exists e2 x2.(v_make(e2) & n_skyscraper(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man poses for a photo against a white wall. | A man posing for a photo shoot. | 1 | -100 | not every photo is shoot | exists e1 s1 x1 x2 x3.(for(e1,x2) & against(x2,x3) & n_wall(x3) & a_white(s1) & Theme(s1,x3) & n_photo(x2) & Actor(e1,x1) & v_pose(e1) & n_man(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & for(e1,x3) & n_shoot(x3) & of(x3,x4) & n_photo(x4) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_man(x1)) | 7b082502-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_pose(e1) & n_wall(x3) & n_photo(x2) & n_man(x1) & for(e1,x2) & against(x2,x3) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_pose(e1) & of(x3,x4) & n_shoot(x3) & n_photo(x4) & n_man(x1) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man poses for a photo against a white wall. | A man posing. | 0 | -100 | man poses is the same as man posing | exists e1 s1 x1 x2 x3.(for(e1,x2) & against(x2,x3) & n_wall(x3) & a_white(s1) & Theme(s1,x3) & n_photo(x2) & Actor(e1,x1) & v_pose(e1) & n_man(x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_man(x1)) | 7b082a84-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_pose(e1) & n_wall(x3) & n_photo(x2) & n_man(x1) & for(e1,x2) & against(x2,x3) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_pose(e1) & n_man(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man poses for a photo against a white wall. | A man running from the camera. | 2 | -100 | If a man poses against a wall, he cannot be running from the camera at the same time. | exists e1 s1 x1 x2 x3.(for(e1,x2) & against(x2,x3) & n_wall(x3) & a_white(s1) & Theme(s1,x3) & n_photo(x2) & Actor(e1,x1) & v_pose(e1) & n_man(x1)) | exists e1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & from(e1,x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_man(x1)) | 7b082fa2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_pose(e1) & n_wall(x3) & n_photo(x2) & n_man(x1) & for(e1,x2) & against(x2,x3) & a_white(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_run(e1) & n_man(x1) & n_camera(x3) & from(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two little kids laugh at a park. | There are kids. | 0 | -100 | two little kids is same as there are kids | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_park(x3) & n_laugh(x1) & of(x1,x2) & n_kid(x2) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1 x2.((x1 = x2) & n_kid(x2)) | 7b0834ca-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_park(x3) & n_laugh(x1) & n_kid(x2) & card_eq_2(x1) & at(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1)) | exists x1 x2.(n_kid(x2) & (x1 = x2)) |
||
Two little kids laugh at a park. | The park is large. | 1 | -100 | not every park is large | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_park(x3) & n_laugh(x1) & of(x1,x2) & n_kid(x2) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists s1 x1.(n_park(x1) & Theme(s1,x1) & a_large(s1)) | 7b083ad8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_park(x3) & n_laugh(x1) & n_kid(x2) & card_eq_2(x1) & at(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(n_park(x1) & a_large(s1) & Theme(s1,x1)) |
||
Two little kids laugh at a park. | The kids are crying. | 2 | -100 | One does not laugh and is crying simultaneously. | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_park(x3) & n_laugh(x1) & of(x1,x2) & n_kid(x2) & a_little(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1.(n_kid(x1) & Actor(e1,x1) & v_cry(e1)) | 7b084032-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_park(x3) & n_laugh(x1) & n_kid(x2) & card_eq_2(x1) & at(x1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1.(v_cry(e1) & n_kid(x1) & Actor(e1,x1)) |
||
The football player jumps into the air to catch a football. | The basketball player makes a basket. | 2 | -100 | Football and basketball are different sports. | exists p1 x1 x2 x3 x4.(n_air(x4) & n_jump(x1) & of(x1,x3) & n_player(x3) & of(x1,x2) & n_football(x2) & a_topic(x1) & into(x1,x4) & Topic(x4,p1) & exists e1 x5.(Theme(e1,x5) & Actor(e1,x4) & v_catch(e1) & n_football(x5))) | exists e1 x1 x2 x3.(n_player(x1) & of(x1,x2) & n_basketball(x2) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_basket(x3)) | 7b084532-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_player(x3) & n_jump(x1) & n_football(x2) & n_air(x4) & into(x1,x4) & exists e1 x5.(v_catch(e1) & n_football(x5) & Theme(e1,x5) & Actor(e1,x4)) & a_topic(x1) & Topic(x4,p1)) | exists e1 x1 x2 x3.(v_make(e1) & of(x1,x2) & n_player(x1) & n_basketball(x2) & n_basket(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
The football player jumps into the air to catch a football. | A football player catches the football at the game. | 1 | -100 | catches and jumps are different actions | exists p1 x1 x2 x3 x4.(n_air(x4) & n_jump(x1) & of(x1,x3) & n_player(x3) & of(x1,x2) & n_football(x2) & a_topic(x1) & into(x1,x4) & Topic(x4,p1) & exists e1 x5.(Theme(e1,x5) & Actor(e1,x4) & v_catch(e1) & n_football(x5))) | exists e1 x1 x2 x3.(n_game(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_football(x2) & n_football(x2) & n_player(x1) & of(x1,x2)) | 7b084a3c-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_player(x3) & n_jump(x1) & n_football(x2) & n_air(x4) & into(x1,x4) & exists e1 x5.(v_catch(e1) & n_football(x5) & Theme(e1,x5) & Actor(e1,x4)) & a_topic(x1) & Topic(x4,p1)) | exists e1 x1 x2 x3.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_game(x3) & n_football(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
The football player jumps into the air to catch a football. | The football player catches a ball. | 0 | -100 | football player jumps into the air to catch a football simply means football player catches a ball | exists p1 x1 x2 x3 x4.(n_air(x4) & n_jump(x1) & of(x1,x3) & n_player(x3) & of(x1,x2) & n_football(x2) & a_topic(x1) & into(x1,x4) & Topic(x4,p1) & exists e1 x5.(Theme(e1,x5) & Actor(e1,x4) & v_catch(e1) & n_football(x5))) | exists e1 x1 x2 x3.(n_player(x1) & of(x1,x2) & n_football(x2) & Theme(e1,x3) & Actor(e1,x1) & v_catch(e1) & n_ball(x3)) | 7b084eec-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3 x4.(of(x1,x3) & of(x1,x2) & n_player(x3) & n_jump(x1) & n_football(x2) & n_air(x4) & into(x1,x4) & exists e1 x5.(v_catch(e1) & n_football(x5) & Theme(e1,x5) & Actor(e1,x4)) & a_topic(x1) & Topic(x4,p1)) | exists e1 x1 x2 x3.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_football(x2) & n_ball(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
a football player catching the football. | The football player caught the football. | 0 | -100 | football player catching the football is the same as football player caught the football. | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & v_catch(e1) & n_football(x2) & n_football(x2) & (x1 = x3) & n_player(x1) & of(x1,x2)) | exists e1 x1 x2.(n_football(x2) & n_football(x2) & n_player(x1) & of(x1,x2) & Theme(e1,x2) & Actor(e1,x1) & v_catch(e1)) | 7b085392-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_football(x2) & a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_football(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
a football player catching the football. | The football player is watching from the sidelines. | 2 | -100 | One can not be catching the football and watching from sidelines simultaneously. | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & v_catch(e1) & n_football(x2) & n_football(x2) & (x1 = x3) & n_player(x1) & of(x1,x2)) | exists e1 x1 x2 x3.(n_sideline(x3) & n_player(x1) & of(x1,x2) & n_football(x2) & from(e1,x3) & Actor(e1,x1) & v_watch(e1)) | 7b085860-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_football(x2) & a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x1,x2) & n_sideline(x3) & n_player(x1) & n_football(x2) & from(e1,x3) & Actor(e1,x1)) |
||
a football player catching the football. | The football player is playing a practice game. | 1 | -100 | playing and catching are different actions | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & v_catch(e1) & n_football(x2) & n_football(x2) & (x1 = x3) & n_player(x1) & of(x1,x2)) | exists e1 x1 x2 x3 x4.(n_player(x1) & of(x1,x2) & n_football(x2) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_game(x3) & of(x3,x4) & n_practice(x4)) | 7b085dc4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x1,x2) & n_player(x1) & n_football(x2) & a_topic(x1) & Theme(e1,x2) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & of(x1,x2) & n_practice(x4) & n_player(x1) & n_game(x3) & n_football(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A Conductor looks outside the window of a motionless train. | There is a conductor looking outside. | 0 | -100 | Conductor looks outside is same as conductor looking outside | exists e1 s1 x1 x2 x3.(n_window(x2) & outside(e1,x2) & of(x2,x3) & n_train(x3) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1) & v_look(e1) & n_conductor(x1)) | exists p1 x1 e1 p2 x2 x3.((x1 = x2) & exists s1.(Theme(s1,x3) & a_outside(s1)) & Topic(e1,p2) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_conductor(x2)) | 7b086396-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & outside(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_conductor(x1) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 e1 p2 x2 x3.(v_look(e1) & n_conductor(x2) & exists s1.(a_outside(s1) & Theme(s1,x3)) & Topic(e1,p2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A Conductor looks outside the window of a motionless train. | There is a conductor looking at his reflection. | 1 | -100 | train and reflection are different things | exists e1 s1 x1 x2 x3.(n_window(x2) & outside(e1,x2) & of(x2,x3) & n_train(x3) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1) & v_look(e1) & n_conductor(x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & at(e1,x4) & n_reflection(x4) & of(x4,x2) & n_male(x2) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_conductor(x2)) | 7b0868a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & outside(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_conductor(x1) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4.(v_look(e1) & of(x4,x2) & n_reflection(x4) & n_male(x2) & n_conductor(x2) & at(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A Conductor looks outside the window of a motionless train. | There is a clown jumping. | 2 | -100 | A conductor is not a clown. | exists e1 s1 x1 x2 x3.(n_window(x2) & outside(e1,x2) & of(x2,x3) & n_train(x3) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1) & v_look(e1) & n_conductor(x1)) | exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_jump(e1) & (x2 = x3) & n_clown(x2)) | 7b086f80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & outside(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_conductor(x1) & a_motionless(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 e1 x2 x3.(v_jump(e1) & n_clown(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
a football player in a brown jersey jumping up to catch a football | A football player in a brown jersey sitting inside of a doctors office. | 2 | -100 | One is not sitting inside and office and jumping up for a football simultaneously. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 x6.(Theme(e2,x6) & Actor(e2,x4) & v_catch(e2) & n_football(x6)) & a_up(s2) & Manner(e1,s2) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & of(e1,x5) & n_office(x5) & of(x5,x6) & n_doctor(x6) & a_inside(s2) & Manner(e1,s2) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7b08753e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & of(x1,x2) & n_player(x1) & n_jersey(x3) & n_football(x2) & in(x1,x3) & exists e2 x6.(v_catch(e2) & n_football(x6) & Theme(e2,x6) & Actor(e2,x4)) & a_up(s2) & a_topic(x1) & a_brown(s1) & Topic(e1,p1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x5) & (x3 = x5) & (x3 = x4)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & of(x5,x6) & of(x1,x2) & of(e1,x5) & n_player(x1) & n_office(x5) & n_jersey(x3) & n_football(x2) & n_doctor(x6) & in(x1,x3) & a_topic(x1) & a_inside(s2) & a_brown(s1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x4) & (x3 = x4)) |
||
a football player in a brown jersey jumping up to catch a football | A football player in a brown jersey jumping up to catch a football in a football game. | 0 | -100 | football player jumping up to catch a football is same as football player jumping up to catch a football | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 x6.(Theme(e2,x6) & Actor(e2,x4) & v_catch(e2) & n_football(x6)) & a_up(s2) & Manner(e1,s2) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 x6 x7 x8.(in(e2,x7) & n_game(x7) & of(x7,x8) & n_football(x8) & Theme(e2,x6) & Actor(e2,x4) & v_catch(e2) & n_football(x6)) & a_up(s2) & Manner(e1,s2) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7b087a3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & of(x1,x2) & n_player(x1) & n_jersey(x3) & n_football(x2) & in(x1,x3) & exists e2 x6.(v_catch(e2) & n_football(x6) & Theme(e2,x6) & Actor(e2,x4)) & a_up(s2) & a_topic(x1) & a_brown(s1) & Topic(e1,p1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x5) & (x3 = x5) & (x3 = x4)) | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & of(x1,x2) & n_player(x1) & n_jersey(x3) & n_football(x2) & in(x1,x3) & exists e2 x6 x7 x8.(v_catch(e2) & of(x7,x8) & n_game(x7) & n_football(x8) & n_football(x6) & in(e2,x7) & Theme(e2,x6) & Actor(e2,x4)) & a_up(s2) & a_topic(x1) & a_brown(s1) & Topic(e1,p1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x5) & (x3 = x5) & (x3 = x4)) |
||
a football player in a brown jersey jumping up to catch a football | A football player in a brown jersey jumping up to catch a football in an indoor stadium. | 1 | -100 | not every football is in a stadium | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 x6.(Theme(e2,x6) & Actor(e2,x4) & v_catch(e2) & n_football(x6)) & a_up(s2) & Manner(e1,s2) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 s3 x6 x7.(in(e2,x7) & n_stadium(x7) & a_indoor(s3) & Theme(s3,x7) & Theme(e2,x6) & Actor(e2,x4) & v_catch(e2) & n_football(x6)) & a_up(s2) & Manner(e1,s2) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_jersey(x3) & a_brown(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7b087f34-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & of(x1,x2) & n_player(x1) & n_jersey(x3) & n_football(x2) & in(x1,x3) & exists e2 x6.(v_catch(e2) & n_football(x6) & Theme(e2,x6) & Actor(e2,x4)) & a_up(s2) & a_topic(x1) & a_brown(s1) & Topic(e1,p1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x5) & (x3 = x5) & (x3 = x4)) | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_jump(e1) & of(x1,x2) & n_player(x1) & n_jersey(x3) & n_football(x2) & in(x1,x3) & exists e2 s3 x6 x7.(v_catch(e2) & n_stadium(x7) & n_football(x6) & in(e2,x7) & a_indoor(s3) & Theme(s3,x7) & Theme(e2,x6) & Actor(e2,x4)) & a_up(s2) & a_topic(x1) & a_brown(s1) & Topic(e1,p1) & Theme(s1,x3) & Manner(e1,s2) & Actor(e1,x5) & (x3 = x5) & (x3 = x4)) |
||
A young man rides a yellow and black skateboard at the top of a ramp. | A girl shows them how it is done during the skateboard competition. | 2 | -100 | A young man is a different gender to a girl. | exists e1 s1 s2 s3 x1 x2 x3 x4.(n_top(x3) & at(e1,x3) & of(x3,x4) & n_ramp(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & a_black(s3) & Theme(s3,x2) & a_yellow(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3.(n_competition(x3) & a_skateboard(s1) & Theme(s1,x3) & n_thing(x2) & n_thing(x2) & exists e2.(during(e2,x3) & Theme(e2,x2) & v_do(e2)) & how(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & n_girl(x1)) | 7b088420-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_top(x3) & n_skateboard(x2) & n_ramp(x4) & n_man(x1) & at(e1,x3) & a_young(s1) & a_yellow(s2) & a_black(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2 x3.(v_show(e1) & n_thing(x2) & n_girl(x1) & n_competition(x3) & how(e1,p1) & exists e2.(v_do(e2) & during(e2,x3) & Theme(e2,x2)) & a_skateboard(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man rides a yellow and black skateboard at the top of a ramp. | A man rides a skateboard at the top of a ramp. | 0 | -100 | The idea that a young man is riding a skateboard on top of a ramp, supports the idea that a young man is riding a skateboard on the top of the ramp. | exists e1 s1 s2 s3 x1 x2 x3 x4.(n_top(x3) & at(e1,x3) & of(x3,x4) & n_ramp(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & a_black(s3) & Theme(s3,x2) & a_yellow(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(n_top(x3) & at(e1,x3) & of(x3,x4) & n_ramp(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_man(x1)) | 7b0889d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_top(x3) & n_skateboard(x2) & n_ramp(x4) & n_man(x1) & at(e1,x3) & a_young(s1) & a_yellow(s2) & a_black(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_top(x3) & n_skateboard(x2) & n_ramp(x4) & n_man(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man rides a yellow and black skateboard at the top of a ramp. | A man waits for his turn to do a skateboard run in a competition. | 1 | -100 | Riding a skateboard does not imply he waits for his turn in a competition. | exists e1 s1 s2 s3 x1 x2 x3 x4.(n_top(x3) & at(e1,x3) & of(x3,x4) & n_ramp(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & a_black(s3) & Theme(s3,x2) & a_yellow(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(for(e1,x2) & Topic(x2,p1) & exists e2 x3 x4 x5.(in(e2,x5) & n_competition(x5) & Theme(e2,x3) & Actor(e2,x2) & v_do(e2) & n_run(x3) & of(x3,x4) & n_skateboard(x4)) & n_turn(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_wait(e1) & n_man(x1)) | 7b088ee8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_top(x3) & n_skateboard(x2) & n_ramp(x4) & n_man(x1) & at(e1,x3) & a_young(s1) & a_yellow(s2) & a_black(s3) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_wait(e1) & of(x2,x1) & n_turn(x2) & n_man(x1) & n_male(x1) & for(e1,x2) & exists e2 x3 x4 x5.(v_do(e2) & of(x3,x4) & n_skateboard(x4) & n_run(x3) & n_competition(x5) & in(e2,x5) & Theme(e2,x3) & Actor(e2,x2)) & Topic(x2,p1) & Actor(e1,x1)) |
||
Kid doing skateboard trick with his legs split and board between them. | Kid doing skateboard trick. | 0 | -100 | Doing skateboard trick implies split and board between them. | exists e1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_kid(x1) & with(e1,x4) & between(x4,x2) & n_thing(x2) & n_board(x7) & n_split(x6) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & n_leg(x5) & of(x4,x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3)) | exists e1 x1 x2 x3.(ne_nam_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3)) | 7b089442-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_do(e1) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & of(x4,x2) & of(x2,x3) & ne_nam_kid(x1) & n_trick(x2) & n_thing(x2) & n_split(x6) & n_skateboard(x3) & n_male(x2) & n_leg(x5) & n_board(x7) & between(x4,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_do(e1) & of(x2,x3) & ne_nam_kid(x1) & n_trick(x2) & n_skateboard(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Kid doing skateboard trick with his legs split and board between them. | Kid failing at skateboard trick. | 1 | -100 | The fact that his legs are split does not mean he is failing. | exists e1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_kid(x1) & with(e1,x4) & between(x4,x2) & n_thing(x2) & n_board(x7) & n_split(x6) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & n_leg(x5) & of(x4,x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3)) | exists e1 x1 x2 x3.(ne_nam_kid(x1) & at(e1,x2) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & Actor(e1,x1) & v_fail(e1)) | 7b089938-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_do(e1) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & of(x4,x2) & of(x2,x3) & ne_nam_kid(x1) & n_trick(x2) & n_thing(x2) & n_split(x6) & n_skateboard(x3) & n_male(x2) & n_leg(x5) & n_board(x7) & between(x4,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_fail(e1) & of(x2,x3) & ne_nam_kid(x1) & n_trick(x2) & n_skateboard(x3) & at(e1,x2) & Actor(e1,x1)) |
||
Kid doing skateboard trick with his legs split and board between them. | Old man doing skateboard trick. | 2 | -100 | The first sentence refers to a kid doing a skateboard trick, while the second sentence refers to an old man. | exists e1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_kid(x1) & with(e1,x4) & between(x4,x2) & n_thing(x2) & n_board(x7) & n_split(x6) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & n_leg(x5) & of(x4,x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_trick(x3) & of(x3,x4) & n_skateboard(x4) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | 7b089e24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x4) & v_do(e1) & subset_of(x7,x4) & subset_of(x6,x4) & of(x4,x5) & of(x4,x2) & of(x2,x3) & ne_nam_kid(x1) & n_trick(x2) & n_thing(x2) & n_split(x6) & n_skateboard(x3) & n_male(x2) & n_leg(x5) & n_board(x7) & between(x4,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_do(e1) & of(x3,x4) & n_trick(x3) & n_skateboard(x4) & n_man(x1) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A boy does a skateboard jump at a skateboard park. | a child was there | 0 | -100 | boy does a skateboard jump means child was there | exists e1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skateboard(x5) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_jump(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists s1 x1.(Theme(s1,x1) & a_there(s1) & n_child(x1)) | 7b08a3e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x4,x5) & of(x2,x3) & n_skateboard(x5) & n_skateboard(x3) & n_park(x4) & n_jump(x2) & n_boy(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_child(x1) & a_there(s1) & Theme(s1,x1)) |
||
A boy does a skateboard jump at a skateboard park. | not watched at alll | 2 | -100 | If one is not watched then we do not know if the boy does a jump or not. | exists e1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skateboard(x5) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_jump(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists x1.(-exists e1 x2.(at(e1,x2) & n_alll(x2) & Theme(e1,x1) & v_watch(e1)) & n_thing(x1)) | 7b08a900-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x4,x5) & of(x2,x3) & n_skateboard(x5) & n_skateboard(x3) & n_park(x4) & n_jump(x2) & n_boy(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_thing(x1) & all e1 x2.(-v_watch(e1) | -n_alll(x2) | -at(e1,x2) | -Theme(e1,x1))) |
||
A boy does a skateboard jump at a skateboard park. | THE grass was green | 1 | -100 | not all the park have green grass | exists e1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skateboard(x5) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_jump(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists s1 x1.(n_grass(x1) & Theme(s1,x1) & a_green(s1)) | 7b08b044-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_do(e1) & of(x4,x5) & of(x2,x3) & n_skateboard(x5) & n_skateboard(x3) & n_park(x4) & n_jump(x2) & n_boy(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_grass(x1) & a_green(s1) & Theme(s1,x1)) |
||
A young boy is performing tricks with a skateboard at a skate park. | A young boy is riding a skateboard. | 0 | -100 | boy is performing tricks with a skateboard means boy is riding a skateboard | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & with(e1,x3) & n_skateboard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 7b08b634-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x3) & v_perform(e1) & of(x4,x5) & n_trick(x2) & n_skateboard(x3) & n_skate(x5) & n_park(x4) & n_boy(x1) & at(e1,x4) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_ride(e1) & n_skateboard(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy is performing tricks with a skateboard at a skate park. | A young boy is practicing his new tricks before the skateboarding competition. | 1 | -100 | performing and practicing are different actions | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & with(e1,x3) & n_skateboard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e2 e1 s1 s2 x1 x2 x3.(n_competition(x3) & Actor(e2,x3) & v_skateboard(e2) & before(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_trick(x2) & a_new(s2) & Theme(s2,x2) & of(x2,x1) & n_male(x1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 7b08bc24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x3) & v_perform(e1) & of(x4,x5) & n_trick(x2) & n_skateboard(x3) & n_skate(x5) & n_park(x4) & n_boy(x1) & at(e1,x4) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 s1 s2 x1 x2 x3.(v_skateboard(e2) & v_practice(e1) & of(x2,x1) & n_trick(x2) & n_male(x1) & n_competition(x3) & n_boy(x1) & before(e1,x3) & a_young(s1) & a_new(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) |
||
A young boy is performing tricks with a skateboard at a skate park. | A young boy is climbing a mountain. | 2 | -100 | One can not be climbing and performing tricks on a skateboard simultaneously. | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & with(e1,x3) & n_skateboard(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_mountain(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 7b08cc00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x3) & v_perform(e1) & of(x4,x5) & n_trick(x2) & n_skateboard(x3) & n_skate(x5) & n_park(x4) & n_boy(x1) & at(e1,x4) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_climb(e1) & n_mountain(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A kid doing a trick on his skateboard. | An adult is not skateboading. | 2 | -100 | A kid is not an adult. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & on(x3,x4) & n_skateboard(x4) & of(x4,x1) & n_male(x1) & n_trick(x3) & (x1 = x2) & n_kid(x1)) | exists x1.(-exists e1.(Actor(e1,x1) & v_skateboad(e1)) & n_adult(x1)) | 7b08d88a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x3,x4) & of(x4,x1) & n_trick(x3) & n_skateboard(x4) & n_male(x1) & n_kid(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_adult(x1) & all e1.(-v_skateboad(e1) | -Actor(e1,x1))) |
||
A kid doing a trick on his skateboard. | A boy is doing a skateboard trick | 1 | -100 | Kid does not imply boy. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & on(x3,x4) & n_skateboard(x4) & of(x4,x1) & n_male(x1) & n_trick(x3) & (x1 = x2) & n_kid(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | 7b08deca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x3,x4) & of(x4,x1) & n_trick(x3) & n_skateboard(x4) & n_male(x1) & n_kid(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_do(e1) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A kid doing a trick on his skateboard. | someone is outside | 0 | -100 | A kid on a skateboard will be outside. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & on(x3,x4) & n_skateboard(x4) & of(x4,x1) & n_male(x1) & n_trick(x3) & (x1 = x2) & n_kid(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_person(x1)) | 7b08e488-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x3,x4) & of(x4,x1) & n_trick(x3) & n_skateboard(x4) & n_male(x1) & n_kid(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1)) |
||
Two kids are in a pen playing with colorful balls. | The two kids are playing | 0 | -100 | The act of two kids playing in a pen with colorful balls, is just essentially the act of two kids playing. | exists p1 x1.(exists s1 s2 x2 x3.(in(x1,x2) & with(x2,x3) & n_ball(x3) & a_colorful(s2) & Theme(s2,x3) & n_playing(x2) & a_pen(s1) & Theme(s1,x2)) & n_kid(x1) & card_eq_2(x1)) | exists e1 x1.(n_kid(x1) & card_eq_2(x1) & Actor(e1,x1) & v_play(e1)) | 7b08ea3c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_kid(x1) & exists s1 s2 x2 x3.(with(x2,x3) & n_playing(x2) & n_ball(x3) & in(x1,x2) & a_pen(s1) & a_colorful(s2) & Theme(s2,x3) & Theme(s1,x2)) & card_eq_2(x1)) | exists e1 x1.(v_play(e1) & n_kid(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two kids are in a pen playing with colorful balls. | The two kids are asleep | 2 | -100 | The kids cannot be playing and asleep at the same time. | exists p1 x1.(exists s1 s2 x2 x3.(in(x1,x2) & with(x2,x3) & n_ball(x3) & a_colorful(s2) & Theme(s2,x3) & n_playing(x2) & a_pen(s1) & Theme(s1,x2)) & n_kid(x1) & card_eq_2(x1)) | exists s1 x1.(n_kid(x1) & card_eq_2(x1) & Theme(s1,x1) & a_asleep(s1)) | 7b08eee2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_kid(x1) & exists s1 s2 x2 x3.(with(x2,x3) & n_playing(x2) & n_ball(x3) & in(x1,x2) & a_pen(s1) & a_colorful(s2) & Theme(s2,x3) & Theme(s1,x2)) & card_eq_2(x1)) | exists s1 x1.(n_kid(x1) & card_eq_2(x1) & a_asleep(s1) & Theme(s1,x1)) |
||
Two kids are in a pen playing with colorful balls. | The two kids are in a McDonald's play pit | 1 | -100 | McDonald's is not the only place that has a ball pit. | exists p1 x1.(exists s1 s2 x2 x3.(in(x1,x2) & with(x2,x3) & n_ball(x3) & a_colorful(s2) & Theme(s2,x3) & n_playing(x2) & a_pen(s1) & Theme(s1,x2)) & n_kid(x1) & card_eq_2(x1)) | exists p1 x1.(n_kid(x1) & card_eq_2(x1) & exists x2 x3 x4.(in(x1,x3) & Time(x3,x4) & n_pit(x4) & n_play(x3) & of(x3,x2) & n_mcdonald(x2))) | 7b08f392-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_kid(x1) & exists s1 s2 x2 x3.(with(x2,x3) & n_playing(x2) & n_ball(x3) & in(x1,x2) & a_pen(s1) & a_colorful(s2) & Theme(s2,x3) & Theme(s1,x2)) & card_eq_2(x1)) | exists x1.(n_kid(x1) & exists x2 x3 x4.(of(x3,x2) & n_play(x3) & n_pit(x4) & n_mcdonald(x2) & in(x1,x3) & Time(x3,x4)) & card_eq_2(x1)) |
||
Two young children play with colored balls. | Two young children are bouncing the balls back and forth. | 1 | -100 | Playing with balls does not imply bouncing them. | exists e2 e1 s1 x1 x2.(with(e1,x2) & n_ball(x2) & Theme(e2,x2) & v_color(e2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4.(n_ball(x4) & n_ball(x2) & a_forth(s4) & Manner(e2,s4) & Theme(e2,x4) & Actor(e2,x3) & v_bounce(e2) & n_child(x3) & a_young(s3) & Theme(s3,x3) & card_eq_2(x3) & a_back(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_bounce(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 7b08f932-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2.(with(e1,x2) & v_play(e1) & v_color(e2) & n_child(x1) & n_ball(x2) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x2) & Actor(e1,x1)) | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4.(v_bounce(e2) & v_bounce(e1) & n_child(x3) & n_child(x1) & n_ball(x4) & n_ball(x2) & card_eq_2(x3) & card_eq_2(x1) & a_young(s3) & a_young(s1) & a_forth(s4) & a_back(s2) & Theme(s3,x3) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Manner(e2,s4) & Manner(e1,s2) & Actor(e2,x3) & Actor(e1,x1)) |
||
Two young children play with colored balls. | The children are having fun together. | 0 | -100 | The idea that children playing with any thing boils down to children having fun together, as a duo or group. | exists e1 e2 s1 x1 x2.(with(e1,x2) & n_ball(x2) & Theme(e2,x2) & v_color(e2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_child(x1) & a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_fun(x2)) | 7b090030-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2.(with(e1,x2) & v_play(e1) & v_color(e2) & n_child(x1) & n_ball(x2) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_fun(x2) & n_child(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two young children play with colored balls. | The children are watching a movie. | 2 | -100 | The children cannot play and watch a movie at the same time. | exists e2 e1 s1 x1 x2.(with(e1,x2) & n_ball(x2) & Theme(e2,x2) & v_color(e2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_movie(x2)) | 7b090620-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2.(with(e1,x2) & v_play(e1) & v_color(e2) & n_child(x1) & n_ball(x2) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_movie(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two babies look up while they are playing in a playpen with a lot of balls. | Two babies look up to there parents after meeting for the first time. | 1 | -100 | Babies look up does not imply they look up to their parents after meeting for the first time. | exists e1 p1 s1 x1.(exists e2 x2 x3 x4.(with(e2,x3) & of(x3,x4) & n_ball(x4) & n_lot(x3) & in(e2,x2) & n_playpen(x2) & Actor(e2,x1) & v_play(e2)) & n_thing(x1) & while(e1,p1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_baby(x1) & card_eq_2(x1)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(n_time(x5) & a_first(s1) & Theme(s1,x5) & for(e1,x5) & rel(e1,x4) & n_parent(x4) & after(e1,x3) & n_meeting(x3) & to(e1,x2) & exists s2.(Theme(s2,x1) & a_up(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & n_baby(x1) & card_eq_2(x1)) | 7b090bd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_baby(x1) & exists e2 x2 x3 x4.(with(e2,x3) & v_play(e2) & of(x3,x4) & n_playpen(x2) & n_lot(x3) & n_ball(x4) & in(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(v_look(e1) & to(e1,x2) & rel(e1,x4) & n_time(x5) & n_parent(x4) & n_meeting(x3) & n_baby(x1) & for(e1,x5) & exists s2.(a_up(s2) & Theme(s2,x1)) & card_eq_2(x1) & after(e1,x3) & a_first(s1) & Topic(e1,p1) & Theme(s1,x5) & Actor(e1,x1)) |
||
Two babies look up while they are playing in a playpen with a lot of balls. | To men dressed as babies play in a playpen filled with pudding. | 2 | -100 | Men are not babies. | exists e1 p1 s1 x1.(exists e2 x2 x3 x4.(with(e2,x3) & of(x3,x4) & n_ball(x4) & n_lot(x3) & in(e2,x2) & n_playpen(x2) & Actor(e2,x1) & v_play(e2)) & n_thing(x1) & while(e1,p1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_baby(x1) & card_eq_2(x1)) | exists e1 p1 x1 x2 x3 x4.(to(x1,x2) & exists e3 e2 x5 x6 x7.(in(e2,x6) & Theme(e3,x7) & v_fill(e3) & (x6 = x7) & n_playpen(x6) & Actor(e2,x5) & v_play(e2) & n_baby(x5)) & as(e1,p1) & with(e1,x4) & n_pudding(x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_man(x2) & n_event(x1)) | 7b09111a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_baby(x1) & exists e2 x2 x3 x4.(with(e2,x3) & v_play(e2) & of(x3,x4) & n_playpen(x2) & n_lot(x3) & n_ball(x4) & in(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(with(e1,x4) & v_dress(e1) & to(x1,x2) & n_pudding(x4) & n_man(x2) & n_event(x1) & exists e3 e2 x5 x6 x7.(v_play(e2) & v_fill(e3) & n_playpen(x6) & n_baby(x5) & in(e2,x6) & Theme(e3,x7) & Actor(e2,x5) & (x6 = x7)) & as(e1,p1) & Theme(e1,x3) & (x2 = x3)) |
||
Two babies look up while they are playing in a playpen with a lot of balls. | There are infants playing together. | 0 | -100 | Babies are infants and that they are playing in a playpen implies they are playing together. | exists e1 p1 s1 x1.(exists e2 x2 x3 x4.(with(e2,x3) & of(x3,x4) & n_ball(x4) & n_lot(x3) & in(e2,x2) & n_playpen(x2) & Actor(e2,x1) & v_play(e2)) & n_thing(x1) & while(e1,p1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_baby(x1) & card_eq_2(x1)) | exists p1 x1 e1 s1 x2 x3.((x1 = x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_infant(x2)) | 7b091610-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(while(e1,p1) & v_look(e1) & n_thing(x1) & n_baby(x1) & exists e2 x2 x3 x4.(with(e2,x3) & v_play(e2) & of(x3,x4) & n_playpen(x2) & n_lot(x3) & n_ball(x4) & in(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 e1 s1 x2 x3.(v_play(e1) & n_infant(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Two children look up. | Two children look up at a bird. | 1 | -100 | Look up does not imply to look up at a bird. | exists e1 s1 x1.(a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(a_up(s1) & Manner(e1,s1) & at(e1,x2) & n_bird(x2) & Actor(e1,x1) & v_look(e1) & n_child(x1) & card_eq_2(x1)) | 7b092b14-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_look(e1) & n_child(x1) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_look(e1) & n_child(x1) & n_bird(x2) & card_eq_2(x1) & at(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two children look up. | Children peering upward. | 0 | -100 | Look up means peering upward. | exists e1 s1 x1.(a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1.(ne_nam_children(x1) & a_upward(s1) & Manner(e1,s1) & Actor(e1,x1) & v_peer(e1)) | 7b093000-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_look(e1) & n_child(x1) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1.(v_peer(e1) & ne_nam_children(x1) & a_upward(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two children look up. | To children close their eyes, refusing to look at anything. | 2 | -100 | One can not be refusing to look and look up simultaneously. | exists e1 s1 x1.(a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 e2 p1 x1 x2 x3 x4 x5.(to(x1,x2) & Topic(e2,p1) & Actor(e2,x5) & v_refuse(e2) & exists e3.(all x6.(n_thing(x6) -> at(e3,x6)) & Actor(e3,x5) & v_look(e3)) & (x2 = x5) & Theme(e1,x4) & Actor(e1,x3) & v_close(e1) & n_eye(x4) & of(x4,x1) & n_thing(x1) & (x2 = x3) & n_child(x2) & n_event(x1)) | 7b0934ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1.(v_look(e1) & n_child(x1) & card_eq_2(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2 x3 x4 x5.(v_refuse(e2) & v_close(e1) & to(x1,x2) & of(x4,x1) & n_thing(x1) & n_eye(x4) & n_event(x1) & n_child(x2) & exists e3.(v_look(e3) & all x6.(at(e3,x6) | -n_thing(x6)) & Actor(e3,x5)) & Topic(e2,p1) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x3) & (x2 = x5) & (x2 = x3)) |
||
A girl waterskis on an autumn day. | It was Autumn when she went waterskiing. | 0 | -100 | When someone is referred to as she it means that they are a girl. | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x3) & n_day(x3) & of(x3,x4) & n_autumn(x4) & n_waterski(x1) & of(x1,x2) & n_girl(x2)) | exists e1 p1 x1.(n_female(x1) & n_thing(x1) & exists e2 p2.(exists e3.(Actor(e3,x1) & v_waterskie(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_go(e2)) & when(e1,p1) & Theme(e1,x1) & v_autumn(e1)) | 7b093b5e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & of(x1,x2) & n_waterski(x1) & n_girl(x2) & n_day(x3) & n_autumn(x4) & a_topic(x1)) | exists e1 p1 x1.(when(e1,p1) & v_autumn(e1) & n_thing(x1) & n_female(x1) & exists e2 p2.(v_go(e2) & exists e3.(v_waterskie(e3) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Theme(e1,x1)) |
||
A girl waterskis on an autumn day. | She went waterskiing. | 1 | -100 | Just because a girl waterskis on an autumn day does not men she went already. | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x3) & n_day(x3) & of(x3,x4) & n_autumn(x4) & n_waterski(x1) & of(x1,x2) & n_girl(x2)) | exists e1 x1 x2.(n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_waterskiing(x2)) | 7b094040-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & of(x1,x2) & n_waterski(x1) & n_girl(x2) & n_day(x3) & n_autumn(x4) & a_topic(x1)) | exists e1 x1 x2.(v_go(e1) & n_waterskiing(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl waterskis on an autumn day. | He went rock climbing. | 2 | -100 | A girl cannot simultaneously be "he" | exists x1 x2 x3 x4.(a_topic(x1) & on(x1,x3) & n_day(x3) & of(x3,x4) & n_autumn(x4) & n_waterski(x1) & of(x1,x2) & n_girl(x2)) | exists e2 e1 x1 x2.(n_male(x1) & for(e1,e2) & Actor(e2,x1) & v_climb(e2) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_rock(x2)) | 7b0944f0-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x3) & of(x3,x4) & of(x1,x2) & n_waterski(x1) & n_girl(x2) & n_day(x3) & n_autumn(x4) & a_topic(x1)) | exists e2 e1 x1 x2.(v_go(e1) & v_climb(e2) & n_rock(x2) & n_male(x1) & for(e1,e2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A person is waterskiing in a lake near autumn colored trees. | A woman is dacing | 2 | -100 | WATERSKIING IS NOT DACING | exists e1 e2 x1 x2 x3 x4.(in(e1,x2) & near(x2,x3) & n_tree(x3) & Theme(e2,x3) & v_color(e2) & of(x3,x4) & n_autumn(x4) & n_lake(x2) & Actor(e1,x1) & v_waterskie(e1) & n_person(x1)) | exists e1 x1.(Actor(e1,x1) & v_dace(e1) & n_woman(x1)) | 7b0951ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_waterskie(e1) & v_color(e2) & of(x3,x4) & near(x2,x3) & n_tree(x3) & n_person(x1) & n_lake(x2) & n_autumn(x4) & in(e1,x2) & Theme(e2,x3) & Actor(e1,x1)) | exists e1 x1.(v_dace(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A young person is wakeboarding off the back of a water vehicle. | a person goes sky diving | 2 | -100 | WAKEBOARDING IS NOT SKY DIVING | exists e1 s1 s2 x1 x2 x3 x4.(n_back(x2) & a_off(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_wakeboard(e1) & of(x2,x3) & n_vehicle(x3) & of(x3,x4) & n_water(x4) & n_person(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_diving(x2) & of(x2,x3) & n_sky(x3) & n_person(x1)) | 7b09605c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_wakeboard(e1) & of(x3,x4) & of(x2,x3) & n_water(x4) & n_vehicle(x3) & n_person(x1) & n_back(x2) & a_young(s1) & a_off(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_go(e1) & of(x2,x3) & n_sky(x3) & n_person(x1) & n_diving(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Grandfather fishes while grandson waits with net. | The man is playing basketball. | 2 | -100 | FISHES IS NOT BASKETBALL | exists e1 x1 x2 x3 x4.(ne_nam_grandfather(x1) & while(e1,x2) & with(x2,x4) & n_net(x4) & n_wait(x2) & of(x2,x3) & n_grandson(x3) & Actor(e1,x1) & v_fish(e1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2)) | 7b096a8e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x2,x4) & while(e1,x2) & v_fish(e1) & of(x2,x3) & ne_nam_grandfather(x1) & n_wait(x2) & n_net(x4) & n_grandson(x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A sleeping baby is wearing a shirt with red trucks on it while being held by a woman. | There is a woman holding a sleeping baby. | 0 | -100 | If the sleeping baby is being held by a woman, then the woman is holding a sleeping baby. | exists e3 e2 e1 s1 x1 x2 x3 x4.(while(e2,e3) & Actor(e3,x4) & n_woman(x4) & Theme(e3,x1) & v_hold(e3) & on(e2,x1) & n_thing(x1) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & with(x2,x3) & n_truck(x3) & a_red(s1) & Theme(s1,x3) & n_shirt(x2) & n_baby(x1) & Actor(e1,x1) & v_sleep(e1)) | exists p1 x1 e2 e1 x2 x3 x4.((x1 = x2) & Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_baby(x4) & Actor(e1,x4) & v_sleep(e1) & (x2 = x3) & n_woman(x2)) | 7b097c4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 s1 x1 x2 x3 x4.(with(x2,x3) & while(e2,e3) & v_wear(e2) & v_sleep(e1) & v_hold(e3) & on(e2,x1) & n_woman(x4) & n_truck(x3) & n_thing(x1) & n_shirt(x2) & n_baby(x1) & a_red(s1) & Theme(s1,x3) & Theme(e3,x1) & Theme(e2,x2) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 e2 e1 x2 x3 x4.(v_sleep(e1) & v_hold(e2) & n_woman(x2) & n_baby(x4) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x4) & (x2 = x3) & (x1 = x2)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | The CEO of a company is giving a speech to his employees. | 1 | 0.734474 | A man reading off a sheet of paper to a crowd is not assumed to be a CEO of a company giving a speech to his employees. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2 x3 x4.(n_employee(x4) & of(x4,x1) & n_male(x1) & n_ceo(x1) & to(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_give(e1) & n_speech(x3) & of(x1,x2) & n_company(x2)) | 7b0ad4f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2 x3 x4.(v_give(e1) & to(e1,x4) & of(x4,x1) & of(x1,x2) & n_speech(x3) & n_male(x1) & n_employee(x4) & n_company(x2) & n_ceo(x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | a boss reads instructions to a worker and crowd | 1 | 0.667908 | A man reads off a sheet to a crowd and another man is not necessarily a boss reads instructions to a worker and crowd. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2 x3 x4 x5.(to(e1,x3) & n_crowd(x5) & n_worker(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_instruction(x2) & n_boss(x1)) | 7b0ad9dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2 x3 x4 x5.(v_read(e1) & to(e1,x3) & subset_of(x5,x3) & subset_of(x4,x3) & n_worker(x4) & n_instruction(x2) & n_crowd(x5) & n_boss(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | a man reads near another man | 0 | 0.641465 | the other man wears white | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2.(near(e1,x2) & n_man(x2) & -(x2 = x1) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_read(e1)) | 7b0adf36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2.(v_read(e1) & near(e1,x2) & n_man(x2) & n_man(x1) & Actor(e1,x1) & -(x2 = x1)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | The man is giving a speech to the crowd. | 1 | 0.827083 | A man reading off a sheet to a crowd is not necessarily giving a speech to the crowd. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2 x3.(n_crowd(x3) & n_man(x1) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2)) | 7b0ae986-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_speech(x2) & n_man(x1) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | One man is giving a speach to a crowd as another stands beside him. | 1 | 0.860829 | A man reading off a sheet of paper to a crowd is not necessarily giving a speach to a crowd. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2 x3 x4 x5.(n_male(x4) & n_stand(x4) & to(e1,x3) & beside(x3,x4) & as(x3,x5) & n_stand(x5) & -(x5 = x4) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speach(x2) & n_man(x1) & card_eq_1(x1)) | 7b0af2be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2 x3 x4 x5.(v_give(e1) & to(e1,x3) & n_stand(x5) & n_stand(x4) & n_speach(x2) & n_man(x1) & n_male(x4) & n_crowd(x3) & card_eq_1(x1) & beside(x3,x4) & as(x3,x5) & Theme(e1,x2) & Actor(e1,x1) & -(x5 = x4)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | A man is throwing a paper airplane out a window. | 2 | 0.000001 | A man is either reading a sheet of paper or throwing a paper airplane. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2 x3 x4.(out(e1,x4) & n_window(x4) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_airplane(x2) & of(x2,x3) & n_paper(x3) & n_man(x1)) | 7b0b0fba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2 x3 x4.(v_throw(e1) & out(e1,x4) & of(x2,x3) & n_window(x4) & n_paper(x3) & n_man(x1) & n_airplane(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is reading off a sheet of paper to a crowd while another man in white stands beside him. | The man is giving a speech. | 1 | 0.211068 | Just because a man is reading off a sheet of paper doesn't imply man is giving a speech. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & in(x5,x6) & beside(x6,x1) & n_male(x1) & n_stand(x6) & a_white(s2) & Theme(s2,x6) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & to(x2,x4) & n_crowd(x4) & of(x2,x3) & n_paper(x3) & n_sheet(x2)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_speech(x2)) | 7b0b1a00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_read(e1) & to(x2,x4) & of(x2,x3) & n_stand(x6) & n_sheet(x2) & n_paper(x3) & n_man(x5) & n_man(x1) & n_male(x1) & n_crowd(x4) & in(x5,x6) & beside(x6,x1) & a_white(s2) & a_off(s1) & Theme(s2,x6) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & -(x5 = x1)) | exists e1 x1 x2.(v_give(e1) & n_speech(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A panel of people answer questions from an audience. | a single man stands on stage | 2 | -100 | People means more than single person. | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_answer(e1) & from(x3,x4) & n_audience(x4) & n_question(x3) & of(x1,x2) & n_people(x2) & n_panel(x1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & a_single(s1) & Theme(s1,x1)) | 7b0c4ea2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_answer(e1) & of(x1,x2) & n_question(x3) & n_people(x2) & n_panel(x1) & n_audience(x4) & from(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_stand(e1) & on(e1,x2) & n_stage(x2) & n_man(x1) & a_single(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A panel of people answer questions from an audience. | people answer questions from other people | 0 | -100 | The panel in this case can usually be considered people, and if they are answering questions from other people, then that other people must be an audience. | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_answer(e1) & from(x3,x4) & n_audience(x4) & n_question(x3) & of(x1,x2) & n_people(x2) & n_panel(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_answer(e1) & from(x2,x3) & -(x3 = x1) & n_people(x1) & n_people(x1) & n_people(x3) & n_question(x2)) | 7b0c53a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_answer(e1) & of(x1,x2) & n_question(x3) & n_people(x2) & n_panel(x1) & n_audience(x4) & from(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_answer(e1) & n_question(x2) & n_people(x3) & n_people(x1) & from(x2,x3) & Theme(e1,x2) & Actor(e1,x1) & -(x3 = x1)) |
||
A group of five people are sitting at a table. | There are people sitting | 0 | -100 | People are sitting. | exists e1 x1 x2 x3.(at(e1,x3) & n_table(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & card_eq_5(x2) & n_group(x1)) | exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_people(x2)) | 7b0c5988-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & of(x1,x2) & n_table(x3) & n_people(x2) & n_group(x1) & card_eq_5(x2) & at(e1,x3) & Actor(e1,x1)) | exists x1 e1 x2 x3.(v_sit(e1) & n_people(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A group of five people are sitting at a table. | The people are standing | 2 | -100 | One cannot be standing and sitting simultaneously. | exists e1 x1 x2 x3.(at(e1,x3) & n_table(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & card_eq_5(x2) & n_group(x1)) | exists e1 x1.(n_people(x1) & Actor(e1,x1) & v_stand(e1)) | 7b0c5eb0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & of(x1,x2) & n_table(x3) & n_people(x2) & n_group(x1) & card_eq_5(x2) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_people(x1) & Actor(e1,x1)) |
||
A group of five people are sitting at a table. | The people are male | 1 | -100 | People may indicate both female and male. | exists e1 x1 x2 x3.(at(e1,x3) & n_table(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & card_eq_5(x2) & n_group(x1)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_male(s1)) | 7b0c641e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & of(x1,x2) & n_table(x3) & n_people(x2) & n_group(x1) & card_eq_5(x2) & at(e1,x3) & Actor(e1,x1)) | exists s1 x1.(n_people(x1) & a_male(s1) & Theme(s1,x1)) |
||
Two boys looking out the window of an RV. | Two boys on a roadtrip | 1 | -100 | Two boys looking out the window of an RV. does not imply that they on a roadtrip | exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_rv(x3) & Actor(e1,x1) & v_look(e1) & n_boy(x1) & card_eq_2(x1)) | exists x1 x2.(a_topic(x1) & on(x1,x2) & n_roadtrip(x2) & n_boy(x1) & card_eq_2(x1)) | 7b0c6950-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_rv(x3) & n_boy(x1) & card_eq_2(x1) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_roadtrip(x2) & n_boy(x1) & card_eq_2(x1) & a_topic(x1)) |
||
Two boys looking out the window of an RV. | Two boys in an RV | 0 | -100 | The boys are looking out the window of an RV so they must be in an RV. | exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_rv(x3) & Actor(e1,x1) & v_look(e1) & n_boy(x1) & card_eq_2(x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_rv(x2) & n_boy(x1) & card_eq_2(x1)) | 7b0c6eb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_rv(x3) & n_boy(x1) & card_eq_2(x1) & Actor(e1,x1)) | exists x1 x2.(n_rv(x2) & n_boy(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) |
||
Two boys looking out the window of an RV. | Two boys inside an apartment | 2 | -100 | Looking out indicates watching something while being inside an apartment does indicates such action. | exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_rv(x3) & Actor(e1,x1) & v_look(e1) & n_boy(x1) & card_eq_2(x1)) | exists x1 x2.(a_topic(x1) & inside(x1,x2) & n_apartment(x2) & n_boy(x1) & card_eq_2(x1)) | 7b0c73aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_rv(x3) & n_boy(x1) & card_eq_2(x1) & Actor(e1,x1)) | exists x1 x2.(n_boy(x1) & n_apartment(x2) & inside(x1,x2) & card_eq_2(x1) & a_topic(x1)) |
||
The local street is busy with a food market and bus transportation. | I went to Arby's. | 2 | -100 | Local street food market doesn't being at Arby's. | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_street(x1) & a_local(s1) & Theme(s1,x1) & with(s2,x2) & n_transportation(x5) & of(x5,x6) & n_bus(x6) & n_market(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_food(x3) & Theme(s2,x1) & a_busy(s2)) | exists e1 x1 x2.(to(e1,x2) & n_'s(x2) & (x2 = x1) & ne_geo_arby(x1) & Actor(e1,x1) & v_go(e1) & n_person(x1)) | 7b0c78a0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(s2,x2) & subset_of(x5,x2) & subset_of(x4,x2) & of(x5,x6) & of(x2,x3) & n_transportation(x5) & n_street(x1) & n_market(x4) & n_food(x3) & n_bus(x6) & a_local(s1) & a_busy(s2) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 x1 x2.(v_go(e1) & to(e1,x2) & ne_geo_arby(x1) & n_person(x1) & n_'s(x2) & Actor(e1,x1) & (x2 = x1)) |
||
The local street is busy with a food market and bus transportation. | I went to the local street fair by bus. | 1 | -100 | The local street is busy with a food market and bus transportation does not indicate that I went to the local street fair by bus. | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_street(x1) & a_local(s1) & Theme(s1,x1) & with(s2,x2) & n_transportation(x5) & of(x5,x6) & n_bus(x6) & n_market(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_food(x3) & Theme(s2,x1) & a_busy(s2)) | exists e1 s1 x1 x2 x3.(n_fair(x2) & of(x2,x3) & n_street(x3) & a_local(s1) & Theme(s1,x2) & by(e1,x1) & n_bus(x1) & to(e1,x2) & Actor(e1,x1) & v_go(e1) & n_person(x1)) | 7b0c7f44-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(s2,x2) & subset_of(x5,x2) & subset_of(x4,x2) & of(x5,x6) & of(x2,x3) & n_transportation(x5) & n_street(x1) & n_market(x4) & n_food(x3) & n_bus(x6) & a_local(s1) & a_busy(s2) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(v_go(e1) & to(e1,x2) & of(x2,x3) & n_street(x3) & n_person(x1) & n_fair(x2) & n_bus(x1) & by(e1,x1) & a_local(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
The local street is busy with a food market and bus transportation. | There is a bus that brings you to the local street fair that sells food. | 0 | -100 | Bus transportation means a bus that brings you to a location and food market implies that the fair sells food. | exists s1 s2 x1 x2 x3 x4 x5 x6.(n_street(x1) & a_local(s1) & Theme(s1,x1) & with(s2,x2) & n_transportation(x5) & of(x5,x6) & n_bus(x6) & n_market(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_food(x3) & Theme(s2,x1) & a_busy(s2)) | exists p1 s1 x1 x4 x5.(n_fair(x4) & of(x4,x5) & n_street(x5) & a_local(s1) & Theme(s1,x4) & exists e1 e2 x2 x3 x6 x7.((x1 = x2) & to(e1,x4) & Theme(e2,x7) & Actor(e2,x6) & v_sell(e2) & n_food(x7) & (x4 = x6) & Theme(e1,x2) & Actor(e1,x3) & v_bring(e1) & n_person(x2) & (x2 = x3) & n_bus(x2))) | 7b0c84b2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4 x5 x6.(with(s2,x2) & subset_of(x5,x2) & subset_of(x4,x2) & of(x5,x6) & of(x2,x3) & n_transportation(x5) & n_street(x1) & n_market(x4) & n_food(x3) & n_bus(x6) & a_local(s1) & a_busy(s2) & Theme(s2,x1) & Theme(s1,x1)) | exists s1 x1 x4 x5.(of(x4,x5) & n_street(x5) & n_fair(x4) & exists e1 e2 x2 x3 x6 x7.(v_sell(e2) & v_bring(e1) & to(e1,x4) & n_person(x2) & n_food(x7) & n_bus(x2) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x3) & (x4 = x6) & (x2 = x3) & (x1 = x2)) & a_local(s1) & Theme(s1,x4)) |
||
A city street with fruit carts and a bus, and lots of people. | The forest. | 2 | -100 | It is either a city or a forest. | exists x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x3) & subset_of(x6,x3) & subset_of(x8,x6) & of(x8,x9) & n_people(x9) & n_lot(x8) & subset_of(x7,x6) & n_bus(x7) & subset_of(x4,x3) & n_cart(x4) & of(x4,x5) & n_fruit(x5) & n_street(x1) & of(x1,x2) & n_city(x2)) | exists x1.(n_forest(x1) & a_topic(x1)) | 7b0c89da-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x3) & subset_of(x8,x6) & subset_of(x7,x6) & subset_of(x6,x3) & subset_of(x4,x3) & of(x8,x9) & of(x4,x5) & of(x1,x2) & n_street(x1) & n_people(x9) & n_lot(x8) & n_fruit(x5) & n_city(x2) & n_cart(x4) & n_bus(x7) & a_topic(x1)) | exists x1.(n_forest(x1) & a_topic(x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.