premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man is sitting next to a computer monitor. | A man is near a TV. | 2 | -100 | A computer monitor is different from a TV. | exists e1 x1 x2 x3.(to(e1,x2) & n_monitor(x2) & of(x2,x3) & n_computer(x3) & r_next(e1) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1.(exists x2.(near(x1,x2) & n_tv(x2)) & n_man(x1)) | 7b8ba7ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_sit(e1) & to(e1,x2) & r_next(e1) & of(x2,x3) & n_monitor(x2) & n_man(x1) & n_computer(x3) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(near(x1,x2) & n_tv(x2))) |
||
An eastern Indian man with a mustache and glasses is sitting by a computer. | The man is in America. | 1 | -100 | Not all persons sitting by a computer is in America. | exists e1 s1 s2 x1 x2 x3 x4 x5.(by(e1,x5) & n_computer(x5) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & subset_of(x4,x2) & n_glass(x4) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & a_indian(s2) & Theme(s2,x1) & a_eastern(s1) & Theme(s1,x1)) | exists p1 x1 x2.(ne_geo_america(x2) & n_man(x1) & in(x1,x2)) | 7b8bacf6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & n_glass(x4) & n_computer(x5) & by(e1,x5) & a_indian(s2) & a_eastern(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(ne_geo_america(x2) & n_man(x1) & in(x1,x2)) |
||
An eastern Indian man with a mustache and glasses is sitting by a computer. | The man is near the computer. | 0 | -100 | Sitting by is also near. | exists e1 s1 s2 x1 x2 x3 x4 x5.(by(e1,x5) & n_computer(x5) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & subset_of(x4,x2) & n_glass(x4) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & a_indian(s2) & Theme(s2,x1) & a_eastern(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_computer(x2) & n_man(x1) & near(x1,x2)) | 7b8bb1f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & n_glass(x4) & n_computer(x5) & by(e1,x5) & a_indian(s2) & a_eastern(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(near(x1,x2) & n_man(x1) & n_computer(x2)) |
||
An eastern Indian man with a mustache and glasses is sitting by a computer. | The man is standing on the stage. | 2 | -100 | sitting and standing are not the same | exists e1 s1 s2 x1 x2 x3 x4 x5.(by(e1,x5) & n_computer(x5) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & subset_of(x4,x2) & n_glass(x4) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & a_indian(s2) & Theme(s2,x1) & a_eastern(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_stage(x2) & n_man(x1) & on(e1,x2) & Actor(e1,x1) & v_stand(e1)) | 7b8bb700-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_mustache(x3) & n_man(x1) & n_glass(x4) & n_computer(x5) & by(e1,x5) & a_indian(s2) & a_eastern(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_stage(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man in glasses completes a task beside a monitor that is not on. | a man in glasses completes a task by a turned off monitor. | 0 | -100 | Monitor that is not on implies turned off monitor. | exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & -exists s1.(Theme(s1,x5) & a_on(s1)) & (x4 = x5) & n_monitor(x4) & Theme(e1,x3) & Actor(e1,x1) & v_complete(e1) & n_task(x3) & in(x1,x2) & n_glass(x2) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_complete(e2) & by(x3,x4) & off(e1,x6) & n_monitor(x6) & Theme(e1,x5) & v_turn(e1) & (x4 = x5) & n_a(x4) & n_task(x3) & in(x1,x2) & n_glass(x2) & n_man(x1)) | 7b8bbc78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_complete(e1) & n_task(x3) & n_monitor(x4) & n_man(x1) & n_glass(x2) & in(x1,x2) & beside(e1,x4) & all s1.(-a_on(s1) | -Theme(s1,x5)) & Theme(e1,x3) & Actor(e1,x1) & (x4 = x5)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_turn(e1) & v_complete(e2) & off(e1,x6) & n_task(x3) & n_monitor(x6) & n_man(x1) & n_glass(x2) & n_a(x4) & in(x1,x2) & by(x3,x4) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & (x4 = x5)) |
||
A man in glasses completes a task beside a monitor that is not on. | a man is working on a cpu besides a monitor that isn't working. | 1 | -100 | For the fact that the monitor is not no does not imply that the monitor isn't working. | exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & -exists s1.(Theme(s1,x5) & a_on(s1)) & (x4 = x5) & n_monitor(x4) & Theme(e1,x3) & Actor(e1,x1) & v_complete(e1) & n_task(x3) & in(x1,x2) & n_glass(x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(on(e1,x2) & besides(x2,x3) & -exists e2.(Actor(e2,x4) & v_work(e2)) & (x3 = x4) & n_monitor(x3) & n_cpu(x2) & Actor(e1,x1) & v_work(e1) & n_man(x1)) | 7b8bc36c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_complete(e1) & n_task(x3) & n_monitor(x4) & n_man(x1) & n_glass(x2) & in(x1,x2) & beside(e1,x4) & all s1.(-a_on(s1) | -Theme(s1,x5)) & Theme(e1,x3) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3 x4.(v_work(e1) & on(e1,x2) & n_monitor(x3) & n_man(x1) & n_cpu(x2) & besides(x2,x3) & all e2.(-v_work(e2) | -Actor(e2,x4)) & Actor(e1,x1) & (x3 = x4)) |
||
A man in glasses completes a task beside a monitor that is not on. | there is no man working on the task. | 2 | -100 | no man and man | exists e1 x1 x2 x3 x4 x5.(beside(e1,x4) & -exists s1.(Theme(s1,x5) & a_on(s1)) & (x4 = x5) & n_monitor(x4) & Theme(e1,x3) & Actor(e1,x1) & v_complete(e1) & n_task(x3) & in(x1,x2) & n_glass(x2) & n_man(x1)) | exists p1 x1 x4.(n_task(x4) & -exists e1 x2 x3.((x1 = x2) & on(e1,x4) & Actor(e1,x3) & v_work(e1) & (x2 = x3) & n_man(x2))) | 7b8bc90c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_complete(e1) & n_task(x3) & n_monitor(x4) & n_man(x1) & n_glass(x2) & in(x1,x2) & beside(e1,x4) & all s1.(-a_on(s1) | -Theme(s1,x5)) & Theme(e1,x3) & Actor(e1,x1) & (x4 = x5)) | exists x1 x4.(n_task(x4) & all e1 x2 x3.(-v_work(e1) | -on(e1,x4) | -n_man(x2) | -Actor(e1,x3) | -(x2 = x3) | -(x1 = x2))) |
||
A black man is talking on his cellphone and is holding a vintage camera. | The black man is taking pictures of himself. | 1 | -100 | The man should not be taking pictures of himself simply because he is holding a vintage camera. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & a_vintage(s3) & Theme(s3,x4) & n_man(x3) & a_black(s2) & Theme(s2,x3) & on(e1,x2) & n_cellphone(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & a_black(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_male(x1) & n_man(x1) & a_black(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x1) & n_picture(x2)) | 7b8bcdee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_talk(e1) & v_hold(e2) & on(e1,x2) & of(x2,x1) & n_man(x3) & n_man(x1) & n_male(x1) & n_cellphone(x2) & n_camera(x4) & a_vintage(s3) & a_black(s2) & a_black(s1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_take(e1) & of(x2,x1) & n_picture(x2) & n_man(x1) & n_male(x1) & a_black(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A black man is talking on his cellphone and is holding a vintage camera. | A man is on the phone. | 0 | -100 | Talking on his cellphone is same as on the phone. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & a_vintage(s3) & Theme(s3,x4) & n_man(x3) & a_black(s2) & Theme(s2,x3) & on(e1,x2) & n_cellphone(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & a_black(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_phone(x2) & on(x1,x2) & n_man(x1)) | 7b8bd2a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(v_talk(e1) & v_hold(e2) & on(e1,x2) & of(x2,x1) & n_man(x3) & n_man(x1) & n_male(x1) & n_cellphone(x2) & n_camera(x4) & a_vintage(s3) & a_black(s2) & a_black(s1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_phone(x2) & n_man(x1)) |
||
A black man is talking on his cellphone and is holding a vintage camera. | The black man does not have a cellphone. | 2 | -100 | one cannot be talking on a phone if he does not have one. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & n_camera(x4) & a_vintage(s3) & Theme(s3,x4) & n_man(x3) & a_black(s2) & Theme(s2,x3) & on(e1,x2) & n_cellphone(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_talk(e1) & n_man(x1) & a_black(s1) & Theme(s1,x1)) | exists s1 x1.(n_man(x1) & a_black(s1) & Theme(s1,x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_cellphone(x2))) | 7b8bd870-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_talk(e1) & v_hold(e2) & on(e1,x2) & of(x2,x1) & n_man(x3) & n_man(x1) & n_male(x1) & n_cellphone(x2) & n_camera(x4) & a_vintage(s3) & a_black(s2) & a_black(s1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & all e1 x2.(-v_have(e1) | -n_cellphone(x2) | -Theme(e1,x2) | -Actor(e1,x1)) & a_black(s1) & Theme(s1,x1)) |
||
An African American man wearing a black leather jacket and fedora is speaking on his cellphone and holding a large camera with a flash bulb. | The man is in a chair at a restaurant. | 2 | -100 | camera and chair are not the same | exists e2 e1 e4 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(Theme(e4,x14) & Actor(e4,x8) & v_hold(e4) & with(x14,x15) & n_bulb(x15) & of(x15,x16) & n_flash(x16) & n_camera(x14) & a_large(s7) & Theme(s7,x14) & Theme(e3,x10) & Actor(e3,x9) & v_wear(e3) & n_fedora(x12) & n_jacket(x11) & of(x11,x13) & n_leather(x13) & a_black(s6) & Theme(s6,x11) & subset_of(x12,x10) & subset_of(x11,x10) & (x8 = x9) & n_man(x8) & a_american(s5) & Theme(s5,x8) & a_african(s4) & Theme(s4,x8) & on(e2,x7) & n_cellphone(x7) & of(x7,x1) & n_male(x1) & Actor(e2,x1) & v_speak(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_fedora(x5) & n_jacket(x4) & of(x4,x6) & n_leather(x6) & a_black(s3) & Theme(s3,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1)) | exists p1 x1.(n_man(x1) & exists x2 x3.(in(x1,x2) & at(x2,x3) & n_restaurant(x3) & n_chair(x2))) | 7b8bdcd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e4 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(with(x14,x15) & v_wear(e3) & v_wear(e1) & v_speak(e2) & v_hold(e4) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x12,x10) & subset_of(x11,x10) & on(e2,x7) & of(x7,x1) & of(x4,x6) & of(x15,x16) & of(x11,x13) & n_man(x8) & n_man(x1) & n_male(x1) & n_leather(x6) & n_leather(x13) & n_jacket(x4) & n_jacket(x11) & n_flash(x16) & n_fedora(x5) & n_fedora(x12) & n_cellphone(x7) & n_camera(x14) & n_bulb(x15) & a_large(s7) & a_black(s6) & a_black(s3) & a_american(s5) & a_american(s2) & a_african(s4) & a_african(s1) & Theme(s7,x14) & Theme(s6,x11) & Theme(s5,x8) & Theme(s4,x8) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Theme(e4,x14) & Theme(e3,x10) & Theme(e1,x3) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2 x3.(n_restaurant(x3) & n_chair(x2) & in(x1,x2) & at(x2,x3))) |
||
An African American man wearing a black leather jacket and fedora is speaking on his cellphone and holding a large camera with a flash bulb. | The person is on the phone. | 0 | -100 | Speaking on his cellphone is same as on the phone. | exists e1 e4 e2 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(Theme(e4,x14) & Actor(e4,x8) & v_hold(e4) & with(x14,x15) & n_bulb(x15) & of(x15,x16) & n_flash(x16) & n_camera(x14) & a_large(s7) & Theme(s7,x14) & Theme(e3,x10) & Actor(e3,x9) & v_wear(e3) & n_fedora(x12) & n_jacket(x11) & of(x11,x13) & n_leather(x13) & a_black(s6) & Theme(s6,x11) & subset_of(x12,x10) & subset_of(x11,x10) & (x8 = x9) & n_man(x8) & a_american(s5) & Theme(s5,x8) & a_african(s4) & Theme(s4,x8) & on(e2,x7) & n_cellphone(x7) & of(x7,x1) & n_male(x1) & Actor(e2,x1) & v_speak(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_fedora(x5) & n_jacket(x4) & of(x4,x6) & n_leather(x6) & a_black(s3) & Theme(s3,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_phone(x2) & n_person(x1) & on(x1,x2)) | 7b8be180-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e2 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(with(x14,x15) & v_wear(e3) & v_wear(e1) & v_speak(e2) & v_hold(e4) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x12,x10) & subset_of(x11,x10) & on(e2,x7) & of(x7,x1) & of(x4,x6) & of(x15,x16) & of(x11,x13) & n_man(x8) & n_man(x1) & n_male(x1) & n_leather(x6) & n_leather(x13) & n_jacket(x4) & n_jacket(x11) & n_flash(x16) & n_fedora(x5) & n_fedora(x12) & n_cellphone(x7) & n_camera(x14) & n_bulb(x15) & a_large(s7) & a_black(s6) & a_black(s3) & a_american(s5) & a_american(s2) & a_african(s4) & a_african(s1) & Theme(s7,x14) & Theme(s6,x11) & Theme(s5,x8) & Theme(s4,x8) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Theme(e4,x14) & Theme(e3,x10) & Theme(e1,x3) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2)) | exists x1 x2.(on(x1,x2) & n_phone(x2) & n_person(x1)) |
||
An African American man wearing a black leather jacket and fedora is speaking on his cellphone and holding a large camera with a flash bulb. | The person is at a photo shoot. | 1 | -100 | The fact that a person is holding a large camera with a flash bulb does not imply that the person is at a photo shoot. | exists e4 e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(Theme(e4,x14) & Actor(e4,x8) & v_hold(e4) & with(x14,x15) & n_bulb(x15) & of(x15,x16) & n_flash(x16) & n_camera(x14) & a_large(s7) & Theme(s7,x14) & Theme(e3,x10) & Actor(e3,x9) & v_wear(e3) & n_fedora(x12) & n_jacket(x11) & of(x11,x13) & n_leather(x13) & a_black(s6) & Theme(s6,x11) & subset_of(x12,x10) & subset_of(x11,x10) & (x8 = x9) & n_man(x8) & a_american(s5) & Theme(s5,x8) & a_african(s4) & Theme(s4,x8) & on(e2,x7) & n_cellphone(x7) & of(x7,x1) & n_male(x1) & Actor(e2,x1) & v_speak(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_fedora(x5) & n_jacket(x4) & of(x4,x6) & n_leather(x6) & a_black(s3) & Theme(s3,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_man(x1) & a_american(s2) & Theme(s2,x1) & a_african(s1) & Theme(s1,x1)) | exists p1 x1.(n_person(x1) & exists x2 x3.(at(x1,x2) & n_shoot(x2) & of(x2,x3) & n_photo(x3))) | 7b8be734-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16.(with(x14,x15) & v_wear(e3) & v_wear(e1) & v_speak(e2) & v_hold(e4) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x12,x10) & subset_of(x11,x10) & on(e2,x7) & of(x7,x1) & of(x4,x6) & of(x15,x16) & of(x11,x13) & n_man(x8) & n_man(x1) & n_male(x1) & n_leather(x6) & n_leather(x13) & n_jacket(x4) & n_jacket(x11) & n_flash(x16) & n_fedora(x5) & n_fedora(x12) & n_cellphone(x7) & n_camera(x14) & n_bulb(x15) & a_large(s7) & a_black(s6) & a_black(s3) & a_american(s5) & a_american(s2) & a_african(s4) & a_african(s1) & Theme(s7,x14) & Theme(s6,x11) & Theme(s5,x8) & Theme(s4,x8) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Theme(e4,x14) & Theme(e3,x10) & Theme(e1,x3) & Actor(e4,x8) & Actor(e3,x9) & Actor(e2,x1) & Actor(e1,x2) & (x8 = x9) & (x1 = x2)) | exists x1.(n_person(x1) & exists x2 x3.(of(x2,x3) & n_shoot(x2) & n_photo(x3) & at(x1,x2))) |
||
A man with an old fashioned camera talks on a cellphone. | A woman talking on the phone. | 2 | -100 | man and woman are not the same | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_cellphone(x4) & n_talk(x2) & of(x2,x3) & n_camera(x3) & a_fashioned(s2) & Theme(s2,x2) & a_old(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_phone(x3) & a_topic(x1) & on(e1,x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1)) | 7b8bebda-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x2,x3) & n_talk(x2) & n_man(x1) & n_cellphone(x4) & n_camera(x3) & a_topic(x1) & a_old(s1) & a_fashioned(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_talk(e1) & on(e1,x3) & n_woman(x1) & n_phone(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man with an old fashioned camera talks on a cellphone. | A man with an antique camera uses his iPhone. | 1 | -100 | Not a cellphone is an iPhone. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_cellphone(x4) & n_talk(x2) & of(x2,x3) & n_camera(x3) & a_fashioned(s2) & Theme(s2,x2) & a_old(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_use(e1) & n_iphone(x3) & of(x3,x1) & n_male(x1) & with(x1,x2) & n_camera(x2) & a_antique(s1) & Theme(s1,x2) & n_man(x1)) | 7b8bf058-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x2,x3) & n_talk(x2) & n_man(x1) & n_cellphone(x4) & n_camera(x3) & a_topic(x1) & a_old(s1) & a_fashioned(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(with(x1,x2) & v_use(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_iphone(x3) & n_camera(x2) & a_antique(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man with an old fashioned camera talks on a cellphone. | A man using his cellphone. | 0 | -100 | On a cellphone is same as using a cellphone. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_cellphone(x4) & n_talk(x2) & of(x2,x3) & n_camera(x3) & a_fashioned(s2) & Theme(s2,x2) & a_old(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_use(e1) & n_cellphone(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | 7b8bf4ea-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x2,x3) & n_talk(x2) & n_man(x1) & n_cellphone(x4) & n_camera(x3) & a_topic(x1) & a_old(s1) & a_fashioned(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_use(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_cellphone(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A little girl with a blue jean jacket smiling while running in a field. | the girls is five | 1 | -100 | All little girls are not five. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & while(e1,e2) & in(e2,x5) & n_field(x5) & Actor(e2,x4) & v_run(e2) & Actor(e1,x4) & v_smile(e1) & (x2 = x4) & n_jacket(x2) & of(x2,x3) & n_jean(x3) & a_blue(s2) & Theme(s2,x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 x1.(n_girl(x1) & exists x2.((x1 = x2) & n_thing(x2) & card_eq_5(x2))) | 7b8bf954-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & while(e1,e2) & v_smile(e1) & v_run(e2) & of(x2,x3) & n_jean(x3) & n_jacket(x2) & n_girl(x1) & n_field(x5) & in(e2,x5) & a_topic(x1) & a_little(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x4) & (x2 = x4)) | exists x1.(n_girl(x1) & exists x2.(n_thing(x2) & card_eq_5(x2) & (x1 = x2))) |
||
A little girl with a blue jean jacket smiling while running in a field. | a girl in a jacket | 0 | -100 | Little girl is a girl. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & while(e1,e2) & in(e2,x5) & n_field(x5) & Actor(e2,x4) & v_run(e2) & Actor(e1,x4) & v_smile(e1) & (x2 = x4) & n_jacket(x2) & of(x2,x3) & n_jean(x3) & a_blue(s2) & Theme(s2,x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_jacket(x2) & n_girl(x1)) | 7b8bfe5e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & while(e1,e2) & v_smile(e1) & v_run(e2) & of(x2,x3) & n_jean(x3) & n_jacket(x2) & n_girl(x1) & n_field(x5) & in(e2,x5) & a_topic(x1) & a_little(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x4) & (x2 = x4)) | exists x1 x2.(n_jacket(x2) & n_girl(x1) & in(x1,x2) & a_topic(x1)) |
||
A little girl with a blue jean jacket smiling while running in a field. | the girls is asleep | 2 | -100 | running and asleep are not the same | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & while(e1,e2) & in(e2,x5) & n_field(x5) & Actor(e2,x4) & v_run(e2) & Actor(e1,x4) & v_smile(e1) & (x2 = x4) & n_jacket(x2) & of(x2,x3) & n_jean(x3) & a_blue(s2) & Theme(s2,x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(n_girl(x1) & Theme(s1,x1) & a_asleep(s1)) | 7b8c02fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & while(e1,e2) & v_smile(e1) & v_run(e2) & of(x2,x3) & n_jean(x3) & n_jacket(x2) & n_girl(x1) & n_field(x5) & in(e2,x5) & a_topic(x1) & a_little(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x4) & (x2 = x4)) | exists s1 x1.(n_girl(x1) & a_asleep(s1) & Theme(s1,x1)) |
||
An African with an old magnesium flash camera. | The African person is a woman. | 1 | -100 | The African person need not necessarily be a woman. | exists s1 s2 x1 x2 x3 x4.(r_an(s1) & with(s1,x2) & n_camera(x2) & of(x2,x4) & n_flash(x4) & of(x2,x3) & n_magnesium(x3) & a_old(s2) & Theme(s2,x2) & Theme(s1,x1) & a_african(s1) & n_thing(x1)) | exists p1 s1 x1.(n_person(x1) & a_african(s1) & Theme(s1,x1) & exists x2.((x1 = x2) & n_woman(x2))) | 7b8c07e6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(s1,x2) & r_an(s1) & of(x2,x4) & of(x2,x3) & n_thing(x1) & n_magnesium(x3) & n_flash(x4) & n_camera(x2) & a_old(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1)) | exists s1 x1.(n_person(x1) & exists x2.(n_woman(x2) & (x1 = x2)) & a_african(s1) & Theme(s1,x1)) |
||
An African with an old magnesium flash camera. | The African person is using a new GoPro camera. | 2 | -100 | A person cannot be using a magnesium flash camera and GoPro camera simultaneously. | exists s1 s2 x1 x2 x3 x4.(r_an(s1) & with(s1,x2) & n_camera(x2) & of(x2,x4) & n_flash(x4) & of(x2,x3) & n_magnesium(x3) & a_old(s2) & Theme(s2,x2) & Theme(s1,x1) & a_african(s1) & n_thing(x1)) | exists e1 s1 s2 x1 x2 x3.(n_person(x1) & a_african(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_camera(x2) & (x2 = x3) & ne_org_gopro(x3) & a_new(s2) & Theme(s2,x2)) | 7b8c0d2c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(s1,x2) & r_an(s1) & of(x2,x4) & of(x2,x3) & n_thing(x1) & n_magnesium(x3) & n_flash(x4) & n_camera(x2) & a_old(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_use(e1) & ne_org_gopro(x3) & n_person(x1) & n_camera(x2) & a_new(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3)) |
||
An African with an old magnesium flash camera. | The person is using a camera. | 0 | -100 | An African is a person. | exists s1 s2 x1 x2 x3 x4.(r_an(s1) & with(s1,x2) & n_camera(x2) & of(x2,x4) & n_flash(x4) & of(x2,x3) & n_magnesium(x3) & a_old(s2) & Theme(s2,x2) & Theme(s1,x1) & a_african(s1) & n_thing(x1)) | exists e1 x1 x2.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_camera(x2)) | 7b8c120e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(with(s1,x2) & r_an(s1) & of(x2,x4) & of(x2,x3) & n_thing(x1) & n_magnesium(x3) & n_flash(x4) & n_camera(x2) & a_old(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1)) | exists e1 x1 x2.(v_use(e1) & n_person(x1) & n_camera(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The dog is laying on its back near a green ball. | The dog is tired. | 1 | -100 | Not all dogs laying on its bacck is tired. | exists e1 s1 x1 x2 x3.(n_back(x2) & of(x2,x1) & n_thing(x1) & n_dog(x1) & on(e1,x2) & near(x2,x3) & n_ball(x3) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & v_lay(e1)) | exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_tired(s1)) | 7b8c16be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_lay(e1) & on(e1,x2) & of(x2,x1) & near(x2,x3) & n_thing(x1) & n_dog(x1) & n_ball(x3) & n_back(x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists s1 x1.(n_dog(x1) & a_tired(s1) & Theme(s1,x1)) |
||
The dog is laying on its back near a green ball. | The dog is running. | 2 | -100 | laying and running are not the same | exists e1 s1 x1 x2 x3.(n_back(x2) & of(x2,x1) & n_thing(x1) & n_dog(x1) & on(e1,x2) & near(x2,x3) & n_ball(x3) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & v_lay(e1)) | exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_run(e1)) | 7b8c1bb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_lay(e1) & on(e1,x2) & of(x2,x1) & near(x2,x3) & n_thing(x1) & n_dog(x1) & n_ball(x3) & n_back(x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1.(v_run(e1) & n_dog(x1) & Actor(e1,x1)) |
||
The dog is laying on its back near a green ball. | The dog is laying. | 0 | -100 | dog is laying on its back can also be said as dog is laying. | exists e1 s1 x1 x2 x3.(n_back(x2) & of(x2,x1) & n_thing(x1) & n_dog(x1) & on(e1,x2) & near(x2,x3) & n_ball(x3) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1) & v_lay(e1)) | exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_lay(e1)) | 7b8c214a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_lay(e1) & on(e1,x2) & of(x2,x1) & near(x2,x3) & n_thing(x1) & n_dog(x1) & n_ball(x3) & n_back(x2) & a_green(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1.(v_lay(e1) & n_dog(x1) & Actor(e1,x1)) |
||
A young boy playing soccer. | The kid is sleeping | 2 | -100 | A kid does not have to be a boy. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_soccer(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(n_kid(x1) & Actor(e1,x1) & v_sleep(e1)) | 7b8c262c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_soccer(x3) & n_boy(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_sleep(e1) & n_kid(x1) & Actor(e1,x1)) |
||
A young boy playing soccer. | A kid is playing outside | 0 | -100 | A young boy is a Kid. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_soccer(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & n_kid(x1)) | 7b8c2b18-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_soccer(x3) & n_boy(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_outside(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy playing soccer. | A kid is playing for the soccer championship | 1 | -100 | The young boy playing soccer does not imply that the game is for championship. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_soccer(x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_championship(x2) & of(x2,x3) & n_soccer(x3) & for(e1,x2) & Actor(e1,x1) & v_play(e1) & n_kid(x1)) | 7b8c305e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_soccer(x3) & n_boy(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_soccer(x3) & n_kid(x1) & n_championship(x2) & for(e1,x2) & Actor(e1,x1)) |
||
A little boy running after a ball. | Nobody is running. | 2 | -100 | boy and nobody are not the same | exists e1 s1 x1 x2 x3.(a_topic(x1) & after(e1,x3) & n_ball(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | -exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_person(x1)) | 7b8c366c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & n_boy(x1) & n_ball(x3) & after(e1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | all e1 x1.(-v_run(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
A little boy running after a ball. | A human running fast | 1 | -100 | The boy might not be running fast. | exists e1 s1 x1 x2 x3.(a_topic(x1) & after(e1,x3) & n_ball(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 s2 x1.(Theme(s2,x1) & a_fast(s2) & n_running(x1) & a_human(s1) & Theme(s1,x1)) | 7b8c3b44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & n_boy(x1) & n_ball(x3) & after(e1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 s2 x1.(n_running(x1) & a_human(s1) & a_fast(s2) & Theme(s2,x1) & Theme(s1,x1)) |
||
A little boy running after a ball. | A human running | 0 | -100 | Little boy is a human. | exists e1 s1 x1 x2 x3.(a_topic(x1) & after(e1,x3) & n_ball(x3) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(a_topic(x1) & n_running(x1) & a_human(s1) & Theme(s1,x1)) | 7b8c3ffe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_run(e1) & n_boy(x1) & n_ball(x3) & after(e1,x3) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_running(x1) & a_topic(x1) & a_human(s1) & Theme(s1,x1)) |
||
A little boy wearing green shorts kicking a soccer ball. | The boy likes soccer more than other sports. | 1 | -100 | Not all boys likes soccer more. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & Theme(e1,x5) & Actor(e1,x4) & v_kick(e1) & n_ball(x5) & of(x5,x6) & n_soccer(x6) & (x3 = x4) & n_shorts(x3) & a_green(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_sport(x4) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_like(e1) & than(x2,x3) & -(x3 = x4) & n_sport(x3) & n_more(x2) & r_more(s1) & a_soccer(s1) & Theme(s1,x2)) | 7b8c44ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_kick(e1) & of(x5,x6) & n_soccer(x6) & n_shorts(x3) & n_boy(x1) & n_ball(x5) & a_topic(x1) & a_little(s1) & a_green(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_like(e1) & than(x2,x3) & r_more(s1) & n_sport(x4) & n_sport(x3) & n_more(x2) & n_boy(x1) & a_soccer(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1) & -(x3 = x4)) |
||
A little boy wearing green shorts kicking a soccer ball. | The boy is playing basketball. | 2 | -100 | soccer and basketball are not the same | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & Theme(e1,x5) & Actor(e1,x4) & v_kick(e1) & n_ball(x5) & of(x5,x6) & n_soccer(x6) & (x3 = x4) & n_shorts(x3) & a_green(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2)) | 7b8c495e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_kick(e1) & of(x5,x6) & n_soccer(x6) & n_shorts(x3) & n_boy(x1) & n_ball(x5) & a_topic(x1) & a_little(s1) & a_green(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_boy(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy wearing green shorts kicking a soccer ball. | The boy is a fan of playing sports. | 0 | -100 | Playing sports with a soccer ball. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & Theme(e1,x5) & Actor(e1,x4) & v_kick(e1) & n_ball(x5) & of(x5,x6) & n_soccer(x6) & (x3 = x4) & n_shorts(x3) & a_green(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 x1.(n_boy(x1) & exists e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_sport(x4) & (x2 = x3) & n_fan(x2))) | 7b8c4e04-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_kick(e1) & of(x5,x6) & n_soccer(x6) & n_shorts(x3) & n_boy(x1) & n_ball(x5) & a_topic(x1) & a_little(s1) & a_green(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists x1.(n_boy(x1) & exists e1 x2 x3 x4.(v_play(e1) & n_sport(x4) & n_fan(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
Professional baseball player throws a baseball during a game. | Nobody is playing baseball. | 2 | -100 | A PLAYER IS MORE THAN NOBODY | exists e1 s1 x1 x2 x3 x4.(during(e1,x4) & n_game(x4) & Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_baseball(x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_professional(s1) & Theme(s1,x1)) | -exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2) & n_person(x1)) | 7b8c640c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_throw(e1) & of(x1,x2) & n_player(x1) & n_game(x4) & n_baseball(x3) & n_baseball(x2) & during(e1,x4) & a_professional(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | all e1 x1 x2.(-v_play(e1) | -n_person(x1) | -n_baseball(x2) | -Theme(e1,x2) | -Actor(e1,x1)) |
||
Professional baseball player throws a baseball during a game. | Someone is throwing something. | 0 | -100 | Professional baseball player is someone. | exists e1 s1 x1 x2 x3 x4.(during(e1,x4) & n_game(x4) & Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_baseball(x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_professional(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_thing(x2) & n_person(x1)) | 7b8c68ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_throw(e1) & of(x1,x2) & n_player(x1) & n_game(x4) & n_baseball(x3) & n_baseball(x2) & during(e1,x4) & a_professional(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_throw(e1) & n_thing(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Professional baseball player throws a baseball during a game. | The baseball has red stitches. | 1 | -100 | There is no way for us to know if a baseball that is thrown during a game has red stitches. | exists e1 s1 x1 x2 x3 x4.(during(e1,x4) & n_game(x4) & Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_baseball(x3) & n_player(x1) & of(x1,x2) & n_baseball(x2) & a_professional(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_baseball(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_stitch(x2) & a_red(s1) & Theme(s1,x2)) | 7b8c6d9e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_throw(e1) & of(x1,x2) & n_player(x1) & n_game(x4) & n_baseball(x3) & n_baseball(x2) & during(e1,x4) & a_professional(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_stitch(x2) & n_baseball(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
There are two girls sitting at a table reading menus while the waiter stands at the table. | Two girls read a menu while the waiter stands at their table. | 0 | -100 | girls sitting at a table reading menus while the waiter stands at the table is same as girls read a menu while the waiter stands at their table | exists p1 x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x4) & exists e3.(at(e3,x4) & Actor(e3,x7) & v_stand(e3)) & n_table(x4) & n_table(x4) & while(e2,p2) & Theme(e2,x6) & Actor(e2,x5) & v_read(e2) & n_menu(x6) & (x4 = x5) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_girl(x2) & card_eq_2(x2))) | exists e1 p1 x1 x2 x3 x4.(n_table(x4) & of(x4,x3) & n_thing(x3) & n_waiter(x3) & exists e2.(at(e2,x4) & Actor(e2,x3) & v_stand(e2)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_menu(x2) & n_girl(x1) & card_eq_2(x1)) | 7b8c7262-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.(while(e2,p2) & v_sit(e1) & v_read(e2) & n_table(x4) & n_menu(x6) & n_girl(x2) & exists e3.(v_stand(e3) & at(e3,x4) & Actor(e3,x7)) & card_eq_2(x2) & at(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2))) | exists e1 p1 x1 x2 x3 x4.(while(e1,p1) & v_read(e1) & of(x4,x3) & n_waiter(x3) & n_thing(x3) & n_table(x4) & n_menu(x2) & n_girl(x1) & exists e2.(v_stand(e2) & at(e2,x4) & Actor(e2,x3)) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
There are two girls sitting at a table reading menus while the waiter stands at the table. | Two girls read a deli menu while the waiter waits on their table. | 1 | -100 | Not all menus are a deli menu. | exists p1 x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x4) & exists e3.(at(e3,x4) & Actor(e3,x7) & v_stand(e3)) & n_table(x4) & n_table(x4) & while(e2,p2) & Theme(e2,x6) & Actor(e2,x5) & v_read(e2) & n_menu(x6) & (x4 = x5) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_girl(x2) & card_eq_2(x2))) | exists e1 s1 x1 x2 x3 x4 x5.(n_table(x5) & of(x5,x3) & n_thing(x3) & n_wait(x3) & of(x3,x4) & n_waiter(x4) & on(e1,x5) & while(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_menu(x2) & a_deli(s1) & Theme(s1,x2) & n_girl(x1) & card_eq_2(x1)) | 7b8c7708-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.(while(e2,p2) & v_sit(e1) & v_read(e2) & n_table(x4) & n_menu(x6) & n_girl(x2) & exists e3.(v_stand(e3) & at(e3,x4) & Actor(e3,x7)) & card_eq_2(x2) & at(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2))) | exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & v_read(e1) & on(e1,x5) & of(x5,x3) & of(x3,x4) & n_waiter(x4) & n_wait(x3) & n_thing(x3) & n_table(x5) & n_menu(x2) & n_girl(x1) & card_eq_2(x1) & a_deli(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
There are two girls sitting at a table reading menus while the waiter stands at the table. | Two girls eat a meal while the waiter waits on them. | 2 | -100 | reading and eat are not the same | exists p1 x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.((x1 = x2) & at(e1,x4) & exists e3.(at(e3,x4) & Actor(e3,x7) & v_stand(e3)) & n_table(x4) & n_table(x4) & while(e2,p2) & Theme(e2,x6) & Actor(e2,x5) & v_read(e2) & n_menu(x6) & (x4 = x5) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_girl(x2) & card_eq_2(x2))) | exists e1 x1 x2 x3 x4.(n_thing(x3) & n_wait(x3) & of(x3,x4) & n_waiter(x4) & on(e1,x3) & while(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_meal(x2) & n_girl(x1) & card_eq_2(x1)) | 7b8c7ba4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x7.(n_waiter(x7) & exists e1 e2 p2 x2 x3 x4 x5 x6.(while(e2,p2) & v_sit(e1) & v_read(e2) & n_table(x4) & n_menu(x6) & n_girl(x2) & exists e3.(v_stand(e3) & at(e3,x4) & Actor(e3,x7)) & card_eq_2(x2) & at(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2))) | exists e1 x1 x2 x3 x4.(while(e1,x3) & v_eat(e1) & on(e1,x3) & of(x3,x4) & n_waiter(x4) & n_wait(x3) & n_thing(x3) & n_meal(x2) & n_girl(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A baseball player attempting to make a catch in the outfield. | A person is playing baseball. | 0 | -100 | player attempting to make a catch in the outfield is same as person is playing baseball | exists e1 p1 x1 x2 x3 x5.(n_outfield(x5) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_attempt(e1) & exists e2 x4.(in(e2,x5) & Theme(e2,x4) & Actor(e2,x3) & v_make(e2) & n_catch(x4)) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2) & n_person(x1)) | 7b8c80cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5.(v_attempt(e1) & of(x1,x2) & n_player(x1) & n_outfield(x5) & n_baseball(x2) & exists e2 x4.(v_make(e2) & n_catch(x4) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_play(e1) & n_person(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A baseball player attempting to make a catch in the outfield. | The person is a professional player. | 1 | -100 | Not all players are a professional. | exists e1 p1 x1 x2 x3 x5.(n_outfield(x5) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & v_attempt(e1) & exists e2 x4.(in(e2,x5) & Theme(e2,x4) & Actor(e2,x3) & v_make(e2) & n_catch(x4)) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2)) | exists p1 x1.(n_person(x1) & exists s1 x2.((x1 = x2) & n_player(x2) & a_professional(s1) & Theme(s1,x2))) | 7b8c8694-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5.(v_attempt(e1) & of(x1,x2) & n_player(x1) & n_outfield(x5) & n_baseball(x2) & exists e2 x4.(v_make(e2) & n_catch(x4) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x3) & (x1 = x3)) | exists x1.(n_person(x1) & exists s1 x2.(n_player(x2) & a_professional(s1) & Theme(s1,x2) & (x1 = x2))) |
||
Baseball player running to catch ball. | A player is catching a ball. | 0 | -100 | A Baseball player is a specific type of player. | exists e1 p1 x1 x2 x3 x4.(a_topic(x1) & Topic(e1,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x3) & v_catch(e2) & n_ball(x5)) & Actor(e1,x4) & v_run(e1) & (x1 = x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_ball(x2) & n_player(x1)) | 7b8c8ff4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_player(x1) & n_baseball(x2) & exists e2 x5.(v_catch(e2) & n_ball(x5) & Theme(e2,x5) & Actor(e2,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x1 = x4) & (x1 = x3)) | exists e1 x1 x2.(v_catch(e1) & n_player(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An Indian chief in full dress. | the indian was dancing in a Halloween parade | 2 | -100 | An Indian's full dress is not usually for a Halloween parade. | exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_dress(x2) & a_full(s2) & Theme(s2,x2) & n_chief(x1) & a_indian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_indian(x1) & in(e1,x2) & n_parade(x2) & (x2 = x3) & ne_geo_halloween(x3) & Actor(e1,x1) & v_dance(e1)) | 7b8c9d8c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2.(n_dress(x2) & n_chief(x1) & in(x1,x2) & a_topic(x1) & a_indian(s1) & a_full(s2) & Theme(s2,x2) & Theme(s1,x1)) | exists e1 x1 x2 x3.(v_dance(e1) & ne_geo_halloween(x3) & n_parade(x2) & n_indian(x1) & in(e1,x2) & Actor(e1,x1) & (x2 = x3)) |
||
An Indian chief in full dress. | the indian was dressed for a meeting | 1 | -100 | Not all Indians were dressed for a meeting. | exists s1 s2 x1 x2.(a_topic(x1) & in(x1,x2) & n_dress(x2) & a_full(s2) & Theme(s2,x2) & n_chief(x1) & a_indian(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_indian(x1) & for(e1,x2) & n_meeting(x2) & Theme(e1,x1) & v_dress(e1)) | 7b8ca778-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2.(n_dress(x2) & n_chief(x1) & in(x1,x2) & a_topic(x1) & a_indian(s1) & a_full(s2) & Theme(s2,x2) & Theme(s1,x1)) | exists e1 x1 x2.(v_dress(e1) & n_meeting(x2) & n_indian(x1) & for(e1,x2) & Theme(e1,x1)) |
||
a man dressed as an Indian, speaking into a microphone | The man is giving a presentation on early Native American history. | 1 | -100 | Not all men are giving a presentation | exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & as(e1,x3) & into(e2,x5) & n_microphone(x5) & Actor(e2,x4) & v_speak(e2) & (x3 = x4) & n_indian(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists e1 s1 s2 s3 x1 x2 x3.(n_man(x1) & on(e1,x3) & n_history(x3) & a_american(s3) & Theme(s3,x3) & a_native(s2) & Theme(s2,x3) & a_early(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_presentation(x2)) | 7b8cb98e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_speak(e2) & v_dress(e1) & n_microphone(x5) & n_man(x1) & n_indian(x3) & into(e2,x5) & as(e1,x3) & a_topic(x1) & Theme(e1,x2) & Actor(e2,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 s2 s3 x1 x2 x3.(v_give(e1) & on(e1,x3) & n_presentation(x2) & n_man(x1) & n_history(x3) & a_native(s2) & a_early(s1) & a_american(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | The farmland is very yellow. | 1 | 0.046552 | Not all farmland is very yellow. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists s1 x1.(n_farmland(x1) & r_very(s1) & Theme(s1,x1) & a_yellow(s1)) | 7b8d989a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(r_very(s1) & n_farmland(x1) & a_yellow(s1) & Theme(s1,x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | A tall person with a shirt | 1 | 0.581642 | Not all man is tall. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists s1 x1 x2.(a_topic(x1) & with(x1,x2) & n_shirt(x2) & n_person(x1) & a_tall(s1) & Theme(s1,x1)) | 7b8d9e6c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(with(x1,x2) & n_shirt(x2) & n_person(x1) & a_topic(x1) & a_tall(s1) & Theme(s1,x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | A person with a shirt | 0 | 0.930927 | A man is a person. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & with(x1,x2) & n_shirt(x2) & n_person(x1)) | 7b8da416-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(with(x1,x2) & n_shirt(x2) & n_person(x1) & a_topic(x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | The man brings straw to the market. | 1 | 0.021384 | farmland is not the same as market. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_market(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_bring(e1) & to(x2,x3) & n_straw(x2)) | 7b8da92a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_bring(e1) & to(x2,x3) & n_straw(x2) & n_market(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | The man's shirt is red. | 1 | 0.002521 | Not all man's shirt is red. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists s1 x1 x2.(n_shirt(x2) & of(x2,x1) & n_man(x1) & Theme(s1,x2) & a_red(s1)) | 7b8db87a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(of(x2,x1) & n_shirt(x2) & n_man(x1) & a_red(s1) & Theme(s1,x2)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | A man dances in the rain. | 2 | 0.000028 | Wearing and dances are not the same. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_rain(x2) & in(e1,x2) & Actor(e1,x1) & v_dance(e1) & n_man(x1)) | 7b8dc3a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_dance(e1) & n_rain(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A man, wearing a shirt and a lungi, is carrying bundles of straw on his head across a farmland. | A farmer carries straw that he picked up from the store to soon feed to his horses. | 1 | 0.600657 | man and farmer can be different people | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Theme(e2,x6) & Actor(e2,x1) & v_carry(e2) & across(x6,x9) & n_farmland(x9) & of(x6,x7) & on(x7,x8) & n_head(x8) & of(x8,x1) & n_male(x1) & n_straw(x7) & n_bundle(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_lungus(x5) & subset_of(x4,x3) & n_shirt(x4) & (x1 = x2) & n_man(x1)) | exists e1 p1 x1 x2 x3 x4.(n_store(x3) & Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & Topic(x2,p1) & exists e2 p2 s1 s2 x1.(Topic(e2,p2) & a_soon(s2) & Manner(p2,s2) & exists e3.(to(e3,x4) & Actor(e3,x1) & v_feed(e3)) & n_male(x1) & n_male(x1) & a_up(s1) & Manner(e2,s1) & from(e2,x3) & Actor(e2,x1) & v_pick(e2)) & n_horse(x4) & of(x4,x1) & n_male(x1) & n_straw(x2) & n_farmer(x1)) | 7b8dd77e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_carry(e2) & subset_of(x5,x3) & subset_of(x4,x3) & on(x7,x8) & of(x8,x1) & of(x6,x7) & n_straw(x7) & n_shirt(x4) & n_man(x1) & n_male(x1) & n_lungus(x5) & n_head(x8) & n_farmland(x9) & n_bundle(x6) & across(x6,x9) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2 x3 x4.(v_carry(e1) & of(x4,x1) & n_straw(x2) & n_store(x3) & n_male(x1) & n_horse(x4) & n_farmer(x1) & exists e2 p2 s1 s2 x1.(v_pick(e2) & n_male(x1) & from(e2,x3) & exists e3.(v_feed(e3) & to(e3,x4) & Actor(e3,x1)) & a_up(s1) & a_soon(s2) & Topic(e2,p2) & Manner(p2,s2) & Manner(e2,s1) & Actor(e2,x1)) & Topic(x2,p1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | The child is wearing shorts. | 1 | 0.362276 | Just because there is a child huddling with an adult does not mean that the child is in shorts. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shorts(x2)) | 7b8eb0ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 x1 x2.(v_wear(e1) & n_shorts(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | A child laying on his grandfathers chest. | 1 | 0.688119 | Not all older men are grandfathers | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_chest(x3) & of(x3,x4) & n_grandfather(x4) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_child(x1)) | 7b8eb842-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(v_lay(e1) & on(e1,x3) & of(x3,x4) & of(x3,x1) & n_male(x1) & n_grandfather(x4) & n_child(x1) & n_chest(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | The man is wrapping his arms around the child. | 1 | 0.933201 | Huddling does not mean wrapping his arms. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_child(x3) & n_arm(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & around(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_wrap(e1)) | 7b8ec2f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 x1 x2 x3.(v_wrap(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_child(x3) & n_arm(x2) & around(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | The child is near the man. | 0 | 0.950688 | The kid is huddled into the man's chest, so they are near. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_man(x2) & n_child(x1) & near(x1,x2)) | 7b8eda84-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists x1 x2.(near(x1,x2) & n_man(x2) & n_child(x1)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | The child throws a ball to the old man. | 2 | 0.000023 | One can not be huddled into and throws a ball simultaneously. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_man(x3) & a_old(s1) & Theme(s1,x3) & n_child(x1) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_ball(x2)) | 7b8edfde-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 s1 x1 x2 x3.(v_throw(e1) & to(e1,x3) & n_man(x3) & n_child(x1) & n_ball(x2) & a_old(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | A child is being held by his father. | 1 | 0.51466 | Not all older men are a father. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Actor(e1,x2) & n_father(x2) & of(x2,x1) & n_male(x1) & Theme(e1,x1) & v_hold(e1) & n_child(x1)) | 7b8ef000-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 x1 x2.(v_hold(e1) & of(x2,x1) & n_male(x1) & n_father(x2) & n_child(x1) & Theme(e1,x1) & Actor(e1,x2)) |
||
A small smiling child huddled into the chest of an older man wearing orange, who is also smiling. | a child and grandfather are reunited | 1 | 0.722897 | Not all older men are grandfather, not all huddling is reunited. | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_chest(x2) & into(e2,x2) & of(x2,x3) & a_also(s3) & Manner(e4,s3) & Actor(e4,x6) & v_smile(e4) & (x3 = x6) & Theme(e3,x5) & Actor(e3,x4) & v_wear(e3) & n_orange(x5) & (x3 = x4) & n_man(x3) & r_more(s2) & a_older(s2) & Theme(s2,x3) & Actor(e2,x1) & v_huddle(e2) & n_child(x1) & Actor(e1,x1) & v_smile(e1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x1) & v_reunite(e1) & n_grandfather(x3) & n_child(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b8f3092-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e3) & v_smile(e4) & v_smile(e1) & v_huddle(e2) & r_more(s2) & of(x2,x3) & n_orange(x5) & n_man(x3) & n_child(x1) & n_chest(x2) & into(e2,x2) & a_small(s1) & a_older(s2) & a_also(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e3,x5) & Manner(e4,s3) & Actor(e4,x6) & Actor(e3,x4) & Actor(e2,x1) & Actor(e1,x1) & (x3 = x6) & (x3 = x4)) | exists e1 x1 x2 x3.(v_reunite(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_grandfather(x3) & n_child(x2) & Theme(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | A man does not like to place anything on his face. | 2 | -100 | if you do not like anything on your face, you shouldn't be wearing glasses | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists x1 x3.(-exists e1 p1.(Topic(e1,p1) & Actor(e1,x1) & v_like(e1) & all x2.(n_thing(x2) -> exists e2.(on(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_place(e2)))) & n_face(x3) & of(x3,x1) & n_male(x1) & n_man(x1)) | 7b90a5d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x3.(of(x3,x1) & n_man(x1) & n_male(x1) & n_face(x3) & all e1 p1.(exists x2.(n_thing(x2) & all e2.(-v_place(e2) | -on(e2,x3) | -Theme(e2,x2) | -Actor(e2,x1))) | -v_like(e1) | -Topic(e1,p1) | -Actor(e1,x1))) |
||
A man wearing glasses looks through a wire gate. | The man isn't wearing anything on his face. | 2 | -100 | A man is either wearing glasses or not. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists x1 x3.(n_face(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & -all x2.(n_thing(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & on(x2,x3)))) | 7b90b3a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x3.(of(x3,x1) & n_man(x1) & n_male(x1) & n_face(x3) & exists x2.(n_thing(x2) & all e1.(-v_wear(e1) | -on(x2,x3) | -Theme(e1,x2) | -Actor(e1,x1)))) |
||
A man wearing glasses looks through a wire gate. | A man is standing near a gate | 1 | 0.716206 | Just because a man looks through a wire gate does not mean that the man is standing near the gate. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(near(e1,x2) & n_gate(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 7b90bf7a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_stand(e1) & near(e1,x2) & n_man(x1) & n_gate(x2) & Actor(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | A man wearing glasses is cutting a wooden gate. | 2 | -100 | One cannot be looking through a wire gate and cutting a wooden gate simultaneously. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e2 e1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_cut(e2) & n_gate(x4) & a_wooden(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | 7b90caf6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3 x4.(v_wear(e1) & v_cut(e2) & n_man(x1) & n_glass(x3) & n_gate(x4) & a_wooden(s1) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | the man is laying in bed | 2 | -100 | wearing and laying is various actions | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & in(e1,x2) & n_bed(x2) & Actor(e1,x1) & v_lay(e1)) | 7b90d1d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_lay(e1) & n_man(x1) & n_bed(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | a woman looks through a gate | 2 | 0.000004 | A man is different from a woman. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(through(e1,x2) & n_gate(x2) & Actor(e1,x1) & v_look(e1) & n_woman(x1)) | 7b90d726-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_look(e1) & through(e1,x2) & n_woman(x1) & n_gate(x2) & Actor(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | A person wearing glasses is standing up. | 1 | 0.708768 | Not everyone is standing up | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3.(a_up(s1) & Manner(e2,s1) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_person(x1)) | 7b90dc26-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3.(v_wear(e1) & v_stand(e2) & n_person(x1) & n_glass(x3) & a_up(s1) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | A man wearing glasses is searching for his lens next to a wire gate. | 1 | 0.225395 | looks doesn't always mean searching | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(for(e2,x4) & to(x5,x6) & n_gate(x6) & of(x6,x7) & n_wire(x7) & next(x4,x5) & n_thing(x5) & n_lens(x4) & of(x4,x1) & n_male(x1) & Actor(e2,x1) & v_search(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | 7b90e0fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_search(e2) & to(x5,x6) & of(x6,x7) & of(x4,x1) & next(x4,x5) & n_wire(x7) & n_thing(x5) & n_man(x1) & n_male(x1) & n_lens(x4) & n_glass(x3) & n_gate(x6) & for(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | There is a man outside | 0 | -100 | looks through a wire gate is inferred as outside | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2 x3.((x1 = x2) & n_outside(x2) & of(x2,x3) & n_man(x3)) | 7b90e5c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_outside(x2) & n_man(x3) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | A man is looking though a fence gate. | 0 | -100 | The wire gate is probably part of a fence. | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & though(x1,x3) & n_gate(x3) & of(x3,x4) & n_fence(x4) & Actor(e1,x2) & v_look(e1) & (x1 = x2) & n_man(x1)) | 7b90eb08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_look(e1) & though(x1,x3) & of(x3,x4) & n_man(x1) & n_gate(x3) & n_fence(x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | A man is wearing glasses. | 0 | 0.957063 | He is shown to have glasses on. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_glass(x2) & n_man(x1)) | 7b90f1b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_glass(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | a man in glasses looks through a gate | 0 | -100 | in a both sentence a man looks through a gate. | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(through(e1,x3) & n_gate(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_glass(x2) & n_man(x1)) | 7b90f774-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_look(e1) & through(e1,x3) & n_man(x1) & n_glass(x2) & n_gate(x3) & in(x1,x2) & Actor(e1,x1)) |
||
A man wearing glasses looks through a wire gate. | A man wearing glasses looks for something outdoors. | 0 | -100 | in a both sentence a man is wearing a glasses. | exists e2 e1 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & for(x3,x5) & Time(x5,x6) & n_outdoors(x6) & n_thing(x5) & n_look(x3) & of(x3,x4) & n_glass(x4) & (x1 = x2) & n_man(x1)) | 7b90fc56-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & of(x3,x4) & n_thing(x5) & n_outdoors(x6) & n_man(x1) & n_look(x3) & n_glass(x4) & for(x3,x5) & a_topic(x1) & Time(x5,x6) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | there is a man in a minimum security prison | 1 | 0.001053 | wire gate doesn't always mean prison | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists p1 x1 s1 x2 x3 x4.((x1 = x2) & in(x2,x3) & n_prison(x3) & of(x3,x4) & n_security(x4) & a_minimum(s1) & Theme(s1,x3) & n_man(x2)) | 7b91011a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 s1 x2 x3 x4.(of(x3,x4) & n_security(x4) & n_prison(x3) & n_man(x2) & in(x2,x3) & a_minimum(s1) & Theme(s1,x3) & (x1 = x2)) |
||
A man wearing glasses looks through a wire gate. | a man in glasses looks at a park through a gate | 1 | 0.629378 | looks doesn't always mean park | exists e1 e2 x1 x2 x3 x4 x5.(through(e2,x4) & n_gate(x4) & of(x4,x5) & n_wire(x5) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(through(e1,x4) & n_gate(x4) & at(e1,x3) & n_park(x3) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_glass(x2) & n_man(x1)) | 7b9105d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_wear(e1) & v_look(e2) & through(e2,x4) & of(x4,x5) & n_wire(x5) & n_man(x1) & n_glass(x3) & n_gate(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_look(e1) & through(e1,x4) & n_park(x3) & n_man(x1) & n_glass(x2) & n_gate(x4) & in(x1,x2) & at(e1,x3) & Actor(e1,x1)) |
||
a girl lays on her driveway. | A girl lays next to the garage door. | 1 | -100 | driveway. doesn't always mean next to | exists e1 x1 x2.(on(e1,x2) & n_driveway(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists e1 p1 x1 x2 x3.(n_door(x2) & of(x2,x3) & n_garage(x3) & exists s1.(to(s1,x2) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | 7b91223a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_driveway(x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_lay(e1) & of(x2,x3) & n_girl(x1) & n_garage(x3) & n_door(x2) & exists s1.(to(s1,x2) & a_next(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
a girl lays on her driveway. | A girl lays in the grass. | 2 | -100 | She is either on the grass or in the driveway. | exists e1 x1 x2.(on(e1,x2) & n_driveway(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | 7b9127a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_driveway(x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_lay(e1) & n_grass(x2) & n_girl(x1) & in(e1,x2) & Actor(e1,x1)) |
||
a girl lays on her driveway. | A girl lays on the cement. | 1 | -100 | driveway doesn't always mean cement. | exists e1 x1 x2.(on(e1,x2) & n_driveway(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists e1 x1 x2.(n_cement(x2) & on(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | 7b912c8a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_driveway(x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & n_girl(x1) & n_cement(x2) & Actor(e1,x1)) |
||
A group of natives are gathered at a native shop. | A group of people look around. | 1 | -100 | gathered doesn't always mean look around. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_shop(x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1) & v_gather(e1) & of(x1,x2) & n_native(x2) & n_group(x1)) | exists e1 p1 x1 x2.(exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7b913162-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_gather(e1) & of(x1,x2) & n_shop(x3) & n_native(x2) & n_group(x1) & at(e1,x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1)) | exists e1 p1 x1 x2.(v_look(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of natives are gathered at a native shop. | A group of people stands at a shop. | 0 | -100 | in a both sentence people are native shop. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_shop(x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1) & v_gather(e1) & of(x1,x2) & n_native(x2) & n_group(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_shop(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7b91361c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_gather(e1) & of(x1,x2) & n_shop(x3) & n_native(x2) & n_group(x1) & at(e1,x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_shop(x3) & n_people(x2) & n_group(x1) & at(e1,x3) & Actor(e1,x1)) |
||
A group of natives are gathered at a native shop. | A group of people are smoking and drinking. | 2 | -100 | It is either a group of natives or people in general. They are either at a shop or they are smoking and drinking. | exists e1 s1 x1 x2 x3.(at(e1,x3) & n_shop(x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1) & v_gather(e1) & of(x1,x2) & n_native(x2) & n_group(x1)) | exists p1 x1 x2.(exists x3 x4 x5.((x1 = x3) & n_drinking(x5) & n_smoking(x4) & subset_of(x5,x3) & subset_of(x4,x3)) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7b913b44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_gather(e1) & of(x1,x2) & n_shop(x3) & n_native(x2) & n_group(x1) & at(e1,x3) & a_native(s1) & Theme(s1,x3) & Theme(e1,x1)) | exists x1 x2.(of(x1,x2) & n_people(x2) & n_group(x1) & exists x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & n_smoking(x4) & n_drinking(x5) & (x1 = x3))) |
||
The tennis player dressed in white swings the racket. | The tennis player practiced swinging the racket. | 1 | -100 | It's not necessarily true that the player practiced swinging. | exists e1 s1 x1 x2 x3 x4 x5.(n_player(x1) & of(x1,x2) & n_tennis(x2) & a_topic(x1) & in(e1,x4) & n_racket(x5) & (x4 = x5) & n_swing(x4) & a_white(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x1 = x3)) | exists e1 p1 x1 x2 x3.(n_racket(x3) & n_player(x1) & of(x1,x2) & n_tennis(x2) & exists e2.(Theme(e2,x3) & Actor(e2,x1) & v_swing(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_practice(e1)) | 7b91431e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_dress(e1) & of(x1,x2) & n_tennis(x2) & n_swing(x4) & n_racket(x5) & n_player(x1) & in(e1,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x4) & Theme(e1,x3) & (x4 = x5) & (x1 = x3)) | exists e1 p1 x1 x2 x3.(v_practice(e1) & of(x1,x2) & n_tennis(x2) & n_racket(x3) & n_player(x1) & exists e2.(v_swing(e2) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The tennis player dressed in white swings the racket. | The tennis player in blue swung the racket. | 2 | -100 | white and blue are different colors | exists e1 s1 x1 x2 x3 x4 x5.(n_player(x1) & of(x1,x2) & n_tennis(x2) & a_topic(x1) & in(e1,x4) & n_racket(x5) & (x4 = x5) & n_swing(x4) & a_white(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x1 = x3)) | exists e1 x1 x2 x3 x4 x5.(n_racket(x5) & n_player(x1) & of(x1,x2) & n_tennis(x2) & a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_swing(e1) & (x3 = x4) & n_blue(x3)) | 7b9148c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_dress(e1) & of(x1,x2) & n_tennis(x2) & n_swing(x4) & n_racket(x5) & n_player(x1) & in(e1,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x4) & Theme(e1,x3) & (x4 = x5) & (x1 = x3)) | exists e1 x1 x2 x3 x4 x5.(v_swing(e1) & of(x1,x2) & n_tennis(x2) & n_racket(x5) & n_player(x1) & n_blue(x3) & in(x1,x3) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4)) |
||
The tennis player dressed in white swings the racket. | The tennis plater swings the racket. | 0 | -100 | The tennis player dressed in white is inferred as The tennis plater | exists e1 s1 x1 x2 x3 x4 x5.(n_player(x1) & of(x1,x2) & n_tennis(x2) & a_topic(x1) & in(e1,x4) & n_racket(x5) & (x4 = x5) & n_swing(x4) & a_white(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x1 = x3)) | exists e1 x1 x2 x3.(n_racket(x3) & n_plater(x1) & of(x1,x2) & n_tennis(x2) & Time(e1,x3) & Actor(e1,x1) & v_swing(e1)) | 7b914dfa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_dress(e1) & of(x1,x2) & n_tennis(x2) & n_swing(x4) & n_racket(x5) & n_player(x1) & in(e1,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x4) & Theme(e1,x3) & (x4 = x5) & (x1 = x3)) | exists e1 x1 x2 x3.(v_swing(e1) & of(x1,x2) & n_tennis(x2) & n_racket(x3) & n_plater(x1) & Time(e1,x3) & Actor(e1,x1)) |
||
Four people sitting on low cement ledge. | there are four people | 0 | -100 | Four people are present. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_ledge(x3) & of(x3,x4) & n_cement(x4) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists p1 x1 x2.((x1 = x2) & n_people(x2) & card_eq_4(x2)) | 7b915318-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x3) & of(x3,x4) & n_people(x1) & n_ledge(x3) & n_cement(x4) & card_eq_4(x1) & a_topic(x1) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(n_people(x2) & card_eq_4(x2) & (x1 = x2)) |
||
Four people sitting on low cement ledge. | There is one person | 2 | -100 | There are either one or four people. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_ledge(x3) & of(x3,x4) & n_cement(x4) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists p1 x1 x2.((x1 = x2) & n_person(x2) & card_eq_1(x2)) | 7b915840-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x3) & of(x3,x4) & n_people(x1) & n_ledge(x3) & n_cement(x4) & card_eq_4(x1) & a_topic(x1) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(n_person(x2) & card_eq_1(x2) & (x1 = x2)) |
||
Four people sitting on low cement ledge. | They are homeless | 1 | -100 | Sitting on a ledge does not imply that they are homeless. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_ledge(x3) & of(x3,x4) & n_cement(x4) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists s1 x1.(n_thing(x1) & Theme(s1,x1) & a_homeless(s1)) | 7b915d68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x3) & of(x3,x4) & n_people(x1) & n_ledge(x3) & n_cement(x4) & card_eq_4(x1) & a_topic(x1) & a_low(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_thing(x1) & a_homeless(s1) & Theme(s1,x1)) |
||
A soccer player kicking a ball. | The player is a pro | 1 | -100 | player doesn't always mean pro | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists p1 x1.(n_player(x1) & exists x2.((x1 = x2) & n_pro(x2))) | 7b916326-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_soccer(x2) & n_player(x1) & n_ball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists x1.(n_player(x1) & exists x2.(n_pro(x2) & (x1 = x2))) |
||
A soccer player kicking a ball. | The person is kicking a beach ball | 2 | -100 | The person is either kicking a soccer ball or a beach ball. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists e1 x1 x2 x3.(n_person(x1) & Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_ball(x2) & of(x2,x3) & n_beach(x3)) | 7b916aba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_soccer(x2) & n_player(x1) & n_ball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_kick(e1) & of(x2,x3) & n_person(x1) & n_beach(x3) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A soccer player kicking a ball. | Someone is playing soccer | 0 | -100 | A soccer player kicking a ball implies that the someone is playing soccer. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & n_ball(x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_soccer(x2) & n_person(x1)) | 7b917104-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_kick(e1) & of(x1,x2) & n_soccer(x2) & n_player(x1) & n_ball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_play(e1) & n_soccer(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young girl with a dirty face and pink shirt lays her head on the chest of an older woman in coral. | The shirt is large. | 1 | -100 | The shirt is not necessarily large. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_chest(x7) & on(e1,x7) & of(x7,x8) & Theme(s4,x9) & a_coral(s4) & (x8 = x9) & n_woman(x8) & r_more(s3) & a_older(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_lay(e1) & n_head(x6) & of(x6,x1) & n_female(x1) & with(x1,x2) & n_shirt(x4) & a_pink(s2) & Theme(s2,x4) & n_face(x3) & of(x3,x5) & n_dirty(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_shirt(x1) & Theme(s1,x1) & a_large(s1)) | 7b9175be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_lay(e1) & subset_of(x4,x2) & subset_of(x3,x2) & r_more(s3) & on(e1,x7) & of(x7,x8) & of(x6,x1) & of(x3,x5) & n_woman(x8) & n_shirt(x4) & n_head(x6) & n_girl(x1) & n_female(x1) & n_face(x3) & n_dirty(x5) & n_chest(x7) & a_young(s1) & a_pink(s2) & a_older(s3) & a_coral(s4) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x1) & (x8 = x9)) | exists s1 x1.(n_shirt(x1) & a_large(s1) & Theme(s1,x1)) |
||
A young girl with a dirty face and pink shirt lays her head on the chest of an older woman in coral. | The shirt is blue. | 2 | -100 | A pink shirt cannot turn blue. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_chest(x7) & on(e1,x7) & of(x7,x8) & Theme(s4,x9) & a_coral(s4) & (x8 = x9) & n_woman(x8) & r_more(s3) & a_older(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_lay(e1) & n_head(x6) & of(x6,x1) & n_female(x1) & with(x1,x2) & n_shirt(x4) & a_pink(s2) & Theme(s2,x4) & n_face(x3) & of(x3,x5) & n_dirty(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_shirt(x1) & Theme(s1,x1) & a_blue(s1)) | 7b917a64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_lay(e1) & subset_of(x4,x2) & subset_of(x3,x2) & r_more(s3) & on(e1,x7) & of(x7,x8) & of(x6,x1) & of(x3,x5) & n_woman(x8) & n_shirt(x4) & n_head(x6) & n_girl(x1) & n_female(x1) & n_face(x3) & n_dirty(x5) & n_chest(x7) & a_young(s1) & a_pink(s2) & a_older(s3) & a_coral(s4) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x1) & (x8 = x9)) | exists s1 x1.(n_shirt(x1) & a_blue(s1) & Theme(s1,x1)) |
||
A young girl with a dirty face and pink shirt lays her head on the chest of an older woman in coral. | There is a young girl. | 0 | -100 | A young girl with a dirty face is inferred as young girl. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_chest(x7) & on(e1,x7) & of(x7,x8) & Theme(s4,x9) & a_coral(s4) & (x8 = x9) & n_woman(x8) & r_more(s3) & a_older(s3) & Theme(s3,x8) & Theme(e1,x6) & Actor(e1,x1) & v_lay(e1) & n_head(x6) & of(x6,x1) & n_female(x1) & with(x1,x2) & n_shirt(x4) & a_pink(s2) & Theme(s2,x4) & n_face(x3) & of(x3,x5) & n_dirty(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 s1 x2.((x1 = x2) & n_girl(x2) & a_young(s1) & Theme(s1,x2)) | 7b917f00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_lay(e1) & subset_of(x4,x2) & subset_of(x3,x2) & r_more(s3) & on(e1,x7) & of(x7,x8) & of(x6,x1) & of(x3,x5) & n_woman(x8) & n_shirt(x4) & n_head(x6) & n_girl(x1) & n_female(x1) & n_face(x3) & n_dirty(x5) & n_chest(x7) & a_young(s1) & a_pink(s2) & a_older(s3) & a_coral(s4) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x6) & Actor(e1,x1) & (x8 = x9)) | exists x1 s1 x2.(n_girl(x2) & a_young(s1) & Theme(s1,x2) & (x1 = x2)) |
||
Two men are having a discussion after a wedding. | The two men are bowling. | 2 | -100 | The men are either having a discussion or they are bowling. | exists e1 x1 x2 x3.(after(e1,x3) & n_wedding(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1.(n_man(x1) & card_eq_2(x1) & Actor(e1,x1) & v_bowl(e1)) | 7b918392-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & n_wedding(x3) & n_man(x1) & n_discussion(x2) & card_eq_2(x1) & after(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_bowl(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two men are having a discussion after a wedding. | The two men have eaten cake. | 1 | -100 | wedding doesn't always mean .eaten cake. | exists e1 x1 x2 x3.(after(e1,x3) & n_wedding(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_man(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cake(x2)) | 7b9188ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & n_wedding(x3) & n_man(x1) & n_discussion(x2) & card_eq_2(x1) & after(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_eat(e1) & n_man(x1) & n_cake(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men are having a discussion after a wedding. | There are people at a ceremony. | 0 | -100 | in a both sentence men are having a discussions. | exists e1 x1 x2 x3.(after(e1,x3) & n_wedding(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_discussion(x2) & n_man(x1) & card_eq_2(x1)) | exists p1 x1 x2 x3.((x1 = x2) & at(x2,x3) & n_ceremony(x3) & n_people(x2)) | 7b918e50-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_have(e1) & n_wedding(x3) & n_man(x1) & n_discussion(x2) & card_eq_2(x1) & after(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(n_people(x2) & n_ceremony(x3) & at(x2,x3) & (x1 = x2)) |
||
A man doing construction work. | The man is doing jumping jacks. | 2 | -100 | He is either doing construction work or jumping jacks. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_work(x3) & of(x3,x4) & n_construction(x4) & (x1 = x2) & n_man(x1)) | exists e2 e1 x1 x2.(n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & v_do(e2) & n_jack(x2) & Actor(e1,x2) & v_jump(e1)) | 7b91931e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & of(x3,x4) & n_work(x3) & n_man(x1) & n_construction(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 x1 x2.(v_jump(e1) & v_do(e2) & n_man(x1) & n_jack(x2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x2)) |
||
A man doing construction work. | The man is working. | 0 | -100 | doing construction work is synonymous with working. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_work(x3) & of(x3,x4) & n_construction(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_work(e1)) | 7b9197c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & of(x3,x4) & n_work(x3) & n_man(x1) & n_construction(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_work(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man doing construction work. | The man is holding a hammer. | 1 | -100 | construction work. doesn't always mean holding a hammer. | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_work(x3) & of(x3,x4) & n_construction(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_hammer(x2)) | 7b919c74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & of(x3,x4) & n_work(x3) & n_man(x1) & n_construction(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_hammer(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two people in colorful clothes are standing in a field, bent over to look at the ground. | Two people with golf clubs are examining the ground. | 1 | 0.468915 | They are not necessarily carrying golf clubs. | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ground(x8) & Topic(e1,p1) & exists e2.(at(e2,x8) & Actor(e2,x1) & v_look(e2)) & rel(e1,x6) & Theme(s3,x7) & a_over(s3) & (x6 = x7) & n_bent(x6) & in(e1,x5) & n_field(x5) & Actor(e1,x3) & v_stand(e1) & in(x3,x4) & n_clothes(x4) & a_colorful(s2) & Theme(s2,x4) & n_people(x3) & card_eq_2(x3) & in(x1,x2) & n_clothes(x2) & a_colorful(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_ground(x4) & Theme(e1,x4) & Actor(e1,x1) & v_examine(e1) & with(x1,x2) & n_club(x2) & of(x2,x3) & n_golf(x3) & n_people(x1) & card_eq_2(x1)) | 7b91a12e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_stand(e1) & rel(e1,x6) & n_people(x3) & n_people(x1) & n_ground(x8) & n_field(x5) & n_clothes(x4) & n_clothes(x2) & n_bent(x6) & in(x3,x4) & in(x1,x2) & in(e1,x5) & exists e2.(v_look(e2) & at(e2,x8) & Actor(e2,x1)) & card_eq_2(x3) & card_eq_2(x1) & a_over(s3) & a_colorful(s2) & a_colorful(s1) & Topic(e1,p1) & Theme(s3,x7) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x3) & (x6 = x7)) | exists e1 x1 x2 x3 x4.(with(x1,x2) & v_examine(e1) & of(x2,x3) & n_people(x1) & n_ground(x4) & n_golf(x3) & n_club(x2) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.