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
|
---|---|---|---|---|---|---|---|---|---|---|---|
All these women are dancing. | A bunch of women are dancing. | 0 | -100 | all these women are bunch of women | exists x2.(n_woman(x2) & all x1.((x1 = x2) -> exists e1.(Actor(e1,x1) & v_dance(e1)))) | exists e1 x1 x2.(Actor(e1,x1) & v_dance(e1) & of(x1,x2) & n_woman(x2) & n_bunch(x1)) | 78bbef22-e4c8-11ec-9cdd-0242ac1c0002 | exists x2.(n_woman(x2) & all x1.(exists e1.(v_dance(e1) & Actor(e1,x1)) | -(x1 = x2))) | exists e1 x1 x2.(v_dance(e1) & of(x1,x2) & n_woman(x2) & n_bunch(x1) & Actor(e1,x1)) |
||
All these women are dancing. | All these women are dancing at a party. | 1 | -100 | Not all women dancing are at a party. | exists x2.(n_woman(x2) & all x1.((x1 = x2) -> exists e1.(Actor(e1,x1) & v_dance(e1)))) | exists x2.(n_woman(x2) & all x1.((x1 = x2) -> exists e1 x3.(at(e1,x3) & n_party(x3) & Actor(e1,x1) & v_dance(e1)))) | 78bbf3be-e4c8-11ec-9cdd-0242ac1c0002 | exists x2.(n_woman(x2) & all x1.(exists e1.(v_dance(e1) & Actor(e1,x1)) | -(x1 = x2))) | exists x2.(n_woman(x2) & all x1.(exists e1 x3.(v_dance(e1) & n_party(x3) & at(e1,x3) & Actor(e1,x1)) | -(x1 = x2))) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man is outside posing. | 0 | -100 | a man in a blue jacket is a man and wooden bench is outside | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists s1 x2.((x1 = x2) & n_posing(x2) & a_outside(s1) & Theme(s1,x2))) | 78bbf878-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists x1.(n_man(x1) & exists s1 x2.(n_posing(x2) & a_outside(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man is sitting on a swing. | 2 | -100 | THE MAN CAN EITHER BE SITTING ON A BENCH OR A SWING. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_sit(e1)) | 78bbfe5e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_swing(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a blue jacket sitting outside. | 0 | -100 | wooden bench represents outside | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists s2.(Theme(s2,x3) & a_outside(s2)) & Topic(e1,p1) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 78bc0458-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 p1 s1 x1 x2 x3.(v_sit(e1) & n_man(x1) & n_jacket(x2) & in(x1,x2) & exists s2.(a_outside(s2) & Theme(s2,x3)) & a_topic(x1) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a blue jacket sits on a wooden bench posed for the camera. | 0 | -100 | in front of a beautiful scene a man is posed for the camera | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_camera(x5) & on(e1,x3) & for(e2,x5) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 78bc091c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_sit(e1) & v_pose(e2) & on(e1,x3) & n_man(x1) & n_jacket(x2) & n_camera(x5) & n_bench(x3) & in(x1,x2) & for(e2,x5) & a_wooden(s2) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man cast his rod into the lake | 2 | -100 | A man casting his rod is focused on fishing, not posing for the camera. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_lake(x3) & into(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_cast(e1) & n_rod(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 78bc0e3a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2 x3.(v_cast(e1) & of(x2,x1) & n_rod(x2) & n_man(x1) & n_male(x1) & n_lake(x3) & into(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man likes taking pictures. | 1 | 0.377658 | If the man is posing he wouldn't be taking the pictures. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1.(n_man(x1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_take(e2) & n_picture(x2)) & Topic(e1,p1) & Actor(e1,x1) & v_like(e1)) | 78bc13bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 p1 x1.(v_like(e1) & n_man(x1) & exists e2 x2.(v_take(e2) & n_picture(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a warm blue jacket sits on a wooden bench posed for the camera. | 1 | 0.771495 | Not all jackets are warm. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(n_camera(x5) & on(e1,x3) & for(e2,x5) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s3) & Theme(s3,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s2) & Theme(s2,x2) & a_warm(s1) & Theme(s1,x2) & n_man(x1)) | 78bc18bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_sit(e1) & v_pose(e2) & on(e1,x3) & n_man(x1) & n_jacket(x2) & n_camera(x5) & n_bench(x3) & in(x1,x2) & for(e2,x5) & a_wooden(s3) & a_warm(s1) & a_blue(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man gets his picture taken in front of a shoreline | 0 | 0.984124 | a man in a blue jacket is a man and he is posed for the camera to have picture taken | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_get(e2) & in(e1,x4) & of(x4,x5) & n_shoreline(x5) & n_front(x4) & Theme(e1,x3) & v_take(e1) & (x2 = x3) & n_picture(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 78bc1db2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 e2 x1 x2 x3 x4 x5.(v_take(e1) & v_get(e2) & of(x4,x5) & of(x2,x1) & n_shoreline(x5) & n_picture(x2) & n_man(x1) & n_male(x1) & n_front(x4) & in(e1,x4) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & (x2 = x3)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a blue jacket posing for the camera. | 1 | 0.57879 | The wooden bench might be posed for the camera and doesn't imply the man is posing. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & in(x1,x2) & for(e1,x4) & Actor(e1,x3) & v_pose(e1) & (x2 = x3) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 78bc22a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4.(v_pose(e1) & n_man(x1) & n_jacket(x2) & n_camera(x4) & in(x1,x2) & for(e1,x4) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a blue jacket sits on a wooden horse posed for the camera. | 2 | -100 | You sit either on a horse or on a bench, not on both | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_camera(x5) & on(e1,x3) & for(e2,x5) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_horse(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 78bc28d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_sit(e1) & v_pose(e2) & on(e1,x3) & n_man(x1) & n_jacket(x2) & n_horse(x3) & n_camera(x5) & in(x1,x2) & for(e2,x5) & a_wooden(s2) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man is tired. | 1 | 0.439547 | The man isn't necessarily tired. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_tired(s1)) | 78bc2dde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists s1 x1.(n_man(x1) & a_tired(s1) & Theme(s1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man is taking a break | 1 | 0.598028 | Sitting on a bench doesn't imply taking a break. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_break(x2) & n_man(x1)) | 78bc32d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_take(e1) & n_man(x1) & n_break(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man is running fast. | 2 | 0.000021 | A man who sits cannot be running fast at the same time | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1.(n_man(x1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1) & v_run(e1)) | 78bc384c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 x1.(v_run(e1) & n_man(x1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | A man in a blue jacket filming his master work, his magnum opus. | 2 | -100 | The person who is posed for the camera is different from the person who is filming. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_film(e1) & subset_of(x7,x4) & n_opus(x7) & of(x7,x8) & n_magnum(x8) & of(x7,x1) & n_male(x1) & n_male(x1) & subset_of(x5,x4) & n_work(x5) & of(x5,x6) & n_master(x6) & of(x5,x1) & (x2 = x3) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 78bc3d4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_film(e1) & subset_of(x7,x4) & subset_of(x5,x4) & of(x7,x8) & of(x7,x1) & of(x5,x6) & of(x5,x1) & n_work(x5) & n_opus(x7) & n_master(x6) & n_man(x1) & n_male(x1) & n_magnum(x8) & n_jacket(x2) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A man in a blue jacket sits on a wooden bench posed for the camera in front of a beautiful scene of smooth water and trees for the shoreline. | The man is seated. | 0 | -100 | a man in a blue jacket is a man | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_shoreline(x11) & n_camera(x5) & on(e1,x3) & for(e2,x5) & in(x5,x6) & of(x6,x7) & for(x7,x11) & subset_of(x10,x7) & n_tree(x10) & subset_of(x8,x7) & of(x8,x9) & n_water(x9) & a_smooth(s4) & Theme(s4,x9) & n_scene(x8) & a_beautiful(s3) & Theme(s3,x8) & n_front(x6) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_bench(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_jacket(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Theme(e1,x1) & v_seat(e1)) | 78bc8b4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_sit(e1) & v_pose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & on(e1,x3) & of(x8,x9) & of(x6,x7) & n_water(x9) & n_tree(x10) & n_shoreline(x11) & n_scene(x8) & n_man(x1) & n_jacket(x2) & n_front(x6) & n_camera(x5) & n_bench(x3) & in(x5,x6) & in(x1,x2) & for(x7,x11) & for(e2,x5) & a_wooden(s2) & a_smooth(s4) & a_blue(s1) & a_beautiful(s3) & Theme(s4,x9) & Theme(s3,x8) & Theme(s2,x3) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1.(v_seat(e1) & n_man(x1) & Theme(e1,x1)) |
||
Mannequins on a rooftop of a saloon in Arizona. | The building looks like an old Western set. | 0 | -100 | rooftop of a saloon is a building | exists x1 x2 x3 x4.(ne_geo_arizona(x4) & a_topic(x1) & on(x1,x2) & of(x2,x3) & in(x3,x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1)) | exists e1 s1 s2 x1 x2.(n_building(x1) & like(e1,x2) & n_set(x2) & a_western(s2) & Theme(s2,x2) & a_old(s1) & Theme(s1,x2) & Actor(e1,x1) & v_look(e1)) | 78bcbd62-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x2) & of(x2,x3) & ne_geo_arizona(x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1) & in(x3,x4) & a_topic(x1)) | exists e1 s1 s2 x1 x2.(v_look(e1) & n_set(x2) & n_building(x1) & like(e1,x2) & a_western(s2) & a_old(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) |
||
Mannequins on a rooftop of a saloon in Arizona. | The saloon is part of a movie set. | 1 | -100 | The saloon isn't necessarily part of a movie set. | exists x1 x2 x3 x4.(ne_geo_arizona(x4) & a_topic(x1) & on(x1,x2) & of(x2,x3) & in(x3,x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1)) | exists p1 x1.(n_saloon(x1) & exists x2 x3 x4.((x1 = x2) & of(x2,x3) & n_set(x3) & of(x3,x4) & n_movie(x4) & n_part(x2))) | 78bcd586-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x2) & of(x2,x3) & ne_geo_arizona(x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1) & in(x3,x4) & a_topic(x1)) | exists x1.(n_saloon(x1) & exists x2 x3 x4.(of(x3,x4) & of(x2,x3) & n_set(x3) & n_part(x2) & n_movie(x4) & (x1 = x2))) |
||
Mannequins on a rooftop of a saloon in Arizona. | Some people are standing on the roof in the snow. | 2 | -100 | They cannot be in the snow and in Arizona at the same time. | exists x1 x2 x3 x4.(ne_geo_arizona(x4) & a_topic(x1) & on(x1,x2) & of(x2,x3) & in(x3,x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1)) | exists e1 x1 x2 x3.(n_snow(x3) & n_roof(x2) & in(e1,x3) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1)) | 78bce01c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x1,x2) & of(x2,x3) & ne_geo_arizona(x4) & n_saloon(x3) & n_rooftop(x2) & n_mannequin(x1) & in(x3,x4) & a_topic(x1)) | exists e1 x1 x2 x3.(v_stand(e1) & on(e1,x2) & n_snow(x3) & n_roof(x2) & n_people(x1) & in(e1,x3) & Actor(e1,x1)) |
||
a group of girls at talent show. | A group of people is at a talent show. | 0 | -100 | girls are people | exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x3) & n_show(x3) & of(x3,x4) & n_talent(x4) & of(x1,x2) & n_girl(x2) & n_group(x1)) | exists p1 x1 x2.(exists x3 x4.(at(x1,x3) & n_show(x3) & of(x3,x4) & n_talent(x4)) & of(x1,x2) & n_people(x2) & n_group(x1)) | 78bceb66-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_talent(x4) & n_show(x3) & n_group(x1) & n_girl(x2) & at(x1,x3) & a_topic(x1)) | exists x1 x2.(of(x1,x2) & n_people(x2) & n_group(x1) & exists x3 x4.(of(x3,x4) & n_talent(x4) & n_show(x3) & at(x1,x3))) |
||
a group of girls at talent show. | A group of boys are in a canoe. | 2 | -100 | A group of girls cannot become boys. | exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x3) & n_show(x3) & of(x3,x4) & n_talent(x4) & of(x1,x2) & n_girl(x2) & n_group(x1)) | exists p1 x1 x2.(exists x3.(in(x1,x3) & n_canoe(x3)) & of(x1,x2) & n_boy(x2) & n_group(x1)) | 78bd0d1c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_talent(x4) & n_show(x3) & n_group(x1) & n_girl(x2) & at(x1,x3) & a_topic(x1)) | exists x1 x2.(of(x1,x2) & n_group(x1) & n_boy(x2) & exists x3.(n_canoe(x3) & in(x1,x3))) |
||
a group of girls at talent show. | A group of girls perform a dance at their high school talent show. | 1 | -100 | Not all performances are dance. | exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x3) & n_show(x3) & of(x3,x4) & n_talent(x4) & of(x1,x2) & n_girl(x2) & n_group(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x4) & n_show(x4) & of(x4,x6) & n_talent(x6) & of(x4,x5) & n_school(x5) & a_high(s1) & Theme(s1,x4) & of(x4,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_dance(x3) & of(x1,x2) & n_girl(x2) & n_group(x1)) | 78bd1b54-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_talent(x4) & n_show(x3) & n_group(x1) & n_girl(x2) & at(x1,x3) & a_topic(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_perform(e1) & of(x4,x6) & of(x4,x5) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_talent(x6) & n_show(x4) & n_school(x5) & n_group(x1) & n_girl(x2) & n_dance(x3) & at(e1,x4) & a_high(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x1)) |
||
a woman dressed as a police officer stands in the middle of three women who appear to be dancing. | During the play the three performers danced around the woman dressed as a police officer. | 1 | -100 | Dancing and costumes do not necessarily mean that a play is taking place. | exists e2 e3 e1 p1 x1 x2 x3 x4 x5 x6 x7.(n_middle(x5) & in(e2,x5) & of(x5,x6) & Topic(e3,p1) & Actor(e3,x7) & v_appear(e3) & exists e4.(Actor(e4,x7) & v_dance(e4)) & (x6 = x7) & n_woman(x6) & card_eq_3(x6) & Actor(e2,x1) & v_stand(e2) & as(e1,x3) & n_officer(x3) & of(x3,x4) & n_police(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists e2 e1 x1 x2 x3 x4 x5 x6.(n_play(x6) & n_woman(x2) & n_performer(x1) & card_eq_3(x1) & during(e1,x6) & around(e1,x2) & as(e2,x4) & n_officer(x4) & of(x4,x5) & n_police(x5) & Theme(e2,x3) & v_dress(e2) & (x2 = x3) & Theme(e1,x1) & v_dance(e1)) | 78bd335a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 p1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e2) & v_dress(e1) & v_appear(e3) & of(x5,x6) & of(x3,x4) & n_woman(x6) & n_woman(x1) & n_police(x4) & n_officer(x3) & n_middle(x5) & in(e2,x5) & exists e4.(v_dance(e4) & Actor(e4,x7)) & card_eq_3(x6) & as(e1,x3) & Topic(e3,p1) & Theme(e1,x2) & Actor(e3,x7) & Actor(e2,x1) & (x6 = x7) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_dress(e2) & v_dance(e1) & of(x4,x5) & n_woman(x2) & n_police(x5) & n_play(x6) & n_performer(x1) & n_officer(x4) & during(e1,x6) & card_eq_3(x1) & as(e2,x4) & around(e1,x2) & Theme(e2,x3) & Theme(e1,x1) & (x2 = x3)) |
||
a woman dressed as a police officer stands in the middle of three women who appear to be dancing. | The two men danced around the male firefighter. | 2 | -100 | The subject is a woman and then two men. The object is 3 women and then a single male | exists e3 e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(n_middle(x5) & in(e2,x5) & of(x5,x6) & Topic(e3,p1) & Actor(e3,x7) & v_appear(e3) & exists e4.(Actor(e4,x7) & v_dance(e4)) & (x6 = x7) & n_woman(x6) & card_eq_3(x6) & Actor(e2,x1) & v_stand(e2) & as(e1,x3) & n_officer(x3) & of(x3,x4) & n_police(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_firefighter(x2) & of(x2,x3) & n_male(x3) & n_man(x1) & card_eq_2(x1) & around(e1,x2) & Actor(e1,x1) & v_dance(e1)) | 78bd3fbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e2) & v_dress(e1) & v_appear(e3) & of(x5,x6) & of(x3,x4) & n_woman(x6) & n_woman(x1) & n_police(x4) & n_officer(x3) & n_middle(x5) & in(e2,x5) & exists e4.(v_dance(e4) & Actor(e4,x7)) & card_eq_3(x6) & as(e1,x3) & Topic(e3,p1) & Theme(e1,x2) & Actor(e3,x7) & Actor(e2,x1) & (x6 = x7) & (x1 = x2)) | exists e1 x1 x2 x3.(v_dance(e1) & of(x2,x3) & n_man(x1) & n_male(x3) & n_firefighter(x2) & card_eq_2(x1) & around(e1,x2) & Actor(e1,x1)) |
||
a woman dressed as a police officer stands in the middle of three women who appear to be dancing. | The three women appear to be dancing. | 0 | -100 | Appear to be dancing is rephrased as who appear to be dancing. | exists e2 e3 e1 p1 x1 x2 x3 x4 x5 x6 x7.(n_middle(x5) & in(e2,x5) & of(x5,x6) & Topic(e3,p1) & Actor(e3,x7) & v_appear(e3) & exists e4.(Actor(e4,x7) & v_dance(e4)) & (x6 = x7) & n_woman(x6) & card_eq_3(x6) & Actor(e2,x1) & v_stand(e2) & as(e1,x3) & n_officer(x3) & of(x3,x4) & n_police(x4) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists e1 p1 x1.(n_woman(x1) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e2.(Actor(e2,x1) & v_dance(e2))) | 78bd4b74-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 p1 x1 x2 x3 x4 x5 x6 x7.(v_stand(e2) & v_dress(e1) & v_appear(e3) & of(x5,x6) & of(x3,x4) & n_woman(x6) & n_woman(x1) & n_police(x4) & n_officer(x3) & n_middle(x5) & in(e2,x5) & exists e4.(v_dance(e4) & Actor(e4,x7)) & card_eq_3(x6) & as(e1,x3) & Topic(e3,p1) & Theme(e1,x2) & Actor(e3,x7) & Actor(e2,x1) & (x6 = x7) & (x1 = x2)) | exists e1 p1 x1.(v_appear(e1) & n_woman(x1) & exists e2.(v_dance(e2) & Actor(e2,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Three women in matching black and yellow dresses and a woman with orange hair. | There are four women. | 0 | -100 | three women and a women are four women | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & with(x3,x4) & n_hair(x4) & of(x4,x5) & n_orange(x5) & n_woman(x3) & subset_of(x1,s1) & in(x1,x2) & n_dress(x2) & a_yellow(s4) & Theme(s4,x2) & a_black(s3) & Theme(s3,x2) & a_matching(s2) & Theme(s2,x2) & n_woman(x1) & card_eq_3(x1)) | exists p1 x1 x2.((x1 = x2) & n_woman(x2) & card_eq_4(x2)) | 78bd55a6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x3) & n_woman(x1) & n_orange(x5) & n_hair(x4) & n_dress(x2) & in(x1,x2) & card_eq_3(x1) & a_yellow(s4) & a_topic(s1) & a_matching(s2) & a_black(s3) & Theme(s4,x2) & Theme(s3,x2) & Theme(s2,x2)) | exists x1 x2.(n_woman(x2) & card_eq_4(x2) & (x1 = x2)) |
||
Three women in matching black and yellow dresses and a woman with orange hair. | Three friends decide to wear matching outfits and meet an acquaintance while out. | 1 | -100 | Just because they are wearing the same thing doesn't imply the women are friends. | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & with(x3,x4) & n_hair(x4) & of(x4,x5) & n_orange(x5) & n_woman(x3) & subset_of(x1,s1) & in(x1,x2) & n_dress(x2) & a_yellow(s4) & Theme(s4,x2) & a_black(s3) & Theme(s3,x2) & a_matching(s2) & Theme(s2,x2) & n_woman(x1) & card_eq_3(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_decide(e1) & exists e3 e2 s1 x2 x3 x4.(while(e3,x4) & n_out(x4) & Theme(e3,x3) & Actor(e3,x1) & v_meet(e3) & n_acquaintance(x3) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_outfit(x2) & a_matching(s1) & Theme(s1,x2)) & n_friend(x1) & card_eq_3(x1)) | 78bd6276-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x3) & n_woman(x1) & n_orange(x5) & n_hair(x4) & n_dress(x2) & in(x1,x2) & card_eq_3(x1) & a_yellow(s4) & a_topic(s1) & a_matching(s2) & a_black(s3) & Theme(s4,x2) & Theme(s3,x2) & Theme(s2,x2)) | exists e1 p1 x1.(v_decide(e1) & n_friend(x1) & exists e3 e2 s1 x2 x3 x4.(while(e3,x4) & v_wear(e2) & v_meet(e3) & n_outfit(x2) & n_out(x4) & n_acquaintance(x3) & a_matching(s1) & Theme(s1,x2) & Theme(e3,x3) & Theme(e2,x2) & Actor(e3,x1) & Actor(e2,x1)) & card_eq_3(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Three women in matching black and yellow dresses and a woman with orange hair. | Three brides maids are all wearing mismatched dresses. | 2 | -100 | Women wearing matching dresses do not have on mismatched dresses. | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x3,s1) & with(x3,x4) & n_hair(x4) & of(x4,x5) & n_orange(x5) & n_woman(x3) & subset_of(x1,s1) & in(x1,x2) & n_dress(x2) & a_yellow(s4) & Theme(s4,x2) & a_black(s3) & Theme(s3,x2) & a_matching(s2) & Theme(s2,x2) & n_woman(x1) & card_eq_3(x1)) | exists e1 e2 s1 x1 x2 x3.(a_all(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_wear(e2) & n_dress(x3) & Theme(e1,x3) & v_mismatch(e1) & n_maid(x1) & of(x1,x2) & n_bride(x2) & card_eq_3(x1)) | 78bd7040-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & of(x4,x5) & n_woman(x3) & n_woman(x1) & n_orange(x5) & n_hair(x4) & n_dress(x2) & in(x1,x2) & card_eq_3(x1) & a_yellow(s4) & a_topic(s1) & a_matching(s2) & a_black(s3) & Theme(s4,x2) & Theme(s3,x2) & Theme(s2,x2)) | exists e1 e2 s1 x1 x2 x3.(v_wear(e2) & v_mismatch(e1) & of(x1,x2) & n_maid(x1) & n_dress(x3) & n_bride(x2) & card_eq_3(x1) & a_all(s1) & Theme(e2,x3) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x1)) |
||
A man wearing dark sunglasses is jumping his bike over a road, in a forest. | A man does a trick on a bike. | 1 | -100 | Jumping a bike doesn't mean he is doing a trick. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_forest(x6) & over(e2,x5) & n_road(x5) & Theme(e2,x4) & Actor(e2,x1) & v_jump(e2) & n_bike(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & a_dark(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_bike(x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & n_man(x1)) | 78bd9e94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_jump(e2) & over(e2,x5) & of(x4,x1) & n_sunglass(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_forest(x6) & n_bike(x4) & in(e2,x6) & a_dark(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_do(e1) & on(e1,x3) & n_trick(x2) & n_man(x1) & n_bike(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing dark sunglasses is jumping his bike over a road, in a forest. | A man sleeps on a bench. | 2 | -100 | A man is either sleeps or is jumping his bike. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_forest(x6) & over(e2,x5) & n_road(x5) & Theme(e2,x4) & Actor(e2,x1) & v_jump(e2) & n_bike(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & a_dark(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1)) | 78bda8d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_jump(e2) & over(e2,x5) & of(x4,x1) & n_sunglass(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_forest(x6) & n_bike(x4) & in(e2,x6) & a_dark(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sleep(e1) & on(e1,x2) & n_man(x1) & n_bench(x2) & Actor(e1,x1)) |
||
A man wearing dark sunglasses is jumping his bike over a road, in a forest. | A man is going over a bike jump. | 0 | -100 | The man is jumping his bike which means he is going over a bike jump. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_forest(x6) & over(e2,x5) & n_road(x5) & Theme(e2,x4) & Actor(e2,x1) & v_jump(e2) & n_bike(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_sunglass(x3) & a_dark(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(a_over(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_jump(x2) & of(x2,x3) & n_bike(x3) & n_man(x1)) | 78bdb424-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_jump(e2) & over(e2,x5) & of(x4,x1) & n_sunglass(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_forest(x6) & n_bike(x4) & in(e2,x6) & a_dark(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_go(e1) & of(x2,x3) & n_man(x1) & n_jump(x2) & n_bike(x3) & a_over(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
three children gather around a red float. | The children are by a float. | 0 | -100 | Around a red float is by a float | exists e1 s1 x1 x2.(around(e1,x2) & n_float(x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1) & v_gather(e1) & n_child(x1) & card_eq_3(x1)) | exists p1 x1.(n_child(x1) & exists x2.(by(x1,x2) & n_float(x2))) | 78bdbff0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_gather(e1) & n_float(x2) & n_child(x1) & card_eq_3(x1) & around(e1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(n_float(x2) & by(x1,x2))) |
||
three children gather around a red float. | The three children are classmates. | 1 | -100 | Many children are not classmates with one another. | exists e1 s1 x1 x2.(around(e1,x2) & n_float(x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1) & v_gather(e1) & n_child(x1) & card_eq_3(x1)) | exists p1 x1.(n_child(x1) & card_eq_3(x1) & exists x2.((x1 = x2) & n_classmate(x2))) | 78bdca40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_gather(e1) & n_float(x2) & n_child(x1) & card_eq_3(x1) & around(e1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(n_classmate(x2) & (x1 = x2)) & card_eq_3(x1)) |
||
three children gather around a red float. | The three children gather by an airplane. | 2 | -100 | Children either gathered at a red float or airplane | exists e1 s1 x1 x2.(around(e1,x2) & n_float(x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1) & v_gather(e1) & n_child(x1) & card_eq_3(x1)) | exists e1 x1 x2.(n_child(x1) & card_eq_3(x1) & by(e1,x2) & n_airplane(x2) & Actor(e1,x1) & v_gather(e1)) | 78bdd81e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_gather(e1) & n_float(x2) & n_child(x1) & card_eq_3(x1) & around(e1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_gather(e1) & n_child(x1) & n_airplane(x2) & card_eq_3(x1) & by(e1,x2) & Actor(e1,x1)) |
||
African children make funny faces at the camera. | The children are looking at the camera. | 0 | -100 | The children make funny faces at the camera so they must be looking at the camera. | exists e1 s1 s2 x1 x2 x3.(n_camera(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_face(x2) & a_funny(s2) & Theme(s2,x2) & n_child(x1) & a_african(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_camera(x2) & n_child(x1) & at(e1,x2) & Actor(e1,x1) & v_look(e1)) | 78bde3cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_make(e1) & n_face(x2) & n_child(x1) & n_camera(x3) & at(e1,x3) & a_funny(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & n_child(x1) & n_camera(x2) & at(e1,x2) & Actor(e1,x1)) |
||
African children make funny faces at the camera. | The children are looking at the camera seriously. | 2 | -100 | Children are either making funny faces or seriously looking at the camera | exists e1 s1 s2 x1 x2 x3.(n_camera(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_face(x2) & a_funny(s2) & Theme(s2,x2) & n_child(x1) & a_african(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_camera(x2) & n_child(x1) & a_seriously(s1) & Manner(e1,s1) & at(e1,x2) & Actor(e1,x1) & v_look(e1)) | 78bdef20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_make(e1) & n_face(x2) & n_child(x1) & n_camera(x3) & at(e1,x3) & a_funny(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_look(e1) & n_child(x1) & n_camera(x2) & at(e1,x2) & a_seriously(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
African children make funny faces at the camera. | The children are sticking their tongues out at the camera. | 1 | -100 | Sticking their tongues out is not the only way for children to make funny faces. | exists e1 s1 s2 x1 x2 x3.(n_camera(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_face(x2) & a_funny(s2) & Theme(s2,x2) & n_child(x1) & a_african(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_camera(x3) & n_tongue(x2) & of(x2,x1) & n_thing(x1) & n_child(x1) & at(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_stick(e1)) | 78bdfa6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_make(e1) & n_face(x2) & n_child(x1) & n_camera(x3) & at(e1,x3) & a_funny(s2) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_stick(e1) & of(x2,x1) & n_tongue(x2) & n_thing(x1) & n_child(x1) & n_camera(x3) & at(e1,x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A soccer player is sitting on the field drinking from a water bottle. | A soccer player drinks Gatorade out of a green cup. | 2 | -100 | Soccer player is either drinking from water bottle or a green cup | exists e1 x1 x2 x3 x4 x5 x6.(n_drinking(x3) & of(x3,x4) & n_field(x4) & from(e1,x5) & n_bottle(x5) & of(x5,x6) & n_water(x6) & on(e1,x3) & Actor(e1,x1) & v_sit(e1) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists e1 s1 x1 x2 x3 x4.(r_out(e1) & of(e1,x4) & n_cup(x4) & a_green(s1) & Theme(s1,x4) & Actor(e1,x1) & v_gatorade(e1) & n_drink(x1) & of(x1,x3) & n_player(x3) & of(x1,x2) & n_soccer(x2)) | 78be07d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_water(x6) & n_soccer(x2) & n_player(x1) & n_field(x4) & n_drinking(x3) & n_bottle(x5) & from(e1,x5) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_gatorade(e1) & r_out(e1) & of(x1,x3) & of(x1,x2) & of(e1,x4) & n_soccer(x2) & n_player(x3) & n_drink(x1) & n_cup(x4) & a_green(s1) & Theme(s1,x4) & Actor(e1,x1)) |
||
A soccer player is sitting on the field drinking from a water bottle. | A soccer player is drinking water. | 0 | -100 | Both subjects are drinking | exists e1 x1 x2 x3 x4 x5 x6.(n_drinking(x3) & of(x3,x4) & n_field(x4) & from(e1,x5) & n_bottle(x5) & of(x5,x6) & n_water(x6) & on(e1,x3) & Actor(e1,x1) & v_sit(e1) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_drink(e1) & n_water(x3) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | 78be177a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_water(x6) & n_soccer(x2) & n_player(x1) & n_field(x4) & n_drinking(x3) & n_bottle(x5) & from(e1,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_drink(e1) & of(x1,x2) & n_water(x3) & n_soccer(x2) & n_player(x1) & Theme(e1,x3) & Actor(e1,x1)) |
||
A soccer player is sitting on the field drinking from a water bottle. | A soccer player is drinking from a Nike bottle. | 1 | -100 | Many water bottles are unbranded. Even if the water bottle was branded it could be many other brands than Nike. | exists e1 x1 x2 x3 x4 x5 x6.(n_drinking(x3) & of(x3,x4) & n_field(x4) & from(e1,x5) & n_bottle(x5) & of(x5,x6) & n_water(x6) & on(e1,x3) & Actor(e1,x1) & v_sit(e1) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists e1 s1 x1 x2 x3.(from(e1,x3) & n_bottle(x3) & a_nike(s1) & Theme(s1,x3) & Actor(e1,x1) & v_drink(e1) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | 78be240e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_water(x6) & n_soccer(x2) & n_player(x1) & n_field(x4) & n_drinking(x3) & n_bottle(x5) & from(e1,x5) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_drink(e1) & of(x1,x2) & n_soccer(x2) & n_player(x1) & n_bottle(x3) & from(e1,x3) & a_nike(s1) & Theme(s1,x3) & Actor(e1,x1)) |
||
Group of children, three boys, one girl making faces toward camera. | People are looking at the camera. | 0 | -100 | Children are people and they face toward the camera which implies that they are looking at the camera. | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_group(s1) & a_topic(s1) & toward(e1,x6) & n_camera(x6) & Theme(e1,x5) & Actor(e1,x3) & v_face(e1) & (s1 = x5) & n_making(x3) & of(x3,x4) & n_girl(x4) & card_eq_1(x3) & of(s1,x1) & rel(x1,x2) & n_boy(x2) & card_eq_3(x2) & n_child(x1)) | exists e1 x1 x2.(n_camera(x2) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_people(x1)) | 78be300c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_face(e1) & toward(e1,x6) & rel(x1,x2) & of(x3,x4) & of(s1,x1) & ne_org_group(s1) & n_making(x3) & n_girl(x4) & n_child(x1) & n_camera(x6) & n_boy(x2) & card_eq_3(x2) & card_eq_1(x3) & a_topic(s1) & Theme(e1,x5) & Actor(e1,x3) & (s1 = x5)) | exists e1 x1 x2.(v_look(e1) & n_people(x1) & n_camera(x2) & at(e1,x2) & Actor(e1,x1)) |
||
Group of children, three boys, one girl making faces toward camera. | Kids are clowning while their parents take pictures. | 1 | -100 | Many cameras are set up to film in a way that doesn't involve a human operator directly. We don't even know if any of the children's parents are around to take the pictures. | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_group(s1) & a_topic(s1) & toward(e1,x6) & n_camera(x6) & Theme(e1,x5) & Actor(e1,x3) & v_face(e1) & (s1 = x5) & n_making(x3) & of(x3,x4) & n_girl(x4) & card_eq_1(x3) & of(s1,x1) & rel(x1,x2) & n_boy(x2) & card_eq_3(x2) & n_child(x1)) | exists e1 p1 x1 x2.(exists e2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_take(e2) & n_picture(x3)) & n_parent(x2) & of(x2,x1) & n_thing(x1) & while(e1,p1) & Actor(e1,x1) & v_clown(e1) & n_kid(x1)) | 78be3a2a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_face(e1) & toward(e1,x6) & rel(x1,x2) & of(x3,x4) & of(s1,x1) & ne_org_group(s1) & n_making(x3) & n_girl(x4) & n_child(x1) & n_camera(x6) & n_boy(x2) & card_eq_3(x2) & card_eq_1(x3) & a_topic(s1) & Theme(e1,x5) & Actor(e1,x3) & (s1 = x5)) | exists e1 p1 x1 x2.(while(e1,p1) & v_clown(e1) & of(x2,x1) & n_thing(x1) & n_parent(x2) & n_kid(x1) & exists e2 x3.(v_take(e2) & n_picture(x3) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1)) |
||
Group of children, three boys, one girl making faces toward camera. | Children look away from the camera. | 2 | -100 | Children are either making faces toward the camera or away from the camera | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_group(s1) & a_topic(s1) & toward(e1,x6) & n_camera(x6) & Theme(e1,x5) & Actor(e1,x3) & v_face(e1) & (s1 = x5) & n_making(x3) & of(x3,x4) & n_girl(x4) & card_eq_1(x3) & of(s1,x1) & rel(x1,x2) & n_boy(x2) & card_eq_3(x2) & n_child(x1)) | exists e1 x1 x2.(n_camera(x2) & from(e1,x2) & r_away(e1) & Actor(e1,x1) & v_look(e1) & n_child(x1)) | 78be4416-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_face(e1) & toward(e1,x6) & rel(x1,x2) & of(x3,x4) & of(s1,x1) & ne_org_group(s1) & n_making(x3) & n_girl(x4) & n_child(x1) & n_camera(x6) & n_boy(x2) & card_eq_3(x2) & card_eq_1(x3) & a_topic(s1) & Theme(e1,x5) & Actor(e1,x3) & (s1 = x5)) | exists e1 x1 x2.(v_look(e1) & r_away(e1) & n_child(x1) & n_camera(x2) & from(e1,x2) & Actor(e1,x1)) |
||
An African boy in traditional clothing accompanied by two other boys and a woman | the boy is ten years old | 1 | -100 | The term boy can be used to describe a wide age range. We have no way of knowing how many years old the boy is. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & Actor(e1,x4) & subset_of(x6,x4) & n_woman(x6) & subset_of(x5,x4) & -(x5 = x1) & n_boy(x1) & n_boy(x1) & n_boy(x5) & card_eq_2(x5) & Theme(e1,x3) & v_accompany(e1) & (x2 = x3) & n_clothing(x2) & a_traditional(s2) & Theme(s2,x2) & a_african(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Pivot(e1,x1) & r_more(e1) & v_old(e1) & n_year(x2) & card_eq_10(x2)) | 78be9736-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_accompany(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_woman(x6) & n_clothing(x2) & n_boy(x5) & n_boy(x1) & in(x1,x2) & card_eq_2(x5) & a_traditional(s2) & a_topic(x1) & a_african(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x4) & -(x5 = x1) & (x2 = x3)) | exists e1 x1 x2.(v_old(e1) & r_more(e1) & n_year(x2) & n_boy(x1) & card_eq_10(x2) & Theme(e1,x2) & Pivot(e1,x1)) |
||
Adults and children are enjoying the pool, some are in the pool and some are sitting around the pool in lounge chairs. | People play in the pool | 0 | -100 | Adults and children are people. | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(n_pool(x4) & n_pool(x4) & n_pool(x4) & in(e2,x6) & n_chair(x6) & of(x6,x7) & n_lounge(x7) & around(e2,x4) & Actor(e2,x5) & v_sit(e2) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & exists p2 x8.(in(x8,x4) & n_thing(x8)) & that(x4,p1) & n_child(x3) & n_adult(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2.(n_pool(x2) & in(e1,x2) & Actor(e1,x1) & v_play(e1) & n_people(x1)) | 78bebfea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e2) & v_enjoy(e1) & that(x4,p1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x6,x7) & n_thing(x5) & n_pool(x4) & n_lounge(x7) & n_child(x3) & n_chair(x6) & n_adult(x2) & in(e2,x6) & exists x8.(n_thing(x8) & in(x8,x4)) & around(e2,x4) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_pool(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A man in black swimming trunks has his hands pointed to the sky in front of a pool with seven people in it. | A man points into the sky. | 0 | -100 | A man is pointing at the sky | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_sky(x6) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & to(e1,x6) & in(x6,x7) & of(x7,x8) & with(x8,x9) & in(x9,x1) & n_thing(x1) & n_people(x9) & card_eq_7(x9) & n_pool(x8) & n_front(x7) & Actor(e1,x5) & v_point(e1) & (x4 = x5) & n_hand(x4) & of(x4,x1) & n_male(x1) & in(x1,x2) & n_trunk(x2) & of(x2,x3) & n_swimming(x3) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_sky(x2) & into(e1,x2) & Actor(e1,x1) & v_point(e1) & n_man(x1)) | 78bed822-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x8,x9) & v_point(e1) & v_have(e2) & to(e1,x6) & of(x7,x8) & of(x4,x1) & of(x2,x3) & n_trunk(x2) & n_thing(x1) & n_swimming(x3) & n_sky(x6) & n_pool(x8) & n_people(x9) & n_man(x1) & n_male(x1) & n_hand(x4) & n_front(x7) & in(x9,x1) & in(x6,x7) & in(x1,x2) & card_eq_7(x9) & a_black(s1) & Theme(s1,x2) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x5) & (x4 = x5)) | exists e1 x1 x2.(v_point(e1) & n_sky(x2) & n_man(x1) & into(e1,x2) & Actor(e1,x1)) |
||
a group of young men sing out together. | There is an audience. | 1 | 0.701101 | Just because men are singing together does not mean there is an audience. | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists p1 x1 x2.((x1 = x2) & n_audience(x2)) | 78c04b44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists x1 x2.(n_audience(x2) & (x1 = x2)) |
||
a group of young men sing out together. | The men are vocalizing | 0 | 0.916269 | to sing is a form of vocalizing | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_vocalize(e1)) | 78c055e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1.(v_vocalize(e1) & n_man(x1) & Actor(e1,x1)) |
||
a group of young men sing out together. | The young men are in a choir classroom. | 1 | 0.500433 | Just because men are singing together does not mean they are in a choir classroom. | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists p1 s1 x1.(n_man(x1) & a_young(s1) & Theme(s1,x1) & exists x2 x3.(in(x1,x2) & n_classroom(x2) & of(x2,x3) & n_choir(x3))) | 78c0666a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_classroom(x2) & n_choir(x3) & in(x1,x2)) & a_young(s1) & Theme(s1,x1)) |
||
a group of young men sing out together. | The men are in a choir | 1 | 0.579651 | Just because men are singing together does not mean they are in a choir. | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists p1 x1.(n_man(x1) & exists x2.(in(x1,x2) & n_choir(x2))) | 78c071fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_choir(x2) & in(x1,x2))) |
||
a group of young men sing out together. | 10 people singing | 1 | 0.000668 | A group of men does not indicate that there are 10 people | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_sing(e1) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_10(x1) & a_date_day_10(x1)) | 78c0777c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sing(e1) & n_people(x1) & n_date(x1) & a_topic(x1) & a_date_day_10(x1) & Actor(e1,x2) & (x1 = x2)) |
||
a group of young men sing out together. | A group of guys are singing for money in the park. | 1 | 0.593305 | Group of young men singing out does not imply they are singing for money in the park. | exists e1 s1 s2 s3 x1 x2.(a_together(s3) & Manner(e1,s3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_man(x2) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(n_park(x4) & in(e1,x4) & for(e1,x3) & n_money(x3) & Actor(e1,x1) & v_sing(e1) & of(x1,x2) & n_guy(x2) & n_group(x1)) | 78c08686-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_sing(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & a_young(s1) & a_together(s3) & a_out(s2) & Theme(s1,x2) & Manner(e1,s3) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_sing(e1) & of(x1,x2) & n_park(x4) & n_money(x3) & n_guy(x2) & n_group(x1) & in(e1,x4) & for(e1,x3) & Actor(e1,x1)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | these people are on their way to go christmas carolling | 1 | 0.000588 | Just because people are just in coats, hats, and other winter clothing in a large vehicle doesn't mean they are on their way to go Christmas caroling. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists p1 x1 x2.(n_way(x2) & of(x2,x1) & n_thing(x1) & n_people(x1) & exists p2.(on(x1,x2) & Topic(x2,p2) & exists e2 e1 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_go(e2) & Actor(e1,x4) & v_carol(e1) & (x3 = x4) & n_christmas(x3)))) | 78c14526-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists x1 x2.(of(x2,x1) & n_way(x2) & n_thing(x1) & n_people(x1) & exists p2.(on(x1,x2) & exists e2 e1 x3 x4.(v_go(e2) & v_carol(e1) & n_christmas(x3) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4)) & Topic(x2,p2))) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | this vehicle is crowded. | 0 | 0.770583 | Since there are several people in the vehicle obviously means this vehicle is crowded. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists e1 x1.(n_vehicle(x1) & Theme(e1,x1) & v_crowd(e1)) | 78c14a08-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists e1 x1.(v_crowd(e1) & n_vehicle(x1) & Theme(e1,x1)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | the man loves attention from the camera | 1 | 0.619662 | Just because a man is waiting for the camera doesn't mean he loves attention from the camera. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists e1 x1 x2 x3.(n_camera(x3) & n_man(x1) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_love(e1) & n_attention(x2)) | 78c1548a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_love(e1) & n_man(x1) & n_camera(x3) & n_attention(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | The man is close friends with the other people. | 1 | 0.602319 | Just because people are seated together in a large vehicle doesn't mean they are close friends. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists p1 x1 x3.(-(x3 = x3) & n_people(x3) & n_man(x1) & exists s1 x2.((x1 = x2) & with(x2,x3) & n_friend(x2) & a_close(s1) & Theme(s1,x2))) | 78c15b4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists x1 x3.(n_people(x3) & n_man(x1) & exists s1 x2.(with(x2,x3) & n_friend(x2) & a_close(s1) & Theme(s1,x2) & (x1 = x2)) & -(x3 = x3)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | the people go to a beach | 2 | 0.000004 | A man isn't people. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists e1 x1 x2.(n_people(x1) & to(e1,x2) & n_beach(x2) & Actor(e1,x1) & v_go(e1)) | 78c16074-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists e1 x1 x2.(v_go(e1) & to(e1,x2) & n_people(x1) & n_beach(x2) & Actor(e1,x1)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | The balding man waved at the camera cause he thought it would be nice to say hello | 1 | 0.681133 | If a man is waving for a camera, it cannot be assumed that he is waving because he thought it would be nice to say hello. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists e1 p1 x1 x2 x3 x4.(n_thing(x3) & n_male(x3) & n_cause(x3) & of(x3,x4) & n_camera(x4) & n_man(x1) & of(x1,x2) & n_balding(x2) & at(e1,x3) & exists e2 p2.(exists p3 s1.(Topic(s1,p3) & Actor(s1,x3) & a_nice(s1) & exists e3 x5.(Theme(e3,x5) & Actor(e3,x3) & v_say(e3) & n_hello(x5))) & Topic(e2,p2) & Actor(e2,x3) & v_think(e2)) & that(x3,p1) & Actor(e1,x1) & v_wave(e1)) | 78c178b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_wave(e1) & that(x3,p1) & of(x3,x4) & of(x1,x2) & n_thing(x3) & n_man(x1) & n_male(x3) & n_cause(x3) & n_camera(x4) & n_balding(x2) & exists e2 p2.(v_think(e2) & exists p3 s1.(exists e3 x5.(v_say(e3) & n_hello(x5) & Theme(e3,x5) & Actor(e3,x3)) & a_nice(s1) & Topic(s1,p3) & Actor(s1,x3)) & Topic(e2,p2) & Actor(e2,x3)) & at(e1,x3) & Actor(e1,x1)) |
||
A balding man is waving for the camera as he is seated in a large vehicle with several people dressed in coats, hats and other winter clothing. | A tall man waving | 1 | 0.558046 | Not all balding men are tall. | exists e1 p1 x1 x2 x3.(n_male(x3) & n_camera(x3) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(in(e2,x4) & with(x4,x5) & in(e3,x7) & -(x11 = x13) & n_clothing(x13) & of(x13,x12) & n_winter(x12) & n_clothing(x11) & of(x11,x12) & n_hat(x10) & subset_of(x11,x9) & subset_of(x10,x9) & n_coat(x8) & subset_of(x9,x7) & subset_of(x8,x7) & Theme(e3,x6) & v_dress(e3) & (x5 = x6) & n_people(x5) & a_several(s2) & Theme(s2,x5) & n_vehicle(x4) & a_large(s1) & Theme(s1,x4) & Theme(e2,x3) & v_seat(e2)) & as(x3,p1) & Actor(e1,x1) & v_wave(e1) & n_man(x1) & of(x1,x2) & n_balding(x2)) | exists e1 s1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_wave(e1) & (x1 = x2) & n_man(x1) & a_tall(s1) & Theme(s1,x1)) | 78c17f64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_wave(e1) & of(x1,x2) & n_man(x1) & n_male(x3) & n_camera(x3) & n_balding(x2) & for(e1,x3) & exists e3 e2 s1 s2 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(with(x4,x5) & v_seat(e2) & v_dress(e3) & subset_of(x9,x7) & subset_of(x8,x7) & subset_of(x11,x9) & subset_of(x10,x9) & of(x13,x12) & of(x11,x12) & n_winter(x12) & n_vehicle(x4) & n_people(x5) & n_hat(x10) & n_coat(x8) & n_clothing(x13) & n_clothing(x11) & in(e3,x7) & in(e2,x4) & a_several(s2) & a_large(s1) & Theme(s2,x5) & Theme(s1,x4) & Theme(e3,x6) & Theme(e2,x3) & -(x11 = x13) & (x5 = x6)) & as(x3,p1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_wave(e1) & n_man(x1) & a_topic(x1) & a_tall(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
People on the street watch a street performer with a guitar. | A street performer is smashing a guitar. | 1 | -100 | The street performer has a guitar but that doesn't mean he is smashing it. | exists e1 x1 x2 x3 x4.(with(e1,x4) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_performer(x3) & of(x3,x2) & n_street(x2) & n_street(x2) & on(x1,x2) & n_people(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_smash(e1) & n_guitar(x3) & n_performer(x1) & of(x1,x2) & n_street(x2)) | 78c28472-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_watch(e1) & on(x1,x2) & of(x3,x2) & n_street(x2) & n_performer(x3) & n_people(x1) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_smash(e1) & of(x1,x2) & n_street(x2) & n_performer(x1) & n_guitar(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
People on the street watch a street performer with a guitar. | There are people on the street. | 0 | -100 | "People on the street" shows that there are people. | exists e1 x1 x2 x3 x4.(with(e1,x4) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_performer(x3) & of(x3,x2) & n_street(x2) & n_street(x2) & on(x1,x2) & n_people(x1)) | exists p1 x1 x3.(n_street(x3) & exists x2.((x1 = x2) & on(x2,x3) & n_people(x2))) | 78c28990-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_watch(e1) & on(x1,x2) & of(x3,x2) & n_street(x2) & n_performer(x3) & n_people(x1) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x3.(n_street(x3) & exists x2.(on(x2,x3) & n_people(x2) & (x1 = x2))) |
||
People on the street watch a street performer with a guitar. | The people on the street are blind. | 2 | -100 | The people are either blind or watching the performer, not both. | exists e1 x1 x2 x3 x4.(with(e1,x4) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_performer(x3) & of(x3,x2) & n_street(x2) & n_street(x2) & on(x1,x2) & n_people(x1)) | exists s1 x1 x2.(n_street(x2) & n_people(x1) & Theme(s1,x1) & a_blind(s1) & on(x1,x2)) | 78c28f58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_watch(e1) & on(x1,x2) & of(x3,x2) & n_street(x2) & n_performer(x3) & n_people(x1) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2.(on(x1,x2) & n_street(x2) & n_people(x1) & a_blind(s1) & Theme(s1,x1)) |
||
Two women dancing on a concrete surface. | Two people are dancing | 0 | -100 | if two people are dancing then they are two people dancing. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_surface(x3) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_dance(e1) & n_people(x1) & card_eq_2(x1)) | 78c294d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & n_woman(x1) & n_surface(x3) & card_eq_2(x1) & a_topic(x1) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_dance(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two women dancing on a concrete surface. | The surface is made of wood | 2 | -100 | A concrete surface cannot be made of wood. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_surface(x3) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_surface(x1) & of(e1,x2) & n_wood(x2) & Theme(e1,x1) & v_make(e1)) | 78c29a0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & n_woman(x1) & n_surface(x3) & card_eq_2(x1) & a_topic(x1) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_make(e1) & of(e1,x2) & n_wood(x2) & n_surface(x1) & Theme(e1,x1)) |
||
Two women dancing on a concrete surface. | The women are barefoot | 1 | -100 | Not all women dance barefoot. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_surface(x3) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_barefoot(x2))) | 78c29f98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & n_woman(x1) & n_surface(x3) & card_eq_2(x1) & a_topic(x1) & a_concrete(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_woman(x1) & exists x2.(n_barefoot(x2) & (x1 = x2))) |
||
A man in a baseball cap is measuring and cutting wood in front of him. | A man in a baseball cap. | 0 | -100 | if the man is in a baseball cap then the man is in a baseball cap | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(Theme(e2,x9) & Actor(e2,x6) & v_cut(e2) & in(x9,x10) & of(x10,x11) & n_male(x11) & n_front(x10) & n_wood(x9) & in(x6,x7) & n_cap(x7) & of(x7,x8) & n_baseball(x8) & n_man(x6) & Theme(e1,x4) & Actor(e1,x1) & v_measure(e1) & in(x4,x5) & of(x5,x1) & n_male(x1) & n_front(x5) & n_wood(x4) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & n_man(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & n_man(x1)) | 78c2a4c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_measure(e1) & v_cut(e2) & of(x7,x8) & of(x5,x1) & of(x2,x3) & of(x10,x11) & n_wood(x9) & n_wood(x4) & n_man(x6) & n_man(x1) & n_male(x11) & n_male(x1) & n_front(x5) & n_front(x10) & n_cap(x7) & n_cap(x2) & n_baseball(x8) & n_baseball(x3) & in(x9,x10) & in(x6,x7) & in(x4,x5) & in(x1,x2) & Theme(e2,x9) & Theme(e1,x4) & Actor(e2,x6) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_man(x1) & n_cap(x2) & n_baseball(x3) & in(x1,x2) & a_topic(x1)) |
||
A man in a baseball cap is measuring and cutting wood in front of him. | A woman in a baseball cap. | 2 | -100 | man and woman are not the same | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(Theme(e2,x9) & Actor(e2,x6) & v_cut(e2) & in(x9,x10) & of(x10,x11) & n_male(x11) & n_front(x10) & n_wood(x9) & in(x6,x7) & n_cap(x7) & of(x7,x8) & n_baseball(x8) & n_man(x6) & Theme(e1,x4) & Actor(e1,x1) & v_measure(e1) & in(x4,x5) & of(x5,x1) & n_male(x1) & n_front(x5) & n_wood(x4) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & n_man(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & n_woman(x1)) | 78c2a9ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_measure(e1) & v_cut(e2) & of(x7,x8) & of(x5,x1) & of(x2,x3) & of(x10,x11) & n_wood(x9) & n_wood(x4) & n_man(x6) & n_man(x1) & n_male(x11) & n_male(x1) & n_front(x5) & n_front(x10) & n_cap(x7) & n_cap(x2) & n_baseball(x8) & n_baseball(x3) & in(x9,x10) & in(x6,x7) & in(x4,x5) & in(x1,x2) & Theme(e2,x9) & Theme(e1,x4) & Actor(e2,x6) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_woman(x1) & n_cap(x2) & n_baseball(x3) & in(x1,x2) & a_topic(x1)) |
||
A man in a baseball cap is measuring and cutting wood in front of him. | A man in a red baseball cap. | 1 | -100 | Not all baseball caps are red. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(Theme(e2,x9) & Actor(e2,x6) & v_cut(e2) & in(x9,x10) & of(x10,x11) & n_male(x11) & n_front(x10) & n_wood(x9) & in(x6,x7) & n_cap(x7) & of(x7,x8) & n_baseball(x8) & n_man(x6) & Theme(e1,x4) & Actor(e1,x1) & v_measure(e1) & in(x4,x5) & of(x5,x1) & n_male(x1) & n_front(x5) & n_wood(x4) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & n_man(x1)) | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_cap(x2) & of(x2,x3) & n_baseball(x3) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | 78c2afa6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_measure(e1) & v_cut(e2) & of(x7,x8) & of(x5,x1) & of(x2,x3) & of(x10,x11) & n_wood(x9) & n_wood(x4) & n_man(x6) & n_man(x1) & n_male(x11) & n_male(x1) & n_front(x5) & n_front(x10) & n_cap(x7) & n_cap(x2) & n_baseball(x8) & n_baseball(x3) & in(x9,x10) & in(x6,x7) & in(x4,x5) & in(x1,x2) & Theme(e2,x9) & Theme(e1,x4) & Actor(e2,x6) & Actor(e1,x1)) | exists s1 x1 x2 x3.(of(x2,x3) & n_man(x1) & n_cap(x2) & n_baseball(x3) & in(x1,x2) & a_topic(x1) & a_red(s1) & Theme(s1,x2)) |
||
Two belly dancing women in black frilly outfits strike a pose next to a brick wall. | A photographer hires strippers for a bachelor party. | 2 | -100 | Belly dancing women are dancers not strippers. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e3,x3) & Actor(e3,x1) & v_strike(e3) & to(e2,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & r_next(e2) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_a(x3) & in(x1,x2) & n_outfit(x2) & a_frilly(s2) & Theme(s2,x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & Actor(e1,x1) & v_dance(e1) & r_belly(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(for(e1,x3) & n_party(x3) & of(x3,x4) & n_bachelor(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hire(e1) & n_stripper(x2) & n_photographer(x1)) | 78c2b4b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_strike(e3) & v_pose(e2) & v_dance(e1) & to(e2,x5) & r_next(e2) & r_belly(x1) & of(x5,x6) & n_woman(x1) & n_wall(x5) & n_outfit(x2) & n_brick(x6) & n_a(x3) & in(x1,x2) & card_eq_2(x1) & a_frilly(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(v_hire(e1) & of(x3,x4) & n_stripper(x2) & n_photographer(x1) & n_party(x3) & n_bachelor(x4) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two belly dancing women in black frilly outfits strike a pose next to a brick wall. | Two women pose for the camera. | 0 | -100 | 'Pose for the camera' is a rephrasing of 'Strike a pose'. | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e3,x3) & Actor(e3,x1) & v_strike(e3) & to(e2,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & r_next(e2) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_a(x3) & in(x1,x2) & n_outfit(x2) & a_frilly(s2) & Theme(s2,x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & Actor(e1,x1) & v_dance(e1) & r_belly(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_woman(x1) & card_eq_2(x1)) | 78c2b9a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_strike(e3) & v_pose(e2) & v_dance(e1) & to(e2,x5) & r_next(e2) & r_belly(x1) & of(x5,x6) & n_woman(x1) & n_wall(x5) & n_outfit(x2) & n_brick(x6) & n_a(x3) & in(x1,x2) & card_eq_2(x1) & a_frilly(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_pose(e1) & n_woman(x1) & n_camera(x2) & for(e1,x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two belly dancing women in black frilly outfits strike a pose next to a brick wall. | Two scantily clad women pose before their shift at the local "Gentlemen's Club". | 1 | -100 | Belly dancers do not perform at the 'Gentlemen's Club'. | exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e3,x3) & Actor(e3,x1) & v_strike(e3) & to(e2,x5) & n_wall(x5) & of(x5,x6) & n_brick(x6) & r_next(e2) & Actor(e2,x4) & v_pose(e2) & (x3 = x4) & n_a(x3) & in(x1,x2) & n_outfit(x2) & a_frilly(s2) & Theme(s2,x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & Actor(e1,x1) & v_dance(e1) & r_belly(x1) & card_eq_2(x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(ne_org_club(x4) & a_''(s3) & Theme(s3,x4) & of(x4,x3) & ne_org_gentlemen(x3) & a_local(s2) & Theme(s2,x3) & before(e1,x2) & at(x2,x4) & n_shift(x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_pose(e1) & n_woman(x1) & a_clad(s1) & Theme(s1,x1) & r_scantily(x1) & card_eq_2(x1)) | 78c2be9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_strike(e3) & v_pose(e2) & v_dance(e1) & to(e2,x5) & r_next(e2) & r_belly(x1) & of(x5,x6) & n_woman(x1) & n_wall(x5) & n_outfit(x2) & n_brick(x6) & n_a(x3) & in(x1,x2) & card_eq_2(x1) & a_frilly(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_pose(e1) & r_scantily(x1) & of(x4,x3) & of(x2,x1) & ne_org_gentlemen(x3) & ne_org_club(x4) & n_woman(x1) & n_thing(x1) & n_shift(x2) & card_eq_2(x1) & before(e1,x2) & at(x2,x4) & a_local(s2) & a_clad(s1) & a_''(s3) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) |
||
A woman on her cellphone, and a man laying next to her on his cellphone as well. | A female is with another male. | 0 | -100 | if there is a woman and a man then she is a female with another male. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(x1,x2) & subset_of(x4,x2) & r_as(e1) & a_well(s1) & Manner(e1,s1) & on(e1,x7) & n_cellphone(x7) & of(x7,x3) & n_male(x3) & to(e1,x6) & n_her(x6) & r_next(e1) & Actor(e1,x5) & v_lay(e1) & (x4 = x5) & n_man(x4) & subset_of(x3,x2) & n_cellphone(x3) & of(x3,x1) & n_female(x1) & n_woman(x1)) | exists p1 x1 x2.(n_male(x2) & exists x3.(with(x1,x3) & n_male(x3) & -(x3 = x2)) & n_female(x1)) | 78c2c39c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_lay(e1) & to(e1,x6) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & r_as(e1) & on(x1,x2) & on(e1,x7) & of(x7,x3) & of(x3,x1) & n_woman(x1) & n_man(x4) & n_male(x3) & n_her(x6) & n_female(x1) & n_cellphone(x7) & n_cellphone(x3) & a_well(s1) & a_topic(x1) & Manner(e1,s1) & Actor(e1,x5) & (x4 = x5)) | exists x1 x2.(n_male(x2) & n_female(x1) & exists x3.(with(x1,x3) & n_male(x3) & -(x3 = x2))) |
||
A woman on her cellphone, and a man laying next to her on his cellphone as well. | The couple was busy on their cell phones rather than talking to each other. | 1 | -100 | Just because the man and woman are next to each other doesn't mean they are a couple. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(x1,x2) & subset_of(x4,x2) & r_as(e1) & a_well(s1) & Manner(e1,s1) & on(e1,x7) & n_cellphone(x7) & of(x7,x3) & n_male(x3) & to(e1,x6) & n_her(x6) & r_next(e1) & Actor(e1,x5) & v_lay(e1) & (x4 = x5) & n_man(x4) & subset_of(x3,x2) & n_cellphone(x3) & of(x3,x1) & n_female(x1) & n_woman(x1)) | exists e1 s1 x1 x2 x3.(n_phone(x2) & of(x2,x3) & n_cell(x3) & of(x2,x1) & n_thing(x1) & n_couple(x1) & than(s1,e1) & all x4.(n_other(x4) -> to(e1,x4)) & Actor(e1,x1) & v_talk(e1) & r_rather(s1) & on(s1,x2) & Theme(s1,x1) & a_busy(s1)) | 78c2c9d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_lay(e1) & to(e1,x6) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & r_as(e1) & on(x1,x2) & on(e1,x7) & of(x7,x3) & of(x3,x1) & n_woman(x1) & n_man(x4) & n_male(x3) & n_her(x6) & n_female(x1) & n_cellphone(x7) & n_cellphone(x3) & a_well(s1) & a_topic(x1) & Manner(e1,s1) & Actor(e1,x5) & (x4 = x5)) | exists e1 s1 x1 x2 x3.(v_talk(e1) & than(s1,e1) & r_rather(s1) & on(s1,x2) & of(x2,x3) & of(x2,x1) & n_thing(x1) & n_phone(x2) & n_couple(x1) & n_cell(x3) & all x4.(to(e1,x4) | -n_other(x4)) & a_busy(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A woman on her cellphone, and a man laying next to her on his cellphone as well. | The man and woman is asleep in bed. | 2 | -100 | woman and man are not the same | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(x1,x2) & subset_of(x4,x2) & r_as(e1) & a_well(s1) & Manner(e1,s1) & on(e1,x7) & n_cellphone(x7) & of(x7,x3) & n_male(x3) & to(e1,x6) & n_her(x6) & r_next(e1) & Actor(e1,x5) & v_lay(e1) & (x4 = x5) & n_man(x4) & subset_of(x3,x2) & n_cellphone(x3) & of(x3,x1) & n_female(x1) & n_woman(x1)) | exists s1 x1 x2 x3 x4.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & in(s1,x4) & n_bed(x4) & Theme(s1,x1) & a_asleep(s1)) | 78c2cf40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_lay(e1) & to(e1,x6) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & r_as(e1) & on(x1,x2) & on(e1,x7) & of(x7,x3) & of(x3,x1) & n_woman(x1) & n_man(x4) & n_male(x3) & n_her(x6) & n_female(x1) & n_cellphone(x7) & n_cellphone(x3) & a_well(s1) & a_topic(x1) & Manner(e1,s1) & Actor(e1,x5) & (x4 = x5)) | exists s1 x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & n_bed(x4) & in(s1,x4) & a_asleep(s1) & Theme(s1,x1)) |
||
A hispanic woman is using a outdoors wok to cook. | A woman is using a outdoors wok to cook. | 0 | -100 | if the woman is using an outdoors wok to cook then the woman is using an outdoors wok to cook. | exists e1 s1 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1) & a_hispanic(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1)) | 78c2d418-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A hispanic woman is using a outdoors wok to cook. | A young hispanic woman is using a outdoors wok to cook. | 1 | -100 | Not all hispanic woman are young. | exists e1 s1 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1) & a_hispanic(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1) & a_hispanic(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | 78c2d8c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & a_young(s1) & a_hispanic(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A hispanic woman is using a outdoors wok to cook. | A dead woman is using a outdoors wok to cook. | 2 | -100 | dead and hispanic are not the same | exists e1 s1 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1) & a_hispanic(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(to(e1,x4) & n_cook(x4) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_wok(x2) & of(x2,x3) & n_outdoors(x3) & n_woman(x1) & a_dead(s1) & Theme(s1,x1)) | 78c2e12e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & a_hispanic(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_use(e1) & to(e1,x4) & of(x2,x3) & n_woman(x1) & n_wok(x2) & n_outdoors(x3) & n_cook(x4) & a_dead(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy in a white jacket riding his bike on the patio. | A young boy riding a red bike on the patio. | 1 | -100 | Not all bikes are red. | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_patio(x5) & a_topic(x1) & in(x1,x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_bike(x4) & of(x4,x1) & n_male(x1) & (x2 = x3) & n_jacket(x2) & a_white(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(n_patio(x4) & a_topic(x1) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & a_red(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 78c2e73c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_ride(e1) & on(e1,x5) & of(x4,x1) & n_patio(x5) & n_male(x1) & n_jacket(x2) & n_boy(x1) & n_bike(x4) & in(x1,x2) & a_young(s1) & a_white(s2) & a_topic(x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & on(e1,x4) & n_patio(x4) & n_boy(x1) & n_bike(x3) & a_young(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A young boy in a white jacket riding his bike on the patio. | A boy riding his bike on the patio. | 0 | -100 | if there is a boy riding his bike on the patio then the boy is riding his bike on the patio | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_patio(x5) & a_topic(x1) & in(x1,x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_bike(x4) & of(x4,x1) & n_male(x1) & (x2 = x3) & n_jacket(x2) & a_white(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(n_patio(x4) & a_topic(x1) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_boy(x1)) | 78c2ecdc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_ride(e1) & on(e1,x5) & of(x4,x1) & n_patio(x5) & n_male(x1) & n_jacket(x2) & n_boy(x1) & n_bike(x4) & in(x1,x2) & a_young(s1) & a_white(s2) & a_topic(x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_ride(e1) & on(e1,x4) & of(x3,x1) & n_patio(x4) & n_male(x1) & n_boy(x1) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A young boy in a white jacket riding his bike on the patio. | A girl is riding a bike on the patio. | 2 | -100 | girl and boy are not the same | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_patio(x5) & a_topic(x1) & in(x1,x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_bike(x4) & of(x4,x1) & n_male(x1) & (x2 = x3) & n_jacket(x2) & a_white(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_patio(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & n_girl(x1)) | 78c2f222-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_ride(e1) & on(e1,x5) & of(x4,x1) & n_patio(x5) & n_male(x1) & n_jacket(x2) & n_boy(x1) & n_bike(x4) & in(x1,x2) & a_young(s1) & a_white(s2) & a_topic(x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_ride(e1) & on(e1,x3) & n_patio(x3) & n_girl(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A bull charges a man in the ring at a rodeo. | A bowl charging a man in a field. | 2 | -100 | ring and field are not the same | exists e1 x1 x2 x3 x4.(n_ring(x3) & at(e1,x4) & n_rodeo(x4) & Theme(e1,x2) & Actor(e1,x1) & v_charge(e1) & in(x2,x3) & n_man(x2) & n_bull(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_charge(e1) & in(x3,x4) & n_field(x4) & n_man(x3) & (x1 = x2) & n_bowl(x1)) | 78c2f74a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_charge(e1) & n_rodeo(x4) & n_ring(x3) & n_man(x2) & n_bull(x1) & in(x2,x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_charge(e1) & n_man(x3) & n_field(x4) & n_bowl(x1) & in(x3,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A bull charges a man in the ring at a rodeo. | A bullfighting champion in the rodeo ring. | 1 | -100 | Not all men are the bullfighting champion. | exists e1 x1 x2 x3 x4.(n_ring(x3) & at(e1,x4) & n_rodeo(x4) & Theme(e1,x2) & Actor(e1,x1) & v_charge(e1) & in(x2,x3) & n_man(x2) & n_bull(x1)) | exists e1 x1 x2 x3.(n_ring(x2) & of(x2,x3) & n_rodeo(x3) & a_topic(x1) & in(x1,x2) & n_champion(x1) & Actor(e1,x1) & v_bullfight(e1)) | 78c2fc72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_charge(e1) & n_rodeo(x4) & n_ring(x3) & n_man(x2) & n_bull(x1) & in(x2,x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_bullfight(e1) & of(x2,x3) & n_rodeo(x3) & n_ring(x2) & n_champion(x1) & in(x1,x2) & a_topic(x1) & Actor(e1,x1)) |
||
A bull charges a man in the ring at a rodeo. | The bull is running towards the man. | 0 | -100 | if the bull is charging the man then the bull is running towards the man. | exists e1 x1 x2 x3 x4.(n_ring(x3) & at(e1,x4) & n_rodeo(x4) & Theme(e1,x2) & Actor(e1,x1) & v_charge(e1) & in(x2,x3) & n_man(x2) & n_bull(x1)) | exists e1 x1 x2.(n_man(x2) & n_bull(x1) & towards(e1,x2) & Actor(e1,x1) & v_run(e1)) | 78c30212-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_charge(e1) & n_rodeo(x4) & n_ring(x3) & n_man(x2) & n_bull(x1) & in(x2,x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & towards(e1,x2) & n_man(x2) & n_bull(x1) & Actor(e1,x1)) |
||
A large group of people are walking outside passing by a McDonalds. | The people are hungry. | 1 | -100 | Not all people get hungry when passing by McDonalds. | exists e2 e1 s1 s2 x1 x2 x3.(for(e1,e2) & by(e2,x3) & ne_org_mcdonalds(x3) & Actor(e2,x1) & v_pass(e2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_hungry(s1)) | 78c3078a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3.(v_walk(e1) & v_pass(e2) & of(x1,x2) & ne_org_mcdonalds(x3) & n_people(x2) & n_group(x1) & for(e1,e2) & by(e2,x3) & a_outside(s2) & a_large(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 x1.(n_people(x1) & a_hungry(s1) & Theme(s1,x1)) |
||
A large group of people are walking outside passing by a McDonalds. | The people are outside. | 0 | -100 | if the people are outside then the people must be outside. | exists e2 e1 s1 s2 x1 x2 x3.(for(e1,e2) & by(e2,x3) & ne_org_mcdonalds(x3) & Actor(e2,x1) & v_pass(e2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_outside(s1)) | 78c30cbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3.(v_walk(e1) & v_pass(e2) & of(x1,x2) & ne_org_mcdonalds(x3) & n_people(x2) & n_group(x1) & for(e1,e2) & by(e2,x3) & a_outside(s2) & a_large(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 x1.(n_people(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A large group of people are walking outside passing by a McDonalds. | The people are inside. | 2 | -100 | outside and inside are not the same | exists e2 e1 s1 s2 x1 x2 x3.(for(e1,e2) & by(e2,x3) & ne_org_mcdonalds(x3) & Actor(e2,x1) & v_pass(e2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1.(n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1)) | 78c31234-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3.(v_walk(e1) & v_pass(e2) & of(x1,x2) & ne_org_mcdonalds(x3) & n_people(x2) & n_group(x1) & for(e1,e2) & by(e2,x3) & a_outside(s2) & a_large(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1.(v_be(e1) & n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Men are filming people by a mountainside. | The men are sleeping by a mountainside. | 2 | -100 | One cannot be filming and sleeping simultaneously. | exists e1 x1 x2 x3.(by(e1,x3) & n_mountainside(x3) & Theme(e1,x2) & Actor(e1,x1) & v_film(e1) & n_people(x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & by(e1,x2) & n_mountainside(x2) & Actor(e1,x1) & v_sleep(e1)) | 78c327b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_film(e1) & n_people(x2) & n_mountainside(x3) & n_man(x1) & by(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sleep(e1) & n_mountainside(x2) & n_man(x1) & by(e1,x2) & Actor(e1,x1)) |
||
Men are filming people by a mountainside. | Some people are filming hikers. | 1 | -100 | Just because they are by a mountainside, doesn't mean the people are hikers. | exists e1 x1 x2 x3.(by(e1,x3) & n_mountainside(x3) & Theme(e1,x2) & Actor(e1,x1) & v_film(e1) & n_people(x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_film(e1) & n_hiker(x2) & n_people(x1)) | 78c32cd8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_film(e1) & n_people(x2) & n_mountainside(x3) & n_man(x1) & by(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_film(e1) & n_people(x1) & n_hiker(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men are filming people by a mountainside. | There are people outside. | 0 | -100 | A mountainside can only be outside. | exists e1 x1 x2 x3.(by(e1,x3) & n_mountainside(x3) & Theme(e1,x2) & Actor(e1,x1) & v_film(e1) & n_people(x2) & n_man(x1)) | exists p1 s1 x1.(a_outside(s1) & Manner(p1,s1) & exists x2.((x1 = x2) & n_people(x2))) | 78c33188-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_film(e1) & n_people(x2) & n_mountainside(x3) & n_man(x1) & by(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1.(exists x2.(n_people(x2) & (x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
A group of people walk down a walkway surrounded by stores like McDonalds and Vagabond. | A group of people are walking stores trying to figure out where to stop. | 1 | -100 | You can not infer they are going to stop. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & a_down(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_walk(e2) & Actor(e1,x5) & like(x5,x6) & subset_of(x8,x6) & subset_of(x7,x6) & n_store(x5) & Theme(e1,x4) & v_surround(e1) & (x3 = x4) & n_walkway(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e2 e1 p1 x1 x2 x3.(for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_try(e2) & exists e3 s1 x4.(a_out(s1) & Manner(e3,s1) & Topic(e3,x4) & Actor(e3,x1) & v_figure(e3) & n_manner(x4) & exists e4 x5.(Actor(e4,x5) & v_stop(e4))) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & n_store(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | 78c33638-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_walk(e2) & v_surround(e1) & subset_of(x8,x6) & subset_of(x7,x6) & of(x1,x2) & ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & n_walkway(x3) & n_store(x5) & n_people(x2) & n_group(x1) & like(x5,x6) & a_down(s1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x5) & (x3 = x4)) | exists e2 e1 p1 x1 x2 x3.(v_walk(e1) & v_try(e2) & of(x1,x2) & n_store(x3) & n_people(x2) & n_group(x1) & for(e1,e2) & exists e3 s1 x4.(v_figure(e3) & n_manner(x4) & exists e4 x5.(v_stop(e4) & Actor(e4,x5)) & a_out(s1) & Topic(e3,x4) & Manner(e3,s1) & Actor(e3,x1)) & Topic(e2,p1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A group of people walk down a walkway surrounded by stores like McDonalds and Vagabond. | A group are walking by stores and restraunts. | 0 | -100 | Mcdonalds and Vagabond are a restaurant and store respectively, a group is walking by. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & a_down(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_walk(e2) & Actor(e1,x5) & like(x5,x6) & subset_of(x8,x6) & subset_of(x7,x6) & n_store(x5) & Theme(e1,x4) & v_surround(e1) & (x3 = x4) & n_walkway(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(by(e1,x2) & subset_of(x4,x2) & n_restraunt(x4) & subset_of(x3,x2) & n_store(x3) & Actor(e1,x1) & v_walk(e1) & n_group(x1)) | 78c33bec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_walk(e2) & v_surround(e1) & subset_of(x8,x6) & subset_of(x7,x6) & of(x1,x2) & ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & n_walkway(x3) & n_store(x5) & n_people(x2) & n_group(x1) & like(x5,x6) & a_down(s1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x5) & (x3 = x4)) | exists e1 x1 x2 x3 x4.(v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_store(x3) & n_restraunt(x4) & n_group(x1) & by(e1,x2) & Actor(e1,x1)) |
||
A group of people walk down a walkway surrounded by stores like McDonalds and Vagabond. | A group of people are eating at mcdonalds. | 2 | -100 | the groups will either walk or are eating | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & a_down(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_walk(e2) & Actor(e1,x5) & like(x5,x6) & subset_of(x8,x6) & subset_of(x7,x6) & n_store(x5) & Theme(e1,x4) & v_surround(e1) & (x3 = x4) & n_walkway(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_mcdonald(x3) & Actor(e1,x1) & v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 78c340d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_walk(e2) & v_surround(e1) & subset_of(x8,x6) & subset_of(x7,x6) & of(x1,x2) & ne_org_vagabond(x8) & ne_org_mcdonalds(x7) & n_walkway(x3) & n_store(x5) & n_people(x2) & n_group(x1) & like(x5,x6) & a_down(s1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x5) & (x3 = x4)) | exists e1 x1 x2 x3.(v_eat(e1) & of(x1,x2) & n_people(x2) & n_mcdonald(x3) & n_group(x1) & at(e1,x3) & Actor(e1,x1)) |
||
A group of people sit at the top of a cliff and look over the side. | A group of people hanging their legs over a cliff, each had a set of 9 foot wingson their backs. | 1 | -100 | Not all people hang their legs of the cliff when they sit on a cliff. | exists e1 x1 x2 x3 x4 x5 x6 x7.(n_side(x7) & n_top(x3) & at(e1,x3) & of(x3,x4) & over(x4,x7) & n_look(x6) & n_cliff(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_each(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_have(e2) & of(x6,x7) & n_back(x7) & a_their(s1) & Theme(s1,x7) & of(x7,x9) & n_wingson(x9) & of(x7,x8) & n_foot(x8) & n_date(x7) & a_date_day_09(x7) & a_date_day_09(x7) & n_set(x6) & of(x1,x2) & over(e1,x5) & n_cliff(x5) & Theme(e1,x4) & Actor(e1,x3) & v_hang(e1) & n_leg(x4) & of(x4,x1) & n_thing(x1) & (x2 = x3) & n_people(x2) & n_group(x1)) | 78c34592-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & subset_of(x6,x4) & subset_of(x5,x4) & over(x4,x7) & of(x3,x4) & of(x1,x2) & n_top(x3) & n_side(x7) & n_people(x2) & n_look(x6) & n_group(x1) & n_cliff(x5) & at(e1,x3) & Actor(e1,x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_have(e2) & v_hang(e1) & over(e1,x5) & of(x7,x9) & of(x7,x8) & of(x6,x7) & of(x4,x1) & of(x1,x2) & n_wingson(x9) & n_thing(x1) & n_set(x6) & n_people(x2) & n_leg(x4) & n_group(x1) & n_foot(x8) & n_date(x7) & n_cliff(x5) & n_back(x7) & a_their(s1) & a_each(s2) & a_date_day_09(x7) & Theme(s1,x7) & Theme(e2,x6) & Theme(e1,x4) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A group of people sit at the top of a cliff and look over the side. | A group of people swing their legs off a cliff face. | 0 | -100 | if the people are sitting at the top of the cliff then their legs must be swinging off the cliff face. | exists e1 x1 x2 x3 x4 x5 x6 x7.(n_side(x7) & n_top(x3) & at(e1,x3) & of(x3,x4) & over(x4,x7) & n_look(x6) & n_cliff(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4 x5.(off(e1,x4) & n_face(x4) & of(x4,x5) & n_cliff(x5) & Theme(e1,x3) & Actor(e1,x1) & v_swing(e1) & n_leg(x3) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 78c34a56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & subset_of(x6,x4) & subset_of(x5,x4) & over(x4,x7) & of(x3,x4) & of(x1,x2) & n_top(x3) & n_side(x7) & n_people(x2) & n_look(x6) & n_group(x1) & n_cliff(x5) & at(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_swing(e1) & off(e1,x4) & of(x4,x5) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_leg(x3) & n_group(x1) & n_face(x4) & n_cliff(x5) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of people sit at the top of a cliff and look over the side. | A group of people fear plumetting over the cliff they hang their legs over. | 1 | -100 | Not all people participate in fear plumetting. | exists e1 x1 x2 x3 x4 x5 x6 x7.(n_side(x7) & n_top(x3) & at(e1,x3) & of(x3,x4) & over(x4,x7) & n_look(x6) & n_cliff(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 p1 x1 x2 x4 x5.(n_leg(x5) & of(x5,x4) & n_thing(x4) & n_thing(x4) & n_cliff(x4) & exists e3 e2 s1 x3.(while(e3,e2) & a_over(s1) & Manner(e3,s1) & Theme(e3,x5) & Actor(e3,x4) & v_hang(e3) & over(e2,x4) & Actor(e2,x3) & v_plumet(e2) & n_thing(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_fear(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 78c34f2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & subset_of(x6,x4) & subset_of(x5,x4) & over(x4,x7) & of(x3,x4) & of(x1,x2) & n_top(x3) & n_side(x7) & n_people(x2) & n_look(x6) & n_group(x1) & n_cliff(x5) & at(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2 x4 x5.(v_fear(e1) & of(x5,x4) & of(x1,x2) & n_thing(x4) & n_people(x2) & n_leg(x5) & n_group(x1) & n_cliff(x4) & exists e3 e2 s1 x3.(while(e3,e2) & v_plumet(e2) & v_hang(e3) & over(e2,x4) & n_thing(x3) & a_over(s1) & Theme(e3,x5) & Manner(e3,s1) & Actor(e3,x4) & Actor(e2,x3)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man stands in the midst of bike wheels. | A man is standing by bike wheels. | 0 | -100 | if the man stands in the midst of bike wheels then he is standing by the bike wheels. | exists e1 x1 x2 x3 x4.(n_midst(x2) & in(e1,x2) & of(x2,x3) & n_wheel(x3) & of(x3,x4) & n_bike(x4) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists e1 x1 x2 x3.(by(e1,x2) & n_wheel(x2) & of(x2,x3) & n_bike(x3) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 78c3549c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & of(x2,x3) & n_wheel(x3) & n_midst(x2) & n_man(x1) & n_bike(x4) & in(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_wheel(x2) & n_man(x1) & n_bike(x3) & by(e1,x2) & Actor(e1,x1)) |
||
A man stands in the midst of bike wheels. | A man sits on a stool. | 2 | -100 | stands and sits are not the same | exists e1 x1 x2 x3 x4.(n_midst(x2) & in(e1,x2) & of(x2,x3) & n_wheel(x3) & of(x3,x4) & n_bike(x4) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_stool(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 78c35938-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & of(x2,x3) & n_wheel(x3) & n_midst(x2) & n_man(x1) & n_bike(x4) & in(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_stool(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man stands in the midst of bike wheels. | A bike technician is looking for a wheel to replace on a broken bike. | 1 | -100 | Not all people are a bike technician. | exists e1 x1 x2 x3 x4.(n_midst(x2) & in(e1,x2) & of(x2,x3) & n_wheel(x3) & of(x3,x4) & n_bike(x4) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists e1 p1 x1 x2 x3.(for(e1,x3) & Topic(x3,p1) & exists e2 s1 x4 x5.(on(e2,x5) & n_bike(x5) & a_broken(s1) & Theme(s1,x5) & Theme(e2,x4) & Actor(e2,x3) & v_replace(e2) & n_thing(x4)) & n_wheel(x3) & Actor(e1,x1) & v_look(e1) & n_technician(x1) & of(x1,x2) & n_bike(x2)) | 78c35dde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & of(x3,x4) & of(x2,x3) & n_wheel(x3) & n_midst(x2) & n_man(x1) & n_bike(x4) & in(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_look(e1) & of(x1,x2) & n_wheel(x3) & n_technician(x1) & n_bike(x2) & for(e1,x3) & exists e2 s1 x4 x5.(v_replace(e2) & on(e2,x5) & n_thing(x4) & n_bike(x5) & a_broken(s1) & Theme(s1,x5) & Theme(e2,x4) & Actor(e2,x3)) & Topic(x3,p1) & Actor(e1,x1)) |
||
2 People with white hats looking over the mountain | One person is looking at the mountain. | 2 | -100 | 2 and one are not the same number | exists e1 s1 x1 x2 x3 x4.(n_mountain(x4) & a_topic(x1) & with(x1,x2) & over(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_hat(x2) & a_white(s1) & Theme(s1,x2) & n_people(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | exists e1 x1 x2.(n_mountain(x2) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_person(x1) & card_eq_1(x1)) | 78c362e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x1,x2) & v_look(e1) & over(e1,x4) & n_people(x1) & n_mountain(x4) & n_hat(x2) & n_date(x1) & a_white(s1) & a_topic(x1) & a_date_day_02(x1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_look(e1) & n_person(x1) & n_mountain(x2) & card_eq_1(x1) & at(e1,x2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.