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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Several women sit holding handrails on an incline shuttle. | Several women are standing on an incline shuttle. | 1 | 0.5 | Standing and sitting are different things. | exists e1 e2 s1 s2 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_shuttle(x3) & a_incline(s2) & Theme(s2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_handrail(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(on(e1,x2) & n_shuttle(x2) & a_incline(s2) & Theme(s2,x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | 4a5c35d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(v_sit(e1) & v_hold(e2) & on(e2,x3) & n_woman(x1) & n_shuttle(x3) & n_handrail(x2) & for(e1,e2) & a_several(s1) & a_incline(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_stand(e1) & on(e1,x2) & n_woman(x1) & n_shuttle(x2) & a_several(s1) & a_incline(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
Several women sit holding handrails on an incline shuttle. | There are ladies in a hurry to be somewhere. | 1 | 0.605963 | Not everyone that sits is in a hurry. | exists e1 e2 s1 s2 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_shuttle(x3) & a_incline(s2) & Theme(s2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_handrail(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | exists p1 p2 x1 x2.(in(p1,x2) & Topic(x2,p2) & exists s1.(Theme(s1,x2) & a_somewhere(s1)) & n_hurry(x2) & exists x3.((x1 = x3) & n_lady(x3))) | 4a5c3ff6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(v_sit(e1) & v_hold(e2) & on(e2,x3) & n_woman(x1) & n_shuttle(x3) & n_handrail(x2) & for(e1,e2) & a_several(s1) & a_incline(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists p1 p2 x1 x2.(n_hurry(x2) & in(p1,x2) & exists x3.(n_lady(x3) & (x1 = x3)) & exists s1.(a_somewhere(s1) & Theme(s1,x2)) & Topic(x2,p2)) |
||
Several women sit holding handrails on an incline shuttle. | The women are hiking up the mountain. | 2 | 0.000001 | Mountain is different than shuttle. | exists e1 e2 s1 s2 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_shuttle(x3) & a_incline(s2) & Theme(s2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_handrail(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_mountain(x2) & n_woman(x1) & up(e1,x2) & Actor(e1,x1) & v_hike(e1)) | 4a5c4500-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(v_sit(e1) & v_hold(e2) & on(e2,x3) & n_woman(x1) & n_shuttle(x3) & n_handrail(x2) & for(e1,e2) & a_several(s1) & a_incline(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_hike(e1) & up(e1,x2) & n_woman(x1) & n_mountain(x2) & Actor(e1,x1)) |
||
Several women sit holding handrails on an incline shuttle. | Some women are sitting together. | 0 | 0.959194 | The women sitting together are on an incline shuttle. | exists e1 e2 s1 s2 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_shuttle(x3) & a_incline(s2) & Theme(s2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_handrail(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 4a5c58ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3.(v_sit(e1) & v_hold(e2) & on(e2,x3) & n_woman(x1) & n_shuttle(x3) & n_handrail(x2) & for(e1,e2) & a_several(s1) & a_incline(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 p1 x1.(v_sit(e1) & n_woman(x1) & exists s1.(a_together(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | a little girl sits on a mans shoulders | 0 | 0.974384 | Mask or not, a little girl is still sitting on a man's shoulders. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(on(e1,x2) & n_shoulder(x2) & of(x2,x3) & n_man(x3) & Actor(e1,x1) & v_sit(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 4a5dc8f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x2) & of(x2,x3) & n_shoulder(x2) & n_man(x3) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | Little girl wearing a mask sitting on man's shoulders smiling as they walk through a crowded street together. | 1 | 0.610676 | wearing a bum | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 e3 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & Theme(e3,x3) & Actor(e3,x2) & v_wear(e3) & on(e1,x6) & exists e4 s2 s3 x8.(a_together(s3) & Manner(e4,s3) & through(e4,x8) & n_street(x8) & a_crowded(s2) & Theme(s2,x8) & Actor(e4,x1) & v_walk(e4)) & n_thing(x1) & as(e2,p1) & Actor(e2,x7) & v_smile(e2) & (x6 = x7) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 4a5dcdda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 e3 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e3) & v_smile(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e4 s2 s3 x8.(v_walk(e4) & through(e4,x8) & n_street(x8) & a_together(s3) & a_crowded(s2) & Theme(s2,x8) & Manner(e4,s3) & Actor(e4,x1)) & as(e2,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e3,x3) & Actor(e3,x2) & Actor(e2,x7) & Actor(e1,x4) & (x6 = x7) & (x3 = x4) & (x1 = x2)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | a girl is sitting on her dads shoulders after her school play | 1 | 0.011453 | girl is now | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4 x5.(after(e1,x4) & n_play(x4) & of(x4,x5) & n_school(x5) & of(x4,x1) & n_female(x1) & n_female(x1) & on(e1,x2) & n_shoulder(x2) & of(x2,x3) & n_dad(x3) & of(x2,x1) & Actor(e1,x1) & v_sit(e1) & n_girl(x1)) | 4a5dd26c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & on(e1,x2) & of(x4,x5) & of(x4,x1) & of(x2,x3) & of(x2,x1) & n_shoulder(x2) & n_school(x5) & n_play(x4) & n_girl(x1) & n_female(x1) & n_dad(x3) & after(e1,x4) & Actor(e1,x1)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | Toddler with disguise riding on dad's back as he carries her along a busy route. | 1 | 0.621532 | riding on it | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 s1 s2 x1 x2 x3 x4.(ne_nam_toddler(x1) & exists e1 s3 x5.(along(e1,x5) & n_route(x5) & a_busy(s3) & Theme(s3,x5) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1)) & n_female(x3) & n_male(x2) & as(s2,p1) & Theme(s2,x1) & a_back(s2) & with(x1,x2) & on(x2,x3) & n_'s(x3) & of(x3,x4) & n_dad(x4) & n_riding(x2) & a_disguise(s1) & Theme(s1,x2)) | 4a5de4b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists p1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & on(x2,x3) & of(x3,x4) & ne_nam_toddler(x1) & n_riding(x2) & n_male(x2) & n_female(x3) & n_dad(x4) & n_'s(x3) & exists e1 s3 x5.(v_carry(e1) & n_route(x5) & along(e1,x5) & a_busy(s3) & Theme(s3,x5) & Theme(e1,x3) & Actor(e1,x2)) & as(s2,p1) & a_disguise(s1) & a_back(s2) & Theme(s2,x1) & Theme(s1,x2)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | The little girl is with her daddy. | 1 | 0.852196 | girl is out | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 s1 x1 x2.(n_daddy(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & with(x1,x2)) | 4a5e04a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists s1 x1 x2.(with(x1,x2) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_daddy(x2) & a_little(s1) & Theme(s1,x1)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | The girl sitting on the man's shoulders is his daughter. | 1 | 0.841518 | on the top | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3 x4 x5.(n_daughter(x5) & of(x5,x3) & n_male(x3) & n_shoulder(x4) & of(x4,x3) & n_man(x3) & n_girl(x1) & (x1 = x5) & on(e1,x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2)) | 4a5e2ff0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_sit(e1) & on(e1,x4) & of(x5,x3) & of(x4,x3) & n_shoulder(x4) & n_man(x3) & n_male(x3) & n_girl(x1) & n_daughter(x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) |
||
Little girl wearing a mask sitting on man's shoulders as they walk through a crowded street together. | The girl is wearing a mask while runs around the crowded street. | 2 | 0 | The dad cannot be walk and runs simultaneously. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 s2 s3 x7.(a_together(s3) & Manner(e3,s3) & through(e3,x7) & n_street(x7) & a_crowded(s2) & Theme(s2,x7) & Actor(e3,x1) & v_walk(e3)) & n_thing(x1) & as(e1,p1) & on(e1,x6) & n_shoulder(x6) & of(x6,x5) & n_man(x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_mask(x3) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_street(x4) & a_crowded(s1) & Theme(s1,x4) & n_girl(x1) & while(e1,x3) & around(x3,x4) & n_run(x3) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_mask(x2)) | 4a5e55e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_sit(e1) & on(e1,x6) & of(x6,x5) & n_thing(x1) & n_shoulder(x6) & n_mask(x3) & n_man(x5) & n_girl(x1) & exists e3 s2 s3 x7.(v_walk(e3) & through(e3,x7) & n_street(x7) & a_together(s3) & a_crowded(s2) & Theme(s2,x7) & Manner(e3,s3) & Actor(e3,x1)) & as(e1,p1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & v_wear(e1) & n_street(x4) & n_run(x3) & n_mask(x2) & n_girl(x1) & around(x3,x4) & a_crowded(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
a man on a suit walking down a very colorful street | There is a man is sitting in a restaurant. | 2 | -100 | A man can not be walking and sitting at the same time | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_street(x4) & a_colorful(s1) & Theme(s1,x4) & r_very(x4) & (x2 = x3) & n_suit(x2) & n_man(x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & in(e1,x4) & n_restaurant(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_man(x2)) | 4a5e896e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & r_very(x4) & on(x1,x2) & n_suit(x2) & n_street(x4) & n_man(x1) & a_topic(x1) & a_down(s2) & a_colorful(s1) & Theme(s1,x4) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3)) | exists x1 e1 x2 x3 x4.(v_sit(e1) & n_restaurant(x4) & n_man(x2) & in(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
a man on a suit walking down a very colorful street | A man is walking down the street. | 0 | -100 | Whether colorful or drab, a street is still a street. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & on(x1,x2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & n_street(x4) & a_colorful(s1) & Theme(s1,x4) & r_very(x4) & (x2 = x3) & n_suit(x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_street(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_man(x1)) | 4a5e9652-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & r_very(x4) & on(x1,x2) & n_suit(x2) & n_street(x4) & n_man(x1) & a_topic(x1) & a_down(s2) & a_colorful(s1) & Theme(s1,x4) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_walk(e1) & n_street(x2) & n_man(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Several construction workers are looking at an escalator | Construction workers admire an escalator they just installed. | 1 | -100 | Because the construction workers are looking at an escalator doesn't mean that they installed it. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_escalator(x3) & Actor(e1,x1) & v_look(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1)) | exists e2 e1 s1 x1 x2 x3 x4.(Theme(e2,x3) & Actor(e2,x1) & v_admire(e2) & a_just(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x1) & v_install(e1) & (x3 = x4) & n_thing(x1) & n_escalator(x3) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 4a5e9d96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & of(x1,x2) & n_worker(x1) & n_escalator(x3) & n_construction(x2) & at(e1,x3) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e2 e1 s1 x1 x2 x3 x4.(v_install(e1) & v_admire(e2) & of(x1,x2) & n_worker(x1) & n_thing(x1) & n_escalator(x3) & n_construction(x2) & a_just(s1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x4)) |
||
Several construction workers are looking at an escalator | Construction workers walk down the stairs. | 2 | -100 | Workers cant walk down stairs and look at an escalator. They would use the escalator instead of walking. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_escalator(x3) & Actor(e1,x1) & v_look(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_stair(x3) & down(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 4a5ea3a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & of(x1,x2) & n_worker(x1) & n_escalator(x3) & n_construction(x2) & at(e1,x3) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_worker(x1) & n_stair(x3) & n_construction(x2) & down(e1,x3) & Actor(e1,x1)) |
||
Several construction workers are looking at an escalator | Workers look at an escalator. | 0 | -100 | Workers and construction workers are the same thing. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_escalator(x3) & Actor(e1,x1) & v_look(e1) & n_worker(x1) & of(x1,x2) & n_construction(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2.(at(e1,x2) & n_escalator(x2) & Actor(e1,x1) & v_look(e1) & n_worker(x1)) | 4a5ea930-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_look(e1) & of(x1,x2) & n_worker(x1) & n_escalator(x3) & n_construction(x2) & at(e1,x3) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & n_worker(x1) & n_escalator(x2) & at(e1,x2) & Actor(e1,x1)) |
||
A crew in orange vests and hard hats stands near the top of an escalator. | Construction workers are fixing an escalator. | 1 | -100 | A crew in orange vests and hard hats doesn't mean they are construction workers and just because they are standing near an escalator doesn't mean they are fixing it. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_top(x6) & near(e1,x6) & of(x6,x7) & n_escalator(x7) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_hat(x5) & a_hard(s1) & Theme(s1,x5) & n_vest(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_crew(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_fix(e1) & n_escalator(x3) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 4a5eadea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x5,x2) & subset_of(x4,x2) & of(x6,x7) & of(x2,x3) & near(e1,x6) & n_vest(x4) & n_top(x6) & n_orange(x3) & n_hat(x5) & n_escalator(x7) & n_crew(x1) & in(x1,x2) & a_hard(s1) & Theme(s1,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_fix(e1) & of(x1,x2) & n_worker(x1) & n_escalator(x3) & n_construction(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A crew in orange vests and hard hats stands near the top of an escalator. | A group of people are working. | 0 | -100 | People working will wear orange vests to make sure they are seen. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_top(x6) & near(e1,x6) & of(x6,x7) & n_escalator(x7) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_hat(x5) & a_hard(s1) & Theme(s1,x5) & n_vest(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_crew(x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_work(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4a5eb9ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x5,x2) & subset_of(x4,x2) & of(x6,x7) & of(x2,x3) & near(e1,x6) & n_vest(x4) & n_top(x6) & n_orange(x3) & n_hat(x5) & n_escalator(x7) & n_crew(x1) & in(x1,x2) & a_hard(s1) & Theme(s1,x5) & Actor(e1,x1)) | exists e1 x1 x2.(v_work(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & Actor(e1,x1)) |
||
A crew in orange vests and hard hats stands near the top of an escalator. | Construction workers are driving a truck. | 2 | -100 | You can not stand while driving a truck. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_top(x6) & near(e1,x6) & of(x6,x7) & n_escalator(x7) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_hat(x5) & a_hard(s1) & Theme(s1,x5) & n_vest(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_crew(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_drive(e1) & n_truck(x3) & n_worker(x1) & of(x1,x2) & n_construction(x2)) | 4a5ec190-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x5,x2) & subset_of(x4,x2) & of(x6,x7) & of(x2,x3) & near(e1,x6) & n_vest(x4) & n_top(x6) & n_orange(x3) & n_hat(x5) & n_escalator(x7) & n_crew(x1) & in(x1,x2) & a_hard(s1) & Theme(s1,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_drive(e1) & of(x1,x2) & n_worker(x1) & n_truck(x3) & n_construction(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
Builders wearing orange vests, white hard hats, and black coats stand near the top of an escalator, viewed through an office window. | The workers are in the building. | 0 | -100 | The escalator is inside so the workers are inside the building. | exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_top(x8) & near(e2,x8) & of(x8,x9) & through(e3,x11) & n_window(x11) & of(x11,x12) & n_office(x12) & Theme(e3,x10) & v_view(e3) & (x9 = x10) & n_escalator(x9) & Actor(e2,x1) & v_stand(e2) & subset_of(x7,x1) & n_coat(x7) & a_black(s3) & Theme(s3,x7) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x6) & n_hat(x6) & a_hard(s2) & Theme(s2,x6) & a_white(s1) & Theme(s1,x6) & n_vest(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_builder(x2)) | exists p1 x1 x2.(n_building(x2) & n_worker(x1) & in(x1,x2)) | 4a5ec690-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e1) & v_view(e3) & v_stand(e2) & through(e3,x11) & subset_of(x7,x1) & subset_of(x2,x1) & rel(x4,x6) & of(x8,x9) & of(x4,x5) & of(x11,x12) & near(e2,x8) & n_window(x11) & n_vest(x4) & n_top(x8) & n_orange(x5) & n_office(x12) & n_hat(x6) & n_escalator(x9) & n_coat(x7) & n_builder(x2) & a_white(s1) & a_hard(s2) & a_black(s3) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x6) & Theme(e3,x10) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x9 = x10) & (x2 = x3)) | exists x1 x2.(n_worker(x1) & n_building(x2) & in(x1,x2)) |
||
Builders wearing orange vests, white hard hats, and black coats stand near the top of an escalator, viewed through an office window. | They are ready to put in a long shift. | 1 | -100 | Just because there are builders near an escalator doesn't indicate that they are going to work a long shift. | exists e3 e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_top(x8) & near(e2,x8) & of(x8,x9) & through(e3,x11) & n_window(x11) & of(x11,x12) & n_office(x12) & Theme(e3,x10) & v_view(e3) & (x9 = x10) & n_escalator(x9) & Actor(e2,x1) & v_stand(e2) & subset_of(x7,x1) & n_coat(x7) & a_black(s3) & Theme(s3,x7) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x6) & n_hat(x6) & a_hard(s2) & Theme(s2,x6) & a_white(s1) & Theme(s1,x6) & n_vest(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_builder(x2)) | exists p1 s1 x1.(n_thing(x1) & Topic(s1,p1) & Actor(s1,x1) & a_ready(s1) & exists e1 s2 x2.(in(e1,x2) & n_shift(x2) & a_long(s2) & Theme(s2,x2) & Actor(e1,x1) & v_put(e1))) | 4a5ecca8-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e1) & v_view(e3) & v_stand(e2) & through(e3,x11) & subset_of(x7,x1) & subset_of(x2,x1) & rel(x4,x6) & of(x8,x9) & of(x4,x5) & of(x11,x12) & near(e2,x8) & n_window(x11) & n_vest(x4) & n_top(x8) & n_orange(x5) & n_office(x12) & n_hat(x6) & n_escalator(x9) & n_coat(x7) & n_builder(x2) & a_white(s1) & a_hard(s2) & a_black(s3) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x6) & Theme(e3,x10) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x9 = x10) & (x2 = x3)) | exists p1 s1 x1.(n_thing(x1) & exists e1 s2 x2.(v_put(e1) & n_shift(x2) & in(e1,x2) & a_long(s2) & Theme(s2,x2) & Actor(e1,x1)) & a_ready(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
Builders wearing orange vests, white hard hats, and black coats stand near the top of an escalator, viewed through an office window. | They are ready to clock out for the day. | 2 | -100 | time clocks aren't usually at the top of escalators | exists e2 e3 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_top(x8) & near(e2,x8) & of(x8,x9) & through(e3,x11) & n_window(x11) & of(x11,x12) & n_office(x12) & Theme(e3,x10) & v_view(e3) & (x9 = x10) & n_escalator(x9) & Actor(e2,x1) & v_stand(e2) & subset_of(x7,x1) & n_coat(x7) & a_black(s3) & Theme(s3,x7) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & rel(x4,x6) & n_hat(x6) & a_hard(s2) & Theme(s2,x6) & a_white(s1) & Theme(s1,x6) & n_vest(x4) & of(x4,x5) & n_orange(x5) & (x2 = x3) & n_builder(x2)) | exists p1 s1 x1 x2.(n_day(x2) & n_thing(x1) & Topic(s1,p1) & Actor(s1,x1) & a_ready(s1) & exists e1 s2.(for(e1,x2) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_clock(e1))) | 4a5ed1c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_wear(e1) & v_view(e3) & v_stand(e2) & through(e3,x11) & subset_of(x7,x1) & subset_of(x2,x1) & rel(x4,x6) & of(x8,x9) & of(x4,x5) & of(x11,x12) & near(e2,x8) & n_window(x11) & n_vest(x4) & n_top(x8) & n_orange(x5) & n_office(x12) & n_hat(x6) & n_escalator(x9) & n_coat(x7) & n_builder(x2) & a_white(s1) & a_hard(s2) & a_black(s3) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x6) & Theme(e3,x10) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x9 = x10) & (x2 = x3)) | exists p1 s1 x1 x2.(n_thing(x1) & n_day(x2) & exists e1 s2.(v_clock(e1) & for(e1,x2) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1)) & a_ready(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A girl in a pink shirt and jeans standing on a chair in a restaurant. | A girl is sitting in a chair at a restaurant. | 2 | -100 | She cant be standing and sitting at the same time. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x4,x2) & in(e1,x7) & n_restaurant(x7) & on(e1,x6) & n_chair(x6) & Actor(e1,x5) & v_stand(e1) & (x4 = x5) & n_jeans(x4) & subset_of(x3,x2) & n_shirt(x3) & a_pink(s1) & Theme(s1,x3) & n_girl(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_restaurant(x3) & in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1)) | 4a5ed64e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_shirt(x3) & n_restaurant(x7) & n_jeans(x4) & n_girl(x1) & n_chair(x6) & in(x1,x2) & in(e1,x7) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3.(v_sit(e1) & n_restaurant(x3) & n_girl(x1) & n_chair(x2) & in(e1,x2) & at(e1,x3) & Actor(e1,x1)) |
||
A girl in a pink shirt and jeans standing on a chair in a restaurant. | A girl is changing a light bulb in a restaurant. | 1 | -100 | Just because a girls is standing on a chair doesn't mean she is changing a light bulb. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x4,x2) & in(e1,x7) & n_restaurant(x7) & on(e1,x6) & n_chair(x6) & Actor(e1,x5) & v_stand(e1) & (x4 = x5) & n_jeans(x4) & subset_of(x3,x2) & n_shirt(x3) & a_pink(s1) & Theme(s1,x3) & n_girl(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_change(e1) & in(x2,x3) & n_restaurant(x3) & n_bulb(x2) & a_light(s1) & Theme(s1,x2) & n_girl(x1)) | 4a5edacc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_shirt(x3) & n_restaurant(x7) & n_jeans(x4) & n_girl(x1) & n_chair(x6) & in(x1,x2) & in(e1,x7) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & Actor(e1,x5) & (x4 = x5)) | exists e1 s1 x1 x2 x3.(v_change(e1) & n_restaurant(x3) & n_girl(x1) & n_bulb(x2) & in(x2,x3) & a_light(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl in a pink shirt and jeans standing on a chair in a restaurant. | A girl is standing on a chair. | 0 | -100 | The chair the girl is standing on is in a restaurant. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x2) & subset_of(x4,x2) & in(e1,x7) & n_restaurant(x7) & on(e1,x6) & n_chair(x6) & Actor(e1,x5) & v_stand(e1) & (x4 = x5) & n_jeans(x4) & subset_of(x3,x2) & n_shirt(x3) & a_pink(s1) & Theme(s1,x3) & n_girl(x1)) | exists e1 x1 x2.(on(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1)) | 4a5edfae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_shirt(x3) & n_restaurant(x7) & n_jeans(x4) & n_girl(x1) & n_chair(x6) & in(x1,x2) & in(e1,x7) & a_topic(x1) & a_pink(s1) & Theme(s1,x3) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_girl(x1) & n_chair(x2) & Actor(e1,x1)) |
||
A woman in a pink shirt is making orange juice in a restaurant. | the woman is asleep at home | 2 | -100 | She cant make orange juice while asleep. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x5) & n_restaurant(x5) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_juice(x3) & of(x3,x4) & n_orange(x4) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_woman(x1)) | exists s1 x1 x2.(n_woman(x1) & at(s1,x2) & n_home(x2) & Theme(s1,x1) & a_asleep(s1)) | 4a5ee436-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x3,x4) & n_woman(x1) & n_shirt(x2) & n_restaurant(x5) & n_orange(x4) & n_juice(x3) & in(x1,x2) & in(e1,x5) & a_pink(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2.(n_woman(x1) & n_home(x2) & at(s1,x2) & a_asleep(s1) & Theme(s1,x1)) |
||
A woman in a pink shirt is making orange juice in a restaurant. | the woman is white | 1 | -100 | Not all women making orange juice are white. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x5) & n_restaurant(x5) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_juice(x3) & of(x3,x4) & n_orange(x4) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_woman(x1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_white(s1)) | 4a5eebc0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x3,x4) & n_woman(x1) & n_shirt(x2) & n_restaurant(x5) & n_orange(x4) & n_juice(x3) & in(x1,x2) & in(e1,x5) & a_pink(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1.(n_woman(x1) & a_white(s1) & Theme(s1,x1)) |
||
A woman in a pink shirt is making orange juice in a restaurant. | a woman make juice | 0 | -100 | Orange juice is a type of juice. | exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x5) & n_restaurant(x5) & Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_juice(x3) & of(x3,x4) & n_orange(x4) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_juice(x2) & n_woman(x1)) | 4a5ef778-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & of(x3,x4) & n_woman(x1) & n_shirt(x2) & n_restaurant(x5) & n_orange(x4) & n_juice(x3) & in(x1,x2) & in(e1,x5) & a_pink(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_woman(x1) & n_juice(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small girl standing on a chair in a restaurant fiddles with a large machine. | There is at least one large machine in the restaurant. | 0 | -100 | There has to be at least one large machine or the girl couldn't mess with it. | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_machine(x5) & a_large(s2) & Theme(s2,x5) & Actor(e1,x1) & v_fiddle(e1) & on(x1,x3) & in(x3,x4) & n_restaurant(x4) & n_chair(x3) & n_standing(x1) & of(x1,x2) & n_girl(x2) & a_small(s1) & Theme(s1,x1)) | exists p1 x1 x3.(n_restaurant(x3) & exists e1 s1 x2.((x1 = e1) & in(e1,x3) & a_at(e1) & Actor(e1,x2) & v_least(e1) & n_machine(x2) & a_large(s1) & Theme(s1,x2) & card_eq_1(x2))) | 4a5f0240-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_fiddle(e1) & on(x1,x3) & of(x1,x2) & n_standing(x1) & n_restaurant(x4) & n_machine(x5) & n_girl(x2) & n_chair(x3) & in(x3,x4) & a_small(s1) & a_large(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x3.(n_restaurant(x3) & exists e1 s1 x2.(v_least(e1) & n_machine(x2) & in(e1,x3) & card_eq_1(x2) & a_large(s1) & a_at(e1) & Theme(s1,x2) & Actor(e1,x2) & (x1 = e1))) |
||
A small girl standing on a chair in a restaurant fiddles with a large machine. | A little girl is sleeping on the floor of her bedroom. | 2 | -100 | girl can not be standing on a chair and sleeping. | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_machine(x5) & a_large(s2) & Theme(s2,x5) & Actor(e1,x1) & v_fiddle(e1) & on(x1,x3) & in(x3,x4) & n_restaurant(x4) & n_chair(x3) & n_standing(x1) & of(x1,x2) & n_girl(x2) & a_small(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_bedroom(x3) & of(x3,x2) & n_female(x2) & n_floor(x2) & on(e1,x2) & of(x2,x3) & Actor(e1,x1) & v_sleep(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 4a5f0c72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_fiddle(e1) & on(x1,x3) & of(x1,x2) & n_standing(x1) & n_restaurant(x4) & n_machine(x5) & n_girl(x2) & n_chair(x3) & in(x3,x4) & a_small(s1) & a_large(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_sleep(e1) & on(e1,x2) & of(x3,x2) & of(x2,x3) & n_girl(x1) & n_floor(x2) & n_female(x2) & n_bedroom(x3) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A small girl standing on a chair in a restaurant fiddles with a large machine. | The girl is not being supervised by an adult. | 1 | -100 | Just because the child is fiddling with a machine doesn't mean she isn't being supervised by an adult. | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_machine(x5) & a_large(s2) & Theme(s2,x5) & Actor(e1,x1) & v_fiddle(e1) & on(x1,x3) & in(x3,x4) & n_restaurant(x4) & n_chair(x3) & n_standing(x1) & of(x1,x2) & n_girl(x2) & a_small(s1) & Theme(s1,x1)) | exists x1.(n_girl(x1) & -exists e1 x2.(Actor(e1,x2) & n_adult(x2) & Theme(e1,x1) & v_supervise(e1))) | 4a5f192e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_fiddle(e1) & on(x1,x3) & of(x1,x2) & n_standing(x1) & n_restaurant(x4) & n_machine(x5) & n_girl(x2) & n_chair(x3) & in(x3,x4) & a_small(s1) & a_large(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_girl(x1) & all e1 x2.(-v_supervise(e1) | -n_adult(x2) | -Theme(e1,x1) | -Actor(e1,x2))) |
||
A girl in a pink shirt is standing on a chair and inspecting a drink machine. | A girl is inspecting a machine. | 0 | -100 | Drink machine is just a specific type of machine. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_inspect(e2) & n_machine(x6) & of(x6,x7) & n_drink(x7) & in(x4,x5) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & n_girl(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_inspect(e1) & n_machine(x2) & n_girl(x1)) | 4a5f2630-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_inspect(e2) & on(e1,x3) & of(x6,x7) & n_shirt(x5) & n_shirt(x2) & n_machine(x6) & n_girl(x4) & n_girl(x1) & n_drink(x7) & n_chair(x3) & in(x4,x5) & in(x1,x2) & a_pink(s2) & a_pink(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_inspect(e1) & n_machine(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl in a pink shirt is standing on a chair and inspecting a drink machine. | A girl is laying on the floor. | 2 | -100 | Laying and standing are two different things. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_inspect(e2) & n_machine(x6) & of(x6,x7) & n_drink(x7) & in(x4,x5) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & n_girl(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2.(n_floor(x2) & on(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | 4a5f3724-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_inspect(e2) & on(e1,x3) & of(x6,x7) & n_shirt(x5) & n_shirt(x2) & n_machine(x6) & n_girl(x4) & n_girl(x1) & n_drink(x7) & n_chair(x3) & in(x4,x5) & in(x1,x2) & a_pink(s2) & a_pink(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & n_girl(x1) & n_floor(x2) & Actor(e1,x1)) |
||
A girl in a pink shirt is standing on a chair and inspecting a drink machine. | A girl is a health inspector. | 1 | -100 | You can not infer she is an inspector. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_inspect(e2) & n_machine(x6) & of(x6,x7) & n_drink(x7) & in(x4,x5) & n_shirt(x5) & a_pink(s2) & Theme(s2,x5) & n_girl(x4) & on(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1)) | exists p1 x1.(exists x2 x3.((x1 = x2) & n_inspector(x2) & of(x2,x3) & n_health(x3)) & n_girl(x1)) | 4a5f3f1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & v_inspect(e2) & on(e1,x3) & of(x6,x7) & n_shirt(x5) & n_shirt(x2) & n_machine(x6) & n_girl(x4) & n_girl(x1) & n_drink(x7) & n_chair(x3) & in(x4,x5) & in(x1,x2) & a_pink(s2) & a_pink(s1) & Theme(s2,x5) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x4) & Actor(e1,x1)) | exists x1.(n_girl(x1) & exists x2 x3.(of(x2,x3) & n_inspector(x2) & n_health(x3) & (x1 = x2))) |
||
A guy with sunglasses and a backpack pointing towards the sky. | A guy with sunglasses and a backpack pointing. | 0 | -100 | The guy needs to pointing at something and that is the sky. | exists e1 s1 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(s1) & subset_of(x3,s1) & towards(e1,x5) & Actor(e1,x4) & v_point(e1) & (x3 = x4) & n_backpack(x3) & subset_of(x1,s1) & with(x1,x2) & n_sunglass(x2) & n_guy(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & Actor(e1,x5) & v_point(e1) & (x4 = x5) & n_backpack(x4) & subset_of(x3,x2) & n_sunglass(x3) & n_guy(x1)) | 4a5f4660-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_point(e1) & towards(e1,x5) & subset_of(x3,s1) & subset_of(x1,s1) & n_sunglass(x2) & n_sky(x5) & n_guy(x1) & n_backpack(x3) & a_topic(s1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3 x4 x5.(with(x1,x2) & v_point(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_sunglass(x3) & n_guy(x1) & n_backpack(x4) & a_topic(x1) & Actor(e1,x5) & (x4 = x5)) |
||
A guy with sunglasses and a backpack pointing towards the sky. | the guy is looking downwards and pointing at his backpack on the floor. | 2 | -100 | he cant point at the sky and the floor at the same time. | exists e1 s1 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(s1) & subset_of(x3,s1) & towards(e1,x5) & Actor(e1,x4) & v_point(e1) & (x3 = x4) & n_backpack(x3) & subset_of(x1,s1) & with(x1,x2) & n_sunglass(x2) & n_guy(x1)) | exists p1 x1 x5 x6.(n_floor(x6) & n_backpack(x5) & of(x5,x1) & n_male(x1) & n_guy(x1) & exists e2 e1 x2 x3 x4.((x1 = x2) & subset_of(e2,x2) & on(e2,x6) & at(e2,x5) & Actor(e2,x4) & v_point(e2) & n_thing(x4) & subset_of(x3,x2) & n_downward(x3) & Actor(e1,x3) & v_look(e1))) | 4a5f4c8c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_point(e1) & towards(e1,x5) & subset_of(x3,s1) & subset_of(x1,s1) & n_sunglass(x2) & n_sky(x5) & n_guy(x1) & n_backpack(x3) & a_topic(s1) & Actor(e1,x4) & (x3 = x4)) | exists x1 x5 x6.(of(x5,x1) & n_male(x1) & n_guy(x1) & n_floor(x6) & n_backpack(x5) & exists e2 e1 x2 x3 x4.(v_point(e2) & v_look(e1) & subset_of(x3,x2) & subset_of(e2,x2) & on(e2,x6) & n_thing(x4) & n_downward(x3) & at(e2,x5) & Actor(e2,x4) & Actor(e1,x3) & (x1 = x2))) |
||
A guy with sunglasses and a backpack pointing towards the sky. | The guy is pointed at a bird overhead | 1 | -100 | Not all people pointing at the sky are pointing at a bird. | exists e1 s1 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(s1) & subset_of(x3,s1) & towards(e1,x5) & Actor(e1,x4) & v_point(e1) & (x3 = x4) & n_backpack(x3) & subset_of(x1,s1) & with(x1,x2) & n_sunglass(x2) & n_guy(x1)) | exists e1 x1 x2 x3.(n_guy(x1) & at(e1,x2) & n_overhead(x2) & of(x2,x3) & n_bird(x3) & Theme(e1,x1) & v_point(e1)) | 4a5f531c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_point(e1) & towards(e1,x5) & subset_of(x3,s1) & subset_of(x1,s1) & n_sunglass(x2) & n_sky(x5) & n_guy(x1) & n_backpack(x3) & a_topic(s1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2 x3.(v_point(e1) & of(x2,x3) & n_overhead(x2) & n_guy(x1) & n_bird(x3) & at(e1,x2) & Theme(e1,x1)) |
||
A man smiling for the camera standing in a parking lot. | A man posing to the camera. | 1 | -100 | Just because a man is smiling at a camera doesn't mean he is also posing. | exists e1 x1 x2 x3 x4 x5 x6.(n_standing(x3) & of(x3,x4) & n_camera(x4) & a_topic(x1) & for(e1,x3) & in(x3,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & Actor(e1,x2) & v_smile(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_camera(x3) & a_topic(x1) & to(e1,x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_man(x1)) | 4a5f57cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_smile(e1) & of(x5,x6) & of(x3,x4) & n_standing(x3) & n_parking(x6) & n_man(x1) & n_lot(x5) & n_camera(x4) & in(x3,x5) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_pose(e1) & to(e1,x3) & n_man(x1) & n_camera(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man smiling for the camera standing in a parking lot. | A man riding in the horse. | 2 | -100 | The man cannot be standing in a parking lot and riding a horse at the same time. | exists e1 x1 x2 x3 x4 x5 x6.(n_standing(x3) & of(x3,x4) & n_camera(x4) & a_topic(x1) & for(e1,x3) & in(x3,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & Actor(e1,x2) & v_smile(e1) & (x1 = x2) & n_man(x1)) | exists x1 x2 x3.(n_horse(x3) & a_topic(x1) & in(x1,x3) & n_riding(x1) & of(x1,x2) & n_man(x2)) | 4a5f5c40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_smile(e1) & of(x5,x6) & of(x3,x4) & n_standing(x3) & n_parking(x6) & n_man(x1) & n_lot(x5) & n_camera(x4) & in(x3,x5) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(of(x1,x2) & n_riding(x1) & n_man(x2) & n_horse(x3) & in(x1,x3) & a_topic(x1)) |
||
A man smiling for the camera standing in a parking lot. | There is a man in the outdoor. | 0 | -100 | Parking lots are outdoors. | exists e1 x1 x2 x3 x4 x5 x6.(n_standing(x3) & of(x3,x4) & n_camera(x4) & a_topic(x1) & for(e1,x3) & in(x3,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & Actor(e1,x2) & v_smile(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x3.(n_outdoor(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_man(x2))) | 4a5f60aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_smile(e1) & of(x5,x6) & of(x3,x4) & n_standing(x3) & n_parking(x6) & n_man(x1) & n_lot(x5) & n_camera(x4) & in(x3,x5) & for(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x3.(n_outdoor(x3) & exists x2.(n_man(x2) & in(x2,x3) & (x1 = x2))) |
||
A man wearing a green shirt stands in a parking lot and points his finger. | A man driving his car out of the parking lot. | 2 | -100 | A man cannot be driving his car out of the parking lot and standing in the parking lot at the same time. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x8,x3) & Time(x8,x9) & n_point(x9) & n_finger(x8) & of(x8,x1) & n_male(x1) & subset_of(x4,x3) & in(x4,x6) & n_lot(x6) & of(x6,x7) & n_parking(x7) & n_stand(x4) & of(x4,x5) & n_shirt(x5) & a_green(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5.(n_lot(x4) & of(x4,x5) & n_parking(x5) & a_topic(x1) & of(e1,x4) & r_out(e1) & Theme(e1,x3) & Actor(e1,x2) & v_drive(e1) & n_car(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | 4a5f6514-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & subset_of(x8,x3) & subset_of(x4,x3) & of(x8,x1) & of(x6,x7) & of(x4,x5) & n_stand(x4) & n_shirt(x5) & n_point(x9) & n_parking(x7) & n_man(x1) & n_male(x1) & n_lot(x6) & n_finger(x8) & in(x4,x6) & a_topic(x1) & a_green(s1) & Time(x8,x9) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_drive(e1) & r_out(e1) & of(x4,x5) & of(x3,x1) & of(e1,x4) & n_parking(x5) & n_man(x1) & n_male(x1) & n_lot(x4) & n_car(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a green shirt stands in a parking lot and points his finger. | A man pointing something out. | 0 | -100 | For the man point something out he does it with his finger. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x8,x3) & Time(x8,x9) & n_point(x9) & n_finger(x8) & of(x8,x1) & n_male(x1) & subset_of(x4,x3) & in(x4,x6) & n_lot(x6) & of(x6,x7) & n_parking(x7) & n_stand(x4) & of(x4,x5) & n_shirt(x5) & a_green(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_out(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_point(e1) & n_thing(x3) & (x1 = x2) & n_man(x1)) | 4a5f6a50-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & subset_of(x8,x3) & subset_of(x4,x3) & of(x8,x1) & of(x6,x7) & of(x4,x5) & n_stand(x4) & n_shirt(x5) & n_point(x9) & n_parking(x7) & n_man(x1) & n_male(x1) & n_lot(x6) & n_finger(x8) & in(x4,x6) & a_topic(x1) & a_green(s1) & Time(x8,x9) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_point(e1) & n_thing(x3) & n_man(x1) & a_topic(x1) & a_out(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a green shirt stands in a parking lot and points his finger. | A man pointing toward his car. | 1 | -100 | Just because the man is pointing doesn't mean he is necessarily pointing toward his car. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x8,x3) & Time(x8,x9) & n_point(x9) & n_finger(x8) & of(x8,x1) & n_male(x1) & subset_of(x4,x3) & in(x4,x6) & n_lot(x6) & of(x6,x7) & n_parking(x7) & n_stand(x4) & of(x4,x5) & n_shirt(x5) & a_green(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & toward(e1,x3) & n_car(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_point(e1) & (x1 = x2) & n_man(x1)) | 4a5f6ed8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & subset_of(x8,x3) & subset_of(x4,x3) & of(x8,x1) & of(x6,x7) & of(x4,x5) & n_stand(x4) & n_shirt(x5) & n_point(x9) & n_parking(x7) & n_man(x1) & n_male(x1) & n_lot(x6) & n_finger(x8) & in(x4,x6) & a_topic(x1) & a_green(s1) & Time(x8,x9) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_point(e1) & toward(e1,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_car(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A male in a green jacket points an imaginary shotgun at the sky. | A human male in a green jacket pointing an imaginary gun at the sky. | 1 | -100 | male doesn't always mean human | exists e1 s1 s2 x1 x2 x3 x4.(n_sky(x4) & Theme(e1,x3) & Actor(e1,x1) & v_point(e1) & at(x3,x4) & n_shotgun(x3) & a_imaginary(s2) & Theme(s2,x3) & in(x1,x2) & n_jacket(x2) & a_green(s1) & Theme(s1,x2) & n_male(x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_point(e1) & at(x4,x5) & n_gun(x4) & a_imaginary(s3) & Theme(s3,x4) & (x2 = x3) & n_jacket(x2) & a_green(s2) & Theme(s2,x2) & n_male(x1) & a_human(s1) & Theme(s1,x1)) | 4a5f7338-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_point(e1) & n_sky(x4) & n_shotgun(x3) & n_male(x1) & n_jacket(x2) & in(x1,x2) & at(x3,x4) & a_imaginary(s2) & a_green(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_point(e1) & n_sky(x5) & n_male(x1) & n_jacket(x2) & n_gun(x4) & in(x1,x2) & at(x4,x5) & a_topic(x1) & a_imaginary(s3) & a_human(s1) & a_green(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A male in a green jacket points an imaginary shotgun at the sky. | A lifeform in a green jacket pointing an imaginary gun at the sky. | 0 | -100 | Male is lifeform. | exists e1 s1 s2 x1 x2 x3 x4.(n_sky(x4) & Theme(e1,x3) & Actor(e1,x1) & v_point(e1) & at(x3,x4) & n_shotgun(x3) & a_imaginary(s2) & Theme(s2,x3) & in(x1,x2) & n_jacket(x2) & a_green(s1) & Theme(s1,x2) & n_male(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_point(e1) & at(x4,x5) & n_gun(x4) & a_imaginary(s2) & Theme(s2,x4) & (x2 = x3) & n_jacket(x2) & a_green(s1) & Theme(s1,x2) & n_lifeform(x1)) | 4a5f790a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_point(e1) & n_sky(x4) & n_shotgun(x3) & n_male(x1) & n_jacket(x2) & in(x1,x2) & at(x3,x4) & a_imaginary(s2) & a_green(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_point(e1) & n_sky(x5) & n_lifeform(x1) & n_jacket(x2) & n_gun(x4) & in(x1,x2) & at(x4,x5) & a_topic(x1) & a_imaginary(s2) & a_green(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A male in a green jacket points an imaginary shotgun at the sky. | A woman in a green jacket pointing an imaginary gun at the sky. | 2 | -100 | A male is not the same as a woman. The shotgun is a a detail of what type of gun. | exists e1 s1 s2 x1 x2 x3 x4.(n_sky(x4) & Theme(e1,x3) & Actor(e1,x1) & v_point(e1) & at(x3,x4) & n_shotgun(x3) & a_imaginary(s2) & Theme(s2,x3) & in(x1,x2) & n_jacket(x2) & a_green(s1) & Theme(s1,x2) & n_male(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_sky(x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_point(e1) & at(x4,x5) & n_gun(x4) & a_imaginary(s2) & Theme(s2,x4) & (x1 = x3) & in(x1,x2) & n_jacket(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1)) | 4a5f7df6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_point(e1) & n_sky(x4) & n_shotgun(x3) & n_male(x1) & n_jacket(x2) & in(x1,x2) & at(x3,x4) & a_imaginary(s2) & a_green(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_point(e1) & n_woman(x1) & n_sky(x5) & n_jacket(x2) & n_gun(x4) & in(x1,x2) & at(x4,x5) & a_topic(x1) & a_imaginary(s2) & a_green(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) |
||
A man sitting in a chair at the library holding a little boy with a red shirt reading a book. | The man sat in the chair holding his son. | 1 | -100 | You can not infer he is holding his son. | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_library(x4) & a_topic(x1) & for(e1,e3) & Theme(e3,x8) & Actor(e3,x2) & v_hold(e3) & n_boy(x8) & a_little(s2) & Theme(s2,x8) & with(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_read(e2) & n_book(x7) & (x5 = x6) & n_shirt(x5) & a_red(s1) & Theme(s1,x5) & at(e1,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists e1 e2 x1 x2 x3.(n_son(x3) & of(x3,x2) & n_male(x2) & n_chair(x2) & n_man(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 4a5f829c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_sit(e1) & v_read(e2) & v_hold(e3) & n_shirt(x5) & n_man(x1) & n_library(x4) & n_chair(x3) & n_boy(x8) & n_book(x7) & in(e1,x3) & for(e1,e3) & at(e1,x4) & a_topic(x1) & a_red(s1) & a_little(s2) & Theme(s2,x8) & Theme(s1,x5) & Theme(e3,x8) & Theme(e2,x7) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 e2 x1 x2 x3.(v_sit(e1) & v_hold(e2) & of(x3,x2) & n_son(x3) & n_man(x1) & n_male(x2) & n_chair(x2) & in(e1,x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man sitting in a chair at the library holding a little boy with a red shirt reading a book. | The man in the chair held the boy. | 0 | -100 | Being in a chair implies sitting. | exists e2 e1 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_library(x4) & a_topic(x1) & for(e1,e3) & Theme(e3,x8) & Actor(e3,x2) & v_hold(e3) & n_boy(x8) & a_little(s2) & Theme(s2,x8) & with(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_read(e2) & n_book(x7) & (x5 = x6) & n_shirt(x5) & a_red(s1) & Theme(s1,x5) & at(e1,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_boy(x3) & n_chair(x2) & n_man(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & in(x1,x2)) | 4a5f86b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_sit(e1) & v_read(e2) & v_hold(e3) & n_shirt(x5) & n_man(x1) & n_library(x4) & n_chair(x3) & n_boy(x8) & n_book(x7) & in(e1,x3) & for(e1,e3) & at(e1,x4) & a_topic(x1) & a_red(s1) & a_little(s2) & Theme(s2,x8) & Theme(s1,x5) & Theme(e3,x8) & Theme(e2,x7) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 x1 x2 x3.(v_hold(e1) & n_man(x1) & n_chair(x2) & n_boy(x3) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man sitting in a chair at the library holding a little boy with a red shirt reading a book. | The woman stood holding her daughter. | 2 | -100 | A man and woman are two different genders. | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_library(x4) & a_topic(x1) & for(e1,e3) & Theme(e3,x8) & Actor(e3,x2) & v_hold(e3) & n_boy(x8) & a_little(s2) & Theme(s2,x8) & with(e1,x5) & Theme(e2,x7) & Actor(e2,x6) & v_read(e2) & n_book(x7) & (x5 = x6) & n_shirt(x5) & a_red(s1) & Theme(s1,x5) & at(e1,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | exists e2 e1 x1 x2.(n_daughter(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & Actor(e1,x1) & v_stand(e1)) | 4a5f8ad0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_sit(e1) & v_read(e2) & v_hold(e3) & n_shirt(x5) & n_man(x1) & n_library(x4) & n_chair(x3) & n_boy(x8) & n_book(x7) & in(e1,x3) & for(e1,e3) & at(e1,x4) & a_topic(x1) & a_red(s1) & a_little(s2) & Theme(s2,x8) & Theme(s1,x5) & Theme(e3,x8) & Theme(e2,x7) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e2 e1 x1 x2.(v_stand(e1) & v_hold(e2) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_daughter(x2) & for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Kid holding a golf ball in the air in a parking lot. | A kid holding a golf ball in the air is running. | 1 | -100 | Holding a golf ball in the air in a parking lot neither indicates nor necessitates running. | exists e1 x1 x2 x3 x4 x5 x6.(n_air(x4) & ne_nam_kid(x1) & in(e1,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ball(x2) & of(x2,x3) & n_golf(x3)) | exists e1 e2 x1 x2 x3 x4 x5.(n_air(x5) & Actor(e2,x1) & v_run(e2) & in(e1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_ball(x3) & of(x3,x4) & n_golf(x4) & (x1 = x2) & n_kid(x1)) | 4a5f8fb2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x2,x3) & ne_nam_kid(x1) & n_parking(x6) & n_lot(x5) & n_golf(x3) & n_ball(x2) & n_air(x4) & in(e1,x5) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4 x5.(v_run(e2) & v_hold(e1) & of(x3,x4) & n_kid(x1) & n_golf(x4) & n_ball(x3) & n_air(x5) & in(e1,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Kid holding a golf ball in the air in a parking lot. | A kid holds a golf ball. | 0 | -100 | A kid holds a golf ball is a less detailed rephrasing of 'Kid holding a golf ball in the air in a parking lot', the location has been omitted. | exists e1 x1 x2 x3 x4 x5 x6.(n_air(x4) & ne_nam_kid(x1) & in(e1,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ball(x2) & of(x2,x3) & n_golf(x3)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ball(x2) & of(x2,x3) & n_golf(x3) & n_kid(x1)) | 4a5f9ade-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x2,x3) & ne_nam_kid(x1) & n_parking(x6) & n_lot(x5) & n_golf(x3) & n_ball(x2) & n_air(x4) & in(e1,x5) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_kid(x1) & n_golf(x3) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Kid holding a golf ball in the air in a parking lot. | A kid is holding a bowling ball. | 2 | -100 | golf ball is different from bowling ball. | exists e1 x1 x2 x3 x4 x5 x6.(n_air(x4) & ne_nam_kid(x1) & in(e1,x5) & n_lot(x5) & of(x5,x6) & n_parking(x6) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ball(x2) & of(x2,x3) & n_golf(x3)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ball(x2) & of(x2,x3) & n_bowling(x3) & n_kid(x1)) | 4a5fa07e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_hold(e1) & of(x5,x6) & of(x2,x3) & ne_nam_kid(x1) & n_parking(x6) & n_lot(x5) & n_golf(x3) & n_ball(x2) & n_air(x4) & in(e1,x5) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_kid(x1) & n_bowling(x3) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
One man is jumping into the water, while the other is watching. | Two men are by the water | 0 | -100 | Two men are in the water one if jumping. | exists e1 p1 x1 x2 x3.(n_other(x3) & n_water(x2) & exists e2.(Actor(e2,x3) & v_watch(e2)) & while(e1,p1) & into(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1) & card_eq_1(x1)) | exists p1 x1 x2.(n_water(x2) & by(x1,x2) & n_man(x1) & card_eq_2(x1)) | 4a5fa506-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_jump(e1) & n_water(x2) & n_other(x3) & n_man(x1) & into(e1,x2) & exists e2.(v_watch(e2) & Actor(e2,x3)) & card_eq_1(x1) & Actor(e1,x1)) | exists x1 x2.(n_water(x2) & n_man(x1) & card_eq_2(x1) & by(x1,x2)) |
||
One man is jumping into the water, while the other is watching. | Two girls are jumping in the water | 2 | -100 | He refers to two men, not two girls. One man jumps in the water, not two girls jumping in the water. | exists e1 p1 x1 x2 x3.(n_other(x3) & n_water(x2) & exists e2.(Actor(e2,x3) & v_watch(e2)) & while(e1,p1) & into(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1) & card_eq_1(x1)) | exists e1 x1 x2.(n_water(x2) & in(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_girl(x1) & card_eq_2(x1)) | 4a5faa38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_jump(e1) & n_water(x2) & n_other(x3) & n_man(x1) & into(e1,x2) & exists e2.(v_watch(e2) & Actor(e2,x3)) & card_eq_1(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_jump(e1) & n_water(x2) & n_girl(x1) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
One man is jumping into the water, while the other is watching. | Brothers are by the water | 1 | -100 | You can not infer they are by the water. | exists e1 p1 x1 x2 x3.(n_other(x3) & n_water(x2) & exists e2.(Actor(e2,x3) & v_watch(e2)) & while(e1,p1) & into(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1) & card_eq_1(x1)) | exists p1 x1 x2.(n_water(x2) & ne_org_brothers(x1) & by(x1,x2)) | 4a5faeb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_jump(e1) & n_water(x2) & n_other(x3) & n_man(x1) & into(e1,x2) & exists e2.(v_watch(e2) & Actor(e2,x3)) & card_eq_1(x1) & Actor(e1,x1)) | exists x1 x2.(ne_org_brothers(x1) & n_water(x2) & by(x1,x2)) |
||
A woman in the bathroom in her pajamas | the woman is naked | 2 | -100 | A woman cannot be naked if she is in her pajamas. | exists x1 x2 x3.(n_pajamas(x3) & of(x3,x2) & n_female(x2) & n_bathroom(x2) & a_topic(x1) & in(x1,x3) & in(x1,x2) & n_woman(x1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_naked(s1)) | 4a5fb320-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x3,x2) & n_woman(x1) & n_pajamas(x3) & n_female(x2) & n_bathroom(x2) & in(x1,x3) & in(x1,x2) & a_topic(x1)) | exists s1 x1.(n_woman(x1) & a_naked(s1) & Theme(s1,x1)) |
||
A woman in the bathroom in her pajamas | a woman in a bathroom | 0 | -100 | Regardless of what she is wearing, the woman is in the bathroom. | exists x1 x2 x3.(n_pajamas(x3) & of(x3,x2) & n_female(x2) & n_bathroom(x2) & a_topic(x1) & in(x1,x3) & in(x1,x2) & n_woman(x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_bathroom(x2) & n_woman(x1)) | 4a5fb9a6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x3,x2) & n_woman(x1) & n_pajamas(x3) & n_female(x2) & n_bathroom(x2) & in(x1,x3) & in(x1,x2) & a_topic(x1)) | exists x1 x2.(n_woman(x1) & n_bathroom(x2) & in(x1,x2) & a_topic(x1)) |
||
A woman in the bathroom in her pajamas | the woman is sleepwalking | 1 | -100 | A person in pajamas can be in a bathroom for any reason and not just if the person is sleepwalking. | exists x1 x2 x3.(n_pajamas(x3) & of(x3,x2) & n_female(x2) & n_bathroom(x2) & a_topic(x1) & in(x1,x3) & in(x1,x2) & n_woman(x1)) | exists e1 x1.(n_woman(x1) & Actor(e1,x1) & v_sleepwalk(e1)) | 4a5fbe7e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x3,x2) & n_woman(x1) & n_pajamas(x3) & n_female(x2) & n_bathroom(x2) & in(x1,x3) & in(x1,x2) & a_topic(x1)) | exists e1 x1.(v_sleepwalk(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A man is jumping into an inflatable tube in a large body of water that also has boats, a ramp and a person in it. | A man water skis while a lot of people watch him. | 2 | -100 | A man cannot be jumping if he water skis. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x3) & a_also(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & rel(x6,x7) & subset_of(x9,x7) & in(x9,x1) & n_thing(x1) & n_person(x9) & subset_of(x8,x7) & n_ramp(x8) & n_boat(x6) & (x3 = x5) & of(x3,x4) & n_water(x4) & n_body(x3) & a_large(s2) & Theme(s2,x3) & into(e1,x2) & n_tube(x2) & a_inflatable(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1)) | exists p1 p2 p3 x1 x2 x3.(for(p1,x1) & exists x6.n_event(x6) & exists e1 x4 x5.(Theme(e1,x1) & Actor(e1,x4) & v_watch(e1) & of(x4,x5) & n_people(x5) & n_lot(x4)) & n_male(x1) & while(p2,p3) & n_ski(x1) & of(x1,x3) & n_water(x3) & of(x1,x2) & n_man(x2)) | 4a5fc310-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_jump(e1) & v_have(e2) & subset_of(x9,x7) & subset_of(x8,x7) & rel(x6,x7) & of(x3,x4) & n_water(x4) & n_tube(x2) & n_thing(x1) & n_ramp(x8) & n_person(x9) & n_man(x1) & n_body(x3) & n_boat(x6) & into(e1,x2) & in(x9,x1) & in(e1,x3) & a_large(s2) & a_inflatable(s1) & a_also(s3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1) & (x3 = x5)) | exists p1 p2 p3 x1 x2 x3.(while(p2,p3) & of(x1,x3) & of(x1,x2) & n_water(x3) & n_ski(x1) & n_man(x2) & n_male(x1) & for(p1,x1) & exists x6.n_event(x6) & exists e1 x4 x5.(v_watch(e1) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(e1,x1) & Actor(e1,x4))) |
||
A man is jumping into an inflatable tube in a large body of water that also has boats, a ramp and a person in it. | A group of people are celebrating labor day out on the lake. | 1 | -100 | You can not infer they are celebrating. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x3) & a_also(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & rel(x6,x7) & subset_of(x9,x7) & in(x9,x1) & n_thing(x1) & n_person(x9) & subset_of(x8,x7) & n_ramp(x8) & n_boat(x6) & (x3 = x5) & of(x3,x4) & n_water(x4) & n_body(x3) & a_large(s2) & Theme(s2,x3) & into(e1,x2) & n_tube(x2) & a_inflatable(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(n_lake(x5) & on(e1,x5) & a_out(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_celebrate(e1) & n_day(x3) & of(x3,x4) & n_labor(x4) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4a5fc810-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_jump(e1) & v_have(e2) & subset_of(x9,x7) & subset_of(x8,x7) & rel(x6,x7) & of(x3,x4) & n_water(x4) & n_tube(x2) & n_thing(x1) & n_ramp(x8) & n_person(x9) & n_man(x1) & n_body(x3) & n_boat(x6) & into(e1,x2) & in(x9,x1) & in(e1,x3) & a_large(s2) & a_inflatable(s1) & a_also(s3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1) & (x3 = x5)) | exists e1 s1 x1 x2 x3 x4 x5.(v_celebrate(e1) & on(e1,x5) & of(x3,x4) & of(x1,x2) & n_people(x2) & n_lake(x5) & n_labor(x4) & n_group(x1) & n_day(x3) & a_out(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is jumping into an inflatable tube in a large body of water that also has boats, a ramp and a person in it. | A man jumps into a tube. | 0 | -100 | Jumps into a tube is a simplification of the initial phrase of jumping into an inflatable tube. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x3) & a_also(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & rel(x6,x7) & subset_of(x9,x7) & in(x9,x1) & n_thing(x1) & n_person(x9) & subset_of(x8,x7) & n_ramp(x8) & n_boat(x6) & (x3 = x5) & of(x3,x4) & n_water(x4) & n_body(x3) & a_large(s2) & Theme(s2,x3) & into(e1,x2) & n_tube(x2) & a_inflatable(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1)) | exists e1 x1 x2.(into(e1,x2) & n_tube(x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1)) | 4a5fccac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_jump(e1) & v_have(e2) & subset_of(x9,x7) & subset_of(x8,x7) & rel(x6,x7) & of(x3,x4) & n_water(x4) & n_tube(x2) & n_thing(x1) & n_ramp(x8) & n_person(x9) & n_man(x1) & n_body(x3) & n_boat(x6) & into(e1,x2) & in(x9,x1) & in(e1,x3) & a_large(s2) & a_inflatable(s1) & a_also(s3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1) & (x3 = x5)) | exists e1 x1 x2.(v_jump(e1) & n_tube(x2) & n_man(x1) & into(e1,x2) & Actor(e1,x1)) |
||
A man jumps toward a floating device in a lake as another man watches. | There is no water around. | 2 | -100 | If there is no water, a device cannot be floating in a lake. | exists e1 p1 s1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_man(x4) & -(x4 = x1)) & n_man(x1) & n_man(x1) & as(e1,p1) & toward(e1,x2) & in(x2,x3) & n_lake(x3) & n_device(x2) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1)) | exists p1 x1.-exists s1 x2.((x1 = x2) & n_water(x2) & a_around(s1) & Theme(s1,x2)) | 4a5fd10c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(v_jump(e1) & toward(e1,x2) & n_man(x1) & n_lake(x3) & n_device(x2) & in(x2,x3) & exists e2 x4.(v_watch(e2) & n_man(x4) & Actor(e2,x4) & -(x4 = x1)) & as(e1,p1) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.all s1 x2.(-n_water(x2) | -a_around(s1) | -Theme(s1,x2) | -(x1 = x2)) |
||
A man jumps toward a floating device in a lake as another man watches. | There is water. | 0 | -100 | Lakes are made out of water. | exists e1 p1 s1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_man(x4) & -(x4 = x1)) & n_man(x1) & n_man(x1) & as(e1,p1) & toward(e1,x2) & in(x2,x3) & n_lake(x3) & n_device(x2) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1)) | exists p1 x1 x2.((x1 = x2) & n_water(x2)) | 4a5fd56c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(v_jump(e1) & toward(e1,x2) & n_man(x1) & n_lake(x3) & n_device(x2) & in(x2,x3) & exists e2 x4.(v_watch(e2) & n_man(x4) & Actor(e2,x4) & -(x4 = x1)) & as(e1,p1) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1 x2.(n_water(x2) & (x1 = x2)) |
||
A man jumps toward a floating device in a lake as another man watches. | The lake has snakes. | 1 | -100 | Not all lakes have snakes. | exists e1 p1 s1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_man(x4) & -(x4 = x1)) & n_man(x1) & n_man(x1) & as(e1,p1) & toward(e1,x2) & in(x2,x3) & n_lake(x3) & n_device(x2) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1) & v_jump(e1)) | exists e1 x1 x2.(n_lake(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_snake(x2)) | 4a5fd9cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3.(v_jump(e1) & toward(e1,x2) & n_man(x1) & n_lake(x3) & n_device(x2) & in(x2,x3) & exists e2 x4.(v_watch(e2) & n_man(x4) & Actor(e2,x4) & -(x4 = x1)) & as(e1,p1) & a_floating(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_snake(x2) & n_lake(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A lady is preparing some medicine to take. | The lady is preparing medicine because she has a fever. | 1 | -100 | The woman is never said to have a fever. | exists e1 p1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & Topic(x2,p1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_take(e2) & n_thing(x3)) & n_medicine(x2) & n_lady(x1)) | exists e1 p1 x1 x2.(n_female(x1) & n_lady(x1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & n_fever(x3)) & because(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & n_medicine(x2)) | 4a5fdf08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_prepare(e1) & n_medicine(x2) & n_lady(x1) & exists e2 x3.(v_take(e2) & n_thing(x3) & Theme(e2,x3) & Actor(e2,x2)) & Topic(x2,p1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_prepare(e1) & n_medicine(x2) & n_lady(x1) & n_female(x1) & exists e2 x3.(v_have(e2) & n_fever(x3) & Theme(e2,x3) & Actor(e2,x1)) & because(e1,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A lady is preparing some medicine to take. | The lady is getting the medicine ready. | 0 | -100 | Getting ready is a restatement of preparing. | exists e1 p1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & Topic(x2,p1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_take(e2) & n_thing(x3)) & n_medicine(x2) & n_lady(x1)) | exists e1 p1 x1 x2.(n_medicine(x2) & n_lady(x1) & exists s1.(Theme(s1,x2) & a_ready(s1)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x2) & v_get(e1)) | 4a5fe390-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_prepare(e1) & n_medicine(x2) & n_lady(x1) & exists e2 x3.(v_take(e2) & n_thing(x3) & Theme(e2,x3) & Actor(e2,x2)) & Topic(x2,p1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_get(e1) & n_medicine(x2) & n_lady(x1) & exists s1.(a_ready(s1) & Theme(s1,x2)) & Topic(e1,x2) & Recipient(e1,p1) & Actor(e1,x1)) |
||
A black person in a home bathroom with a syringe. | The woman is getting dinner in the drive through. | 2 | -100 | A person cannot be in a home and in a drive through at the same time. | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & with(x2,x4) & n_syringe(x4) & n_bathroom(x2) & of(x2,x3) & n_home(x3) & n_person(x1) & a_black(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_drive(x3) & n_woman(x1) & a_through(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & in(x2,x3) & n_dinner(x2)) | 4a5fec5a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x2,x4) & of(x2,x3) & n_syringe(x4) & n_person(x1) & n_home(x3) & n_bathroom(x2) & in(x1,x2) & a_topic(x1) & a_black(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(v_get(e1) & n_woman(x1) & n_drive(x3) & n_dinner(x2) & in(x2,x3) & a_through(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A woman in a bathroom using a syringe. | A woman has a needle. | 0 | -100 | It is implied that a syringe would have a needle on it. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_syringe(x4) & (x1 = x3) & in(x1,x2) & n_bathroom(x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_needle(x2) & n_woman(x1)) | 4a5ff9fc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_use(e1) & n_woman(x1) & n_syringe(x4) & n_bathroom(x2) & in(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_have(e1) & n_woman(x1) & n_needle(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a bathroom using a syringe. | A woman is injecting herself with insulin. | 1 | -100 | The syringe is never said to contain insulin. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_syringe(x4) & (x1 = x3) & in(x1,x2) & n_bathroom(x2) & n_woman(x1)) | exists e1 x1 x2.(with(e1,x2) & n_insulin(x2) & Theme(e1,x2) & Actor(e1,x1) & v_inject(e1) & n_female(x2) & n_woman(x1)) | 4a600352-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_use(e1) & n_woman(x1) & n_syringe(x4) & n_bathroom(x2) & in(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(with(e1,x2) & v_inject(e1) & n_woman(x1) & n_insulin(x2) & n_female(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A nurse holding a needle in a hospital. | A nurse is indoors. | 0 | -100 | A nurse is in a hospital therefore she is indoors. | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_hospital(x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_needle(x3) & (x1 = x2) & n_nurse(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_indoor(x2)) & n_nurse(x1)) | 4a601072-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_hold(e1) & n_nurse(x1) & n_needle(x3) & n_hospital(x4) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_nurse(x1) & exists x2.(n_indoor(x2) & (x1 = x2))) |
||
A woman on a sidewalk with luggage. | A woman is waiting for a taxi with her luggage. | 1 | 0.761077 | The woman is not said to be waiting for a taxi. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists e1 x1 x2 x3.(for(e1,x2) & with(x2,x3) & n_luggage(x3) & of(x3,x1) & n_female(x1) & n_taxi(x2) & Actor(e1,x1) & v_wait(e1) & n_woman(x1)) | 4a6049ac-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists e1 x1 x2 x3.(with(x2,x3) & v_wait(e1) & of(x3,x1) & n_woman(x1) & n_taxi(x2) & n_luggage(x3) & n_female(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A woman on a sidewalk with luggage. | A woman is lying in the middle of the street. | 2 | 0 | The woman cannot be on the sidewalk is she is in the middle of the street. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_street(x3) & n_middle(x2) & in(e1,x2) & of(x2,x3) & Actor(e1,x1) & v_lie(e1) & n_woman(x1)) | 4a605dde-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists e1 x1 x2 x3.(v_lie(e1) & of(x2,x3) & n_woman(x1) & n_street(x3) & n_middle(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A woman on a sidewalk with luggage. | A woman is waiting for a taxi. | 1 | 0.756844 | The woman isn't said to be waiting for a taxi. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists e1 x1 x2.(for(e1,x2) & n_taxi(x2) & Actor(e1,x1) & v_wait(e1) & n_woman(x1)) | 4a60669e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists e1 x1 x2.(v_wait(e1) & n_woman(x1) & n_taxi(x2) & for(e1,x2) & Actor(e1,x1)) |
||
A woman on a sidewalk with luggage. | A woman has just been dropped off by a car from the airport. | 1 | 0.205135 | The woman is said to be on the sidewalk. Not everyone on the sidewalk has been dropped off by a car from the airport. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists e1 s1 s2 x1 x2 x3.(n_airport(x3) & a_just(s2) & Manner(e1,s2) & Actor(e1,x2) & from(x2,x3) & n_car(x2) & a_off(s1) & Manner(e1,s1) & Theme(e1,x1) & v_drop(e1) & n_woman(x1)) | 4a60731e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists e1 s1 s2 x1 x2 x3.(v_drop(e1) & n_woman(x1) & n_car(x2) & n_airport(x3) & from(x2,x3) & a_off(s1) & a_just(s2) & Theme(e1,x1) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x2)) |
||
A woman on a sidewalk with luggage. | The woman is outdoors. | 0 | 0.989044 | The sidewalk is outdoors. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_outdoors(x2))) | 4a6077f6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists x1.(n_woman(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
A woman on a sidewalk with luggage. | The woman is smoking a cigarette. | 1 | 0.118626 | The woman isn't necessarily smoking a cigarette. | exists x1 x2 x3.(a_topic(x1) & on(x1,x2) & with(x2,x3) & n_luggage(x3) & n_sidewalk(x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2)) | 4a608084-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(with(x2,x3) & on(x1,x2) & n_woman(x1) & n_sidewalk(x2) & n_luggage(x3) & a_topic(x1)) | exists e1 x1 x2.(v_smoke(e1) & n_woman(x1) & n_cigarette(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | A group of friends are going scuba diving. | 1 | 0.806756 | Not all individuals are friends. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_go(e1) & n_diving(x3) & of(x3,x4) & n_scuba(x4) & of(x1,x2) & n_friend(x2) & n_group(x1)) | 4a624770-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists e1 x1 x2 x3 x4.(v_go(e1) & of(x3,x4) & of(x1,x2) & n_scuba(x4) & n_group(x1) & n_friend(x2) & n_diving(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | The four individuals are all expert divers. | 1 | 0.583524 | Although they are wearing diving gear, it does not imply they are expert divers. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists p1 x1.(n_individual(x1) & card_eq_4(x1) & all x2 s1.((n_diver(x2) & a_expert(s1) & Theme(s1,x2)) -> (x1 = x2))) | 4a625378-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists x1.(n_individual(x1) & card_eq_4(x1) & all x2 s1.(-n_diver(x2) | -a_expert(s1) | -Theme(s1,x2) | (x1 = x2))) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | People are outside. | 0 | 0.964856 | People is a shorter term to describe four individuals. If people are at the water's edge, then they are outside. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_people(x1)) | 4a62585a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists s1 x1.(n_people(x1) & a_outside(s1) & Theme(s1,x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | 4 individuals are digging in the sand. | 2 | 0.0002 | The people cannot be standing and digging. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists e1 x1 x2.(n_sand(x2) & in(e1,x2) & Actor(e1,x1) & v_dig(e1) & n_individual(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1)) | 4a627146-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists e1 x1 x2.(v_dig(e1) & n_sand(x2) & n_individual(x1) & n_date(x1) & in(e1,x2) & a_date_day_04(x1) & Actor(e1,x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | People are about to go diving. | 1 | 0.854709 | Although they are wearing diving gear, it does not imply they are about to go diving. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_diving(x2)) & n_people(x1)) | 4a627ce0-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists p1 s1 x1.(n_people(x1) & exists e1 x2.(v_go(e1) & n_diving(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | 4 men are at the waters edge with fishing spears in their hands. | 1 | 0.231475 | All individuals are not men. Wearing diving gear does not imply they have fishing spears in their hands. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists p1 x1 x2 x3 x6.(n_hand(x6) & of(x6,x2) & n_thing(x2) & n_edge(x2) & of(x2,x3) & n_waters(x3) & exists x4 x5.(at(x1,x2) & with(x2,x4) & in(x4,x6) & n_spear(x4) & of(x4,x5) & n_fishing(x5)) & n_man(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1)) | 4a62824e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists x1 x2 x3 x6.(of(x6,x2) & of(x2,x3) & n_waters(x3) & n_thing(x2) & n_man(x1) & n_hand(x6) & n_edge(x2) & n_date(x1) & exists x4 x5.(with(x2,x4) & of(x4,x5) & n_spear(x4) & n_fishing(x5) & in(x4,x6) & at(x1,x2)) & a_date_day_04(x1)) |
||
There are four individuals standing together in a line at the waters edge wearing black diving gear with red and black flippers. | A group of 2 men and 2 woman are standing together at the waters edge. | 1 | 0.137703 | Not all individuals are 2 women and 2 men. | exists p1 x1 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.((x1 = x2) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x3) & v_wear(e2) & with(x7,x9) & n_flipper(x9) & a_black(s4) & Theme(s4,x9) & a_red(s3) & Theme(s3,x9) & n_gear(x7) & of(x7,x8) & n_diving(x8) & a_black(s2) & Theme(s2,x7) & at(e1,x5) & in(e1,x4) & n_line(x4) & a_together(s1) & Manner(e1,s1) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_individual(x2) & card_eq_4(x2))) | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_edge(x5) & of(x5,x6) & n_waters(x6) & at(e1,x5) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_woman(x4) & n_date(x4) & a_date_day_02(x4) & a_date_day_02(x4) & n_man(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_date(x2) & a_date_day_02(x2) & a_date_day_02(x2) & n_group(x1)) | 4a628d20-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x5 x6.(of(x5,x6) & n_waters(x6) & n_edge(x5) & exists e1 e2 s1 s2 s3 s4 x2 x3 x4 x7 x8 x9.(with(x7,x9) & v_wear(e2) & v_stand(e1) & of(x7,x8) & n_line(x4) & n_individual(x2) & n_gear(x7) & n_flipper(x9) & n_diving(x8) & in(e1,x4) & for(e1,e2) & card_eq_4(x2) & at(e1,x5) & a_together(s1) & a_red(s3) & a_black(s4) & a_black(s2) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x7) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x6) & of(x1,x2) & n_woman(x4) & n_waters(x6) & n_man(x3) & n_group(x1) & n_edge(x5) & n_date(x4) & n_date(x2) & at(e1,x5) & a_together(s1) & a_date_day_02(x4) & a_date_day_02(x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Sunglasses wearing young white boy is standing in a field of white flowers and holding a soccer ball. | A boy is wearing expensive sunglasses. | 1 | -100 | Not all sunglasses are expensive. | exists e4 e2 e3 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(Theme(e4,x9) & Actor(e4,x6) & v_hold(e4) & n_ball(x9) & of(x9,x10) & n_soccer(x10) & Theme(e3,x8) & Actor(e3,x7) & v_wear(e3) & n_boy(x8) & a_white(s5) & Theme(s5,x8) & a_young(s4) & Theme(s4,x8) & (x6 = x7) & n_sunglass(x6) & in(e2,x4) & of(x4,x5) & n_flower(x5) & a_white(s3) & Theme(s3,x5) & n_field(x4) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_boy(x3) & a_white(s2) & Theme(s2,x3) & a_young(s1) & Theme(s1,x3) & (x1 = x2) & n_sunglass(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_sunglass(x2) & a_expensive(s1) & Theme(s1,x2) & n_boy(x1)) | 4a62b1ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e2 e3 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e3) & v_wear(e1) & v_stand(e2) & v_hold(e4) & of(x9,x10) & of(x4,x5) & n_sunglass(x6) & n_sunglass(x1) & n_soccer(x10) & n_flower(x5) & n_field(x4) & n_boy(x8) & n_boy(x3) & n_ball(x9) & in(e2,x4) & a_young(s4) & a_young(s1) & a_white(s5) & a_white(s3) & a_white(s2) & Theme(s5,x8) & Theme(s4,x8) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3) & Theme(e4,x9) & Theme(e3,x8) & Theme(e1,x3) & Actor(e4,x6) & Actor(e3,x7) & Actor(e2,x1) & Actor(e1,x2) & (x6 = x7) & (x1 = x2)) | exists e1 s1 x1 x2.(v_wear(e1) & n_sunglass(x2) & n_boy(x1) & a_expensive(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy and a girl are walking in a mall. | A man walking a dog outside | 2 | -100 | A man is not a boy and a girl while walking a dog outside can not take place while walking in a mall. | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_mall(x4) & Actor(e1,x1) & v_walk(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_boy(x2)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_outside(x3) & of(x3,x4) & n_dog(x4) & (x1 = x2) & n_man(x1)) | 4a62bb42-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_walk(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_mall(x4) & n_girl(x3) & n_boy(x2) & in(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_walk(e1) & of(x3,x4) & n_outside(x3) & n_man(x1) & n_dog(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A boy and a girl are walking in a mall. | A boy and a girl walking inside a shopping center | 0 | -100 | A mall is a shopping center. | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_mall(x4) & Actor(e1,x1) & v_walk(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_boy(x2)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & inside(e1,x4) & n_center(x4) & of(x4,x5) & n_shopping(x5) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_girl(x2) & subset_of(x1,s1) & n_boy(x1)) | 4a62c006-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_walk(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_mall(x4) & n_girl(x3) & n_boy(x2) & in(e1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x4,x5) & n_shopping(x5) & n_girl(x2) & n_center(x4) & n_boy(x1) & inside(e1,x4) & a_topic(s1) & Actor(e1,x3) & (x2 = x3)) |
||
A couple walks past lanterns and people eating at a restaurant. | People are eating at a restaurant. | 0 | -100 | the couple are not as important as people eating at a restaurant | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & subset_of(x4,x2) & at(e1,x6) & n_restaurant(x6) & Actor(e1,x5) & v_eat(e1) & (x4 = x5) & n_people(x4) & subset_of(x3,x2) & n_lantern(x3) & a_past(s1) & Theme(s1,x3) & n_couple(x1)) | exists e1 x1 x2.(at(e1,x2) & n_restaurant(x2) & Actor(e1,x1) & v_eat(e1) & n_people(x1)) | 4a62c772-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_walk(e2) & v_eat(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_restaurant(x6) & n_people(x4) & n_lantern(x3) & n_couple(x1) & at(e1,x6) & a_past(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_eat(e1) & n_restaurant(x2) & n_people(x1) & at(e1,x2) & Actor(e1,x1)) |
||
A couple walks past lanterns and people eating at a restaurant. | People are eating breakfast at a restaurant. | 1 | -100 | Not all eating is done at breakfast. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & subset_of(x4,x2) & at(e1,x6) & n_restaurant(x6) & Actor(e1,x5) & v_eat(e1) & (x4 = x5) & n_people(x4) & subset_of(x3,x2) & n_lantern(x3) & a_past(s1) & Theme(s1,x3) & n_couple(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_restaurant(x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_breakfast(x2) & n_people(x1)) | 4a62cc0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_walk(e2) & v_eat(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_restaurant(x6) & n_people(x4) & n_lantern(x3) & n_couple(x1) & at(e1,x6) & a_past(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2 x3.(v_eat(e1) & n_restaurant(x3) & n_people(x1) & n_breakfast(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A couple walks past lanterns and people eating at a restaurant. | There are no people in the restaurant. | 2 | -100 | If people are eating at a restaurant it can not be true that there are no people. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & subset_of(x4,x2) & at(e1,x6) & n_restaurant(x6) & Actor(e1,x5) & v_eat(e1) & (x4 = x5) & n_people(x4) & subset_of(x3,x2) & n_lantern(x3) & a_past(s1) & Theme(s1,x3) & n_couple(x1)) | exists p1 x1 x2.(n_restaurant(x2) & in(p1,x2) & -exists x3.((x1 = x3) & n_people(x3))) | 4a62d082-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_walk(e2) & v_eat(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_restaurant(x6) & n_people(x4) & n_lantern(x3) & n_couple(x1) & at(e1,x6) & a_past(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists p1 x1 x2.(n_restaurant(x2) & in(p1,x2) & all x3.(-n_people(x3) | -(x1 = x3))) |
||
A couple walks through an Asian restaurant. | A couple walking towards their table in a restaurant. | 1 | -100 | Walking through a restaurant does not imply they are walking towards their table. | exists e1 s1 x1 x2.(through(e1,x2) & n_restaurant(x2) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_couple(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & towards(e1,x3) & in(x3,x4) & n_restaurant(x4) & n_table(x3) & of(x3,x1) & n_thing(x1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_couple(x1)) | 4a62d5f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & through(e1,x2) & n_restaurant(x2) & n_couple(x1) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_walk(e1) & towards(e1,x3) & of(x3,x1) & n_thing(x1) & n_table(x3) & n_restaurant(x4) & n_couple(x1) & in(x3,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A couple walks through an Asian restaurant. | A couple makes their way through a restaurant. | 0 | -100 | one must walks to makes their way | exists e1 s1 x1 x2.(through(e1,x2) & n_restaurant(x2) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_couple(x1)) | exists e1 x1 x2 x3.(through(e1,x3) & n_restaurant(x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_way(x2) & of(x2,x1) & n_thing(x1) & n_couple(x1)) | 4a62e860-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & through(e1,x2) & n_restaurant(x2) & n_couple(x1) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_make(e1) & through(e1,x3) & of(x2,x1) & n_way(x2) & n_thing(x1) & n_restaurant(x3) & n_couple(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A couple walks through an Asian restaurant. | A man plays the harp for a crowd. | 2 | -100 | A man is singular while a couple is plural and a man plays the harp can not occur at the same time as a person walks though an Asian restaurant. | exists e1 s1 x1 x2.(through(e1,x2) & n_restaurant(x2) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_couple(x1)) | exists e1 x1 x2 x3.(n_harp(x2) & for(e1,x3) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1)) | 4a62f4c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_walk(e1) & through(e1,x2) & n_restaurant(x2) & n_couple(x1) & a_asian(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_harp(x2) & n_crowd(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | A man and girl sit on a bench. | 2 | -100 | Man and Girl closely sitting in a beach. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(on(e1,x4) & n_bench(x4) & Actor(e1,x1) & v_sit(e1) & n_girl(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 4a62fa9e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_man(x2) & n_girl(x3) & n_bench(x4) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | girl follows stranger to his house | 2 | -100 | If a man is walking down a crowded street with a girl following behind him it is not also true that a girl follows a stranger to his house. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(to(e1,x3) & n_house(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_follow(e1) & n_stranger(x2) & n_girl(x1)) | 4a62ffd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 x1 x2 x3.(v_follow(e1) & to(e1,x3) & of(x3,x1) & n_stranger(x2) & n_male(x1) & n_house(x3) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | A man and a girl are outside. | 0 | -100 | Walking down a crowded street implies the man and the girl are outside. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1 x2 x3.(Theme(s1,x1) & a_outside(s1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_man(x2)) | 4a630476-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists s1 x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_girl(x3) & a_outside(s1) & Theme(s1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | The girl is wearing a dress. | 2 | 0 | A girl is not wearing a dress while she is in a flower shirt and Capri pants. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2)) | 4a6308ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 x1 x2.(v_wear(e1) & n_girl(x1) & n_dress(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | There are women in the streets. | 1 | 0.847255 | The fact that a man is walking down a crowded street with a girl following closely behind him doesn't imply that there are other women in the street. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x2.(n_street(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_woman(x3))) | 4a630d4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists p1 x1 x2.(n_street(x2) & in(p1,x2) & exists x3.(n_woman(x3) & (x1 = x3))) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | father and daughter navigate the area | 1 | 0.182873 | Not all men a girls are father and daughter. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_area(x4) & Theme(e1,x4) & Actor(e1,x1) & v_navigate(e1) & subset_of(x3,x1) & n_daughter(x3) & subset_of(x2,x1) & n_father(x2)) | 4a631380-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 x1 x2 x3 x4.(v_navigate(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_father(x2) & n_daughter(x3) & n_area(x4) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | A couple is walking down the street. | 1 | 0.736947 | A man and a girl does not imply they are a couple. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_street(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_couple(x1)) | 4a63186c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 s1 x1 x2.(v_walk(e1) & n_street(x2) & n_couple(x1) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a black shirt walking down a crowded street with a girl in a flower shirt and Capri pants following closely behind him. | A man and a girl are running. | 2 | -100 | A man and girl are not both walking and running. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(behind(e2,x1) & n_male(x1) & a_closely(s4) & Manner(e2,s4) & Actor(e2,x7) & v_follow(e2) & n_pants(x7) & (x7 = x8) & ne_nam_capri(x8) & with(e1,x4) & in(x4,x5) & n_shirt(x5) & of(x5,x6) & n_flower(x6) & n_girl(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_street(x3) & a_crowded(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(Actor(e1,x1) & v_run(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_man(x2)) | 4a631ce0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x4) & v_walk(e1) & v_follow(e2) & of(x5,x6) & ne_nam_capri(x8) & n_street(x3) & n_shirt(x5) & n_shirt(x2) & n_pants(x7) & n_man(x1) & n_male(x1) & n_girl(x4) & n_flower(x6) & in(x4,x5) & in(x1,x2) & behind(e2,x1) & a_down(s3) & a_crowded(s2) & a_closely(s4) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Manner(e2,s4) & Manner(e1,s3) & Actor(e2,x7) & Actor(e1,x1) & (x7 = x8)) | exists e1 x1 x2 x3.(v_run(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_girl(x3) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.