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 homeless man sitting on a sofa under an overpass. | A homeless man is trying out the sofa that he just found today. | 1 | -100 | The sofa may not have been just found today | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_overpass(x4) & on(e1,x3) & n_sofa(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_male(x2) & n_sofa(x2) & a_out(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_try(e2) & a_just(s2) & Manner(e1,s2) & Time(e1,x4) & n_today(x4) & Theme(e1,x3) & Actor(e1,x2) & v_find(e1) & (x2 = x3) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | 4cc2bd74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & under(e1,x4) & on(e1,x3) & n_sofa(x3) & n_overpass(x4) & n_man(x1) & a_topic(x1) & a_homeless(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_try(e2) & v_find(e1) & n_today(x4) & n_sofa(x2) & n_man(x1) & n_male(x2) & a_out(s3) & a_just(s2) & a_homeless(s1) & Time(e1,x4) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x3) & Manner(e2,s3) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x2) & (x2 = x3)) |
||
A homeless man sitting on a sofa under an overpass. | A homeless man is resting on a sofa. | 0 | -100 | Sitting is resting. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_overpass(x4) & on(e1,x3) & n_sofa(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_sofa(x2) & Actor(e1,x1) & v_rest(e1) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | 4cc2c1de-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & under(e1,x4) & on(e1,x3) & n_sofa(x3) & n_overpass(x4) & n_man(x1) & a_topic(x1) & a_homeless(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_rest(e1) & on(e1,x2) & n_sofa(x2) & n_man(x1) & a_homeless(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A homeless man sitting on a sofa under an overpass. | A homeless man is walking down the highway. | 2 | -100 | a man can't be sitting down and walking at the same time. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & under(e1,x4) & n_overpass(x4) & on(e1,x3) & n_sofa(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(n_highway(x2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1) & a_homeless(s1) & Theme(s1,x1)) | 4cc2c63e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & under(e1,x4) & on(e1,x3) & n_sofa(x3) & n_overpass(x4) & n_man(x1) & a_topic(x1) & a_homeless(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2.(v_walk(e1) & n_man(x1) & n_highway(x2) & a_homeless(s1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
A man sits on a couch outside under an overpass. | A man is outside sitting on a couch. | 0 | -100 | Under on overpass implies being outside. | exists e1 s1 x1 x2 x3.(under(e1,x3) & n_overpass(x3) & a_outside(s1) & Manner(e1,s1) & on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 s1 x1 x2.(for(s1,e1) & on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & Theme(s1,x1) & a_outside(s1) & n_man(x1)) | 4cc2caa8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & under(e1,x3) & on(e1,x2) & n_overpass(x3) & n_man(x1) & n_couch(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_couch(x2) & for(s1,e1) & a_outside(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A man sits on a couch outside under an overpass. | A man is running a marathon. | 2 | -100 | If he sits, he is not running a marathon. | exists e1 s1 x1 x2 x3.(under(e1,x3) & n_overpass(x3) & a_outside(s1) & Manner(e1,s1) & on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_marathon(x2) & n_man(x1)) | 4cc2cf12-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & under(e1,x3) & on(e1,x2) & n_overpass(x3) & n_man(x1) & n_couch(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_marathon(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man sits on a couch outside under an overpass. | A man is homeless. | 1 | -100 | just because the man is sitting on a couch outside does not mean he is homeless | exists e1 s1 x1 x2 x3.(under(e1,x3) & n_overpass(x3) & a_outside(s1) & Manner(e1,s1) & on(e1,x2) & n_couch(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists s1 x1.(Theme(s1,x1) & a_homeless(s1) & n_man(x1)) | 4cc2d5de-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & under(e1,x3) & on(e1,x2) & n_overpass(x3) & n_man(x1) & n_couch(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & a_homeless(s1) & Theme(s1,x1)) |
||
Bum sitting on a couch next to a bridge. | a well off man stops for a rest | 2 | -100 | The man is either a bum or a well off man. | exists e1 x1 x2 x3 x4.(ne_nam_bum(x1) & on(e1,x2) & to(x3,x4) & n_bridge(x4) & next(x2,x3) & n_thing(x3) & n_couch(x2) & Actor(e1,x1) & v_sit(e1)) | exists e1 x1 x2 x3.(for(e1,x3) & n_rest(x3) & Actor(e1,x1) & v_stop(e1) & off(x1,x2) & n_man(x2) & n_well(x1)) | 4cc2daf2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & to(x3,x4) & on(e1,x2) & next(x2,x3) & ne_nam_bum(x1) & n_thing(x3) & n_couch(x2) & n_bridge(x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stop(e1) & off(x1,x2) & n_well(x1) & n_rest(x3) & n_man(x2) & for(e1,x3) & Actor(e1,x1)) |
||
Bum sitting on a couch next to a bridge. | a hobo sits outside | 0 | -100 | Hobo, refers to the bum sitting on a couch. | exists e1 x1 x2 x3 x4.(ne_nam_bum(x1) & on(e1,x2) & to(x3,x4) & n_bridge(x4) & next(x2,x3) & n_thing(x3) & n_couch(x2) & Actor(e1,x1) & v_sit(e1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_outside(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_hobo(x1)) | 4cc2dfe8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & to(x3,x4) & on(e1,x2) & next(x2,x3) & ne_nam_bum(x1) & n_thing(x3) & n_couch(x2) & n_bridge(x4) & Actor(e1,x1)) | exists e1 p1 x1.(v_sit(e1) & n_hobo(x1) & exists s1.(a_outside(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Bum sitting on a couch next to a bridge. | a hobo begs for money near a bridge | 1 | -100 | There are many people who begs for money | exists e1 x1 x2 x3 x4.(ne_nam_bum(x1) & on(e1,x2) & to(x3,x4) & n_bridge(x4) & next(x2,x3) & n_thing(x3) & n_couch(x2) & Actor(e1,x1) & v_sit(e1)) | exists x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & near(x3,x4) & n_bridge(x4) & n_money(x3) & n_beg(x1) & of(x1,x2) & n_hobo(x2)) | 4cc2e470-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sit(e1) & to(x3,x4) & on(e1,x2) & next(x2,x3) & ne_nam_bum(x1) & n_thing(x3) & n_couch(x2) & n_bridge(x4) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x1,x2) & near(x3,x4) & n_money(x3) & n_hobo(x2) & n_bridge(x4) & n_beg(x1) & for(x1,x3) & a_topic(x1)) |
||
A man in an orange shirt hitting a tennis ball with a racket. | A man is being pulled by himself. | 2 | -100 | He is either hitting a tennis ball or being pulled. | exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_hit(e1) & with(x5,x7) & n_racket(x7) & n_ball(x5) & of(x5,x6) & n_tennis(x6) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1)) | exists e1 x1 x2.(n_male(x2) & Actor(e1,x2) & Theme(e1,x1) & v_pull(e1) & n_man(x1)) | 4cc2e8ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x7) & v_hit(e1) & of(x5,x6) & of(x2,x3) & n_tennis(x6) & n_shirt(x2) & n_racket(x7) & n_orange(x3) & n_man(x1) & n_ball(x5) & in(x1,x2) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2.(v_pull(e1) & n_man(x1) & n_male(x2) & Theme(e1,x1) & Actor(e1,x2)) |
||
A man in an orange shirt hitting a tennis ball with a racket. | A man is wearing an orange shirt. | 0 | -100 | In is the same as wearing. | exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_hit(e1) & with(x5,x7) & n_racket(x7) & n_ball(x5) & of(x5,x6) & n_tennis(x6) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1)) | 4cc2ed80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x7) & v_hit(e1) & of(x5,x6) & of(x2,x3) & n_tennis(x6) & n_shirt(x2) & n_racket(x7) & n_orange(x3) & n_man(x1) & n_ball(x5) & in(x1,x2) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in an orange shirt hitting a tennis ball with a racket. | A man is hitting a tennis ball. | 1 | -100 | the man may be hitting the tennis ball with something other than a racket | exists e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_hit(e1) & with(x5,x7) & n_racket(x7) & n_ball(x5) & of(x5,x6) & n_tennis(x6) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hit(e1) & n_ball(x2) & of(x2,x3) & n_tennis(x3) & n_man(x1)) | 4cc2f208-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x7) & v_hit(e1) & of(x5,x6) & of(x2,x3) & n_tennis(x6) & n_shirt(x2) & n_racket(x7) & n_orange(x3) & n_man(x1) & n_ball(x5) & in(x1,x2) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2 x3.(v_hit(e1) & of(x2,x3) & n_tennis(x3) & n_man(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing an orange shirt hits a ball with a tennis racket. | The man won the tennis match. | 1 | -100 | the man may or may not have won the tennis match | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & n_racket(x6) & of(x6,x7) & n_tennis(x7) & Theme(e2,x5) & Actor(e2,x1) & v_hit(e2) & n_ball(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_match(x2) & of(x2,x3) & n_tennis(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_win(e1)) | 4cc2f686-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & v_wear(e1) & v_hit(e2) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_shirt(x3) & n_racket(x6) & n_orange(x4) & n_man(x1) & n_ball(x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_win(e1) & of(x2,x3) & n_tennis(x3) & n_match(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing an orange shirt hits a ball with a tennis racket. | The man is playing tennis. | 0 | -100 | Tennis is played by hitting a ball with a racket. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & n_racket(x6) & of(x6,x7) & n_tennis(x7) & Theme(e2,x5) & Actor(e2,x1) & v_hit(e2) & n_ball(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2)) | 4cc2fc44-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & v_wear(e1) & v_hit(e2) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_shirt(x3) & n_racket(x6) & n_orange(x4) & n_man(x1) & n_ball(x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing an orange shirt hits a ball with a tennis racket. | The man is surfing. | 2 | -100 | He is either surfing or he hits a ball. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & n_racket(x6) & of(x6,x7) & n_tennis(x7) & Theme(e2,x5) & Actor(e2,x1) & v_hit(e2) & n_ball(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_surf(e1)) | 4cc30270-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(e2,x6) & v_wear(e1) & v_hit(e2) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_shirt(x3) & n_racket(x6) & n_orange(x4) & n_man(x1) & n_ball(x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_surf(e1) & n_man(x1) & Actor(e1,x1)) |
||
man dressed in orange and white hitting a tennis ball with racquet | A man playing tennis. | 0 | -100 | Hitting a tennis ball is part of playing tennis. | exists e3 e1 e4 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e3,s1) & Theme(s1,x1) & a_white(s1) & for(e3,e4) & Theme(e4,x6) & Actor(e4,x1) & v_hit(e4) & with(x6,x8) & n_racquet(x8) & n_ball(x6) & of(x6,x7) & n_tennis(x7) & Theme(e3,x1) & v_dress(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & with(x3,x5) & n_racquet(x5) & n_ball(x3) & of(x3,x4) & n_tennis(x4) & in(e1,x2) & n_orange(x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_tennis(x3) & (x1 = x2) & n_man(x1)) | 4cc307ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e4 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x8) & with(x3,x5) & v_hit(e4) & v_hit(e2) & v_dress(e3) & v_dress(e1) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_tennis(x4) & n_racquet(x8) & n_racquet(x5) & n_orange(x2) & n_man(x1) & n_ball(x6) & n_ball(x3) & in(e1,x2) & for(e3,s1) & for(e3,e4) & for(e1,e2) & a_white(s1) & Theme(s1,x1) & Theme(e4,x6) & Theme(e3,x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e4,x1) & Actor(e2,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
man dressed in orange and white hitting a tennis ball with racquet | A man is roller skating down a highway. | 2 | -100 | He is either hitting a ball or roller skating. | exists e4 e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e3,s1) & Theme(s1,x1) & a_white(s1) & for(e3,e4) & Theme(e4,x6) & Actor(e4,x1) & v_hit(e4) & with(x6,x8) & n_racquet(x8) & n_ball(x6) & of(x6,x7) & n_tennis(x7) & Theme(e3,x1) & v_dress(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & with(x3,x5) & n_racquet(x5) & n_ball(x3) & of(x3,x4) & n_tennis(x4) & in(e1,x2) & n_orange(x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1)) | exists p1 x1.(exists e1 s1 x2 x3 x4.((x1 = x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_skate(e1) & n_highway(x4) & (x2 = x3) & n_roller(x2)) & n_man(x1)) | 4cc30cc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e2 e3 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x8) & with(x3,x5) & v_hit(e4) & v_hit(e2) & v_dress(e3) & v_dress(e1) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_tennis(x4) & n_racquet(x8) & n_racquet(x5) & n_orange(x2) & n_man(x1) & n_ball(x6) & n_ball(x3) & in(e1,x2) & for(e3,s1) & for(e3,e4) & for(e1,e2) & a_white(s1) & Theme(s1,x1) & Theme(e4,x6) & Theme(e3,x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e4,x1) & Actor(e2,x1)) | exists x1.(n_man(x1) & exists e1 s1 x2 x3 x4.(v_skate(e1) & n_roller(x2) & n_highway(x4) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
man dressed in orange and white hitting a tennis ball with racquet | A man is out of breath. | 1 | -100 | the man may or may not be out of breath | exists e3 e1 e4 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(for(e3,s1) & Theme(s1,x1) & a_white(s1) & for(e3,e4) & Theme(e4,x6) & Actor(e4,x1) & v_hit(e4) & with(x6,x8) & n_racquet(x8) & n_ball(x6) & of(x6,x7) & n_tennis(x7) & Theme(e3,x1) & v_dress(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & with(x3,x5) & n_racquet(x5) & n_ball(x3) & of(x3,x4) & n_tennis(x4) & in(e1,x2) & n_orange(x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1)) | exists p1 x1.(exists x2.(r_out(x1) & of(x1,x2) & n_breath(x2)) & n_man(x1)) | 4cc3118e-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e4 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x8) & with(x3,x5) & v_hit(e4) & v_hit(e2) & v_dress(e3) & v_dress(e1) & of(x6,x7) & of(x3,x4) & n_tennis(x7) & n_tennis(x4) & n_racquet(x8) & n_racquet(x5) & n_orange(x2) & n_man(x1) & n_ball(x6) & n_ball(x3) & in(e1,x2) & for(e3,s1) & for(e3,e4) & for(e1,e2) & a_white(s1) & Theme(s1,x1) & Theme(e4,x6) & Theme(e3,x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e4,x1) & Actor(e2,x1)) | exists x1.(n_man(x1) & exists x2.(r_out(x1) & of(x1,x2) & n_breath(x2))) |
||
warm up for football game. | People are getting ready to play baseball. | 2 | -100 | Football is different than baseball. | exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & for(e1,x2) & n_game(x2) & of(x2,x3) & n_football(x3) & Actor(e1,x1) & v_warm(e1) & n_thing(x1)) | exists e1 p1 x1.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_baseball(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_people(x1)) | 4cc31670-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_warm(e1) & of(x2,x3) & n_thing(x1) & n_game(x2) & n_football(x3) & for(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 x1.(v_get(e1) & n_people(x1) & exists p2 s1.(exists e2 x2.(v_play(e2) & n_baseball(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
warm up for football game. | People are doing stretches. | 1 | -100 | the people may be doing stretches for a different sport | exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & for(e1,x2) & n_game(x2) & of(x2,x3) & n_football(x3) & Actor(e1,x1) & v_warm(e1) & n_thing(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_stretch(x2) & n_people(x1)) | 4cc31b3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_warm(e1) & of(x2,x3) & n_thing(x1) & n_game(x2) & n_football(x3) & for(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_do(e1) & n_stretch(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
warm up for football game. | People are practicing football. | 0 | -100 | Warm up is part of practicing. | exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & for(e1,x2) & n_game(x2) & of(x2,x3) & n_football(x3) & Actor(e1,x1) & v_warm(e1) & n_thing(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_football(x2) & n_people(x1)) | 4cc320ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_warm(e1) & of(x2,x3) & n_thing(x1) & n_game(x2) & n_football(x3) & for(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_practice(e1) & n_people(x1) & n_football(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Women celebrating a birthday with cake. | Men are celebrating | 2 | -100 | Men and women are different. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_cake(x4) & Theme(e1,x3) & Actor(e1,x2) & v_celebrate(e1) & n_birthday(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_celebrate(e1) & n_man(x1)) | 4cc325a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_celebrate(e1) & n_woman(x1) & n_cake(x4) & n_birthday(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_celebrate(e1) & n_man(x1) & Actor(e1,x1)) |
||
Women celebrating a birthday with cake. | People are celebrating | 0 | -100 | Women are people. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_cake(x4) & Theme(e1,x3) & Actor(e1,x2) & v_celebrate(e1) & n_birthday(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_celebrate(e1) & n_people(x1)) | 4cc32a70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_celebrate(e1) & n_woman(x1) & n_cake(x4) & n_birthday(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_celebrate(e1) & n_people(x1) & Actor(e1,x1)) |
||
Women celebrating a birthday with cake. | The cake is chocolate | 1 | -100 | the cake may or may not be chocolate | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_cake(x4) & Theme(e1,x3) & Actor(e1,x2) & v_celebrate(e1) & n_birthday(x3) & (x1 = x2) & n_woman(x1)) | exists p1 x1.(n_cake(x1) & exists x2.((x1 = x2) & n_chocolate(x2))) | 4cc3302e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_celebrate(e1) & n_woman(x1) & n_cake(x4) & n_birthday(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_cake(x1) & exists x2.(n_chocolate(x2) & (x1 = x2))) |
||
Young boy in red runs on beach and passes white, blue and green beach huts. | A boy is digging in the sand. | 2 | -100 | Runs is different than digging. | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & rel(x2,x7) & n_hut(x7) & of(x7,x8) & n_beach(x8) & a_green(s5) & Theme(s5,x7) & a_blue(s4) & Theme(s4,x7) & on(x2,x3) & subset_of(x5,x3) & Theme(s3,x6) & a_white(s3) & (x5 = x6) & n_pass(x5) & subset_of(x4,x3) & n_beach(x4) & n_run(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_sand(x2) & in(e1,x2) & Actor(e1,x1) & v_dig(e1) & n_boy(x1)) | 4cc33556-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x7) & on(x2,x3) & of(x7,x8) & n_run(x2) & n_pass(x5) & n_hut(x7) & n_boy(x1) & n_beach(x8) & n_beach(x4) & in(x1,x2) & a_young(s1) & a_white(s3) & a_topic(x1) & a_red(s2) & a_green(s5) & a_blue(s4) & Theme(s5,x7) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x1) & (x5 = x6)) | exists e1 x1 x2.(v_dig(e1) & n_sand(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
Young boy in red runs on beach and passes white, blue and green beach huts. | A boy is running from his friends in a game of tag. | 1 | -100 | the may or may not be with his friends in a game of tag | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & rel(x2,x7) & n_hut(x7) & of(x7,x8) & n_beach(x8) & a_green(s5) & Theme(s5,x7) & a_blue(s4) & Theme(s4,x7) & on(x2,x3) & subset_of(x5,x3) & Theme(s3,x6) & a_white(s3) & (x5 = x6) & n_pass(x5) & subset_of(x4,x3) & n_beach(x4) & n_run(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_tag(x4) & n_game(x3) & from(e1,x2) & n_friend(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_run(e1) & n_boy(x1)) | 4cc339fc-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x7) & on(x2,x3) & of(x7,x8) & n_run(x2) & n_pass(x5) & n_hut(x7) & n_boy(x1) & n_beach(x8) & n_beach(x4) & in(x1,x2) & a_young(s1) & a_white(s3) & a_topic(x1) & a_red(s2) & a_green(s5) & a_blue(s4) & Theme(s5,x7) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x1) & (x5 = x6)) | exists e1 x1 x2 x3 x4.(v_run(e1) & of(x3,x4) & of(x2,x1) & n_tag(x4) & n_male(x1) & n_game(x3) & n_friend(x2) & n_boy(x1) & in(e1,x3) & from(e1,x2) & Actor(e1,x1)) |
||
Young boy in red runs on beach and passes white, blue and green beach huts. | A boy is red runs along the beach. | 0 | -100 | To run on something is the same as to run along it. | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & rel(x2,x7) & n_hut(x7) & of(x7,x8) & n_beach(x8) & a_green(s5) & Theme(s5,x7) & a_blue(s4) & Theme(s4,x7) & on(x2,x3) & subset_of(x5,x3) & Theme(s3,x6) & a_white(s3) & (x5 = x6) & n_pass(x5) & subset_of(x4,x3) & n_beach(x4) & n_run(x2) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x3.(n_beach(x3) & exists s1 x2.((x1 = x2) & along(x2,x3) & n_run(x2) & a_red(s1) & Theme(s1,x2)) & n_boy(x1)) | 4cc33eb6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x7) & on(x2,x3) & of(x7,x8) & n_run(x2) & n_pass(x5) & n_hut(x7) & n_boy(x1) & n_beach(x8) & n_beach(x4) & in(x1,x2) & a_young(s1) & a_white(s3) & a_topic(x1) & a_red(s2) & a_green(s5) & a_blue(s4) & Theme(s5,x7) & Theme(s4,x7) & Theme(s3,x6) & Theme(s2,x2) & Theme(s1,x1) & (x5 = x6)) | exists x1 x3.(n_boy(x1) & n_beach(x3) & exists s1 x2.(n_run(x2) & along(x2,x3) & a_red(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A dog of dark color holds a red leash in his mouth. | A cat is playing with a ball. | 2 | -100 | Cat is different than dog. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_mouth(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_leash(x3) & a_red(s2) & Theme(s2,x3) & of(x1,x2) & n_color(x2) & a_dark(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 x1 x2.(with(e1,x2) & n_ball(x2) & Actor(e1,x1) & v_play(e1) & n_cat(x1)) | 4cc34366-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_hold(e1) & of(x4,x1) & of(x1,x2) & n_mouth(x4) & n_male(x1) & n_leash(x3) & n_dog(x1) & n_color(x2) & in(e1,x4) & a_red(s2) & a_dark(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_play(e1) & n_cat(x1) & n_ball(x2) & Actor(e1,x1)) |
||
A dog of dark color holds a red leash in his mouth. | An animal is holding a leash. | 0 | -100 | A dog is an animal. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_mouth(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_leash(x3) & a_red(s2) & Theme(s2,x3) & of(x1,x2) & n_color(x2) & a_dark(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_leash(x2) & n_animal(x1)) | 4cc34898-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_hold(e1) & of(x4,x1) & of(x1,x2) & n_mouth(x4) & n_male(x1) & n_leash(x3) & n_dog(x1) & n_color(x2) & in(e1,x4) & a_red(s2) & a_dark(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_hold(e1) & n_leash(x2) & n_animal(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog of dark color holds a red leash in his mouth. | A dog is waiting to go on a walk. | 0 | -100 | A dog with a leash in his mouth wants to go on a walk. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x4) & n_mouth(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_leash(x3) & a_red(s2) & Theme(s2,x3) & of(x1,x2) & n_color(x2) & a_dark(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2.(on(e2,x2) & n_walk(x2) & Actor(e2,x1) & v_go(e2)) & n_dog(x1)) | 4cc34d7a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_hold(e1) & of(x4,x1) & of(x1,x2) & n_mouth(x4) & n_male(x1) & n_leash(x3) & n_dog(x1) & n_color(x2) & in(e1,x4) & a_red(s2) & a_dark(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_wait(e1) & n_dog(x1) & exists e2 x2.(v_go(e2) & on(e2,x2) & n_walk(x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A large crowd swarming a guy. | a guy escapes from a group of peoplpe | 2 | -100 | Swarming is different than escapes. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_swarm(e1) & n_guy(x3) & (x1 = x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(from(e1,x2) & of(x2,x3) & n_peoplpe(x3) & n_group(x2) & Actor(e1,x1) & v_escape(e1) & n_guy(x1)) | 4cc3522a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_swarm(e1) & n_guy(x3) & n_crowd(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_escape(e1) & of(x2,x3) & n_peoplpe(x3) & n_guy(x1) & n_group(x2) & from(e1,x2) & Actor(e1,x1)) |
||
A large crowd swarming a guy. | a crowd of vigilantes trap a potential criminal | 1 | -100 | just because it is a large crowd does mean they are vigilantes or the man is a potential criminal | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_swarm(e1) & n_guy(x3) & (x1 = x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_trap(e1) & n_criminal(x3) & a_potential(s1) & Theme(s1,x3) & of(x1,x2) & n_vigilante(x2) & n_crowd(x1)) | 4cc35748-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_swarm(e1) & n_guy(x3) & n_crowd(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_trap(e1) & of(x1,x2) & n_vigilante(x2) & n_crowd(x1) & n_criminal(x3) & a_potential(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A large crowd swarming a guy. | a person gets surrounded by a group | 0 | -100 | A crowd swarming a guy implies that the person is getting surrounded by people. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_swarm(e1) & n_guy(x3) & (x1 = x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 p1 x1.(exists e2 x2.(Actor(e2,x2) & n_group(x2) & Theme(e2,x1) & v_surround(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_person(x1)) | 4cc35c02-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_swarm(e1) & n_guy(x3) & n_crowd(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1.(v_get(e1) & n_person(x1) & exists e2 x2.(v_surround(e2) & n_group(x2) & Theme(e2,x1) & Actor(e2,x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man is standing alone in the dark. | A man is outside in the daylight. | 2 | -100 | One can only be either in the daylight or the dark, not simultaneously. | exists e1 s1 x1 x2.(n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists s1 x1 x2.(n_daylight(x2) & in(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_man(x1)) | 4cc360bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stand(e1) & n_man(x1) & n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists s1 x1 x2.(n_man(x1) & n_daylight(x2) & in(s1,x2) & a_outside(s1) & Theme(s1,x1)) |
||
A man is standing alone in the dark. | A man is outside at night. | 1 | -100 | Sentence 1 is missing outside at night | exists e1 s1 x1 x2.(n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists s1 x1 x2.(at(s1,x2) & n_night(x2) & Theme(s1,x1) & a_outside(s1) & n_man(x1)) | 4cc36580-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stand(e1) & n_man(x1) & n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists s1 x1 x2.(n_night(x2) & n_man(x1) & at(s1,x2) & a_outside(s1) & Theme(s1,x1)) |
||
A man is standing alone in the dark. | A man is in darkness. | 0 | -100 | alone in the dark is inferred as in darkness. | exists e1 s1 x1 x2.(n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists p1 x1.(exists x2.(in(x1,x2) & n_darkness(x2)) & n_man(x1)) | 4cc36a30-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stand(e1) & n_man(x1) & n_dark(x2) & in(e1,x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_darkness(x2) & in(x1,x2))) |
||
Old man and tired dog sit outside cafe. | The man is drinking coffee. | 1 | -100 | the man may or may not be drinking coffee | exists e1 s1 x1 x2 x3 x4 x5.(outside(e1,x5) & n_cafe(x5) & Actor(e1,x1) & v_sit(e1) & n_dog(x3) & a_tired(s1) & Theme(s1,x3) & n_man(x2) & (x2 = x4) & ne_nam_old(x4) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_coffee(x2)) | 4cc370ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & outside(e1,x5) & ne_nam_old(x4) & n_man(x2) & n_dog(x3) & n_cafe(x5) & a_tired(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x4)) | exists e1 x1 x2.(v_drink(e1) & n_man(x1) & n_coffee(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Old man and tired dog sit outside cafe. | The dog is chasing the man. | 2 | -100 | Chasing is different than sit. | exists e1 s1 x1 x2 x3 x4 x5.(outside(e1,x5) & n_cafe(x5) & Actor(e1,x1) & v_sit(e1) & n_dog(x3) & a_tired(s1) & Theme(s1,x3) & n_man(x2) & (x2 = x4) & ne_nam_old(x4) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2.(n_man(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1)) | 4cc37638-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & outside(e1,x5) & ne_nam_old(x4) & n_man(x2) & n_dog(x3) & n_cafe(x5) & a_tired(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x4)) | exists e1 x1 x2.(v_chase(e1) & n_man(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Old man and tired dog sit outside cafe. | The man and the dog are outdoors. | 0 | -100 | If the man is sitting outside the cafe, then he is outdoors. | exists e1 s1 x1 x2 x3 x4 x5.(outside(e1,x5) & n_cafe(x5) & Actor(e1,x1) & v_sit(e1) & n_dog(x3) & a_tired(s1) & Theme(s1,x3) & n_man(x2) & (x2 = x4) & ne_nam_old(x4) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1 x2 x3.(n_dog(x3) & n_man(x2) & exists x4.((x1 = x4) & n_outdoors(x4)) & subset_of(x3,x1) & subset_of(x2,x1)) | 4cc37b74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & outside(e1,x5) & ne_nam_old(x4) & n_man(x2) & n_dog(x3) & n_cafe(x5) & a_tired(s1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x4)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_dog(x3) & exists x4.(n_outdoors(x4) & (x1 = x4))) |
||
Three people stand on a city street while one takes a photo. | Three people stand on the beach. | 2 | -100 | Street is different than beach. | exists e1 p1 x1 x2 x3.(exists e2 x4 x5.(Theme(e2,x5) & Actor(e2,x4) & v_take(e2) & n_photo(x5) & n_thing(x4) & card_eq_1(x4)) & while(e1,p1) & on(e1,x2) & n_street(x2) & of(x2,x3) & n_city(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2.(n_beach(x2) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | 4cc3806a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_stand(e1) & on(e1,x2) & of(x2,x3) & n_street(x2) & n_people(x1) & n_city(x3) & exists e2 x4 x5.(v_take(e2) & n_thing(x4) & n_photo(x5) & card_eq_1(x4) & Theme(e2,x5) & Actor(e2,x4)) & card_eq_3(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_people(x1) & n_beach(x2) & card_eq_3(x1) & Actor(e1,x1)) |
||
Three people stand on a city street while one takes a photo. | Three people are in the street. | 0 | -100 | If the people are standing on a city street, then they are without a doubt in the street. | exists e1 p1 x1 x2 x3.(exists e2 x4 x5.(Theme(e2,x5) & Actor(e2,x4) & v_take(e2) & n_photo(x5) & n_thing(x4) & card_eq_1(x4)) & while(e1,p1) & on(e1,x2) & n_street(x2) & of(x2,x3) & n_city(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists p1 x1 x2.(n_street(x2) & in(x1,x2) & n_people(x1) & card_eq_3(x1)) | 4cc38524-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_stand(e1) & on(e1,x2) & of(x2,x3) & n_street(x2) & n_people(x1) & n_city(x3) & exists e2 x4 x5.(v_take(e2) & n_thing(x4) & n_photo(x5) & card_eq_1(x4) & Theme(e2,x5) & Actor(e2,x4)) & card_eq_3(x1) & Actor(e1,x1)) | exists x1 x2.(n_street(x2) & n_people(x1) & in(x1,x2) & card_eq_3(x1)) |
||
A little girl is sleeping with a book on her chest next to a doll. | a little girl is sleeping with a book | 0 | -100 | If the little girl is sleeping with a book, then she is sleeping with a book. | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x2) & on(x2,x3) & to(x4,x5) & n_doll(x5) & next(x3,x4) & n_thing(x4) & n_chest(x3) & of(x3,x1) & n_female(x1) & n_book(x2) & Actor(e1,x1) & v_sleep(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & n_book(x2) & Actor(e1,x1) & v_sleep(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 4cc38ea2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x2) & v_sleep(e1) & to(x4,x5) & on(x2,x3) & of(x3,x1) & next(x3,x4) & n_thing(x4) & n_girl(x1) & n_female(x1) & n_doll(x5) & n_chest(x3) & n_book(x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & v_sleep(e1) & n_girl(x1) & n_book(x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
a man eating a pink candy bunny. | He eats a Gertrude Hawk easter bunny. | 1 | -100 | Not all pink candy bunnies are Gertrude Hawk easter bunnies. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_eat(e1) & n_bunny(x3) & of(x3,x4) & n_candy(x4) & a_pink(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_bunny(x2) & of(x2,x4) & n_easter(x4) & (x2 = x3) & ne_per_hawk(x3) & (x2 = x1) & ne_per_gertrude(x1) & n_male(x1)) | 4cc3bdc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_eat(e1) & of(x3,x4) & n_man(x1) & n_candy(x4) & n_bunny(x3) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x4) & ne_per_hawk(x3) & ne_per_gertrude(x1) & n_male(x1) & n_easter(x4) & n_bunny(x2) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3) & (x2 = x1)) |
||
A dog in the snow. | the dog runs through the snow | 1 | 0.672287 | It doesn't say a dog runs. | exists x1 x2.(n_snow(x2) & a_topic(x1) & in(x1,x2) & n_dog(x1)) | exists e1 x1 x2.(n_snow(x2) & n_dog(x1) & through(e1,x2) & Actor(e1,x1) & v_run(e1)) | 4cc454ea-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2.(n_snow(x2) & n_dog(x1) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_snow(x2) & n_dog(x1) & Actor(e1,x1)) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | The sign gives information about the ramp. | 0 | 1 | Saying 'Ramp Closed' the sign gives infomration about the ramp. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists e1 x1 x2 x3.(n_ramp(x3) & n_sign(x1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & about(x2,x3) & n_information(x2)) | 4cc52fd2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists e1 x1 x2 x3.(v_give(e1) & n_sign(x1) & n_ramp(x3) & n_information(x2) & about(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | A roadway is under construction. | 1 | 0.825066 | Just because a ramp is closed, does not mean the roadway is under construction. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists p1 x1.(exists x2.(under(x1,x2) & n_construction(x2)) & n_roadway(x1)) | 4cc53432-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists x1.(n_roadway(x1) & exists x2.(under(x1,x2) & n_construction(x2))) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | The ramp is closed because the ground is being dug. | 1 | 0.199567 | The Ramp being closed does not indicate that the ground is being dug. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists e1 p1 x1 x2.(n_ground(x2) & n_ramp(x1) & exists p2 x3.((x2 = x3) & n_dug(x3)) & because(e1,p1) & Theme(e1,x1) & v_close(e1)) | 4cc54440-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists e1 p1 x1 x2.(v_close(e1) & n_ramp(x1) & n_ground(x2) & exists x3.(n_dug(x3) & (x2 = x3)) & because(e1,p1) & Theme(e1,x1)) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | A ramp is being renovated so signs warn oncoming motorists to stay away. | 1 | 0.709705 | Just because the Ramp is closed, that doesn't mean it is being renovated and the signs are there to warn oncoming motorists to stay away. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists e1 p1 x1.(exists e2 p2 x2.(exists e3 p3 x3.(Theme(e3,x3) & Actor(e3,x2) & v_oncome(e3) & Topic(x3,p3) & exists e4 p4.(exists s1.(Theme(s1,x3) & a_away(s1)) & Topic(e4,p4) & Actor(e4,x3) & v_stay(e4)) & n_motorist(x3)) & Topic(e2,p2) & Actor(e2,x2) & v_warn(e2) & n_sign(x2)) & so(e1,p1) & Theme(e1,x1) & v_renovate(e1) & n_ramp(x1)) | 4cc54e90-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists e1 p1 x1.(v_renovate(e1) & so(e1,p1) & n_ramp(x1) & exists e2 p2 x2.(v_warn(e2) & n_sign(x2) & exists e3 p3 x3.(v_oncome(e3) & n_motorist(x3) & exists e4 p4.(v_stay(e4) & exists s1.(a_away(s1) & Theme(s1,x3)) & Topic(e4,p4) & Actor(e4,x3)) & Topic(x3,p3) & Theme(e3,x3) & Actor(e3,x2)) & Topic(e2,p2) & Actor(e2,x2)) & Theme(e1,x1)) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | Racecars are driving around a track. | 2 | 0.000014 | If there is signs that say 'Ramp Closed', there should not be racecars are driving. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists e1 x1 x2.(around(e1,x2) & n_track(x2) & Actor(e1,x1) & v_drive(e1) & n_racecar(x1)) | 4cc55430-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists e1 x1 x2.(v_drive(e1) & n_track(x2) & n_racecar(x1) & around(e1,x2) & Actor(e1,x1)) |
||
There is big hill of dirt behind signs that say "Ramp Closed." | A dirt ramp used for dirt bike racing. | 1 | 0.134703 | Just because the Ramp is closed does not mean it's a dirt ramp for bike racing. | exists p1 x1 x6 x7.(ne_org_closed(x6) & (x6 = x7) & ne_org_ramp(x7) & exists e1 s1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & behind(x3,x4) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & (x4 = x5) & n_sign(x4) & n_dirt(x3) & n_hill(x2) & a_big(s1) & Theme(s1,x2))) | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,x4) & n_racing(x4) & of(x4,x6) & n_bike(x6) & of(x4,x5) & n_dirt(x5) & Theme(e1,x3) & v_use(e1) & (x1 = x3) & n_ramp(x1) & of(x1,x2) & n_dirt(x2)) | 4cc56786-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x6 x7.(ne_org_ramp(x7) & ne_org_closed(x6) & exists e1 s1 x2 x3 x4 x5.(v_say(e1) & of(x2,x3) & n_sign(x4) & n_hill(x2) & n_dirt(x3) & behind(x3,x4) & a_big(s1) & Theme(s1,x2) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) & (x6 = x7)) | exists e1 x1 x2 x3 x4 x5 x6.(v_use(e1) & of(x4,x6) & of(x4,x5) & of(x1,x2) & n_ramp(x1) & n_racing(x4) & n_dirt(x5) & n_dirt(x2) & n_bike(x6) & for(e1,x4) & a_topic(x1) & Theme(e1,x3) & (x1 = x3)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | a man carries a saxophone on stage to perform | 1 | 0.884808 | the man may or may not be on the stage to perform | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 p1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & Topic(x3,p1) & exists e2.(Actor(e2,x3) & v_perform(e2)) & n_stage(x3) & n_saxophone(x2) & n_man(x1)) | 4cc71dce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & n_stage(x3) & n_saxophone(x2) & n_man(x1) & exists e2.(v_perform(e2) & Actor(e2,x3)) & Topic(x3,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | The concert is being played in New York City. | 1 | 0.001999 | the concert might be being played anywhere not new york city | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(ne_geo_city(x2) & (x2 = x4) & ne_geo_york(x4) & (x2 = x3) & ne_geo_new(x3) & n_concert(x1) & in(e1,x2) & Theme(e1,x1) & v_play(e1)) | 4cc7373c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_play(e1) & ne_geo_york(x4) & ne_geo_new(x3) & ne_geo_city(x2) & n_concert(x1) & in(e1,x2) & Theme(e1,x1) & (x2 = x4) & (x2 = x3)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | The person passed the ball to a fellow player in the game. | 2 | 0 | Carrying a saxophone is not passing a ball. | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5.(n_game(x5) & n_ball(x2) & n_person(x1) & to(e1,x3) & in(x3,x5) & n_player(x3) & of(x3,x4) & n_fellow(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pass(e1)) | 4cc74358-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_pass(e1) & to(e1,x3) & of(x3,x4) & n_player(x3) & n_person(x1) & n_game(x5) & n_fellow(x4) & n_ball(x2) & in(x3,x5) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | a man carries a saxophone on stage. | 0 | 1 | across stage implies on stage. | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & on(x2,x3) & n_stage(x3) & n_saxophone(x2) & n_man(x1)) | 4cc77652-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_carry(e1) & on(x2,x3) & n_stage(x3) & n_saxophone(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | A person in a blue tux | 1 | 0.053226 | the person may be wearing any kind of clothing not just a blue tux | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_tux(x2) & a_blue(s1) & Theme(s1,x2) & n_person(x1)) | 4cc782e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2.(n_tux(x2) & n_person(x1) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | The man is about to perform in a concert. | 1 | 0.846527 | the man may just be on stage and may or may not be performing a concert | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists p1 s1 x1.(n_man(x1) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(in(e1,x2) & n_concert(x2) & Actor(e1,x1) & v_perform(e1))) | 4cc7a8e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists p1 s1 x1.(n_man(x1) & exists e1 x2.(v_perform(e1) & n_concert(x2) & in(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A man in a tuxedo is carrying a saxophone across stage in front of a grand piano. | The man is going to play the saxophone. | 1 | 0.881827 | the man may or may not be going to play the saxophone | exists e1 s1 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_piano(x6) & a_grand(s1) & Theme(s1,x6) & n_front(x5) & across(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & n_saxophone(x3) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 p1 x1 x2.(n_saxophone(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2))) | 4cc7ae74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_carry(e1) & of(x5,x6) & n_tuxedo(x2) & n_stage(x4) & n_saxophone(x3) & n_piano(x6) & n_man(x1) & n_front(x5) & in(x1,x2) & in(e1,x5) & across(e1,x4) & a_grand(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_go(e1) & n_saxophone(x2) & n_man(x1) & exists e2.(v_play(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a black suite, with a saxophone around his neck is standing next to a piano. | A girl in a red dress is playing the flute. | 2 | -100 | the man in a black suite and the girl in the red dress are two different people. | exists e1 s1 x1 x2 x3 x4 x5.(to(e1,x5) & n_piano(x5) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x3) & around(x3,x4) & n_neck(x4) & of(x4,x1) & n_male(x1) & n_saxophone(x3) & in(x1,x2) & n_suite(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(n_flute(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_dress(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1)) | 4cc7b5ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x3) & v_stand(e1) & to(e1,x5) & r_next(e1) & of(x4,x1) & n_suite(x2) & n_saxophone(x3) & n_piano(x5) & n_neck(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & around(x3,x4) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & n_girl(x1) & n_flute(x3) & n_dress(x2) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man in a black suite, with a saxophone around his neck is standing next to a piano. | A man has an alto saxophone. | 1 | -100 | Just because a man has a saxophone around his neck it does not mean he has an alto saxophone. | exists e1 s1 x1 x2 x3 x4 x5.(to(e1,x5) & n_piano(x5) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x3) & around(x3,x4) & n_neck(x4) & of(x4,x1) & n_male(x1) & n_saxophone(x3) & in(x1,x2) & n_suite(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_saxophone(x2) & a_alto(s1) & Theme(s1,x2) & n_man(x1)) | 4cc7bba8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x3) & v_stand(e1) & to(e1,x5) & r_next(e1) & of(x4,x1) & n_suite(x2) & n_saxophone(x3) & n_piano(x5) & n_neck(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & around(x3,x4) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_saxophone(x2) & n_man(x1) & a_alto(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black suite, with a saxophone around his neck is standing next to a piano. | A man has a saxophone. | 0 | -100 | with a saxophone around is inferred as has a saxophone. | exists e1 s1 x1 x2 x3 x4 x5.(to(e1,x5) & n_piano(x5) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & with(x1,x3) & around(x3,x4) & n_neck(x4) & of(x4,x1) & n_male(x1) & n_saxophone(x3) & in(x1,x2) & n_suite(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_saxophone(x2) & n_man(x1)) | 4cc7c292-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x3) & v_stand(e1) & to(e1,x5) & r_next(e1) & of(x4,x1) & n_suite(x2) & n_saxophone(x3) & n_piano(x5) & n_neck(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & around(x3,x4) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_saxophone(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A well dressed man with a smile on his face walks past a piano with a saxophone in his hands | A man holding an instrument. | 0 | -100 | saxophone in his hands implies holding | exists e2 e1 x1 x2 x3 x4 x5 x6.(past(e2,x4) & with(x4,x5) & in(x5,x6) & n_hand(x6) & of(x6,x1) & n_male(x1) & n_male(x1) & n_saxophone(x5) & n_piano(x4) & Actor(e2,x1) & v_walk(e2) & with(x1,x2) & on(x2,x3) & n_face(x3) & of(x3,x1) & n_smile(x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_well(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_instrument(x3) & (x1 = x2) & n_man(x1)) | 4cc7c8be-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(with(x4,x5) & with(x1,x2) & v_walk(e2) & v_dress(e1) & r_well(x1) & past(e2,x4) & on(x2,x3) & of(x6,x1) & of(x3,x1) & n_smile(x2) & n_saxophone(x5) & n_piano(x4) & n_man(x1) & n_male(x1) & n_hand(x6) & n_face(x3) & in(x5,x6) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A well dressed man with a smile on his face walks past a piano with a saxophone in his hands | I man getting ready to perform a musical show. | 1 | -100 | the man may or may not be going to perform a musical show | exists e1 e2 x1 x2 x3 x4 x5 x6.(past(e2,x4) & with(x4,x5) & in(x5,x6) & n_hand(x6) & of(x6,x1) & n_male(x1) & n_male(x1) & n_saxophone(x5) & n_piano(x4) & Actor(e2,x1) & v_walk(e2) & with(x1,x2) & on(x2,x3) & n_face(x3) & of(x3,x1) & n_smile(x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_well(x1)) | exists e2 e1 p1 x1.(Theme(e2,e1) & Actor(e2,x1) & v_man(e2) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e3 s2 x2.(Theme(e3,x2) & Actor(e3,x1) & v_perform(e3) & n_show(x2) & a_musical(s2) & Theme(s2,x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_thing(x1) & n_person(x1)) | 4cc7ce36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & with(x1,x2) & v_walk(e2) & v_dress(e1) & r_well(x1) & past(e2,x4) & on(x2,x3) & of(x6,x1) & of(x3,x1) & n_smile(x2) & n_saxophone(x5) & n_piano(x4) & n_man(x1) & n_male(x1) & n_hand(x6) & n_face(x3) & in(x5,x6) & Theme(e1,x1) & Actor(e2,x1)) | exists e2 e1 p1 x1.(v_man(e2) & v_get(e1) & n_thing(x1) & n_person(x1) & exists p2 s1.(exists e3 s2 x2.(v_perform(e3) & n_show(x2) & a_musical(s2) & Theme(s2,x2) & Theme(e3,x2) & Actor(e3,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Theme(e2,e1) & Actor(e2,x1) & Actor(e1,x1)) |
||
A well dressed man with a smile on his face walks past a piano with a saxophone in his hands | A man holding a water bottle in his hand. | 2 | -100 | One can't hold a saxophone and a water bottle. | exists e2 e1 x1 x2 x3 x4 x5 x6.(past(e2,x4) & with(x4,x5) & in(x5,x6) & n_hand(x6) & of(x6,x1) & n_male(x1) & n_male(x1) & n_saxophone(x5) & n_piano(x4) & Actor(e2,x1) & v_walk(e2) & with(x1,x2) & on(x2,x3) & n_face(x3) & of(x3,x1) & n_smile(x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_well(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_bottle(x3) & of(x3,x4) & n_water(x4) & (x1 = x2) & n_man(x1)) | 4cc7d354-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(with(x4,x5) & with(x1,x2) & v_walk(e2) & v_dress(e1) & r_well(x1) & past(e2,x4) & on(x2,x3) & of(x6,x1) & of(x3,x1) & n_smile(x2) & n_saxophone(x5) & n_piano(x4) & n_man(x1) & n_male(x1) & n_hand(x6) & n_face(x3) & in(x5,x6) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 x1 x2 x3 x4 x5.(v_hold(e1) & of(x5,x1) & of(x3,x4) & n_water(x4) & n_man(x1) & n_male(x1) & n_hand(x5) & n_bottle(x3) & in(e1,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Guy with long brown, curly hair and eyeglasses, playing guitar, sitting on grass, wearing striped shirt and blue jeans. | a girl is playing guitar | 2 | -100 | A girl is not a guy. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(ne_nam_guy(x13) & ne_nam_guy(x7) & ne_nam_guy(x1) & Theme(e3,x18) & Actor(e3,x13) & v_wear(e3) & n_jeans(x18) & a_blue(s8) & Theme(s8,x18) & of(x18,x19) & n_shirt(x19) & a_striped(s7) & Theme(s7,x18) & with(x13,x14) & rel(x14,x15) & subset_of(x17,x15) & n_eyeglass(x17) & subset_of(x16,x15) & n_hair(x16) & a_curly(s6) & Theme(s6,x16) & n_brown(x14) & a_long(s5) & Theme(s5,x14) & on(e2,x12) & n_grass(x12) & Actor(e2,x7) & v_sit(e2) & with(x7,x8) & rel(x8,x9) & subset_of(x11,x9) & n_eyeglass(x11) & subset_of(x10,x9) & n_hair(x10) & a_curly(s4) & Theme(s4,x10) & n_brown(x8) & a_long(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_eyeglass(x5) & subset_of(x4,x3) & n_hair(x4) & a_curly(s2) & Theme(s2,x4) & n_brown(x2) & a_long(s1) & Theme(s1,x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_girl(x1)) | 4cc7d854-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(x7,x8) & with(x13,x14) & with(x1,x2) & v_wear(e3) & v_sit(e2) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x17,x15) & subset_of(x16,x15) & subset_of(x11,x9) & subset_of(x10,x9) & rel(x8,x9) & rel(x2,x3) & rel(x14,x15) & on(e2,x12) & of(x18,x19) & ne_nam_guy(x7) & ne_nam_guy(x13) & ne_nam_guy(x1) & n_shirt(x19) & n_jeans(x18) & n_hair(x4) & n_hair(x16) & n_hair(x10) & n_guitar(x6) & n_grass(x12) & n_eyeglass(x5) & n_eyeglass(x17) & n_eyeglass(x11) & n_brown(x8) & n_brown(x2) & n_brown(x14) & a_striped(s7) & a_long(s5) & a_long(s3) & a_long(s1) & a_curly(s6) & a_curly(s4) & a_curly(s2) & a_blue(s8) & Theme(s8,x18) & Theme(s7,x18) & Theme(s6,x16) & Theme(s5,x14) & Theme(s4,x10) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x2) & Theme(e3,x18) & Theme(e1,x6) & Actor(e3,x13) & Actor(e2,x7) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_guitar(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Guy with long brown, curly hair and eyeglasses, playing guitar, sitting on grass, wearing striped shirt and blue jeans. | There is a man making music | 1 | -100 | The man is not necessarily making music. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(ne_nam_guy(x13) & ne_nam_guy(x7) & ne_nam_guy(x1) & Theme(e3,x18) & Actor(e3,x13) & v_wear(e3) & n_jeans(x18) & a_blue(s8) & Theme(s8,x18) & of(x18,x19) & n_shirt(x19) & a_striped(s7) & Theme(s7,x18) & with(x13,x14) & rel(x14,x15) & subset_of(x17,x15) & n_eyeglass(x17) & subset_of(x16,x15) & n_hair(x16) & a_curly(s6) & Theme(s6,x16) & n_brown(x14) & a_long(s5) & Theme(s5,x14) & on(e2,x12) & n_grass(x12) & Actor(e2,x7) & v_sit(e2) & with(x7,x8) & rel(x8,x9) & subset_of(x11,x9) & n_eyeglass(x11) & subset_of(x10,x9) & n_hair(x10) & a_curly(s4) & Theme(s4,x10) & n_brown(x8) & a_long(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_eyeglass(x5) & subset_of(x4,x3) & n_hair(x4) & a_curly(s2) & Theme(s2,x4) & n_brown(x2) & a_long(s1) & Theme(s1,x2)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_make(e1) & n_music(x4) & (x2 = x3) & n_man(x2)) | 4cc7df66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(x7,x8) & with(x13,x14) & with(x1,x2) & v_wear(e3) & v_sit(e2) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x17,x15) & subset_of(x16,x15) & subset_of(x11,x9) & subset_of(x10,x9) & rel(x8,x9) & rel(x2,x3) & rel(x14,x15) & on(e2,x12) & of(x18,x19) & ne_nam_guy(x7) & ne_nam_guy(x13) & ne_nam_guy(x1) & n_shirt(x19) & n_jeans(x18) & n_hair(x4) & n_hair(x16) & n_hair(x10) & n_guitar(x6) & n_grass(x12) & n_eyeglass(x5) & n_eyeglass(x17) & n_eyeglass(x11) & n_brown(x8) & n_brown(x2) & n_brown(x14) & a_striped(s7) & a_long(s5) & a_long(s3) & a_long(s1) & a_curly(s6) & a_curly(s4) & a_curly(s2) & a_blue(s8) & Theme(s8,x18) & Theme(s7,x18) & Theme(s6,x16) & Theme(s5,x14) & Theme(s4,x10) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x2) & Theme(e3,x18) & Theme(e1,x6) & Actor(e3,x13) & Actor(e2,x7) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4.(v_make(e1) & n_music(x4) & n_man(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Guy with long brown, curly hair and eyeglasses, playing guitar, sitting on grass, wearing striped shirt and blue jeans. | a man is playing his guitar | 0 | -100 | Guy implies man | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(ne_nam_guy(x13) & ne_nam_guy(x7) & ne_nam_guy(x1) & Theme(e3,x18) & Actor(e3,x13) & v_wear(e3) & n_jeans(x18) & a_blue(s8) & Theme(s8,x18) & of(x18,x19) & n_shirt(x19) & a_striped(s7) & Theme(s7,x18) & with(x13,x14) & rel(x14,x15) & subset_of(x17,x15) & n_eyeglass(x17) & subset_of(x16,x15) & n_hair(x16) & a_curly(s6) & Theme(s6,x16) & n_brown(x14) & a_long(s5) & Theme(s5,x14) & on(e2,x12) & n_grass(x12) & Actor(e2,x7) & v_sit(e2) & with(x7,x8) & rel(x8,x9) & subset_of(x11,x9) & n_eyeglass(x11) & subset_of(x10,x9) & n_hair(x10) & a_curly(s4) & Theme(s4,x10) & n_brown(x8) & a_long(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_eyeglass(x5) & subset_of(x4,x3) & n_hair(x4) & a_curly(s2) & Theme(s2,x4) & n_brown(x2) & a_long(s1) & Theme(s1,x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 4cc7e4d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 s8 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19.(with(x7,x8) & with(x13,x14) & with(x1,x2) & v_wear(e3) & v_sit(e2) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x17,x15) & subset_of(x16,x15) & subset_of(x11,x9) & subset_of(x10,x9) & rel(x8,x9) & rel(x2,x3) & rel(x14,x15) & on(e2,x12) & of(x18,x19) & ne_nam_guy(x7) & ne_nam_guy(x13) & ne_nam_guy(x1) & n_shirt(x19) & n_jeans(x18) & n_hair(x4) & n_hair(x16) & n_hair(x10) & n_guitar(x6) & n_grass(x12) & n_eyeglass(x5) & n_eyeglass(x17) & n_eyeglass(x11) & n_brown(x8) & n_brown(x2) & n_brown(x14) & a_striped(s7) & a_long(s5) & a_long(s3) & a_long(s1) & a_curly(s6) & a_curly(s4) & a_curly(s2) & a_blue(s8) & Theme(s8,x18) & Theme(s7,x18) & Theme(s6,x16) & Theme(s5,x14) & Theme(s4,x10) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x2) & Theme(e3,x18) & Theme(e1,x6) & Actor(e3,x13) & Actor(e2,x7) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man plays a guitar while he sits on the grass. | The man is playing guitar outdoors. | 1 | -100 | He is not necessarily outdoors, he could be playing inside. | exists e1 p1 x1 x2 x3.(n_grass(x3) & exists e2.(on(e2,x3) & Actor(e2,x1) & v_sit(e2)) & n_male(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outdoors(x2) & of(x2,x3) & n_guitar(x3)) | 4cc7fa82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_play(e1) & n_man(x1) & n_male(x1) & n_guitar(x2) & n_grass(x3) & exists e2.(v_sit(e2) & on(e2,x3) & Actor(e2,x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_outdoors(x2) & n_man(x1) & n_guitar(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man plays a guitar while he sits on the grass. | The man is playing the drums on stage indoors. | 2 | -100 | A man can't be playing guitar and drums together. | exists e1 p1 x1 x2 x3.(n_grass(x3) & exists e2.(on(e2,x3) & Actor(e2,x1) & v_sit(e2)) & n_male(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_drum(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & on(x2,x3) & n_indoor(x3) & of(x3,x4) & n_stage(x4)) | 4cc7ffbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_play(e1) & n_man(x1) & n_male(x1) & n_guitar(x2) & n_grass(x3) & exists e2.(v_sit(e2) & on(e2,x3) & Actor(e2,x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_play(e1) & on(x2,x3) & of(x3,x4) & n_stage(x4) & n_man(x1) & n_indoor(x3) & n_drum(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man plays a guitar while he sits on the grass. | The man is playing guitar on the grass. | 0 | -100 | sits on implies on | exists e1 p1 x1 x2 x3.(n_grass(x3) & exists e2.(on(e2,x3) & Actor(e2,x1) & v_sit(e2)) & n_male(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_grass(x3) & n_man(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2)) | 4cc80770-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_play(e1) & n_man(x1) & n_male(x1) & n_guitar(x2) & n_grass(x3) & exists e2.(v_sit(e2) & on(e2,x3) & Actor(e2,x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_man(x1) & n_guitar(x2) & n_grass(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man with long hair is playing the guitar. | A woman is surfing. | 2 | -100 | a man and a woman are two different genders. | exists e1 s1 x1 x2 x3.(n_guitar(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & with(x1,x2) & n_hair(x2) & a_long(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(Actor(e1,x1) & v_surf(e1) & n_woman(x1)) | 4cc80cd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_hair(x2) & n_guitar(x3) & a_long(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1.(v_surf(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A man with long hair is playing the guitar. | A man is making music for his new record. | 1 | -100 | Just because a man is playing the guitar it does not mean he is making music for his new record. | exists e1 s1 x1 x2 x3.(n_guitar(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & with(x1,x2) & n_hair(x2) & a_long(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & for(x2,x3) & n_record(x3) & a_new(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_music(x2) & n_man(x1)) | 4cc81486-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_hair(x2) & n_guitar(x3) & a_long(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_make(e1) & of(x3,x1) & n_record(x3) & n_music(x2) & n_man(x1) & n_male(x1) & for(x2,x3) & a_new(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man with long hair is playing the guitar. | A person is playing an instrument. | 0 | -100 | A man is a person, and playing the guitar is playing an instrument. | exists e1 s1 x1 x2 x3.(n_guitar(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & with(x1,x2) & n_hair(x2) & a_long(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_person(x1)) | 4cc81da0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_hair(x2) & n_guitar(x3) & a_long(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_person(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in purple is sampling some food from a table. | Nobody is sampling | 2 | -100 | There cannot be someone sampling and nobody sampling. | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_sample(e1) & from(x3,x4) & n_table(x4) & n_food(x3) & in(x1,x2) & n_purple(x2) & n_woman(x1)) | -exists e1 x1.(Actor(e1,x1) & v_sample(e1) & n_person(x1)) | 4cc823cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sample(e1) & n_woman(x1) & n_table(x4) & n_purple(x2) & n_food(x3) & in(x1,x2) & from(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | all e1 x1.(-v_sample(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
A woman in purple is sampling some food from a table. | A tall human sampling | 1 | -100 | Not all women are tall. | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_sample(e1) & from(x3,x4) & n_table(x4) & n_food(x3) & in(x1,x2) & n_purple(x2) & n_woman(x1)) | exists s1 s2 x1.(a_topic(x1) & n_sampling(x1) & a_human(s2) & Theme(s2,x1) & a_tall(s1) & Theme(s1,x1)) | 4cc82ab6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sample(e1) & n_woman(x1) & n_table(x4) & n_purple(x2) & n_food(x3) & in(x1,x2) & from(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 s2 x1.(n_sampling(x1) & a_topic(x1) & a_tall(s1) & a_human(s2) & Theme(s2,x1) & Theme(s1,x1)) |
||
A woman in purple is sampling some food from a table. | A human sampling | 0 | -100 | woman implies human | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_sample(e1) & from(x3,x4) & n_table(x4) & n_food(x3) & in(x1,x2) & n_purple(x2) & n_woman(x1)) | exists s1 x1.(a_topic(x1) & n_sampling(x1) & a_human(s1) & Theme(s1,x1)) | 4cc8316e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_sample(e1) & n_woman(x1) & n_table(x4) & n_purple(x2) & n_food(x3) & in(x1,x2) & from(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1.(n_sampling(x1) & a_topic(x1) & a_human(s1) & Theme(s1,x1)) |
||
A referee watches as opposing teams play hockey. | a referee is sleeping in his bed | 2 | -100 | Sleeping and watching are not the same action | exists e1 p1 x1.(exists e2 s1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_play(e2) & n_hockey(x3) & n_team(x2) & a_opposing(s1) & Theme(s1,x2)) & as(e1,p1) & Actor(e1,x1) & v_watch(e1) & n_referee(x1)) | exists e1 x1 x2.(in(e1,x2) & n_bed(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sleep(e1) & n_referee(x1)) | 4cc83b00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_watch(e1) & n_referee(x1) & exists e2 s1 x2 x3.(v_play(e2) & n_team(x2) & n_hockey(x3) & a_opposing(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2.(v_sleep(e1) & of(x2,x1) & n_referee(x1) & n_male(x1) & n_bed(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A referee watches as opposing teams play hockey. | a referee is at a hockey game | 0 | -100 | watches implies is at | exists e1 p1 x1.(exists e2 s1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_play(e2) & n_hockey(x3) & n_team(x2) & a_opposing(s1) & Theme(s1,x2)) & as(e1,p1) & Actor(e1,x1) & v_watch(e1) & n_referee(x1)) | exists p1 x1.(exists x2 x3.(at(x1,x2) & n_game(x2) & of(x2,x3) & n_hockey(x3)) & n_referee(x1)) | 4cc8451e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_watch(e1) & n_referee(x1) & exists e2 s1 x2 x3.(v_play(e2) & n_team(x2) & n_hockey(x3) & a_opposing(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1)) | exists x1.(n_referee(x1) & exists x2 x3.(of(x2,x3) & n_hockey(x3) & n_game(x2) & at(x1,x2))) |
||
A referee watches as opposing teams play hockey. | a referee is about to call a foul | 1 | -100 | A referee watching a game is not necessarily about to call a foul. | exists e1 p1 x1.(exists e2 s1 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_play(e2) & n_hockey(x3) & n_team(x2) & a_opposing(s1) & Theme(s1,x2)) & as(e1,p1) & Actor(e1,x1) & v_watch(e1) & n_referee(x1)) | exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_call(e1) & n_foul(x2)) & n_referee(x1)) | 4cc851ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(v_watch(e1) & n_referee(x1) & exists e2 s1 x2 x3.(v_play(e2) & n_team(x2) & n_hockey(x3) & a_opposing(s1) & Theme(s1,x2) & Theme(e2,x3) & Actor(e2,x2)) & as(e1,p1) & Actor(e1,x1)) | exists p1 s1 x1.(n_referee(x1) & exists e1 x2.(v_call(e1) & n_foul(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
Battle over the puck at a hockey game. | There was no hockey game because they couldn't find a puck. | 2 | -100 | In a hockey game can't be a puck and at the same time no one find it | exists x1 x2 x3 x4.(n_puck(x2) & a_topic(x1) & over(x1,x2) & at(x2,x3) & n_game(x3) & of(x3,x4) & n_hockey(x4) & n_battle(x1)) | exists p1 p2 x1 x4.(n_thing(x4) & -exists e1 p3.(exists e2 x5.(Theme(e2,x5) & Actor(e2,x4) & v_find(e2) & n_puck(x5)) & Topic(e1,p3) & Actor(e1,x4) & v_could(e1)) & because(p1,p2) & -exists x2 x3.((x1 = x2) & n_game(x2) & of(x2,x3) & n_hockey(x3))) | 4cc85c5c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(over(x1,x2) & of(x3,x4) & n_puck(x2) & n_hockey(x4) & n_game(x3) & n_battle(x1) & at(x2,x3) & a_topic(x1)) | exists p1 p2 x1 x4.(n_thing(x4) & because(p1,p2) & all x2 x3.(-of(x2,x3) | -n_hockey(x3) | -n_game(x2) | -(x1 = x2)) & all e1 p3.(all e2 x5.(-v_find(e2) | -n_puck(x5) | -Theme(e2,x5) | -Actor(e2,x4)) | -v_could(e1) | -Topic(e1,p3) | -Actor(e1,x4))) |
||
Battle over the puck at a hockey game. | More than one player wants the hockey puck. | 0 | -100 | Battle implies More than one | exists x1 x2 x3 x4.(n_puck(x2) & a_topic(x1) & over(x1,x2) & at(x2,x3) & n_game(x3) & of(x3,x4) & n_hockey(x4) & n_battle(x1)) | exists e1 s1 x1 x2 x3 x4.(n_puck(x3) & of(x3,x4) & n_hockey(x4) & Theme(e1,x3) & Actor(e1,x1) & v_want(e1) & than(s1,x2) & card_eq_1(x2) & Theme(s1,x1) & a_more(s1) & n_player(x1)) | 4cc866ca-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(over(x1,x2) & of(x3,x4) & n_puck(x2) & n_hockey(x4) & n_game(x3) & n_battle(x1) & at(x2,x3) & a_topic(x1)) | exists e1 s1 x1 x2 x3 x4.(v_want(e1) & than(s1,x2) & of(x3,x4) & n_puck(x3) & n_player(x1) & n_hockey(x4) & card_eq_1(x2) & a_more(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
Battle over the puck at a hockey game. | A hockey player punched another one. | 1 | -100 | A battle over the puck does not imply that a player punched another one. | exists x1 x2 x3 x4.(n_puck(x2) & a_topic(x1) & over(x1,x2) & at(x2,x3) & n_game(x3) & of(x3,x4) & n_hockey(x4) & n_battle(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_punch(e1) & n_thing(x3) & card_eq_1(x3) & -(x3 = x1) & n_thing(x1) & card_eq_1(x1) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | 4cc870e8-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(over(x1,x2) & of(x3,x4) & n_puck(x2) & n_hockey(x4) & n_game(x3) & n_battle(x1) & at(x2,x3) & a_topic(x1)) | exists e1 x1 x2 x3.(v_punch(e1) & of(x1,x2) & n_thing(x3) & n_thing(x1) & n_player(x1) & n_hockey(x2) & card_eq_1(x3) & card_eq_1(x1) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x1)) |
||
A hockey game where two players are going after the puck as a referee looks on. | The hockey players are playing with a puck. | 0 | -100 | going after implies playing | exists p1 x1 x2 x4.(n_puck(x4) & a_topic(x1) & exists e1 p2 x3.(exists e2 p3 x5.(exists s1.(Theme(s1,x5) & a_on(s1)) & Topic(e2,p3) & Actor(e2,x5) & v_look(e2) & n_referee(x5)) & as(e1,p2) & after(e1,x4) & Actor(e1,x3) & v_go(e1) & n_player(x3) & card_eq_2(x3)) & where(x1,p1) & n_game(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 x1 x2 x3.(n_player(x1) & of(x1,x2) & n_hockey(x2) & with(e1,x3) & n_puck(x3) & Actor(e1,x1) & v_play(e1)) | 4cc87c64-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x4.(where(x1,p1) & of(x1,x2) & n_puck(x4) & n_hockey(x2) & n_game(x1) & exists e1 p2 x3.(v_go(e1) & n_player(x3) & exists e2 p3 x5.(v_look(e2) & n_referee(x5) & exists s1.(a_on(s1) & Theme(s1,x5)) & Topic(e2,p3) & Actor(e2,x5)) & card_eq_2(x3) & as(e1,p2) & after(e1,x4) & Actor(e1,x3)) & a_topic(x1)) | exists e1 x1 x2 x3.(with(e1,x3) & v_play(e1) & of(x1,x2) & n_puck(x3) & n_player(x1) & n_hockey(x2) & Actor(e1,x1)) |
||
A hockey game where two players are going after the puck as a referee looks on. | The two players are from opposing teams. | 1 | -100 | Two players going after the puck does not imply that they are from opposing teams. | exists p1 x1 x2 x4.(n_puck(x4) & a_topic(x1) & exists e1 p2 x3.(exists e2 p3 x5.(exists s1.(Theme(s1,x5) & a_on(s1)) & Topic(e2,p3) & Actor(e2,x5) & v_look(e2) & n_referee(x5)) & as(e1,p2) & after(e1,x4) & Actor(e1,x3) & v_go(e1) & n_player(x3) & card_eq_2(x3)) & where(x1,p1) & n_game(x1) & of(x1,x2) & n_hockey(x2)) | exists p1 x1.(n_player(x1) & card_eq_2(x1) & exists e1 x2 x3.(from(x1,e1) & Theme(e1,x3) & Actor(e1,x2) & v_oppose(e1) & n_team(x3))) | 4cc88880-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x4.(where(x1,p1) & of(x1,x2) & n_puck(x4) & n_hockey(x2) & n_game(x1) & exists e1 p2 x3.(v_go(e1) & n_player(x3) & exists e2 p3 x5.(v_look(e2) & n_referee(x5) & exists s1.(a_on(s1) & Theme(s1,x5)) & Topic(e2,p3) & Actor(e2,x5)) & card_eq_2(x3) & as(e1,p2) & after(e1,x4) & Actor(e1,x3)) & a_topic(x1)) | exists x1.(n_player(x1) & exists e1 x2 x3.(v_oppose(e1) & n_team(x3) & from(x1,e1) & Theme(e1,x3) & Actor(e1,x2)) & card_eq_2(x1)) |
||
A hockey game where two players are going after the puck as a referee looks on. | There is no referee in this hockey game. | 2 | -100 | Can't be and not be at the same time a referee in the same game. | exists p1 x1 x2 x4.(n_puck(x4) & a_topic(x1) & exists e1 p2 x3.(exists e2 p3 x5.(exists s1.(Theme(s1,x5) & a_on(s1)) & Topic(e2,p3) & Actor(e2,x5) & v_look(e2) & n_referee(x5)) & as(e1,p2) & after(e1,x4) & Actor(e1,x3) & v_go(e1) & n_player(x3) & card_eq_2(x3)) & where(x1,p1) & n_game(x1) & of(x1,x2) & n_hockey(x2)) | exists p1 x1 x3 x4.(n_game(x3) & of(x3,x4) & n_hockey(x4) & -exists x2.((x1 = x2) & in(x2,x3) & n_referee(x2))) | 4cc89262-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x4.(where(x1,p1) & of(x1,x2) & n_puck(x4) & n_hockey(x2) & n_game(x1) & exists e1 p2 x3.(v_go(e1) & n_player(x3) & exists e2 p3 x5.(v_look(e2) & n_referee(x5) & exists s1.(a_on(s1) & Theme(s1,x5)) & Topic(e2,p3) & Actor(e2,x5)) & card_eq_2(x3) & as(e1,p2) & after(e1,x4) & Actor(e1,x3)) & a_topic(x1)) | exists x1 x3 x4.(of(x3,x4) & n_hockey(x4) & n_game(x3) & all x2.(-n_referee(x2) | -in(x2,x3) | -(x1 = x2))) |
||
A boy walks near buildings. | A boy is walking near some structures. | 0 | -100 | Buildings are structures. | exists e1 x1 x2.(near(e1,x2) & n_building(x2) & Actor(e1,x1) & v_walk(e1) & n_boy(x1)) | exists e1 x1 x2.(near(e1,x2) & n_structure(x2) & Actor(e1,x1) & v_walk(e1) & n_boy(x1)) | 4cc8b026-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_walk(e1) & near(e1,x2) & n_building(x2) & n_boy(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & near(e1,x2) & n_structure(x2) & n_boy(x1) & Actor(e1,x1)) |
||
A boy walks near buildings. | A girl is walking in the forest | 2 | -100 | Girl and boy are not the same gender | exists e1 x1 x2.(near(e1,x2) & n_building(x2) & Actor(e1,x1) & v_walk(e1) & n_boy(x1)) | exists e1 x1 x2.(n_forest(x2) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_girl(x1)) | 4cc8b51c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_walk(e1) & near(e1,x2) & n_building(x2) & n_boy(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & n_girl(x1) & n_forest(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A boy walks near buildings. | A kid is walking in a city. | 1 | -100 | A boy near buildings does not imply that he is in a city. | exists e1 x1 x2.(near(e1,x2) & n_building(x2) & Actor(e1,x1) & v_walk(e1) & n_boy(x1)) | exists e1 x1 x2.(in(e1,x2) & n_city(x2) & Actor(e1,x1) & v_walk(e1) & n_kid(x1)) | 4cc8ba1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_walk(e1) & near(e1,x2) & n_building(x2) & n_boy(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & n_kid(x1) & n_city(x2) & in(e1,x2) & Actor(e1,x1)) |
||
hockey match with two guys fighting | The hockey game is drawing to a close and the frustrations boiled over into a fight. | 1 | -100 | Just because two guys are fighting at a hockey match does not mean that the game is drawing to a close. Just because guys are fighting does not mean that it is because frustrations boiled over in to a fight. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_fight(e1) & (x3 = x4) & n_guy(x3) & card_eq_2(x3) & n_match(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 e2 x1 x2 x3 x4 x5.(n_frustration(x4) & n_game(x1) & of(x1,x2) & n_hockey(x2) & r_over(e2) & into(e2,x5) & n_fight(x5) & Actor(e2,x4) & v_boil(e2) & to(e1,x3) & n_close(x3) & Actor(e1,x1) & v_draw(e1)) | 4cc8beb8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_fight(e1) & of(x1,x2) & n_match(x1) & n_hockey(x2) & n_guy(x3) & card_eq_2(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e1 e2 x1 x2 x3 x4 x5.(v_draw(e1) & v_boil(e2) & to(e1,x3) & r_over(e2) & of(x1,x2) & n_hockey(x2) & n_game(x1) & n_frustration(x4) & n_fight(x5) & n_close(x3) & into(e2,x5) & Actor(e2,x4) & Actor(e1,x1)) |
||
hockey match with two guys fighting | The homemaker is washing the dishes. | 2 | -100 | The two guys can't be fighting if the homemaker is washing dishes. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_fight(e1) & (x3 = x4) & n_guy(x3) & card_eq_2(x3) & n_match(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 x1 x2.(n_dish(x2) & n_homemaker(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wash(e1)) | 4cc8c34a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_fight(e1) & of(x1,x2) & n_match(x1) & n_hockey(x2) & n_guy(x3) & card_eq_2(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2.(v_wash(e1) & n_homemaker(x1) & n_dish(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
hockey match with two guys fighting | The two men are angry. | 0 | -100 | 'Guys' ordinarily refers to males, and hockey is definitively male-dominated, so the two guys are almost certainly two men; fighting almost always involves at least one angry person. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_fight(e1) & (x3 = x4) & n_guy(x3) & card_eq_2(x3) & n_match(x1) & of(x1,x2) & n_hockey(x2)) | exists s1 x1.(n_man(x1) & card_eq_2(x1) & Theme(s1,x1) & a_angry(s1)) | 4cc8c8e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_fight(e1) & of(x1,x2) & n_match(x1) & n_hockey(x2) & n_guy(x3) & card_eq_2(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists s1 x1.(n_man(x1) & card_eq_2(x1) & a_angry(s1) & Theme(s1,x1)) |
||
A fluffy dog runs across a bridge near a forest. | A dog has a lot of hair. | 0 | -100 | Having a lot of hair implies being fluffy. | exists e1 s1 x1 x2 x3.(across(e1,x2) & near(x2,x3) & n_forest(x3) & n_bridge(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_fluffy(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & of(x2,x3) & n_hair(x3) & n_lot(x2) & n_dog(x1)) | 4cc8cd72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_forest(x3) & n_dog(x1) & n_bridge(x2) & across(e1,x2) & a_fluffy(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_lot(x2) & n_hair(x3) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A fluffy dog runs across a bridge near a forest. | A dog carries a stick in its mouth. | 1 | -100 | A dog running does not imply that it has a stick in its mouth. | exists e1 s1 x1 x2 x3.(across(e1,x2) & near(x2,x3) & n_forest(x3) & n_bridge(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_fluffy(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_dog(x1)) | 4cc8d25e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_forest(x3) & n_dog(x1) & n_bridge(x2) & across(e1,x2) & a_fluffy(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_carry(e1) & of(x3,x1) & n_thing(x1) & n_stick(x2) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A fluffy dog runs across a bridge near a forest. | A dog is on fire. | 2 | -100 | A god can't run and be on fire at the same time | exists e1 s1 x1 x2 x3.(across(e1,x2) & near(x2,x3) & n_forest(x3) & n_bridge(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_fluffy(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_fire(x2)) & n_dog(x1)) | 4cc8d70e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & near(x2,x3) & n_forest(x3) & n_dog(x1) & n_bridge(x2) & across(e1,x2) & a_fluffy(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_dog(x1) & exists x2.(on(x1,x2) & n_fire(x2))) |
||
An old man talks to costumed organ grinder. | Two women walk along an empty beach | 2 | -100 | Woman and man are not the same gender | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & to(x1,x3) & n_grinder(x3) & of(x3,x4) & n_organ(x4) & a_costumed(s2) & Theme(s2,x3) & n_talk(x1) & of(x1,x2) & n_man(x2) & a_old(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(along(e1,x2) & n_beach(x2) & a_empty(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & card_eq_2(x1)) | 4cc8df06-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(to(x1,x3) & of(x3,x4) & of(x1,x2) & n_talk(x1) & n_organ(x4) & n_man(x2) & n_grinder(x3) & a_topic(x1) & a_old(s1) & a_costumed(s2) & Theme(s2,x3) & Theme(s1,x1)) | exists e1 s1 x1 x2.(v_walk(e1) & n_woman(x1) & n_beach(x2) & card_eq_2(x1) & along(e1,x2) & a_empty(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
An old man talks to costumed organ grinder. | A grandfather gives encouragment to his grandson as he improves his craft | 1 | -100 | It is not implied the the old man is a grandfather speaking to his grandson. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & to(x1,x3) & n_grinder(x3) & of(x3,x4) & n_organ(x4) & a_costumed(s2) & Theme(s2,x3) & n_talk(x1) & of(x1,x2) & n_man(x2) & a_old(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3 x4.(exists e2 x1.(Theme(e2,x4) & Actor(e2,x1) & v_improve(e2) & n_male(x1)) & n_craft(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & as(e1,p1) & to(e1,x3) & n_grandson(x3) & of(x3,x1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_encouragment(x2) & n_grandfather(x1)) | 4cc8e8e8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(to(x1,x3) & of(x3,x4) & of(x1,x2) & n_talk(x1) & n_organ(x4) & n_man(x2) & n_grinder(x3) & a_topic(x1) & a_old(s1) & a_costumed(s2) & Theme(s2,x3) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_give(e1) & to(e1,x3) & of(x4,x1) & of(x3,x1) & n_male(x1) & n_grandson(x3) & n_grandfather(x1) & n_encouragment(x2) & n_craft(x4) & exists e2 x1.(v_improve(e2) & n_male(x1) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An old man talks to costumed organ grinder. | Two people conversing | 0 | -100 | Two people conversing are talking. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & to(x1,x3) & n_grinder(x3) & of(x3,x4) & n_organ(x4) & a_costumed(s2) & Theme(s2,x3) & n_talk(x1) & of(x1,x2) & n_man(x2) & a_old(s1) & Theme(s1,x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_converse(e1) & (x1 = x2) & n_people(x1) & card_eq_2(x1)) | 4cc8f284-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(to(x1,x3) & of(x3,x4) & of(x1,x2) & n_talk(x1) & n_organ(x4) & n_man(x2) & n_grinder(x3) & a_topic(x1) & a_old(s1) & a_costumed(s2) & Theme(s2,x3) & Theme(s1,x1)) | exists e1 x1 x2.(v_converse(e1) & n_people(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
An old man is talking to another man who is wearing a military costume and is near a monkey. | Women are at the skate park. | 2 | -100 | Woman and man are not the same gender | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5.(to(e1,x2) & exists x6.(near(x5,x6) & n_monkey(x6)) & (x2 = x5) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_costume(x4) & a_military(s2) & Theme(s2,x4) & (x2 = x3) & n_man(x2) & -(x2 = x1) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_talk(e1) & a_old(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(n_park(x2) & of(x2,x3) & n_skate(x3) & at(x1,x2) & n_woman(x1)) | 4cc8f842-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_wear(e2) & v_talk(e1) & to(e1,x2) & n_man(x2) & n_man(x1) & n_costume(x4) & exists x6.(near(x5,x6) & n_monkey(x6)) & a_old(s1) & a_military(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & -(x2 = x1) & (x2 = x5) & (x2 = x3)) | exists x1 x2 x3.(of(x2,x3) & n_woman(x1) & n_skate(x3) & n_park(x2) & at(x1,x2)) |
||
An old man is talking to another man who is wearing a military costume and is near a monkey. | Two men are at the zoo. | 1 | -100 | An old man is talking to another man who is wearing a military costume and is near a monkey does not imply that they are at the zoo. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5.(to(e1,x2) & exists x6.(near(x5,x6) & n_monkey(x6)) & (x2 = x5) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_costume(x4) & a_military(s2) & Theme(s2,x4) & (x2 = x3) & n_man(x2) & -(x2 = x1) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_talk(e1) & a_old(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_zoo(x2) & at(x1,x2) & n_man(x1) & card_eq_2(x1)) | 4cc8fde2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e2) & v_talk(e1) & to(e1,x2) & n_man(x2) & n_man(x1) & n_costume(x4) & exists x6.(near(x5,x6) & n_monkey(x6)) & a_old(s1) & a_military(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & -(x2 = x1) & (x2 = x5) & (x2 = x3)) | exists x1 x2.(n_zoo(x2) & n_man(x1) & card_eq_2(x1) & at(x1,x2)) |
||
An old man is talking to another man who is wearing a military costume and is near a monkey. | Two men are talking. | 0 | -100 | An old man and another men are two men. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5.(to(e1,x2) & exists x6.(near(x5,x6) & n_monkey(x6)) & (x2 = x5) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & n_costume(x4) & a_military(s2) & Theme(s2,x4) & (x2 = x3) & n_man(x2) & -(x2 = x1) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_talk(e1) & a_old(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1)) | 4cc902ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e2) & v_talk(e1) & to(e1,x2) & n_man(x2) & n_man(x1) & n_costume(x4) & exists x6.(near(x5,x6) & n_monkey(x6)) & a_old(s1) & a_military(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & -(x2 = x1) & (x2 = x5) & (x2 = x3)) | exists e1 x1.(v_talk(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
a couple posing with a plastic orange and white tiger | A couple pose with a stuffed cloth panda. | 2 | -100 | Panda and orange are not the same thing | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x5,s1) & n_tiger(x5) & a_white(s2) & Theme(s2,x5) & subset_of(x1,s1) & with(e1,x3) & n_orange(x3) & of(x3,x4) & n_plastic(x4) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_couple(x1)) | exists e1 s1 x1 x2 x3.(with(e1,x2) & n_panda(x2) & of(x2,x3) & n_cloth(x3) & a_stuffed(s1) & Theme(s1,x2) & Actor(e1,x1) & v_pose(e1) & n_couple(x1)) | 4cc909a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x3) & v_pose(e1) & subset_of(x5,s1) & subset_of(x1,s1) & of(x3,x4) & n_tiger(x5) & n_plastic(x4) & n_orange(x3) & n_couple(x1) & a_white(s2) & a_topic(s1) & Theme(s2,x5) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(with(e1,x2) & v_pose(e1) & of(x2,x3) & n_panda(x2) & n_couple(x1) & n_cloth(x3) & a_stuffed(s1) & Theme(s1,x2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.