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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Two men are playing Basketball | Two guys are playing basketball outside. | 1 | -100 | The two men could just as easily be playing basketball inside and not outside. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & of(x2,x3) & n_basketball(x3) & n_guy(x1) & card_eq_2(x1)) | 79500b6c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_outside(x2) & n_guy(x1) & n_basketball(x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are playing Basketball | Some guys are shooting hoops | 0 | -100 | If two men are playing basketball, then some guys are shooting hoops. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1) & n_hoop(x2) & n_guy(x1)) | 79501080-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_shoot(e1) & n_hoop(x2) & n_guy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are playing Basketball | Two guys are playing football. | 2 | -100 | Guys do not have to be men. Basketball is not football. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_football(x2) & n_guy(x1) & card_eq_2(x1)) | 79501562-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_guy(x1) & n_football(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman with a black hat and blue coat holding a baby goat. | A woman is not wearing anything on her head. | 2 | -100 | One with black hat doesn't indicates not wearing anything on head. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_goat(x6) & of(x6,x7) & n_baby(x7) & (x1 = x5) & with(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists x1 x3.(-all x2.(n_thing(x2) -> exists e1.(on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1))) & n_head(x3) & of(x3,x1) & n_female(x1) & n_woman(x1)) | 79501ab2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_hold(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x6,x7) & n_woman(x1) & n_hat(x3) & n_goat(x6) & n_coat(x4) & n_baby(x7) & a_topic(x1) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x1 = x5)) | exists x1 x3.(of(x3,x1) & n_woman(x1) & n_head(x3) & n_female(x1) & exists x2.(n_thing(x2) & all e1.(-v_wear(e1) | -on(e1,x3) | -Theme(e1,x2) | -Actor(e1,x1)))) |
||
A woman with a black hat and blue coat holding a baby goat. | A woman is wearing a black hat. | 0 | -100 | A woman wearing a black hat is with a black hat. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_goat(x6) & of(x6,x7) & n_baby(x7) & (x1 = x5) & with(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1)) | 79501fbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_hold(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x6,x7) & n_woman(x1) & n_hat(x3) & n_goat(x6) & n_coat(x4) & n_baby(x7) & a_topic(x1) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x1 = x5)) | exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman with a black hat and blue coat holding a baby goat. | A woman is holding a baby goat in a barn. | 1 | -100 | Not every woman has a black hat. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e1,x6) & Actor(e1,x5) & v_hold(e1) & n_goat(x6) & of(x6,x7) & n_baby(x7) & (x1 = x5) & with(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_hat(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_barn(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_goat(x2) & of(x2,x3) & n_baby(x3) & n_woman(x1)) | 795024d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_hold(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x6,x7) & n_woman(x1) & n_hat(x3) & n_goat(x6) & n_coat(x4) & n_baby(x7) & a_topic(x1) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x1 = x5)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x2,x3) & n_woman(x1) & n_goat(x2) & n_barn(x4) & n_baby(x3) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two people eat hamburgers on lawn chairs while a third drinks a can of soda. | two people eat hamburgers and the other guy is drinking a can of soda | 0 | -100 | drinking is another form of drinks | exists e1 x1 x2 x3 x4.(all x5.(n_can(x5) -> exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & for(x6,x5) & n_drink(x6) & a_third(s1) & Theme(s1,x6))) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & on(x2,x3) & n_chair(x3) & of(x3,x4) & n_lawn(x4) & n_hamburger(x2) & n_people(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(-(x3 = x3) & n_guy(x3) & Theme(e2,x4) & Actor(e2,x3) & v_drink(e2) & of(x4,x5) & n_soda(x5) & n_can(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_hamburger(x2) & n_people(x1) & card_eq_2(x1)) | 79505dec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_eat(e1) & on(x2,x3) & of(x3,x4) & n_people(x1) & n_lawn(x4) & n_hamburger(x2) & n_chair(x3) & card_eq_2(x1) & all x5.(exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & n_drink(x6) & for(x6,x5) & a_third(s1) & Theme(s1,x6)) | -n_can(x5)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4 x5.(v_eat(e1) & v_drink(e2) & of(x4,x5) & n_soda(x5) & n_people(x1) & n_hamburger(x2) & n_guy(x3) & n_can(x4) & card_eq_2(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x3)) |
||
Two people eat hamburgers on lawn chairs while a third drinks a can of soda. | the third guy is drinking an ice cold coke | 1 | -100 | Not everyone drinks coke. | exists e1 x1 x2 x3 x4.(all x5.(n_can(x5) -> exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & for(x6,x5) & n_drink(x6) & a_third(s1) & Theme(s1,x6))) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & on(x2,x3) & n_chair(x3) & of(x3,x4) & n_lawn(x4) & n_hamburger(x2) & n_people(x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2 x3.(n_guy(x1) & a_third(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_coke(x2) & a_cold(s2) & Theme(s2,x2) & of(x2,x3) & n_ice(x3)) | 7950633c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_eat(e1) & on(x2,x3) & of(x3,x4) & n_people(x1) & n_lawn(x4) & n_hamburger(x2) & n_chair(x3) & card_eq_2(x1) & all x5.(exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & n_drink(x6) & for(x6,x5) & a_third(s1) & Theme(s1,x6)) | -n_can(x5)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_drink(e1) & of(x2,x3) & n_ice(x3) & n_guy(x1) & n_coke(x2) & a_third(s1) & a_cold(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two people eat hamburgers on lawn chairs while a third drinks a can of soda. | the 3 men are playing with rubber duckies | 2 | -100 | eat and playing people are different. | exists e1 x1 x2 x3 x4.(all x5.(n_can(x5) -> exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & for(x6,x5) & n_drink(x6) & a_third(s1) & Theme(s1,x6))) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & on(x2,x3) & n_chair(x3) & of(x3,x4) & n_lawn(x4) & n_hamburger(x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_man(x1) & n_date(x1) & a_date_day_03(x1) & a_date_day_03(x1) & with(e1,x2) & n_ducky(x2) & of(x2,x3) & n_rubber(x3) & Actor(e1,x1) & v_play(e1)) | 795068d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_eat(e1) & on(x2,x3) & of(x3,x4) & n_people(x1) & n_lawn(x4) & n_hamburger(x2) & n_chair(x3) & card_eq_2(x1) & all x5.(exists s1 x6 x7.(while(e1,x6) & of(x6,x7) & n_soda(x7) & n_drink(x6) & for(x6,x5) & a_third(s1) & Theme(s1,x6)) | -n_can(x5)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(e1,x2) & v_play(e1) & of(x2,x3) & n_rubber(x3) & n_man(x1) & n_ducky(x2) & n_date(x1) & a_date_day_03(x1) & Actor(e1,x1)) |
||
A group of people are enjoying a swim in the ocean as they launch their bodies off a cliff. | A group of people are cliff diving into the Atlantic ocean. | 1 | -100 | Not all ocean is an Atlantic Ocean. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(n_body(x6) & of(x6,x5) & n_thing(x5) & n_ocean(x5) & off(e2,x7) & n_cliff(x7) & Theme(e2,x6) & Actor(e2,x1) & v_launch(e2) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & in(x4,x5) & as(x5,x1) & n_thing(x1) & n_swim(x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists e1 p1 x1 x2 x3 x4.(n_ocean(x3) & (x3 = x4) & ne_geo_atlantic(x4) & exists e2.(into(e2,x3) & Actor(e2,x1) & v_dive(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_cliff(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 79506e5e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_launch(e2) & v_enjoy(e1) & off(e2,x7) & of(x6,x5) & of(x1,x2) & n_thing(x5) & n_thing(x1) & n_swim(x4) & n_people(x2) & n_ocean(x5) & n_group(x1) & n_cliff(x7) & n_body(x6) & in(x4,x5) & as(x5,x1) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x2 x3 x4.(v_cliff(e1) & of(x1,x2) & ne_geo_atlantic(x4) & n_people(x2) & n_ocean(x3) & n_group(x1) & exists e2.(v_dive(e2) & into(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1) & (x3 = x4)) |
||
A group of people are enjoying a swim in the ocean as they launch their bodies off a cliff. | A group of people are cliff diving into the ocean. | 0 | -100 | When people launch their bodies off a cliff, they are cliff diving. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(n_body(x6) & of(x6,x5) & n_thing(x5) & n_ocean(x5) & off(e2,x7) & n_cliff(x7) & Theme(e2,x6) & Actor(e2,x1) & v_launch(e2) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & in(x4,x5) & as(x5,x1) & n_thing(x1) & n_swim(x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists e1 p1 x1 x2 x3.(n_ocean(x3) & exists e2.(into(e2,x3) & Actor(e2,x1) & v_dive(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_cliff(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7950739a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_launch(e2) & v_enjoy(e1) & off(e2,x7) & of(x6,x5) & of(x1,x2) & n_thing(x5) & n_thing(x1) & n_swim(x4) & n_people(x2) & n_ocean(x5) & n_group(x1) & n_cliff(x7) & n_body(x6) & in(x4,x5) & as(x5,x1) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x2 x3.(v_cliff(e1) & of(x1,x2) & n_people(x2) & n_ocean(x3) & n_group(x1) & exists e2.(v_dive(e2) & into(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of people are enjoying a swim in the ocean as they launch their bodies off a cliff. | A group of people are jumping down a waterfall into a waiting river. | 2 | -100 | enjoying and jumping are not same. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(n_body(x6) & of(x6,x5) & n_thing(x5) & n_ocean(x5) & off(e2,x7) & n_cliff(x7) & Theme(e2,x6) & Actor(e2,x1) & v_launch(e2) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & in(x4,x5) & as(x5,x1) & n_thing(x1) & n_swim(x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists e2 e1 s1 x1 x2 x3 x4.(into(e1,x4) & n_river(x4) & Actor(e2,x4) & v_wait(e2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_jump(e1) & n_waterfall(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | 795079d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(v_launch(e2) & v_enjoy(e1) & off(e2,x7) & of(x6,x5) & of(x1,x2) & n_thing(x5) & n_thing(x1) & n_swim(x4) & n_people(x2) & n_ocean(x5) & n_group(x1) & n_cliff(x7) & n_body(x6) & in(x4,x5) & as(x5,x1) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e2 e1 s1 x1 x2 x3 x4.(v_wait(e2) & v_jump(e1) & of(x1,x2) & n_waterfall(x3) & n_river(x4) & n_people(x2) & n_group(x1) & into(e1,x4) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e2,x4) & Actor(e1,x1)) |
||
The woman in the black coat is standing with a cigarette in her hand. | The woman is wearing a coat | 0 | -100 | The woman in the black coat indicates the woman is wearing a coat. | exists e1 s1 x1 x2 x3 x4.(n_hand(x4) & of(x4,x1) & n_female(x1) & n_coat(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & with(e1,x3) & in(x3,x4) & n_cigarette(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_coat(x2)) | 79507f52-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & of(x4,x1) & n_woman(x1) & n_hand(x4) & n_female(x1) & n_coat(x2) & n_cigarette(x3) & in(x3,x4) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_woman(x1) & n_coat(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The woman in the black coat is standing with a cigarette in her hand. | The woman is wearing all purple | 2 | -100 | both standing and wearing woman are different. | exists e1 s1 x1 x2 x3 x4.(n_hand(x4) & of(x4,x1) & n_female(x1) & n_coat(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & with(e1,x3) & in(x3,x4) & n_cigarette(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2)) | exists x1.(n_woman(x1) & all x2.(n_purple(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1)))) | 795084f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & of(x4,x1) & n_woman(x1) & n_hand(x4) & n_female(x1) & n_coat(x2) & n_cigarette(x3) & in(x3,x4) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_woman(x1) & all x2.(exists e1.(v_wear(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_purple(x2))) |
||
The woman in the black coat is standing with a cigarette in her hand. | She is trying to stop smoking | 1 | -100 | The woman standing with a cigarette in her hands might still be smoking. | exists e1 s1 x1 x2 x3 x4.(n_hand(x4) & of(x4,x1) & n_female(x1) & n_coat(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & with(e1,x3) & in(x3,x4) & n_cigarette(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2)) | exists e1 p1 x1.(n_female(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_stop(e2) & n_smoking(x2))) | 79508a2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(e1,x3) & v_stand(e1) & of(x4,x1) & n_woman(x1) & n_hand(x4) & n_female(x1) & n_coat(x2) & n_cigarette(x3) & in(x3,x4) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_try(e1) & n_female(x1) & exists e2 x2.(v_stop(e2) & n_smoking(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man using a flaming tuba. | A man is playing a tuba. | 0 | -100 | Using and playing could be the same thing. A tuba could be flaming. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_tuba(x3) & of(x3,x4) & n_flaming(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tuba(x2) & n_man(x1)) | 79508f4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_use(e1) & of(x3,x4) & n_tuba(x3) & n_man(x1) & n_flaming(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_tuba(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man using a flaming tuba. | The man is playing a banjo. | 2 | -100 | flaming and playing are not same places. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_tuba(x3) & of(x3,x4) & n_flaming(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_banjo(x2)) | 79509460-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_use(e1) & of(x3,x4) & n_tuba(x3) & n_man(x1) & n_flaming(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_banjo(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man using a flaming tuba. | The man is a very skilled musician. | 1 | -100 | Not every man using a flaming tuba is a skilled musician. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_tuba(x3) & of(x3,x4) & n_flaming(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists s1 x2.((x1 = x2) & n_musician(x2) & a_skilled(s1) & Theme(s1,x2) & r_very(x2))) | 79509a50-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_use(e1) & of(x3,x4) & n_tuba(x3) & n_man(x1) & n_flaming(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists s1 x2.(r_very(x2) & n_musician(x2) & a_skilled(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A man rides a rickshaw on an empty street. | A cat is stretching on a couch. | 2 | -100 | both man and cat are different. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & on(x2,x3) & n_street(x3) & a_empty(s1) & Theme(s1,x3) & n_rickshaw(x2) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_stretch(e1) & n_cat(x1)) | 7950a022-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_ride(e1) & on(x2,x3) & n_street(x3) & n_rickshaw(x2) & n_man(x1) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stretch(e1) & on(e1,x2) & n_couch(x2) & n_cat(x1) & Actor(e1,x1)) |
||
A man rides a rickshaw on an empty street. | A man is riding in the street. | 0 | -100 | A man could be riding in a rickshaw. A street could be empty. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & on(x2,x3) & n_street(x3) & a_empty(s1) & Theme(s1,x3) & n_rickshaw(x2) & n_man(x1)) | exists e1 x1 x2.(n_street(x2) & in(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_man(x1)) | 7950a57c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_ride(e1) & on(x2,x3) & n_street(x3) & n_rickshaw(x2) & n_man(x1) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_street(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A man rides a rickshaw on an empty street. | It is night out. | 1 | -100 | Rickshaw are not only ridden at a night out. | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & on(x2,x3) & n_street(x3) & a_empty(s1) & Theme(s1,x3) & n_rickshaw(x2) & n_man(x1)) | exists p1 s1 x1.(n_thing(x1) & a_out(s1) & Manner(p1,s1) & exists x2.((x1 = x2) & n_night(x2))) | 7950aafe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_ride(e1) & on(x2,x3) & n_street(x3) & n_rickshaw(x2) & n_man(x1) & a_empty(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1.(n_thing(x1) & exists x2.(n_night(x2) & (x1 = x2)) & a_out(s1) & Manner(p1,s1)) |
||
A group of divers rescue a man in the water. | A man had to be rescued on the beach. | 2 | -100 | either water or beach are cannot be same together. | exists x1 x5.(n_water(x5) & all x2.(n_man(x2) -> exists x3 x4.(a_topic(x1) & of(x1,x3) & in(x3,x5) & for(x3,x2) & n_rescue(x3) & of(x3,x4) & n_diver(x4))) & n_group(x1)) | exists e1 p1 x1 x2.(n_beach(x2) & Topic(e1,p1) & Actor(e1,x1) & v_have(e1) & exists e2.(on(e2,x2) & Theme(e2,x1) & v_rescue(e2)) & n_man(x1)) | 7950afb8-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5.(n_water(x5) & n_group(x1) & all x2.(exists x3 x4.(of(x3,x4) & of(x1,x3) & n_rescue(x3) & n_diver(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1)) | -n_man(x2))) | exists e1 p1 x1 x2.(v_have(e1) & n_man(x1) & n_beach(x2) & exists e2.(v_rescue(e2) & on(e2,x2) & Theme(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of divers rescue a man in the water. | A man was rescued after a boat crash. | 1 | -100 | People are not rescued in the water only after a boat crash. | exists x1 x5.(n_water(x5) & all x2.(n_man(x2) -> exists x3 x4.(a_topic(x1) & of(x1,x3) & in(x3,x5) & for(x3,x2) & n_rescue(x3) & of(x3,x4) & n_diver(x4))) & n_group(x1)) | exists e1 x1 x2 x3.(after(e1,x2) & n_crash(x2) & of(x2,x3) & n_boat(x3) & Theme(e1,x1) & v_rescue(e1) & n_man(x1)) | 7950b45e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5.(n_water(x5) & n_group(x1) & all x2.(exists x3 x4.(of(x3,x4) & of(x1,x3) & n_rescue(x3) & n_diver(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1)) | -n_man(x2))) | exists e1 x1 x2 x3.(v_rescue(e1) & of(x2,x3) & n_man(x1) & n_crash(x2) & n_boat(x3) & after(e1,x2) & Theme(e1,x1)) |
||
A group of divers rescue a man in the water. | A rescue attempt saved someone's life. | 0 | -100 | Rescue a man and attempt to save someone's life could mean the same thing. Rescue could happen in the water. | exists x1 x5.(n_water(x5) & all x2.(n_man(x2) -> exists x3 x4.(a_topic(x1) & of(x1,x3) & in(x3,x5) & for(x3,x2) & n_rescue(x3) & of(x3,x4) & n_diver(x4))) & n_group(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_save(e1) & n_life(x4) & of(x4,x3) & n_person(x3) & n_attempt(x1) & of(x1,x2) & n_rescue(x2)) | 7950b9fe-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5.(n_water(x5) & n_group(x1) & all x2.(exists x3 x4.(of(x3,x4) & of(x1,x3) & n_rescue(x3) & n_diver(x4) & in(x3,x5) & for(x3,x2) & a_topic(x1)) | -n_man(x2))) | exists e1 x1 x2 x3 x4.(v_save(e1) & of(x4,x3) & of(x1,x2) & n_rescue(x2) & n_person(x3) & n_life(x4) & n_attempt(x1) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man trying to get home after long tiresome day. | A man tries to get home from work. | 1 | -100 | It is not only people who tries to get home from work do have a long tiresome day. | exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 s1 x3 x4.(after(e2,x4) & n_day(x4) & a_tiresome(s1) & Theme(s1,x4) & r_long(x4) & Theme(e2,x3) & Actor(e2,x2) & v_get(e2) & n_home(x3)) & (x1 = x2) & n_man(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2 x3.(from(e2,x3) & n_work(x3) & Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & n_home(x2)) & n_man(x1)) | 7950bfda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_try(e1) & n_man(x1) & exists e2 s1 x3 x4.(v_get(e2) & r_long(x4) & n_home(x3) & n_day(x4) & after(e2,x4) & a_tiresome(s1) & Theme(s1,x4) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1.(v_try(e1) & n_man(x1) & exists e2 x2 x3.(v_get(e2) & n_work(x3) & n_home(x2) & from(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man trying to get home after long tiresome day. | A man tries to get home. | 0 | -100 | Someone could try to get home after a long tiresome day. | exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 s1 x3 x4.(after(e2,x4) & n_day(x4) & a_tiresome(s1) & Theme(s1,x4) & r_long(x4) & Theme(e2,x3) & Actor(e2,x2) & v_get(e2) & n_home(x3)) & (x1 = x2) & n_man(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & n_home(x2)) & n_man(x1)) | 7950c5ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_try(e1) & n_man(x1) & exists e2 s1 x3 x4.(v_get(e2) & r_long(x4) & n_home(x3) & n_day(x4) & after(e2,x4) & a_tiresome(s1) & Theme(s1,x4) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1.(v_try(e1) & n_man(x1) & exists e2 x2.(v_get(e2) & n_home(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man trying to get home after long tiresome day. | A woman goes to work in the morning. | 2 | -100 | man and women are opposite gender. | exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_try(e1) & exists e2 s1 x3 x4.(after(e2,x4) & n_day(x4) & a_tiresome(s1) & Theme(s1,x4) & r_long(x4) & Theme(e2,x3) & Actor(e2,x2) & v_get(e2) & n_home(x3)) & (x1 = x2) & n_man(x1)) | exists e1 p1 x1 x2.(n_morning(x2) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2.(in(e2,x2) & Actor(e2,x1) & v_work(e2)) & n_woman(x1)) | 7950cafc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_try(e1) & n_man(x1) & exists e2 s1 x3 x4.(v_get(e2) & r_long(x4) & n_home(x3) & n_day(x4) & after(e2,x4) & a_tiresome(s1) & Theme(s1,x4) & Theme(e2,x3) & Actor(e2,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(v_go(e1) & n_woman(x1) & n_morning(x2) & exists e2.(v_work(e2) & in(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
All the red suits are awaiting a snorkeling lesson. | People wait in line to play pool at the bar. | 2 | -100 | If people are awaiting a snorkeling lesson they do not wait in line to play pool. | exists s1 x2.(n_suit(x2) & a_red(s1) & Theme(s1,x2) & all x1.((x1 = x2) -> exists e1 e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_await(e2) & n_lesson(x3) & Actor(e1,x3) & v_snorkele(e1)))) | exists e1 p1 x1 x2 x4.(n_bar(x4) & in(e1,x2) & n_line(x2) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x3.(at(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_pool(x3)) & n_people(x1)) | 7950d038-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x2.(n_suit(x2) & all x1.(exists e1 e2 x3.(v_snorkele(e1) & v_await(e2) & n_lesson(x3) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x3)) | -(x1 = x2)) & a_red(s1) & Theme(s1,x2)) | exists e1 p1 x1 x2 x4.(v_wait(e1) & n_people(x1) & n_line(x2) & n_bar(x4) & in(e1,x2) & exists e2 x3.(v_play(e2) & n_pool(x3) & at(e2,x4) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
All the red suits are awaiting a snorkeling lesson. | Lifegaurds wait to go snorkeling during a meeting on the beach. | 1 | -100 | The red suits don't necessarily mean they are lifeguards and they are not necessarily meeting on the beach. | exists s1 x2.(n_suit(x2) & a_red(s1) & Theme(s1,x2) & all x1.((x1 = x2) -> exists e2 e1 x3.(Theme(e2,x3) & Actor(e2,x1) & v_await(e2) & n_lesson(x3) & Actor(e1,x3) & v_snorkele(e1)))) | exists e1 p1 x1 x3.(n_beach(x3) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 p2.(exists e3 x2.(during(e3,x2) & on(x2,x3) & n_meeting(x2) & Actor(e3,x1) & v_snorkele(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_go(e2)) & n_lifegaurd(x1)) | 7950d632-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x2.(n_suit(x2) & all x1.(exists e2 e1 x3.(v_snorkele(e1) & v_await(e2) & n_lesson(x3) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x3)) | -(x1 = x2)) & a_red(s1) & Theme(s1,x2)) | exists e1 p1 x1 x3.(v_wait(e1) & n_lifegaurd(x1) & n_beach(x3) & exists e2 p2.(v_go(e2) & exists e3 x2.(v_snorkele(e3) & on(x2,x3) & n_meeting(x2) & during(e3,x2) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
All the red suits are awaiting a snorkeling lesson. | People wait to go snorkeling. | 0 | -100 | All the red suits People wait to go and are awaiting a snorkeling lesson. | exists s1 x2.(n_suit(x2) & a_red(s1) & Theme(s1,x2) & all x1.((x1 = x2) -> exists e2 e1 x3.(Theme(e2,x3) & Actor(e2,x1) & v_await(e2) & n_lesson(x3) & Actor(e1,x3) & v_snorkele(e1)))) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 p2.(exists e3.(Actor(e3,x1) & v_snorkele(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_go(e2)) & n_people(x1)) | 7950db78-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x2.(n_suit(x2) & all x1.(exists e2 e1 x3.(v_snorkele(e1) & v_await(e2) & n_lesson(x3) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x3)) | -(x1 = x2)) & a_red(s1) & Theme(s1,x2)) | exists e1 p1 x1.(v_wait(e1) & n_people(x1) & exists e2 p2.(v_go(e2) & exists e3.(v_snorkele(e3) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of people in the water wearing SCUBA gear. | People are breathing under water. | 1 | -100 | It is not only the people that wear SCUBA gear are bathing under water. | exists e1 x1 x2 x3 x4 x5 x6.(n_water(x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_gear(x5) & (x5 = x6) & ne_nam_scuba(x6) & (x1 = x4) & of(x1,x2) & in(x2,x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(under(e1,x2) & n_water(x2) & Actor(e1,x1) & v_breathe(e1) & n_people(x1)) | 7950e0aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & of(x1,x2) & ne_nam_scuba(x6) & n_water(x3) & n_people(x2) & n_group(x1) & n_gear(x5) & in(x2,x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x5 = x6) & (x1 = x4)) | exists e1 x1 x2.(v_breathe(e1) & under(e1,x2) & n_water(x2) & n_people(x1) & Actor(e1,x1)) |
||
A group of people in the water wearing SCUBA gear. | A group of people are swimming. | 0 | -100 | People in the water could be swimming. | exists e1 x1 x2 x3 x4 x5 x6.(n_water(x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_gear(x5) & (x5 = x6) & ne_nam_scuba(x6) & (x1 = x4) & of(x1,x2) & in(x2,x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_swim(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7950e5e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & of(x1,x2) & ne_nam_scuba(x6) & n_water(x3) & n_people(x2) & n_group(x1) & n_gear(x5) & in(x2,x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x5 = x6) & (x1 = x4)) | exists e1 x1 x2.(v_swim(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & Actor(e1,x1)) |
||
A group of people in the water wearing SCUBA gear. | People are in a raging fire. | 2 | -100 | water and fire are different. | exists e1 x1 x2 x3 x4 x5 x6.(n_water(x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_gear(x5) & (x5 = x6) & ne_nam_scuba(x6) & (x1 = x4) & of(x1,x2) & in(x2,x3) & n_people(x2) & n_group(x1)) | exists p1 x1.(exists e1 x2.(in(x1,x2) & n_fire(x2) & Actor(e1,x2) & v_rage(e1)) & n_people(x1)) | 7950edd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & of(x1,x2) & ne_nam_scuba(x6) & n_water(x3) & n_people(x2) & n_group(x1) & n_gear(x5) & in(x2,x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x5 = x6) & (x1 = x4)) | exists x1.(n_people(x1) & exists e1 x2.(v_rage(e1) & n_fire(x2) & in(x1,x2) & Actor(e1,x2))) |
||
A team of rescuers in the water help a person on a gurney. | Some people helping a person. | 1 | -100 | The team of rescuers might just be a person and not some people. | exists e1 x1 x2 x3 x4 x5.(n_water(x3) & on(e1,x5) & n_gurney(x5) & Theme(e1,x4) & Actor(e1,x1) & v_help(e1) & n_person(x4) & of(x1,x2) & in(x2,x3) & n_rescuer(x2) & n_team(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_help(e1) & n_person(x3) & (x1 = x2) & n_people(x1)) | 7950f3ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_help(e1) & on(e1,x5) & of(x1,x2) & n_water(x3) & n_team(x1) & n_rescuer(x2) & n_person(x4) & n_gurney(x5) & in(x2,x3) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_help(e1) & n_person(x3) & n_people(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A team of rescuers in the water help a person on a gurney. | Water rescue team in rescue act. | 0 | -100 | A team of rescuers could be a water rescue team. | exists e1 x1 x2 x3 x4 x5.(n_water(x3) & on(e1,x5) & n_gurney(x5) & Theme(e1,x4) & Actor(e1,x1) & v_help(e1) & n_person(x4) & of(x1,x2) & in(x2,x3) & n_rescuer(x2) & n_team(x1)) | exists x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x4) & n_act(x4) & of(x4,x5) & n_rescue(x5) & n_team(x1) & of(x1,x3) & n_rescue(x3) & (x1 = x2) & ne_nam_water(x2)) | 7950faa4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_help(e1) & on(e1,x5) & of(x1,x2) & n_water(x3) & n_team(x1) & n_rescuer(x2) & n_person(x4) & n_gurney(x5) & in(x2,x3) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x3) & ne_nam_water(x2) & n_team(x1) & n_rescue(x5) & n_rescue(x3) & n_act(x4) & in(x1,x4) & a_topic(x1) & (x1 = x2)) |
||
A team of rescuers in the water help a person on a gurney. | Rescue team helps perish a person. | 2 | -100 | water and team helps are not same. | exists e1 x1 x2 x3 x4 x5.(n_water(x3) & on(e1,x5) & n_gurney(x5) & Theme(e1,x4) & Actor(e1,x1) & v_help(e1) & n_person(x4) & of(x1,x2) & in(x2,x3) & n_rescuer(x2) & n_team(x1)) | exists e1 p1 x1 x2.(exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_perish(e2) & n_person(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_help(e1) & n_team(x1) & of(x1,x2) & n_rescue(x2)) | 79510008-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_help(e1) & on(e1,x5) & of(x1,x2) & n_water(x3) & n_team(x1) & n_rescuer(x2) & n_person(x4) & n_gurney(x5) & in(x2,x3) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_help(e1) & of(x1,x2) & n_team(x1) & n_rescue(x2) & exists e2 x3.(v_perish(e2) & n_person(x3) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Man riding his bike in the street. | A man sits down on a bench because he is tired. | 2 | -100 | riding and sits are cannot be same together. | exists e1 x1 x2 x3 x4.(n_street(x4) & a_topic(x1) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_tired(s2)) & n_male(x1) & because(e1,p1) & on(e1,x2) & n_bench(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 7951054e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x1) & n_street(x4) & n_man(x1) & n_male(x1) & n_bike(x3) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_male(x1) & n_bench(x2) & exists s2.(a_tired(s2) & Theme(s2,x1)) & because(e1,p1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Man riding his bike in the street. | A man rides his bike down the street. | 0 | -100 | In the street and down the street could mean the same thing. | exists e1 x1 x2 x3 x4.(n_street(x4) & a_topic(x1) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_street(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & down(x2,x3) & n_bike(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 79510a94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x1) & n_street(x4) & n_man(x1) & n_male(x1) & n_bike(x3) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x1) & n_street(x3) & n_man(x1) & n_male(x1) & n_bike(x2) & down(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man sitting at a computer. | The man is not outside running. | 0 | -100 | Sitting at a computer could not be running. | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_computer(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists x1.(n_man(x1) & -exists p1 s1 x2.((x1 = x2) & n_running(x2) & a_outside(s1) & Theme(s1,x2))) | 7951182c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & n_man(x1) & n_computer(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & all s1 x2.(-n_running(x2) | -a_outside(s1) | -Theme(s1,x2) | -(x1 = x2))) |
||
Man sitting at a computer. | The man has been at his computer all day trying to beat the deadline for the million dollar contract. | 1 | -100 | Not all men sitting on a computer sit there all day. | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_computer(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists x1 x3 x4 x5 x6.(n_contract(x5) & of(x5,x6) & n_dollar(x6) & card_eq_1000000(x5) & n_deadline(x4) & n_computer(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & all x2.(n_day(x2) -> exists e1 p1 p2.(for(p1,e1) & Topic(e1,p2) & Actor(e1,x1) & v_try(e1) & exists e2.(Theme(e2,x4) & Actor(e2,x1) & v_beat(e2) & for(x4,x5)) & Time(p1,x2) & at(x1,x3)))) | 79511db8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & n_man(x1) & n_computer(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x3 x4 x5 x6.(of(x5,x6) & of(x3,x1) & n_man(x1) & n_male(x1) & n_dollar(x6) & n_deadline(x4) & n_contract(x5) & n_computer(x3) & card_eq_1000000(x5) & all x2.(exists e1 p1 p2.(v_try(e1) & for(p1,e1) & exists e2.(v_beat(e2) & for(x4,x5) & Theme(e2,x4) & Actor(e2,x1)) & at(x1,x3) & Topic(e1,p2) & Time(p1,x2) & Actor(e1,x1)) | -n_day(x2))) |
||
Man sitting at a computer. | The man is outside washing his car while his wife does computer work. | 2 | -100 | a man was at work | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_computer(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists e1 p1 s1 x1 x2 x3.(n_wife(x3) & of(x3,x1) & n_male(x1) & n_male(x1) & n_car(x2) & of(x2,x1) & n_man(x1) & for(s1,e1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x3) & v_do(e2) & n_work(x4) & of(x4,x5) & n_computer(x5)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & Theme(s1,x1) & a_outside(s1)) | 79512380-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & n_man(x1) & n_computer(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_wash(e1) & of(x3,x1) & of(x2,x1) & n_wife(x3) & n_man(x1) & n_male(x1) & n_car(x2) & for(s1,e1) & exists e2 x4 x5.(v_do(e2) & of(x4,x5) & n_work(x4) & n_computer(x5) & Theme(e2,x4) & Actor(e2,x3)) & a_outside(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man sitting at a table in front of his computer. | A man is sitting in front of his computer at his office. | 1 | -100 | The computer in front of which the man is sitting is not necessarily in his office. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x3) & in(x3,x4) & of(x4,x5) & n_computer(x5) & of(x5,x1) & n_male(x1) & n_front(x4) & n_table(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_office(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & in(e1,x2) & of(x2,x3) & n_computer(x3) & of(x3,x1) & n_front(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 79512934-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x5,x1) & of(x4,x5) & n_table(x3) & n_man(x1) & n_male(x1) & n_front(x4) & n_computer(x5) & in(x3,x4) & at(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x4,x1) & of(x3,x1) & of(x2,x3) & n_office(x4) & n_man(x1) & n_male(x1) & n_front(x2) & n_computer(x3) & in(e1,x2) & at(e1,x4) & Actor(e1,x1)) |
||
A young man sitting at a table in front of his computer. | A man is sitting in front of the computer. | 0 | -100 | A man could be young and sitting at a table. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x3) & in(x3,x4) & of(x4,x5) & n_computer(x5) & of(x5,x1) & n_male(x1) & n_front(x4) & n_table(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_computer(x3) & in(e1,x2) & of(x2,x3) & n_front(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 79512e20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & of(x5,x1) & of(x4,x5) & n_table(x3) & n_man(x1) & n_male(x1) & n_front(x4) & n_computer(x5) & in(x3,x4) & at(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_man(x1) & n_front(x2) & n_computer(x3) & in(e1,x2) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | The man is silent | 2 | -100 | a man sits on a bench | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_silent(s1)) | 795138c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1.(n_man(x1) & a_silent(s1) & Theme(s1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | The man is talking about his days in veitnam. | 1 | 0.000015 | Not all man's story is about his days in veitnam. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_day(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & about(e1,x2) & in(x2,x3) & n_veitnam(x3) & Actor(e1,x1) & v_talk(e1)) | 7951490a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_talk(e1) & of(x2,x1) & n_veitnam(x3) & n_man(x1) & n_male(x1) & n_day(x2) & in(x2,x3) & about(e1,x2) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | The man may know some of the gorup | 1 | 0.563331 | just because a man with gray hair telling a story to a group of younger people on a bench doesn't mean he know some of the gorup | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1 x3.(n_gorup(x3) & n_man(x1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_know(e2) & of(x2,x3) & n_thing(x2)) & Topic(e1,p1) & Actor(e1,x1) & v_may(e1)) | 795152ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x3.(v_may(e1) & n_man(x1) & n_gorup(x3) & exists e2 x2.(v_know(e2) & of(x2,x3) & n_thing(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | Some young people are listening to a story | 0 | -100 | Young people are listening to the man telling the story, | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(to(e1,x2) & n_story(x2) & Actor(e1,x1) & v_listen(e1) & n_people(x1) & a_young(s1) & Theme(s1,x1)) | 795162b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_listen(e1) & to(e1,x2) & n_story(x2) & n_people(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | A man is story telling while sitting on a bench. | 1 | 0.847352 | Just because the story telling is being told to those sitting on a bench does not mean that the storyteller was sitting on the bench as well. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1 x2.(while(p1,e1) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & exists x3 x4.((x1 = x3) & n_tell(x3) & of(x3,x4) & n_story(x4)) & n_man(x1)) | 7951680e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1 x2.(while(p1,e1) & v_sit(e1) & on(e1,x2) & n_man(x1) & n_bench(x2) & exists x3 x4.(of(x3,x4) & n_tell(x3) & n_story(x4) & (x1 = x3)) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | A man is walking through a park. | 2 | 0.000287 | a man was sitting on the bench | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(through(e1,x2) & n_park(x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1)) | 79516d68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_walk(e1) & through(e1,x2) & n_park(x2) & n_man(x1) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | there is a guy telling a story to a crowd | 1 | 0.798679 | Don't assume he mus tbe telling a story | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & to(e1,x5) & n_crowd(x5) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & n_story(x4) & (x2 = x3) & n_guy(x2)) | 795172a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1 e1 x2 x3 x4 x5.(v_tell(e1) & to(e1,x5) & n_story(x4) & n_guy(x2) & n_crowd(x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | An older man is talking to adolescents on a seat. | 0 | 0.775344 | The seat is a bench. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_seat(x3) & to(e1,x2) & n_adolescent(x2) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | 7951779a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3.(v_talk(e1) & to(e1,x2) & r_more(s1) & on(e1,x3) & n_seat(x3) & n_man(x1) & n_adolescent(x2) & a_older(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Man with gray hair telling a story to a group of younger people on a bench. | The man is entertaining children | 1 | 0.881164 | Someone telling a story may not be entertaining. Younger children does not always imply children. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x2) & on(e1,x7) & n_bench(x7) & Theme(e1,x4) & Actor(e1,x3) & v_tell(e1) & to(x4,x5) & of(x5,x6) & n_people(x6) & r_more(s2) & a_younger(s2) & Theme(s2,x6) & n_group(x5) & n_story(x4) & (x2 = x3) & n_hair(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists s1 x2.((x1 = x2) & n_child(x2) & a_entertaining(s1) & Theme(s1,x2))) | 7951819a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & v_tell(e1) & to(x4,x5) & r_more(s2) & on(e1,x7) & of(x5,x6) & n_story(x4) & n_people(x6) & n_man(x1) & n_hair(x2) & n_group(x5) & n_bench(x7) & a_younger(s2) & a_topic(x1) & a_gray(s1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_man(x1) & exists s1 x2.(n_child(x2) & a_entertaining(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A man in a hat looks at detergent on a store shelf. | A man wearing a sweater is in a store | 1 | -100 | A man in a hat looks at detergent on a store shelf does not indicate that he wearing a sweater is in a store | exists e1 x1 x2 x3 x4 x5.(at(e1,x3) & on(x3,x4) & n_shelf(x4) & of(x4,x5) & n_store(x5) & n_detergent(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_hat(x2) & n_man(x1)) | exists e1 p1 x1 x2 x3.(exists x4.(in(x1,x4) & n_store(x4)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sweater(x3) & (x1 = x2) & n_man(x1)) | 795436c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_look(e1) & on(x3,x4) & of(x4,x5) & n_store(x5) & n_shelf(x4) & n_man(x1) & n_hat(x2) & n_detergent(x3) & in(x1,x2) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_wear(e1) & n_sweater(x3) & n_man(x1) & exists x4.(n_store(x4) & in(x1,x4)) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
An enthusiastic crowd of people kicking a red ball around on a grassy field. | people kick a red ball | 0 | -100 | People kicking a red ball surely do kick a red ball. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & r_around(e1) & on(e1,x5) & n_field(x5) & a_grassy(s3) & Theme(s3,x5) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & (x2 = x3) & n_people(x2) & n_crowd(x1) & a_enthusiastic(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & a_red(s1) & Theme(s1,x2) & n_people(x1)) | 79543b74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_kick(e1) & r_around(e1) & on(e1,x5) & of(x1,x2) & n_people(x2) & n_field(x5) & n_crowd(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_grassy(s3) & a_enthusiastic(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_kick(e1) & n_people(x1) & n_ball(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An enthusiastic crowd of people kicking a red ball around on a grassy field. | the people are at the cabin sleeping | 2 | -100 | The people cannot be both kicking a ball on a grassy field an in a cabin sleeping simultaneously. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & r_around(e1) & on(e1,x5) & n_field(x5) & a_grassy(s3) & Theme(s3,x5) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & (x2 = x3) & n_people(x2) & n_crowd(x1) & a_enthusiastic(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_cabin(x2) & n_people(x1) & exists e1 x3.(at(x1,x2) & Actor(e1,x3) & v_sleep(e1) & (x2 = x3))) | 7954401a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_kick(e1) & r_around(e1) & on(e1,x5) & of(x1,x2) & n_people(x2) & n_field(x5) & n_crowd(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_grassy(s3) & a_enthusiastic(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1 x2.(n_people(x1) & n_cabin(x2) & exists e1 x3.(v_sleep(e1) & at(x1,x2) & Actor(e1,x3) & (x2 = x3))) |
||
An enthusiastic crowd of people kicking a red ball around on a grassy field. | the people are women | 1 | -100 | An enthusiastic crowd of people kicking a red ball around on a grassy field does not necessary that the people are women | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & r_around(e1) & on(e1,x5) & n_field(x5) & a_grassy(s3) & Theme(s3,x5) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & (x2 = x3) & n_people(x2) & n_crowd(x1) & a_enthusiastic(s1) & Theme(s1,x1)) | exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_woman(x2))) | 79544876-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_kick(e1) & r_around(e1) & on(e1,x5) & of(x1,x2) & n_people(x2) & n_field(x5) & n_crowd(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_grassy(s3) & a_enthusiastic(s1) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_people(x1) & exists x2.(n_woman(x2) & (x1 = x2))) |
||
A young child using a sponge on the front of an oven. | A child uses a sponge. | 0 | -100 | A child using a sponge surely uses a sponge. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_sponge(x2) & n_child(x1)) | 795453ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_use(e1) & n_sponge(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A maid is wiping the stove. | 1 | 0.000055 | A young child using a sponge on the front of an oven does not indicate that a maid is wiping the stove. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_stove(x2) & Theme(e1,x2) & Actor(e1,x1) & v_wipe(e1) & n_maid(x1)) | 79545dc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wipe(e1) & n_stove(x2) & n_maid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A child splashes another child in a pool. | 2 | -100 | Using a sponge is not splashing. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(in(e1,x3) & n_pool(x3) & Theme(e1,x2) & Actor(e1,x1) & v_splash(e1) & n_child(x2) & -(x2 = x1) & n_child(x1) & n_child(x1)) | 795463ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_splash(e1) & n_pool(x3) & n_child(x2) & n_child(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & -(x2 = x1)) |
||
A young child using a sponge on the front of an oven. | A young child plays on the swings outdoors | 2 | -100 | Using is not playing. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_swing(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outdoors(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | 7954693c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_swing(x3) & n_outdoors(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | The child is using a blue sponge. | 1 | 0.240672 | Just because the child is using a sponge we cannot tell if it's blue or not. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_sponge(x2) & a_blue(s1) & Theme(s1,x2)) | 795470c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_use(e1) & n_sponge(x2) & n_child(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A kid is cleaning an oven. | 0 | -100 | A child using a sponge in front of an oven is definitely cleaning the oven. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & n_oven(x2) & n_kid(x1)) | 7954777e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_clean(e1) & n_oven(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A child cleans the oven while his mother prepares cookies. | 1 | 0.315938 | It's not suggested that the mother prepares cookies. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3.(n_mother(x3) & of(x3,x2) & n_male(x2) & n_oven(x2) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x3) & v_prepare(e2) & n_cookie(x4)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & n_child(x1)) | 79547d0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_clean(e1) & of(x3,x2) & n_oven(x2) & n_mother(x3) & n_male(x2) & n_child(x1) & exists e2 x4.(v_prepare(e2) & n_cookie(x4) & Theme(e2,x4) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A man is running inside the house. | 2 | 0 | A child isn't a man. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_house(x2) & inside(e1,x2) & Actor(e1,x1) & v_run(e1) & n_man(x1)) | 79548278-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_man(x1) & n_house(x2) & inside(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A young child is cleaning the front of an oven. | 0 | 0.964017 | A child using a sponge in front of an oven is definitely cleaning the front of the oven. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_front(x2) & Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & of(x2,x3) & n_oven(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | 795487dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_clean(e1) & of(x2,x3) & n_oven(x3) & n_front(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | A child has been told to clean an oven. | 1 | 0.621051 | every child is not young. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1.(Recipient(e1,p1) & Topic(e1,x1) & v_tell(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_clean(e2) & n_oven(x2)) & n_child(x1)) | 795491b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_tell(e1) & n_child(x1) & exists e2 x2.(v_clean(e2) & n_oven(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,x1) & Recipient(e1,p1)) |
||
A young child using a sponge on the front of an oven. | The child is indoors. | 0 | -100 | The child is in front of an oven so the child must be indoors. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(n_child(x1) & exists x2.((x1 = x2) & n_indoor(x2))) | 79549948-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(n_indoor(x2) & (x1 = x2))) |
||
A young child using a sponge on the front of an oven. | A man has a dirty oven. | 2 | -100 | A child is not a man. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_oven(x2) & of(x2,x3) & n_dirty(x3) & n_man(x1)) | 79549eca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_oven(x2) & n_man(x1) & n_dirty(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | The child is sleeping in her crib. | 2 | -100 | Using a sponge is not sleeping. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_crib(x2) & of(x2,x1) & n_female(x1) & n_child(x1) & in(e1,x2) & Actor(e1,x1) & v_sleep(e1)) | 7954a442-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sleep(e1) & of(x2,x1) & n_female(x1) & n_crib(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A young child using a sponge on the front of an oven. | There is a young child indoor cleaning | 0 | -100 | The child is using a sponge which means they are cleaning and they are in front of an oven which implies that they are indoors. | exists e1 s1 x1 x2 x3 x4.(n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & on(x2,x3) & of(x3,x4) & n_oven(x4) & n_sponge(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 s1 x2 x3 x4.((x1 = x2) & n_cleaning(x2) & of(x2,x4) & n_indoor(x4) & of(x2,x3) & n_child(x3) & a_young(s1) & Theme(s1,x2)) | 7954a956-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & on(x2,x3) & of(x3,x4) & n_sponge(x2) & n_oven(x4) & n_front(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 s1 x2 x3 x4.(of(x2,x4) & of(x2,x3) & n_indoor(x4) & n_cleaning(x2) & n_child(x3) & a_young(s1) & Theme(s1,x2) & (x1 = x2)) |
||
A child is holding a cleanser in front of an oven. | A child is standing in front of an oven. | 0 | -100 | The child is in front of the oven. | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_oven(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cleanser(x2) & n_child(x1)) | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_oven(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_child(x1)) | 7954ae56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_oven(x4) & n_front(x3) & n_cleanser(x2) & n_child(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_oven(x3) & n_front(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A child is holding a cleanser in front of an oven. | A child is about to clean the oven. | 1 | -100 | The child may not clean the oven eventhough they are holding a cleanser. | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_oven(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cleanser(x2) & n_child(x1)) | exists p1 s1 x1 x2.(n_oven(x2) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_clean(e1)) & n_child(x1)) | 7954b356-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_oven(x4) & n_front(x3) & n_cleanser(x2) & n_child(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x2.(n_oven(x2) & n_child(x1) & exists e1.(v_clean(e1) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A child is holding a cleanser in front of an oven. | A child is holding a bottle of milk in front of the refrigerator. | 2 | -100 | A bottle isn't cleanser. | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_oven(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cleanser(x2) & n_child(x1)) | exists e1 x1 x2 x3 x4 x5.(n_refrigerator(x5) & in(e1,x4) & of(x4,x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & of(x2,x3) & n_milk(x3) & n_bottle(x2) & n_child(x1)) | 7954b84c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_oven(x4) & n_front(x3) & n_cleanser(x2) & n_child(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x4,x5) & of(x2,x3) & n_refrigerator(x5) & n_milk(x3) & n_front(x4) & n_child(x1) & n_bottle(x2) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
two guys jumping up while crossing a bridge | Men energetically traverse a bridge. | 0 | -100 | Here jumping up is rephrased as energetically traverse | exists e2 e1 s1 x1 x2 x3.(a_topic(x1) & while(e1,e2) & Theme(e2,x3) & Actor(e2,x2) & v_cross(e2) & n_bridge(x3) & a_up(s1) & Manner(e1,s1) & Actor(e1,x2) & v_jump(e1) & (x1 = x2) & n_guy(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(ne_nam_men(x1) & a_energetically(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_traverse(e1) & n_bridge(x2)) | 7954bf36-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3.(while(e1,e2) & v_jump(e1) & v_cross(e2) & n_guy(x1) & n_bridge(x3) & card_eq_2(x1) & a_up(s1) & a_topic(x1) & Theme(e2,x3) & Manner(e1,s1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_traverse(e1) & ne_nam_men(x1) & n_bridge(x2) & a_energetically(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
An older man shopping for laundry detergent. | The man is looking for tide | 1 | -100 | Cannot tell if the man is looking for tide because There are other laundry detergents than tide. | exists s1 x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & n_detergent(x3) & of(x3,x4) & n_laundry(x4) & n_shopping(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_man(x1) & for(e1,x2) & n_tide(x2) & Actor(e1,x1) & v_look(e1)) | 7954d0de-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(r_more(s1) & of(x3,x4) & of(x1,x2) & n_shopping(x1) & n_man(x2) & n_laundry(x4) & n_detergent(x3) & for(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2.(v_look(e1) & n_tide(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1)) |
||
An older man shopping for laundry detergent. | The woman runs scantrons at her university | 2 | -100 | A man isn't a woman. | exists s1 x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & n_detergent(x3) & of(x3,x4) & n_laundry(x4) & n_shopping(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_university(x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_scantron(x2)) | 7954d700-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(r_more(s1) & of(x3,x4) & of(x1,x2) & n_shopping(x1) & n_man(x2) & n_laundry(x4) & n_detergent(x3) & for(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(v_run(e1) & of(x3,x1) & n_woman(x1) & n_university(x3) & n_scantron(x2) & n_female(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
An older man shopping for laundry detergent. | There is a man who is shopping | 0 | -100 | The man is shopping. | exists s1 x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & n_detergent(x3) & of(x3,x4) & n_laundry(x4) & n_shopping(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 x1 p2 x2 x3.((x1 = x2) & exists x4.((x3 = x4) & n_shop(x4)) & (x2 = x3) & n_man(x2)) | 7954dba6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(r_more(s1) & of(x3,x4) & of(x1,x2) & n_shopping(x1) & n_man(x2) & n_laundry(x4) & n_detergent(x3) & for(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1)) | exists x1 x2 x3.(n_man(x2) & exists x4.(n_shop(x4) & (x3 = x4)) & (x2 = x3) & (x1 = x2)) |
||
A group of people kicking a big red ball. | GROUP PLAYED HOCKEY WITH BLUE JEAN | 2 | -100 | Hockey doesn't have a ball. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & a_big(s1) & Theme(s1,x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists s1 x1 x2 x3 x4 x5.(ne_nam_jean(s1) & (s1 = x5) & ne_nam_blue(x5) & (s1 = x4) & ne_nam_with(x4) & (s1 = x3) & ne_nam_hockey(x3) & (s1 = x2) & ne_nam_played(x2) & (s1 = x1) & ne_nam_group(x1) & a_topic(s1)) | 7954e0ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_big(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1 x2 x3 x4 x5.(ne_nam_with(x4) & ne_nam_played(x2) & ne_nam_jean(s1) & ne_nam_hockey(x3) & ne_nam_group(x1) & ne_nam_blue(x5) & a_topic(s1) & (s1 = x5) & (s1 = x4) & (s1 = x3) & (s1 = x2) & (s1 = x1)) |
||
A group of people kicking a big red ball. | GROUP TAKES A RED BALL | 1 | -100 | Cannot tell the group takes the ball if they are kicking it. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & a_big(s1) & Theme(s1,x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists s1 x1 x2 x3 x4.(ne_nam_ball(s1) & (s1 = x4) & ne_nam_red(x4) & (s1 = x3) & ne_nam_a(x3) & (s1 = x2) & ne_nam_takes(x2) & (s1 = x1) & ne_nam_group(x1) & a_topic(s1)) | 7954e88a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_big(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1 x2 x3 x4.(ne_nam_takes(x2) & ne_nam_red(x4) & ne_nam_group(x1) & ne_nam_ball(s1) & ne_nam_a(x3) & a_topic(s1) & (s1 = x4) & (s1 = x3) & (s1 = x2) & (s1 = x1)) |
||
A group of people kicking a big red ball. | RED BALL KICKED OUT BY A GROUP | 0 | -100 | The people are kicking the ball. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & a_red(s2) & Theme(s2,x4) & a_big(s1) & Theme(s1,x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists s1 x1 x2 x3 x4 x5 x6.(ne_nam_group(s1) & (s1 = x6) & ne_nam_a(x6) & (s1 = x5) & ne_nam_by(x5) & (s1 = x4) & ne_nam_out(x4) & (s1 = x3) & ne_nam_kicked(x3) & (s1 = x2) & ne_nam_ball(x2) & (s1 = x1) & ne_nam_red(x1) & a_topic(s1)) | 7954ee3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_ball(x4) & a_topic(x1) & a_red(s2) & a_big(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1 x2 x3 x4 x5 x6.(ne_nam_red(x1) & ne_nam_out(x4) & ne_nam_kicked(x3) & ne_nam_group(s1) & ne_nam_by(x5) & ne_nam_ball(x2) & ne_nam_a(x6) & a_topic(s1) & (s1 = x6) & (s1 = x5) & (s1 = x4) & (s1 = x3) & (s1 = x2) & (s1 = x1)) |
||
An older man stands next to a woman who is laughing. | Two strangers are ignoring each other waiting for a bus. | 2 | -100 | A man isn't strangers. | exists e2 e1 s1 x1 x2 x3.(to(e1,x2) & Actor(e2,x3) & v_laugh(e2) & (x2 = x3) & n_woman(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists x1 x3.(n_wait(x3) & all x2.((-(x2 = x3) & n_wait(x2)) -> exists e1 x4.(Theme(e1,x2) & Actor(e1,x1) & v_ignore(e1) & for(x2,x4) & n_bus(x4))) & n_stranger(x1) & card_eq_2(x1)) | 7954f3ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3.(v_stand(e1) & v_laugh(e2) & to(e1,x2) & r_next(e1) & r_more(s1) & n_woman(x2) & n_man(x1) & a_older(s1) & Theme(s1,x1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists x1 x3.(n_wait(x3) & n_stranger(x1) & card_eq_2(x1) & all x2.(exists e1 x4.(v_ignore(e1) & n_bus(x4) & for(x2,x4) & Theme(e1,x2) & Actor(e1,x1)) | -n_wait(x2) | (x2 = x3))) |
||
An older man stands next to a woman who is laughing. | A man and a woman are in a good mood. | 0 | -100 | Laughing implies being in a good mood. | exists e1 e2 s1 x1 x2 x3.(to(e1,x2) & Actor(e2,x3) & v_laugh(e2) & (x2 = x3) & n_woman(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(exists s1 x4.(in(x1,x4) & n_mood(x4) & a_good(s1) & Theme(s1,x4)) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 7954f8de-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3.(v_stand(e1) & v_laugh(e2) & to(e1,x2) & r_next(e1) & r_more(s1) & n_woman(x2) & n_man(x1) & a_older(s1) & Theme(s1,x1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists s1 x4.(n_mood(x4) & in(x1,x4) & a_good(s1) & Theme(s1,x4))) |
||
An older man stands next to a woman who is laughing. | The man just tickled the lady to make her laugh. | 1 | -100 | We cannot inherently assume the man tickled the lady just because she laughed when the man was standing next to her. | exists e2 e1 s1 x1 x2 x3.(to(e1,x2) & Actor(e2,x3) & v_laugh(e2) & (x2 = x3) & n_woman(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3.(n_laugh(x3) & of(x3,x2) & n_female(x2) & n_lady(x2) & n_man(x1) & a_just(s1) & Manner(e1,s1) & Topic(e1,p1) & exists e2.(Theme(e2,x3) & Actor(e2,x1) & v_make(e2)) & Theme(e1,x2) & Actor(e1,x1) & v_tickle(e1)) | 7954fec4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3.(v_stand(e1) & v_laugh(e2) & to(e1,x2) & r_next(e1) & r_more(s1) & n_woman(x2) & n_man(x1) & a_older(s1) & Theme(s1,x1) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) | exists e1 p1 s1 x1 x2 x3.(v_tickle(e1) & of(x3,x2) & n_man(x1) & n_laugh(x3) & n_lady(x2) & n_female(x2) & exists e2.(v_make(e2) & Theme(e2,x3) & Actor(e2,x1)) & a_just(s1) & Topic(e1,p1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Children are playing music outside. | Tall humans playing | 1 | -100 | We cannot tell the children are tall. | exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_child(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & v_play(e1) & (x1 = x3) & n_human(x1) & (x1 = x2) & ne_nam_tall(x2)) | 79550400-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_play(e1) & n_music(x2) & n_child(x1) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & ne_nam_tall(x2) & n_human(x1) & a_topic(x1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
Children are playing music outside. | Humans playing | 0 | -100 | Children are humans. | exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_child(x1)) | exists x1 x2.(n_playing(x1) & (x1 = x2) & ne_nam_humans(x2) & a_topic(x1)) | 79550a72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_play(e1) & n_music(x2) & n_child(x1) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 x2.(ne_nam_humans(x2) & n_playing(x1) & a_topic(x1) & (x1 = x2)) |
||
Children are playing music outside. | Nobody is playing | 2 | -100 | Children aren't nobody. | exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_child(x1)) | -exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_person(x1)) | 795510b2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_play(e1) & n_music(x2) & n_child(x1) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | all e1 x1.(-v_play(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
There are a lot of people riding bikes. | The people are in a parade. | 1 | -100 | We cannot infer there is a parade by people riding bikes. | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & (x3 = x4) & n_people(x3) & n_lot(x2)) | exists p1 x1.(n_people(x1) & exists x2.(in(x1,x2) & n_parade(x2))) | 795526a6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5.(v_ride(e1) & of(x2,x3) & n_people(x3) & n_lot(x2) & n_bike(x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists x1.(n_people(x1) & exists x2.(n_parade(x2) & in(x1,x2))) |
||
There are a lot of people riding bikes. | The people are outside. | 0 | -100 | People are riding bikes so they must be outside. | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & (x3 = x4) & n_people(x3) & n_lot(x2)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_outside(s1)) | 79552c0a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5.(v_ride(e1) & of(x2,x3) & n_people(x3) & n_lot(x2) & n_bike(x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists s1 x1.(n_people(x1) & a_outside(s1) & Theme(s1,x1)) |
||
There are a lot of people riding bikes. | The people are at the zoo. | 2 | -100 | They are either at the zoo or riding bikes. | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x4) & v_ride(e1) & n_bike(x5) & (x3 = x4) & n_people(x3) & n_lot(x2)) | exists p1 x1 x2.(n_zoo(x2) & n_people(x1) & at(x1,x2)) | 79553362-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 x2 x3 x4 x5.(v_ride(e1) & of(x2,x3) & n_people(x3) & n_lot(x2) & n_bike(x5) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists x1 x2.(n_zoo(x2) & n_people(x1) & at(x1,x2)) |
||
A man with a gray beard is standing next to a woman in a brown jacket. | A tall person standing. | 2 | -100 | Man is either tall person or with a gray beard. | exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x3) & in(x3,x4) & n_jacket(x4) & a_brown(s2) & Theme(s2,x4) & n_woman(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_beard(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_standing(e1) & (x1 = x2) & n_person(x1) & a_tall(s1) & Theme(s1,x1)) | 79553966-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & to(e1,x3) & r_next(e1) & n_woman(x3) & n_man(x1) & n_jacket(x4) & n_beard(x2) & in(x3,x4) & a_gray(s1) & a_brown(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_standing(e1) & n_person(x1) & a_topic(x1) & a_tall(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man with a gray beard is standing next to a woman in a brown jacket. | Nobody is standing. | 1 | -100 | The fact that a man with a gray beard is standing next to a woman in a brown jacket does not imply that nobody is standing. | exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x3) & in(x3,x4) & n_jacket(x4) & a_brown(s2) & Theme(s2,x4) & n_woman(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_beard(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | -exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_person(x1)) | 79553f74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & to(e1,x3) & r_next(e1) & n_woman(x3) & n_man(x1) & n_jacket(x4) & n_beard(x2) & in(x3,x4) & a_gray(s1) & a_brown(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | all e1 x1.(-v_stand(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
A man with a gray beard is standing next to a woman in a brown jacket. | A human standing. | 0 | -100 | A man and a woman are both humans. | exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x3) & in(x3,x4) & n_jacket(x4) & a_brown(s2) & Theme(s2,x4) & n_woman(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & n_beard(x2) & a_gray(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1.(a_topic(x1) & n_standing(x1) & a_human(s1) & Theme(s1,x1)) | 795544c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_stand(e1) & to(e1,x3) & r_next(e1) & n_woman(x3) & n_man(x1) & n_jacket(x4) & n_beard(x2) & in(x3,x4) & a_gray(s1) & a_brown(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1.(n_standing(x1) & a_topic(x1) & a_human(s1) & Theme(s1,x1)) |
||
An old man staring into the camera while a lady laughs. | A man looks in a camera while a lady laughs | 0 | -100 | Looks is a synonym for staring. | exists e1 p1 s1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_laugh(e2) & n_lady(x4)) & while(e1,p1) & into(e1,x3) & Actor(e1,x2) & v_stare(e1) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(exists e2 x3.(Actor(e2,x3) & v_laugh(e2) & n_lady(x3)) & while(e1,p1) & in(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 795549f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_stare(e1) & n_man(x1) & n_camera(x3) & into(e1,x3) & exists e2 x4.(v_laugh(e2) & n_lady(x4) & Actor(e2,x4)) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(while(e1,p1) & v_look(e1) & n_man(x1) & n_camera(x2) & in(e1,x2) & exists e2 x3.(v_laugh(e2) & n_lady(x3) & Actor(e2,x3)) & Actor(e1,x1)) |
||
An old man staring into the camera while a lady laughs. | A man looks in a telescope while a lady laughs | 2 | -100 | He is either looks into a telescope or camera. | exists e1 p1 s1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_laugh(e2) & n_lady(x4)) & while(e1,p1) & into(e1,x3) & Actor(e1,x2) & v_stare(e1) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(exists e2 x3.(Actor(e2,x3) & v_laugh(e2) & n_lady(x3)) & while(e1,p1) & in(e1,x2) & n_telescope(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 79554f3c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_stare(e1) & n_man(x1) & n_camera(x3) & into(e1,x3) & exists e2 x4.(v_laugh(e2) & n_lady(x4) & Actor(e2,x4)) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(while(e1,p1) & v_look(e1) & n_telescope(x2) & n_man(x1) & in(e1,x2) & exists e2 x3.(v_laugh(e2) & n_lady(x3) & Actor(e2,x3)) & Actor(e1,x1)) |
||
An old man staring into the camera while a lady laughs. | A man looks in a camera while his wife laughs | 1 | -100 | every man is not old. | exists e1 p1 s1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_laugh(e2) & n_lady(x4)) & while(e1,p1) & into(e1,x3) & Actor(e1,x2) & v_stare(e1) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(while(e1,x3) & n_wife(x3) & of(x3,x4) & n_laugh(x4) & of(x3,x1) & n_male(x1) & in(e1,x2) & n_camera(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 79555464-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_stare(e1) & n_man(x1) & n_camera(x3) & into(e1,x3) & exists e2 x4.(v_laugh(e2) & n_lady(x4) & Actor(e2,x4)) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(while(e1,x3) & v_look(e1) & of(x3,x4) & of(x3,x1) & n_wife(x3) & n_man(x1) & n_male(x1) & n_laugh(x4) & n_camera(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man is working sitting in front of many computer. | A tall human sitting | 1 | -100 | Just because a man is working sitting in front of many computer does not indicate that a tall human sitting | exists e2 e1 x1 x2 x3.(for(e1,e2) & in(e2,x2) & of(x2,x3) & n_computer(x3) & n_quantity(x3) & n_front(x2) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_work(e1) & n_man(x1)) | exists e1 s1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_human(x1) & a_tall(s1) & Theme(s1,x1)) | 79555a72-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_work(e1) & v_sit(e2) & of(x2,x3) & n_quantity(x3) & n_man(x1) & n_front(x2) & n_computer(x3) & in(e2,x2) & for(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sit(e1) & n_human(x1) & a_topic(x1) & a_tall(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man is working sitting in front of many computer. | Nobody is hitting | 2 | -100 | Either man is working or nobody is hitting. | exists e1 e2 x1 x2 x3.(for(e1,e2) & in(e2,x2) & of(x2,x3) & n_computer(x3) & n_quantity(x3) & n_front(x2) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_work(e1) & n_man(x1)) | -exists e1 x1.(Actor(e1,x1) & v_hit(e1) & n_person(x1)) | 79555fc2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3.(v_work(e1) & v_sit(e2) & of(x2,x3) & n_quantity(x3) & n_man(x1) & n_front(x2) & n_computer(x3) & in(e2,x2) & for(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) | all e1 x1.(-v_hit(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
A man is working sitting in front of many computer. | A human sitting | 0 | -100 | Both subjects are sitting | exists e1 e2 x1 x2 x3.(for(e1,e2) & in(e2,x2) & of(x2,x3) & n_computer(x3) & n_quantity(x3) & n_front(x2) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_work(e1) & n_man(x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_human(x1)) | 795565c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3.(v_work(e1) & v_sit(e2) & of(x2,x3) & n_quantity(x3) & n_man(x1) & n_front(x2) & n_computer(x3) & in(e2,x2) & for(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & n_human(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man prepares to fly his toy airplane. | man plating basket ball | 2 | -100 | Man is either playing basket ball or with toy airplane. | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_fly(e2)) & n_airplane(x2) & of(x2,x3) & n_toy(x3) & of(x2,x1) & n_male(x1) & n_man(x1)) | exists e1 x1 x2 x3.(n_ball(x1) & of(x1,x3) & n_basket(x3) & Actor(e1,x1) & v_plate(e1) & of(x1,x2) & n_man(x2) & a_topic(x1)) | 79556ada-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_prepare(e1) & of(x2,x3) & of(x2,x1) & n_toy(x3) & n_man(x1) & n_male(x1) & n_airplane(x2) & exists e2.(v_fly(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_plate(e1) & of(x1,x3) & of(x1,x2) & n_man(x2) & n_basket(x3) & n_ball(x1) & a_topic(x1) & Actor(e1,x1)) |
||
A man prepares to fly his toy airplane. | toy plane made by a man | 0 | -100 | A toy airplane is still a toy plane | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_fly(e2)) & n_airplane(x2) & of(x2,x3) & n_toy(x3) & of(x2,x1) & n_male(x1) & n_man(x1)) | exists e1 x1 x2 x3.(Actor(e1,x3) & n_man(x3) & Theme(e1,x1) & v_make(e1) & n_plane(x1) & of(x1,x2) & n_toy(x2)) | 79556fc6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_prepare(e1) & of(x2,x3) & of(x2,x1) & n_toy(x3) & n_man(x1) & n_male(x1) & n_airplane(x2) & exists e2.(v_fly(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_make(e1) & of(x1,x2) & n_toy(x2) & n_plane(x1) & n_man(x3) & Theme(e1,x1) & Actor(e1,x3)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.