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
|
---|---|---|---|---|---|---|---|---|---|---|---|
The skater is descending the wooden wall beside the slope. | The skater is descending the brick wall beside the slope. | 2 | -100 | The wall cannot be both wooden and brick. | exists e1 s1 x1 x2 x3.(n_slope(x3) & n_wall(x2) & a_wooden(s1) & Theme(s1,x2) & n_skater(x1) & beside(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_descend(e1)) | exists e1 x1 x2 x3 x4.(n_slope(x4) & n_wall(x2) & of(x2,x3) & n_brick(x3) & n_skater(x1) & beside(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_descend(e1)) | 4c4d09b2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_descend(e1) & n_wall(x2) & n_slope(x3) & n_skater(x1) & beside(e1,x3) & a_wooden(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_descend(e1) & of(x2,x3) & n_wall(x2) & n_slope(x4) & n_skater(x1) & n_brick(x3) & beside(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
The rider skates down the stair rails. | A male rider skates down the stair rails. | 1 | -100 | Not all riders are male. | exists e1 s1 x1 x2 x3.(n_rail(x2) & of(x2,x3) & n_stair(x3) & n_rider(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_skate(e1)) | exists e1 s1 s2 x1 x2 x3.(n_rail(x2) & of(x2,x3) & n_stair(x3) & a_down(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_skate(e1) & n_rider(x1) & a_male(s1) & Theme(s1,x1)) | 4c4d0e30-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_skate(e1) & of(x2,x3) & n_stair(x3) & n_rider(x1) & n_rail(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_skate(e1) & of(x2,x3) & n_stair(x3) & n_rider(x1) & n_rail(x2) & a_male(s1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
The rider skates down the stair rails. | There is a person riding down the stair rails. | 0 | -100 | The rider who skates down the stair rails is a person. | exists e1 s1 x1 x2 x3.(n_rail(x2) & of(x2,x3) & n_stair(x3) & n_rider(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_skate(e1)) | exists p1 x1 x4 x5.(n_rail(x4) & of(x4,x5) & n_stair(x5) & exists e1 s1 x2 x3.((x1 = x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & (x2 = x3) & n_person(x2))) | 4c4d12f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_skate(e1) & of(x2,x3) & n_stair(x3) & n_rider(x1) & n_rail(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists x1 x4 x5.(of(x4,x5) & n_stair(x5) & n_rail(x4) & exists e1 s1 x2 x3.(v_ride(e1) & n_person(x2) & a_down(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
The rider skates down the stair rails. | The rider climbs up a mountain. | 2 | -100 | The rider who skates cannot also simultaneously be the rider who climbs | exists e1 s1 x1 x2 x3.(n_rail(x2) & of(x2,x3) & n_stair(x3) & n_rider(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_skate(e1)) | exists e1 s1 x1 x2.(n_rider(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_mountain(x2)) | 4c4d1768-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_skate(e1) & of(x2,x3) & n_stair(x3) & n_rider(x1) & n_rail(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_climb(e1) & n_rider(x1) & n_mountain(x2) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A boy is skateboarding in a skateboard park. | The boy is sitting at his house | 2 | -100 | The boy cannot be skateboarding and sitting at the same time. | exists e1 x1 x2 x3.(in(e1,x2) & n_park(x2) & of(x2,x3) & n_skateboard(x3) & Actor(e1,x1) & v_skateboard(e1) & n_boy(x1)) | exists e1 x1 x2.(n_house(x2) & of(x2,x1) & n_male(x1) & n_boy(x1) & at(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 4c4d1bbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_skateboard(e1) & of(x2,x3) & n_skateboard(x3) & n_park(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & of(x2,x1) & n_male(x1) & n_house(x2) & n_boy(x1) & at(e1,x2) & Actor(e1,x1)) |
||
A boy is skateboarding in a skateboard park. | A boy is skateboarding | 0 | -100 | The boy skateboarding in a skateboard park is still a boy skateboarding. | exists e1 x1 x2 x3.(in(e1,x2) & n_park(x2) & of(x2,x3) & n_skateboard(x3) & Actor(e1,x1) & v_skateboard(e1) & n_boy(x1)) | exists e1 x1.(Actor(e1,x1) & v_skateboard(e1) & n_boy(x1)) | 4c4d205a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_skateboard(e1) & of(x2,x3) & n_skateboard(x3) & n_park(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_skateboard(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A boy is skateboarding in a skateboard park. | The boy is 15 | 1 | -100 | The boy could be any age and not just 15. | exists e1 x1 x2 x3.(in(e1,x2) & n_park(x2) & of(x2,x3) & n_skateboard(x3) & Actor(e1,x1) & v_skateboard(e1) & n_boy(x1)) | exists p1 x1.(n_boy(x1) & exists x2.((x1 = x2) & n_date(x2) & a_date_day_15(x2) & a_date_day_15(x2))) | 4c4d246a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_skateboard(e1) & of(x2,x3) & n_skateboard(x3) & n_park(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) | exists x1.(n_boy(x1) & exists x2.(n_date(x2) & a_date_day_15(x2) & (x1 = x2))) |
||
Boy plays baseball in a grass field. | The boy is outside. | 0 | -100 | The boy is playing in a grass that happens to be outside. | exists e1 x1 x2 x3 x4.(ne_nam_boy(x1) & in(e1,x3) & n_field(x3) & of(x3,x4) & n_grass(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2)) | exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_outside(s1)) | 4c4d2870-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & ne_nam_boy(x1) & n_grass(x4) & n_field(x3) & n_baseball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1)) |
||
Boy plays baseball in a grass field. | The boy is sitting in a chair. | 2 | -100 | The boy who plays baseball cannot also be sitting in a chair at the same time. | exists e1 x1 x2 x3 x4.(ne_nam_boy(x1) & in(e1,x3) & n_field(x3) & of(x3,x4) & n_grass(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2)) | exists e1 x1 x2.(n_boy(x1) & in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_sit(e1)) | 4c4d2d0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & ne_nam_boy(x1) & n_grass(x4) & n_field(x3) & n_baseball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & n_chair(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
Boy plays baseball in a grass field. | The boy is playing baseball alone. | 1 | -100 | The boy may not necessarily be playing alone. | exists e1 x1 x2 x3 x4.(ne_nam_boy(x1) & in(e1,x3) & n_field(x3) & of(x3,x4) & n_grass(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & r_alone(x2) & n_baseball(x2)) | 4c4d3162-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & ne_nam_boy(x1) & n_grass(x4) & n_field(x3) & n_baseball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & r_alone(x2) & n_boy(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man is hugging a snowman. | A man is outdoors. | 0 | -100 | A man hugging a snowman so he is in outdoors | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_snowman(x2) & n_man(x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_man(x1)) | 4c4d3586-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_hug(e1) & n_snowman(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
A man is hugging a snowman. | A man is trying to keep a snowman from falling over. | 1 | -100 | One can try to keep a snowman from falling over without hugging a snowman; one can also hug a snowman for reasons other than trying to hold it up | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_snowman(x2) & n_man(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 s1 x2 x3.(from(e2,e3) & a_over(s1) & Manner(e3,s1) & Actor(e3,x3) & v_fall(e3) & Theme(e2,x2) & Actor(e2,x1) & v_keep(e2) & n_snowman(x2)) & n_man(x1)) | 4c4d3a0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_hug(e1) & n_snowman(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_try(e1) & n_man(x1) & exists e3 e2 s1 x2 x3.(v_keep(e2) & v_fall(e3) & n_snowman(x2) & from(e2,e3) & a_over(s1) & Theme(e2,x2) & Manner(e3,s1) & Actor(e3,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man is hugging a snowman. | A man is inside looking out at the snow. | 2 | -100 | A man can not be hugging a snowman while he is inside looking out at snow. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_snowman(x2) & n_man(x1)) | exists e1 s1 s2 x1 x2.(n_snow(x2) & a_inside(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 4c4d4008-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_hug(e1) & n_snowman(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_look(e1) & n_snow(x2) & n_man(x1) & at(e1,x2) & a_out(s1) & a_inside(s2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man is standing in front of a mirror. | A man is looking at himself in a mirror. | 1 | -100 | You can not infer he is looking at himself. | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_mirror(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists e1 x1 x2.(in(e1,x2) & n_mirror(x2) & at(e1,x1) & n_male(x1) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 4c4d4418-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_mirror(x3) & n_man(x1) & n_front(x2) & in(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & n_mirror(x2) & n_man(x1) & n_male(x1) & in(e1,x2) & at(e1,x1) & Actor(e1,x1)) |
||
A man is standing in front of a mirror. | A man is in front of a mirror. | 0 | -100 | Man is standing in front of a mirror is a rephrasing of man is in front of a mirror. | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_mirror(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists p1 x1.(exists x2 x3.(in(x1,x2) & of(x2,x3) & n_mirror(x3) & n_front(x2)) & n_man(x1)) | 4c4d4904-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_mirror(x3) & n_man(x1) & n_front(x2) & in(e1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_mirror(x3) & n_front(x2) & in(x1,x2))) |
||
A man is standing in front of a mirror. | I man breaks a mirror because he is mad. | 2 | -100 | Standing in front of a mirror is not breaking a mirror. | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_mirror(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_mad(s2)) & n_male(x1) & because(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_break(e1) & n_mirror(x2) & n_man(x1) & a_i(s1) & Theme(s1,x1)) | 4c4d4d5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_mirror(x3) & n_man(x1) & n_front(x2) & in(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2.(v_break(e1) & n_mirror(x2) & n_man(x1) & n_male(x1) & exists s2.(a_mad(s2) & Theme(s2,x1)) & because(e1,p1) & a_i(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Young man in blue snow jacket and blue pants, poses for a picture with the snowman he made. | The jacket is red. | 2 | -100 | The jacket cannot be blue if it is red. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_male(x6) & n_snowman(x6) & for(e1,x5) & with(x5,x6) & Theme(e2,x7) & Actor(e2,x6) & v_make(e2) & (x6 = x7) & n_picture(x5) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & n_pants(x2) & a_blue(s3) & Theme(s3,x2) & of(x2,x4) & n_jacket(x4) & of(x2,x3) & n_snow(x3) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_jacket(x1) & Theme(s1,x1) & a_red(s1)) | 4c4d51ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_pose(e1) & v_make(e2) & of(x2,x4) & of(x2,x3) & n_snowman(x6) & n_snow(x3) & n_picture(x5) & n_pants(x2) & n_man(x1) & n_male(x6) & n_jacket(x4) & in(x1,x2) & for(e1,x5) & a_young(s1) & a_blue(s3) & a_blue(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x6 = x7)) | exists s1 x1.(n_jacket(x1) & a_red(s1) & Theme(s1,x1)) |
||
Young man in blue snow jacket and blue pants, poses for a picture with the snowman he made. | The jacket is blue. | 0 | -100 | The snow jacket happens to be blue. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_male(x6) & n_snowman(x6) & for(e1,x5) & with(x5,x6) & Theme(e2,x7) & Actor(e2,x6) & v_make(e2) & (x6 = x7) & n_picture(x5) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & n_pants(x2) & a_blue(s3) & Theme(s3,x2) & of(x2,x4) & n_jacket(x4) & of(x2,x3) & n_snow(x3) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_jacket(x1) & Theme(s1,x1) & a_blue(s1)) | 4c4d56ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_pose(e1) & v_make(e2) & of(x2,x4) & of(x2,x3) & n_snowman(x6) & n_snow(x3) & n_picture(x5) & n_pants(x2) & n_man(x1) & n_male(x6) & n_jacket(x4) & in(x1,x2) & for(e1,x5) & a_young(s1) & a_blue(s3) & a_blue(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x6 = x7)) | exists s1 x1.(n_jacket(x1) & a_blue(s1) & Theme(s1,x1)) |
||
Young man in blue snow jacket and blue pants, poses for a picture with the snowman he made. | The snowman took a long time to create. | 1 | -100 | There is no way to tell if the snowman actually took a long time to make. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_male(x6) & n_snowman(x6) & for(e1,x5) & with(x5,x6) & Theme(e2,x7) & Actor(e2,x6) & v_make(e2) & (x6 = x7) & n_picture(x5) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & n_pants(x2) & a_blue(s3) & Theme(s3,x2) & of(x2,x4) & n_jacket(x4) & of(x2,x3) & n_snow(x3) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2.(n_snowman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & Topic(x2,p1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_create(e2) & n_thing(x3)) & n_time(x2) & a_long(s1) & Theme(s1,x2)) | 4c4d5b56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_pose(e1) & v_make(e2) & of(x2,x4) & of(x2,x3) & n_snowman(x6) & n_snow(x3) & n_picture(x5) & n_pants(x2) & n_man(x1) & n_male(x6) & n_jacket(x4) & in(x1,x2) & for(e1,x5) & a_young(s1) & a_blue(s3) & a_blue(s2) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x6 = x7)) | exists e1 p1 s1 x1 x2.(v_take(e1) & n_time(x2) & n_snowman(x1) & exists e2 x3.(v_create(e2) & n_thing(x3) & Theme(e2,x3) & Actor(e2,x2)) & a_long(s1) & Topic(x2,p1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
a guy with snow white made up of ice hugging to take a snap | a guy standing next to his frozen girlfriend | 1 | -100 | It is highly unlikely the snow white made of ice is the guy's girlfriend that is frozen. | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & r_up(e1) & of(e1,x5) & Topic(e2,p1) & Actor(e2,x6) & v_hug(e2) & exists e3 x7.(Theme(e3,x7) & Actor(e3,x6) & v_take(e3) & n_snap(x7)) & (x5 = x6) & n_ice(x5) & Theme(e1,x4) & v_make(e1) & (x1 = x4) & with(x1,x2) & n_white(x2) & of(x2,x3) & n_snow(x3) & n_guy(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & to(e1,x3) & n_girlfriend(x3) & a_frozen(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & r_next(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_guy(x1)) | 4c4d6150-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_make(e1) & v_hug(e2) & r_up(e1) & of(x2,x3) & of(e1,x5) & n_white(x2) & n_snow(x3) & n_ice(x5) & n_guy(x1) & exists e3 x7.(v_take(e3) & n_snap(x7) & Theme(e3,x7) & Actor(e3,x6)) & a_topic(x1) & Topic(e2,p1) & Theme(e1,x4) & Actor(e2,x6) & (x5 = x6) & (x1 = x4)) | exists e1 s1 x1 x2 x3.(v_stand(e1) & to(e1,x3) & r_next(e1) & of(x3,x1) & n_male(x1) & n_guy(x1) & n_girlfriend(x3) & a_topic(x1) & a_frozen(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
a guy with snow white made up of ice hugging to take a snap | a guy next to ice statue | 0 | -100 | The Snow white made up of ice is in fact an ice statue. | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & r_up(e1) & of(e1,x5) & Topic(e2,p1) & Actor(e2,x6) & v_hug(e2) & exists e3 x7.(Theme(e3,x7) & Actor(e3,x6) & v_take(e3) & n_snap(x7)) & (x5 = x6) & n_ice(x5) & Theme(e1,x4) & v_make(e1) & (x1 = x4) & with(x1,x2) & n_white(x2) & of(x2,x3) & n_snow(x3) & n_guy(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & to(x2,x3) & n_statue(x3) & of(x3,x4) & n_ice(x4) & next(x1,x2) & n_thing(x2) & n_guy(x1)) | 4c4d665a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_make(e1) & v_hug(e2) & r_up(e1) & of(x2,x3) & of(e1,x5) & n_white(x2) & n_snow(x3) & n_ice(x5) & n_guy(x1) & exists e3 x7.(v_take(e3) & n_snap(x7) & Theme(e3,x7) & Actor(e3,x6)) & a_topic(x1) & Topic(e2,p1) & Theme(e1,x4) & Actor(e2,x6) & (x5 = x6) & (x1 = x4)) | exists x1 x2 x3 x4.(to(x2,x3) & of(x3,x4) & next(x1,x2) & n_thing(x2) & n_statue(x3) & n_ice(x4) & n_guy(x1) & a_topic(x1)) |
||
a guy with snow white made up of ice hugging to take a snap | a guy hitting a ice statue with a bat | 2 | -100 | A guy cannot be both hugging and hitting at the same time. | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & r_up(e1) & of(e1,x5) & Topic(e2,p1) & Actor(e2,x6) & v_hug(e2) & exists e3 x7.(Theme(e3,x7) & Actor(e3,x6) & v_take(e3) & n_snap(x7)) & (x5 = x6) & n_ice(x5) & Theme(e1,x4) & v_make(e1) & (x1 = x4) & with(x1,x2) & n_white(x2) & of(x2,x3) & n_snow(x3) & n_guy(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hit(e1) & with(x3,x5) & n_bat(x5) & n_statue(x3) & of(x3,x4) & n_ice(x4) & (x1 = x2) & n_guy(x1)) | 4c4d6c36-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_make(e1) & v_hug(e2) & r_up(e1) & of(x2,x3) & of(e1,x5) & n_white(x2) & n_snow(x3) & n_ice(x5) & n_guy(x1) & exists e3 x7.(v_take(e3) & n_snap(x7) & Theme(e3,x7) & Actor(e3,x6)) & a_topic(x1) & Topic(e2,p1) & Theme(e1,x4) & Actor(e2,x6) & (x5 = x6) & (x1 = x4)) | exists e1 x1 x2 x3 x4 x5.(with(x3,x5) & v_hit(e1) & of(x3,x4) & n_statue(x3) & n_ice(x4) & n_guy(x1) & n_bat(x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A guy that has skis on that found a melting snowman as he skiing | A guy that has skis on that found a melting yellow snowman as he skiing | 1 | -100 | The snowman may not be yellow. | exists e1 e2 p1 x1 x2 x3 x4 x5.(exists e3.(Actor(e3,x1) & v_skiing(e3)) & n_male(x1) & as(e2,p1) & Theme(e2,x4) & Actor(e2,x1) & v_find(e2) & n_snowman(x4) & of(x4,x5) & n_melting(x5) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x1) & n_thing(x1) & n_ski(x3) & (x1 = x2) & n_guy(x1)) | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3.(Actor(e3,x1) & v_skiing(e3)) & n_male(x1) & as(e2,p1) & Theme(e2,x4) & Actor(e2,x1) & v_find(e2) & n_snowman(x4) & of(x4,x5) & n_yellow(x5) & a_melting(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x1) & n_thing(x1) & n_ski(x3) & (x1 = x2) & n_guy(x1)) | 4c4d7122-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5.(v_have(e1) & v_find(e2) & on(x3,x1) & of(x4,x5) & n_thing(x1) & n_snowman(x4) & n_ski(x3) & n_melting(x5) & n_male(x1) & n_guy(x1) & exists e3.(v_skiing(e3) & Actor(e3,x1)) & as(e2,p1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(v_have(e1) & v_find(e2) & on(x3,x1) & of(x4,x5) & n_yellow(x5) & n_thing(x1) & n_snowman(x4) & n_ski(x3) & n_male(x1) & n_guy(x1) & exists e3.(v_skiing(e3) & Actor(e3,x1)) & as(e2,p1) & a_melting(s1) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A guy that has skis on that found a melting snowman as he skiing | A guy that has skis on that found a melting sundae as he skiing | 2 | -100 | A snowman and a sundae are two different items. | exists e2 e1 p1 x1 x2 x3 x4 x5.(exists e3.(Actor(e3,x1) & v_skiing(e3)) & n_male(x1) & as(e2,p1) & Theme(e2,x4) & Actor(e2,x1) & v_find(e2) & n_snowman(x4) & of(x4,x5) & n_melting(x5) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x1) & n_thing(x1) & n_ski(x3) & (x1 = x2) & n_guy(x1)) | exists e2 e1 p1 x1 x2 x3 x4 x5.(exists e3.(Actor(e3,x1) & v_skiing(e3)) & n_male(x1) & as(e2,p1) & Theme(e2,x4) & Actor(e2,x1) & v_find(e2) & n_sunda(x4) & of(x4,x5) & n_melting(x5) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x1) & n_thing(x1) & n_ski(x3) & (x1 = x2) & n_guy(x1)) | 4c4d7640-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5.(v_have(e1) & v_find(e2) & on(x3,x1) & of(x4,x5) & n_thing(x1) & n_snowman(x4) & n_ski(x3) & n_melting(x5) & n_male(x1) & n_guy(x1) & exists e3.(v_skiing(e3) & Actor(e3,x1)) & as(e2,p1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 p1 x1 x2 x3 x4 x5.(v_have(e1) & v_find(e2) & on(x3,x1) & of(x4,x5) & n_thing(x1) & n_sunda(x4) & n_ski(x3) & n_melting(x5) & n_male(x1) & n_guy(x1) & exists e3.(v_skiing(e3) & Actor(e3,x1)) & as(e2,p1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A guy that has skis on that found a melting snowman as he skiing | A person is outside noticing the world around them. | 0 | -100 | A guy that is skiing outside just noticing the world found a melting snowman while doing so. | exists e2 e1 p1 x1 x2 x3 x4 x5.(exists e3.(Actor(e3,x1) & v_skiing(e3)) & n_male(x1) & as(e2,p1) & Theme(e2,x4) & Actor(e2,x1) & v_find(e2) & n_snowman(x4) & of(x4,x5) & n_melting(x5) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x1) & n_thing(x1) & n_ski(x3) & (x1 = x2) & n_guy(x1)) | exists e1 s1 x1 x2.(n_thing(x2) & n_world(x2) & for(s1,e1) & around(e1,x2) & Theme(e1,x2) & Actor(e1,x1) & v_notice(e1) & Theme(s1,x1) & a_outside(s1) & n_person(x1)) | 4c4d7d0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5.(v_have(e1) & v_find(e2) & on(x3,x1) & of(x4,x5) & n_thing(x1) & n_snowman(x4) & n_ski(x3) & n_melting(x5) & n_male(x1) & n_guy(x1) & exists e3.(v_skiing(e3) & Actor(e3,x1)) & as(e2,p1) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_notice(e1) & n_world(x2) & n_thing(x2) & n_person(x1) & for(s1,e1) & around(e1,x2) & a_outside(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
a girl in a red jacket playing a guitar at a fair or circus. | The girl in a red jacket does not play guitar | 2 | -100 | A girl can either be playing a guitar or she doe snot play guitar, but she can't do both at once. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_circus(x5) & a_fair(s2) & Theme(s2,x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_jacket(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1)) | exists s1 x1 x2.(n_girl(x1) & -exists e1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3)) & in(x1,x2) & n_jacket(x2) & a_red(s1) & Theme(s1,x2)) | 4c4d82e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & n_jacket(x2) & n_guitar(x4) & n_girl(x1) & n_circus(x5) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_red(s1) & a_fair(s2) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1 x2.(n_jacket(x2) & n_girl(x1) & in(x1,x2) & all e1 x3.(-v_play(e1) | -n_guitar(x3) | -Theme(e1,x3) | -Actor(e1,x1)) & a_red(s1) & Theme(s1,x2)) |
||
a girl in a red jacket playing a guitar at a fair or circus. | The girl makes her living by playing music. | 1 | -100 | Just because she is playing the guitar doesn't mean that is how she makes her living. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_circus(x5) & a_fair(s2) & Theme(s2,x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_jacket(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1)) | exists e2 e1 x1 x2 x3.(n_living(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & by(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_music(x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1)) | 4c4d8914-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & n_jacket(x2) & n_guitar(x4) & n_girl(x1) & n_circus(x5) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_red(s1) & a_fair(s2) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e2 e1 x1 x2 x3.(v_play(e2) & v_make(e1) & of(x2,x1) & n_music(x3) & n_living(x2) & n_girl(x1) & n_female(x1) & by(e1,e2) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
a girl in a red jacket playing a guitar at a fair or circus. | The girl plays guitar. | 0 | -100 | The girl is still playing a guitar in both sentences. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & at(e1,x5) & n_circus(x5) & a_fair(s2) & Theme(s2,x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_jacket(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2)) | 4c4d8e28-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & n_jacket(x2) & n_guitar(x4) & n_girl(x1) & n_circus(x5) & in(x1,x2) & at(e1,x5) & a_topic(x1) & a_red(s1) & a_fair(s2) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_play(e1) & n_guitar(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a yellow shirt is riding his bicycle down a brick road in front of some yellow painted buildings. | A man riding his bike. | 0 | -100 | A man would have to be riding his bike to ride it down a brick road. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(in(e2,x7) & of(x7,x8) & n_building(x8) & a_painted(s3) & Theme(s3,x8) & a_yellow(s2) & Theme(s2,x8) & n_front(x7) & down(e2,x5) & n_road(x5) & of(x5,x6) & n_brick(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bicycle(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1)) | 4c4d9314-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & of(x7,x8) & of(x5,x6) & of(x4,x1) & n_shirt(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_front(x7) & n_building(x8) & n_brick(x6) & n_bicycle(x4) & in(e2,x7) & down(e2,x5) & a_yellow(s2) & a_yellow(s1) & a_painted(s3) & Theme(s3,x8) & Theme(s2,x8) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_ride(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a yellow shirt is riding his bicycle down a brick road in front of some yellow painted buildings. | A man riding his bike to his girlfriends house. | 1 | -100 | The man could be riding anywhere and not necessarily to his girlfriends house. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(in(e2,x7) & of(x7,x8) & n_building(x8) & a_painted(s3) & Theme(s3,x8) & a_yellow(s2) & Theme(s2,x8) & n_front(x7) & down(e2,x5) & n_road(x5) & of(x5,x6) & n_brick(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bicycle(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & to(e1,x4) & n_house(x4) & of(x4,x5) & n_girlfriend(x5) & of(x4,x1) & n_male(x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_bike(x3) & of(x3,x1) & (x1 = x2) & n_man(x1)) | 4c4d97f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & of(x7,x8) & of(x5,x6) & of(x4,x1) & n_shirt(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_front(x7) & n_building(x8) & n_brick(x6) & n_bicycle(x4) & in(e2,x7) & down(e2,x5) & a_yellow(s2) & a_yellow(s1) & a_painted(s3) & Theme(s3,x8) & Theme(s2,x8) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_ride(e1) & to(e1,x4) & of(x4,x5) & of(x4,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_house(x4) & n_girlfriend(x5) & n_bike(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a yellow shirt is riding his bicycle down a brick road in front of some yellow painted buildings. | A woman gardening. | 2 | -100 | One cannot be a man and woman simultaneously, | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(in(e2,x7) & of(x7,x8) & n_building(x8) & a_painted(s3) & Theme(s3,x8) & a_yellow(s2) & Theme(s2,x8) & n_front(x7) & down(e2,x5) & n_road(x5) & of(x5,x6) & n_brick(x6) & Theme(e2,x4) & Actor(e2,x1) & v_ride(e2) & n_bicycle(x4) & of(x4,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & n_gardening(x1) & of(x1,x2) & n_woman(x2)) | 4c4d9cd8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_ride(e2) & of(x7,x8) & of(x5,x6) & of(x4,x1) & n_shirt(x3) & n_road(x5) & n_man(x1) & n_male(x1) & n_front(x7) & n_building(x8) & n_brick(x6) & n_bicycle(x4) & in(e2,x7) & down(e2,x5) & a_yellow(s2) & a_yellow(s1) & a_painted(s3) & Theme(s3,x8) & Theme(s2,x8) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(of(x1,x2) & n_woman(x2) & n_gardening(x1) & a_topic(x1)) |
||
A person in a red jacket singing while playing the electric guitar. | The rock star sings his latest song at the concert. | 1 | -100 | The person performing may be an amateur and not a rock star. The song the person is singing may not be his latest song but one someone else wrote. Just because the person is playing an electric guitar doesn't mean he is at concert. | exists e1 e2 s1 s2 x1 x2 x3 x4.(n_guitar(x4) & a_electric(s2) & Theme(s2,x4) & a_topic(x1) & in(x1,x2) & while(e1,e2) & Theme(e2,x4) & Actor(e2,x3) & v_play(e2) & Actor(e1,x3) & v_sing(e1) & (x2 = x3) & n_jacket(x2) & a_red(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 s1 x1 x2 x3 x4.(n_concert(x4) & n_song(x3) & r_most(s1) & a_latest(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_star(x1) & of(x1,x2) & n_rock(x2) & at(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_sing(e1)) | 4c4da2d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4.(while(e1,e2) & v_sing(e1) & v_play(e2) & n_person(x1) & n_jacket(x2) & n_guitar(x4) & in(x1,x2) & a_topic(x1) & a_red(s1) & a_electric(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_sing(e1) & r_most(s1) & of(x3,x1) & of(x1,x2) & n_star(x1) & n_song(x3) & n_rock(x2) & n_male(x1) & n_concert(x4) & at(e1,x4) & a_latest(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A young lady in a red dress with a guitar is playing and singing in the microphone. | A young girl is multitasking. | 0 | -100 | The young lady playing a guitar and singing represents multitasking. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(n_microphone(x4) & in(e2,x4) & Actor(e2,x5) & v_sing(e2) & in(x5,x6) & with(x6,x7) & n_guitar(x7) & n_dress(x6) & a_red(s4) & Theme(s4,x6) & n_lady(x5) & a_young(s3) & Theme(s3,x5) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & with(x2,x3) & n_guitar(x3) & n_dress(x2) & a_red(s2) & Theme(s2,x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_multitask(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 4c4dbc04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & with(x2,x3) & v_sing(e2) & v_play(e1) & n_microphone(x4) & n_lady(x5) & n_lady(x1) & n_guitar(x7) & n_guitar(x3) & n_dress(x6) & n_dress(x2) & in(x5,x6) & in(x1,x2) & in(e2,x4) & a_young(s3) & a_young(s1) & a_red(s4) & a_red(s2) & Theme(s4,x6) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 s1 x1.(v_multitask(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A female guitarist is wearing a red dress during a performance. | A female guitarist is riding home from a performance. | 2 | -100 | One cannot be performing and be from a performance simultaneously, | exists e1 s1 s2 x1 x2 x3.(during(e1,x3) & n_performance(x3) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2) & a_red(s2) & Theme(s2,x2) & n_guitarist(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(from(e1,x3) & n_performance(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_home(x2) & n_guitarist(x1) & a_female(s1) & Theme(s1,x1)) | 4c4dc550-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_wear(e1) & n_performance(x3) & n_guitarist(x1) & n_dress(x2) & during(e1,x3) & a_red(s2) & a_female(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_ride(e1) & n_performance(x3) & n_home(x2) & n_guitarist(x1) & from(e1,x3) & a_female(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three little children are sitting in the grass. | Three little children sit in grass at a local park. | 1 | -100 | Three little children are sitting in the grass does not mean that they sit in grass at a local park. | exists e1 s1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & a_little(s1) & Theme(s1,x1) & card_eq_3(x1)) | exists e1 s1 s2 x1 x2 x3.(at(e1,x3) & n_park(x3) & a_local(s2) & Theme(s2,x3) & in(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_sit(e1) & n_child(x1) & a_little(s1) & Theme(s1,x1) & card_eq_3(x1)) | 4c4dd61c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_grass(x2) & n_child(x1) & in(e1,x2) & card_eq_3(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_sit(e1) & n_park(x3) & n_grass(x2) & n_child(x1) & in(e1,x2) & card_eq_3(x1) & at(e1,x3) & a_local(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) |
||
A child shows other kids his still packaged toy. | A child has a Buzz Lightyear doll. | 1 | 0.002374 | There are other types of packaged toys; not just Buzz Lightyear dolls. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_doll(x2) & (x2 = x4) & ne_org_lightyear(x4) & (x2 = x3) & ne_org_buzz(x3) & n_child(x1)) | 4c4f29f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 x1 x2 x3 x4.(v_have(e1) & ne_org_lightyear(x4) & ne_org_buzz(x3) & n_doll(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) |
||
A child shows other kids his still packaged toy. | an envious child looks at anothers toy | 1 | 0.638008 | The emotion of the child may not necessarily be envious. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 s1 x1 x2 x3.(at(e1,x2) & n_toy(x2) & of(x2,x3) & n_another(x3) & Actor(e1,x1) & v_look(e1) & n_child(x1) & a_envious(s1) & Theme(s1,x1)) | 4c4f2f76-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 s1 x1 x2 x3.(v_look(e1) & of(x2,x3) & n_toy(x2) & n_child(x1) & n_another(x3) & at(e1,x2) & a_envious(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A child shows other kids his still packaged toy. | A child has a doll from the movie Django Unchained. | 2 | 0.00001 | The child cannot know what the toy is if it is still packaged. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 x1 x2 x3 x4 x5.(ne_org_unchained(x3) & (x3 = x5) & ne_org_django(x5) & of(x3,x4) & n_movie(x4) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & from(x2,x3) & n_doll(x2) & n_child(x1)) | 4c4f352a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_have(e1) & of(x3,x4) & ne_org_unchained(x3) & ne_org_django(x5) & n_movie(x4) & n_doll(x2) & n_child(x1) & from(x2,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x5)) |
||
A child shows other kids his still packaged toy. | A boy asks to trade his toy with one of his friends. | 1 | 0.042289 | Showing a toy does not imply an interest in trade. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 p1 x1 x2 x4.(Topic(e1,p1) & Actor(e1,x1) & v_ask(e1) & exists e2 x1 x3.(with(e2,x3) & of(x3,x4) & n_male(x1) & n_thing(x3) & card_eq_1(x3) & Theme(e2,x2) & Actor(e2,x1) & v_trade(e2)) & n_friend(x4) & of(x4,x1) & n_toy(x2) & of(x2,x1) & n_male(x1) & n_boy(x1)) | 4c4f4ca4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 p1 x1 x2 x4.(v_ask(e1) & of(x4,x1) & of(x2,x1) & n_toy(x2) & n_male(x1) & n_friend(x4) & n_boy(x1) & exists e2 x1 x3.(with(e2,x3) & v_trade(e2) & of(x3,x4) & n_thing(x3) & n_male(x1) & card_eq_1(x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A child shows other kids his still packaged toy. | The child has not opened his toy. | 0 | 0.939904 | Still packaged is another way of saying not opened | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists x1 x2.(n_toy(x2) & of(x2,x1) & n_male(x1) & n_child(x1) & -exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_open(e1))) | 4c4f5370-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists x1 x2.(of(x2,x1) & n_toy(x2) & n_male(x1) & n_child(x1) & all e1.(-v_open(e1) | -Theme(e1,x2) | -Actor(e1,x1))) |
||
A child shows other kids his still packaged toy. | A child received a toy as a gift. | 1 | 0.805014 | A toy still in packaging does not imply that it was a gift. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 x1 x2 x3.(as(e1,x3) & n_gift(x3) & Theme(e1,x2) & Actor(e1,x1) & v_receive(e1) & n_toy(x2) & n_child(x1)) | 4c4f5d98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 x1 x2 x3.(v_receive(e1) & n_toy(x2) & n_gift(x3) & n_child(x1) & as(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A child shows other kids his still packaged toy. | He is going to keep it unopened, as it is a collectible. | 1 | 0.006252 | Just because the toy is in packaging, does not mean that the child will keep it that way in the future, or that the toy is a collectible. | exists e1 e2 x1 x2 x3 x4.(n_kid(x2) & n_toy(x3) & Theme(e1,x3) & v_package(e1) & r_still(x3) & of(x3,x2) & n_male(x2) & Recipient(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_show(e2) & -(x4 = x2) & n_kid(x4) & n_child(x1)) | exists e1 p1 x1 x2.(n_thing(x2) & n_thing(x2) & n_male(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 p2 p3.(exists p4 x3.((x2 = x3) & n_collectible(x3)) & as(e2,p3) & exists s1.(Theme(s1,x2) & a_unopened(s1)) & Recipient(e2,p2) & Actor(e2,x1) & Topic(e2,x2) & v_keep(e2))) | 4c4f66a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_show(e2) & v_package(e1) & r_still(x3) & of(x3,x2) & n_toy(x3) & n_male(x2) & n_kid(x4) & n_kid(x2) & n_child(x1) & Theme(e2,x3) & Theme(e1,x3) & Recipient(e2,x4) & Actor(e2,x1) & -(x4 = x2)) | exists e1 p1 x1 x2.(v_go(e1) & n_thing(x2) & n_male(x1) & exists e2 p2 p3.(v_keep(e2) & exists x3.(n_collectible(x3) & (x2 = x3)) & exists s1.(a_unopened(s1) & Theme(s1,x2)) & as(e2,p3) & Topic(e2,x2) & Recipient(e2,p2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | They are at a sporting event. | 1 | 0.788756 | Just because two men are sparring does not mean it is a sporting event, | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1.(n_thing(x1) & exists s1 x2.(at(x1,x2) & n_event(x2) & a_sporting(s1) & Theme(s1,x2))) | 4c50333a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists x1.(n_thing(x1) & exists s1 x2.(n_event(x2) & at(x1,x2) & a_sporting(s1) & Theme(s1,x2))) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | An audience is watching a boxing match | 1 | 0.621799 | Not all sparring happens during a boxing match. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_match(x2) & of(x2,x3) & n_boxing(x3) & n_audience(x1)) | 4c504488-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x2,x3) & n_match(x2) & n_boxing(x3) & n_audience(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | Two men are fighting each other for fun and to win a competition. | 1 | 0.594915 | Not all sparring is for fun or to win a competition. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists x1 x2 x3.(all x6.(n_other(x6) -> exists e2 p1.(Topic(e2,p1) & exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_win(e3) & n_competition(x7)) & Theme(e2,x6) & Actor(e2,x3) & v_fight(e2))) & n_man(x3) & card_eq_2(x3) & n_man(x2) & card_eq_2(x2) & all x4.(n_other(x4) -> exists e1 x5.(for(e1,x5) & n_fun(x5) & Theme(e1,x4) & Actor(e1,x1) & v_fight(e1))) & n_man(x1) & card_eq_2(x1)) | 4c5054fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists x1 x2 x3.(n_man(x3) & n_man(x2) & n_man(x1) & card_eq_2(x3) & card_eq_2(x2) & card_eq_2(x1) & all x6.(exists e2 p1.(v_fight(e2) & exists e3 x7.(v_win(e3) & n_competition(x7) & Theme(e3,x7) & Actor(e3,x2)) & Topic(e2,p1) & Theme(e2,x6) & Actor(e2,x3)) | -n_other(x6)) & all x4.(exists e1 x5.(v_fight(e1) & n_fun(x5) & for(e1,x5) & Theme(e1,x4) & Actor(e1,x1)) | -n_other(x4))) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | The men are fit | 1 | 0.926732 | Not all sparring men are fit. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_fit(s1)) | 4c5066ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists s1 x1.(n_man(x1) & a_fit(s1) & Theme(s1,x1)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | A man is kicking another. | 1 | 0.264152 | Not all sparring matches involve kicking. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_kick(e1) & n_thing(x2) & n_man(x1)) | 4c5074bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists e1 x1 x2.(v_kick(e1) & n_thing(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | There are dozens of women. | 2 | 0 | Dozens of women are many more than two men. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1 x2 x3.((x1 = x2) & of(x2,x3) & n_woman(x3) & n_dozen(x2)) | 4c50793a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists x1 x2 x3.(of(x2,x3) & n_woman(x3) & n_dozen(x2) & (x1 = x2)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | THey are in a competition | 0 | 0.753523 | Sparring implies competition. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1.(ne_nam_they(x1) & exists x2.(in(x1,x2) & n_competition(x2))) | 4c507e08-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists x1.(ne_nam_they(x1) & exists x2.(n_competition(x2) & in(x1,x2))) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | THey are plaing video games | 2 | -100 | Playing video games is not the same as sparring. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(ne_nam_they(x1) & Theme(e1,x2) & Actor(e1,x1) & v_plae(e1) & n_game(x2) & of(x2,x3) & n_video(x3)) | 4c508312-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists e1 x1 x2 x3.(v_plae(e1) & of(x2,x3) & ne_nam_they(x1) & n_video(x3) & n_game(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two shirtless men are sparring while a line of men in white shirts and black shorts watch. | Two clothed men are sparring while no one watches. | 2 | -100 | The men cannot be clothed if they are shirtless. If no one watches there could not be a line of men who watch. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & of(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_watch(e2) & (x5 = x7) & n_shorts(x6) & a_black(s3) & Theme(s3,x6) & n_man(x5) & of(x2,x3) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & n_line(x2) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 p1 s1 x1.(-exists e2 x2.(Actor(e2,x2) & v_watch(e2) & n_one(x2)) & while(e1,p1) & Actor(e1,x1) & v_spar(e1) & n_man(x1) & a_clothed(s1) & Theme(s1,x1) & card_eq_2(x1)) | 4c508862-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x2) & v_watch(e2) & v_spar(e1) & of(x2,x5) & of(x2,x3) & n_shorts(x6) & n_shirt(x4) & n_man(x5) & n_man(x3) & n_man(x1) & n_line(x2) & in(x3,x4) & card_eq_2(x1) & a_white(s2) & a_shirtless(s1) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x7) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x7)) | exists e1 p1 s1 x1.(while(e1,p1) & v_spar(e1) & n_man(x1) & card_eq_2(x1) & all e2 x2.(-v_watch(e2) | -n_one(x2) | -Actor(e2,x2)) & a_clothed(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A red dog looks at a brown dog on a dirt path next to a lake. | A brown dog looks at a red dog. | 1 | -100 | A red dog looking at a brown dog does not necessarily mean that the brown dog looks back at the red one. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x2) & on(x2,x3) & to(x5,x6) & n_lake(x6) & next(x3,x5) & n_thing(x5) & n_path(x3) & of(x3,x4) & n_dirt(x4) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1) & a_red(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(at(e1,x2) & n_dog(x2) & a_red(s2) & Theme(s2,x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | 4c508e34-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & to(x5,x6) & on(x2,x3) & of(x3,x4) & next(x3,x5) & n_thing(x5) & n_path(x3) & n_lake(x6) & n_dog(x2) & n_dog(x1) & n_dirt(x4) & at(e1,x2) & a_red(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_look(e1) & n_dog(x2) & n_dog(x1) & at(e1,x2) & a_red(s2) & a_brown(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
A red dog looks at a brown dog on a dirt path next to a lake. | Two dogs bite each other. | 2 | -100 | There can be either one dog or two dogs. Looking at dirt is not the same as biting. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x2) & on(x2,x3) & to(x5,x6) & n_lake(x6) & next(x3,x5) & n_thing(x5) & n_path(x3) & of(x3,x4) & n_dirt(x4) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1) & a_red(s1) & Theme(s1,x1)) | exists x1.(all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_bite(e1))) & n_dog(x1) & card_eq_2(x1)) | 4c509334-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & to(x5,x6) & on(x2,x3) & of(x3,x4) & next(x3,x5) & n_thing(x5) & n_path(x3) & n_lake(x6) & n_dog(x2) & n_dog(x1) & n_dirt(x4) & at(e1,x2) & a_red(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_dog(x1) & card_eq_2(x1) & all x2.(exists e1.(v_bite(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2))) |
||
A red dog looks at a brown dog on a dirt path next to a lake. | A red dog looks at a brown dog. | 0 | -100 | Red dog is also on a path with the brown dog next to a lake. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(at(e1,x2) & on(x2,x3) & to(x5,x6) & n_lake(x6) & next(x3,x5) & n_thing(x5) & n_path(x3) & of(x3,x4) & n_dirt(x4) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1) & a_red(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(at(e1,x2) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & Actor(e1,x1) & v_look(e1) & n_dog(x1) & a_red(s1) & Theme(s1,x1)) | 4c509a14-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_look(e1) & to(x5,x6) & on(x2,x3) & of(x3,x4) & next(x3,x5) & n_thing(x5) & n_path(x3) & n_lake(x6) & n_dog(x2) & n_dog(x1) & n_dirt(x4) & at(e1,x2) & a_red(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_look(e1) & n_dog(x2) & n_dog(x1) & at(e1,x2) & a_red(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
Group class for martial arts, some in uniform and some not, taking place in an outdoor facility. | Group class for martial arts not taking place in an outdoor facility. | 2 | -100 | A class either is or is not taking place in an outdoor facility. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(e1,x9) & n_facility(x9) & a_outdoor(s2) & Theme(s2,x9) & Theme(e1,x8) & Actor(e1,x7) & v_take(e1) & n_place(x8) & (x1 = x7) & for(x1,x3) & rel(x3,x4) & -exists x10.(subset_of(x10,x4) & n_thing(x10)) & subset_of(x5,x4) & in(x5,x6) & n_uniform(x6) & n_thing(x5) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | exists s1 x1 x2 x3 x4.(a_topic(x1) & for(x1,x3) & -exists e1 s2 x5 x6.(in(e1,x6) & n_facility(x6) & a_outdoor(s2) & Theme(s2,x6) & Theme(e1,x5) & Actor(e1,x4) & v_take(e1) & n_place(x5)) & (x3 = x4) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | 4c509f5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_take(e1) & subset_of(x5,x4) & rel(x3,x4) & ne_org_group(x2) & n_uniform(x6) & n_thing(x5) & n_place(x8) & n_facility(x9) & n_class(x1) & n_art(x3) & in(x5,x6) & in(e1,x9) & for(x1,x3) & all x10.(-subset_of(x10,x4) | -n_thing(x10)) & a_topic(x1) & a_outdoor(s2) & a_martial(s1) & Theme(s2,x9) & Theme(s1,x3) & Theme(e1,x8) & Actor(e1,x7) & (x1 = x7) & (x1 = x2)) | exists s1 x1 x2 x3 x4.(ne_org_group(x2) & n_class(x1) & n_art(x3) & for(x1,x3) & all e1 s2 x5 x6.(-v_take(e1) | -n_place(x5) | -n_facility(x6) | -in(e1,x6) | -a_outdoor(s2) | -Theme(s2,x6) | -Theme(e1,x5) | -Actor(e1,x4)) & a_topic(x1) & a_martial(s1) & Theme(s1,x3) & (x3 = x4) & (x1 = x2)) |
||
Group class for martial arts, some in uniform and some not, taking place in an outdoor facility. | Group class for martial arts taking place in an outdoor facility. | 0 | -100 | Martial arts taking place in an outdoor facility implies group class. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(e1,x9) & n_facility(x9) & a_outdoor(s2) & Theme(s2,x9) & Theme(e1,x8) & Actor(e1,x7) & v_take(e1) & n_place(x8) & (x1 = x7) & for(x1,x3) & rel(x3,x4) & -exists x10.(subset_of(x10,x4) & n_thing(x10)) & subset_of(x5,x4) & in(x5,x6) & n_uniform(x6) & n_thing(x5) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(x1,x3) & in(e1,x6) & n_facility(x6) & a_outdoor(s2) & Theme(s2,x6) & Theme(e1,x5) & Actor(e1,x4) & v_take(e1) & n_place(x5) & (x3 = x4) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | 4c50a43c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_take(e1) & subset_of(x5,x4) & rel(x3,x4) & ne_org_group(x2) & n_uniform(x6) & n_thing(x5) & n_place(x8) & n_facility(x9) & n_class(x1) & n_art(x3) & in(x5,x6) & in(e1,x9) & for(x1,x3) & all x10.(-subset_of(x10,x4) | -n_thing(x10)) & a_topic(x1) & a_outdoor(s2) & a_martial(s1) & Theme(s2,x9) & Theme(s1,x3) & Theme(e1,x8) & Actor(e1,x7) & (x1 = x7) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_take(e1) & ne_org_group(x2) & n_place(x5) & n_facility(x6) & n_class(x1) & n_art(x3) & in(e1,x6) & for(x1,x3) & a_topic(x1) & a_outdoor(s2) & a_martial(s1) & Theme(s2,x6) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) |
||
Group class for martial arts, some in uniform and some not, taking place in an outdoor facility. | Group class for martial arts joyously taking place in an outdoor facility. | 1 | -100 | You can not infer they are doing it joyously. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(e1,x9) & n_facility(x9) & a_outdoor(s2) & Theme(s2,x9) & Theme(e1,x8) & Actor(e1,x7) & v_take(e1) & n_place(x8) & (x1 = x7) & for(x1,x3) & rel(x3,x4) & -exists x10.(subset_of(x10,x4) & n_thing(x10)) & subset_of(x5,x4) & in(x5,x6) & n_uniform(x6) & n_thing(x5) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(x1,x3) & in(e1,x6) & n_facility(x6) & a_outdoor(s3) & Theme(s3,x6) & a_joyously(s2) & Manner(e1,s2) & Theme(e1,x5) & Actor(e1,x4) & v_take(e1) & n_place(x5) & (x3 = x4) & n_art(x3) & a_martial(s1) & Theme(s1,x3) & n_class(x1) & (x1 = x2) & ne_org_group(x2)) | 4c50a978-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_take(e1) & subset_of(x5,x4) & rel(x3,x4) & ne_org_group(x2) & n_uniform(x6) & n_thing(x5) & n_place(x8) & n_facility(x9) & n_class(x1) & n_art(x3) & in(x5,x6) & in(e1,x9) & for(x1,x3) & all x10.(-subset_of(x10,x4) | -n_thing(x10)) & a_topic(x1) & a_outdoor(s2) & a_martial(s1) & Theme(s2,x9) & Theme(s1,x3) & Theme(e1,x8) & Actor(e1,x7) & (x1 = x7) & (x1 = x2)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_take(e1) & ne_org_group(x2) & n_place(x5) & n_facility(x6) & n_class(x1) & n_art(x3) & in(e1,x6) & for(x1,x3) & a_topic(x1) & a_outdoor(s3) & a_martial(s1) & a_joyously(s2) & Theme(s3,x6) & Theme(s1,x3) & Theme(e1,x5) & Manner(e1,s2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) |
||
A man wearing a pharaohs hat. | A person is wearing a pnacho. | 2 | -100 | a pharaohs hat and a pnacho are different things. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_pharaohs(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_pnacho(x2) & n_person(x1)) | 4c50af2c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wear(e1) & n_man(x1) & n_hat(x3) & a_topic(x1) & a_pharaohs(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_pnacho(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a pharaohs hat. | A person is wearing a hat. | 0 | -100 | A man is a person who is wearing a pharaohs hat | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_pharaohs(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2) & n_person(x1)) | 4c50b486-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wear(e1) & n_man(x1) & n_hat(x3) & a_topic(x1) & a_pharaohs(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_person(x1) & n_hat(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a pharaohs hat. | A person is outside. | 1 | -100 | Not all men wearing hats are outside. | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_pharaohs(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_person(x1)) | 4c50b9ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_wear(e1) & n_man(x1) & n_hat(x3) & a_topic(x1) & a_pharaohs(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A woman is hiking in a snowy forest. | Woman hiking in snowy forest. | 0 | -100 | Is a rephrasing of where a woman is hiking | exists e1 s1 x1 x2.(in(e1,x2) & n_forest(x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_hike(e1) & n_woman(x1)) | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_forest(x3) & a_snowy(s1) & Theme(s1,x3) & n_hiking(x1) & (x1 = x2) & ne_nam_woman(x2)) | 4c50bea4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_hike(e1) & n_woman(x1) & n_forest(x2) & in(e1,x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1 x2 x3.(ne_nam_woman(x2) & n_hiking(x1) & n_forest(x3) & in(x1,x3) & a_topic(x1) & a_snowy(s1) & Theme(s1,x3) & (x1 = x2)) |
||
A woman is hiking in a snowy forest. | Hiking in snowy forest. | 1 | -100 | "Hiking in a snowy forest" is literally part of the first sentence. Everything can be inferred. | exists e1 s1 x1 x2.(in(e1,x2) & n_forest(x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_hike(e1) & n_woman(x1)) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_forest(x2) & a_snowy(s1) & Theme(s1,x2) & n_hike(x1)) | 4c50c462-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_hike(e1) & n_woman(x1) & n_forest(x2) & in(e1,x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1 x2.(n_hike(x1) & n_forest(x2) & in(x1,x2) & a_topic(x1) & a_snowy(s1) & Theme(s1,x2)) |
||
A woman is hiking in a snowy forest. | A man is in a forest. | 2 | -100 | Man and woman are a different gender. | exists e1 s1 x1 x2.(in(e1,x2) & n_forest(x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_hike(e1) & n_woman(x1)) | exists p1 x1.(exists x2.(in(x1,x2) & n_forest(x2)) & n_man(x1)) | 4c50c8cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_hike(e1) & n_woman(x1) & n_forest(x2) & in(e1,x2) & a_snowy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_forest(x2) & in(x1,x2))) |
||
Four men float in a blue boat while cattle graze nearby. | The men are standing inside the barn. | 2 | -100 | A blue boat and a barn are different places. | exists e1 p1 s1 x1 x2.(exists e2 s2 x3.(a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3) & v_graze(e2) & n_cattle(x3)) & while(e1,p1) & in(e1,x2) & n_boat(x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1) & v_float(e1) & n_man(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_barn(x2) & n_man(x1) & inside(e1,x2) & Actor(e1,x1) & v_stand(e1)) | 4c50cd2c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(while(e1,p1) & v_float(e1) & n_man(x1) & n_boat(x2) & in(e1,x2) & exists e2 s2 x3.(v_graze(e2) & n_cattle(x3) & a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3)) & card_eq_4(x1) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_stand(e1) & n_man(x1) & n_barn(x2) & inside(e1,x2) & Actor(e1,x1)) |
||
Four men float in a blue boat while cattle graze nearby. | The men are near the water. | 0 | -100 | To float in a boat the men must be near the water | exists e1 p1 s1 x1 x2.(exists e2 s2 x3.(a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3) & v_graze(e2) & n_cattle(x3)) & while(e1,p1) & in(e1,x2) & n_boat(x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1) & v_float(e1) & n_man(x1) & card_eq_4(x1)) | exists p1 x1 x2.(n_water(x2) & n_man(x1) & near(x1,x2)) | 4c50d1f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(while(e1,p1) & v_float(e1) & n_man(x1) & n_boat(x2) & in(e1,x2) & exists e2 s2 x3.(v_graze(e2) & n_cattle(x3) & a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3)) & card_eq_4(x1) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1 x2.(near(x1,x2) & n_water(x2) & n_man(x1)) |
||
Four men float in a blue boat while cattle graze nearby. | The men are sailers. | 1 | -100 | Not all men on a boat are sailers. | exists e1 p1 s1 x1 x2.(exists e2 s2 x3.(a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3) & v_graze(e2) & n_cattle(x3)) & while(e1,p1) & in(e1,x2) & n_boat(x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1) & v_float(e1) & n_man(x1) & card_eq_4(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_sailer(x2))) | 4c50d70e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(while(e1,p1) & v_float(e1) & n_man(x1) & n_boat(x2) & in(e1,x2) & exists e2 s2 x3.(v_graze(e2) & n_cattle(x3) & a_nearby(s2) & Manner(e2,s2) & Actor(e2,x3)) & card_eq_4(x1) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_sailer(x2) & (x1 = x2))) |
||
A shirtless young man is wearing a king tut headpiece and is standing in front of shops. | A man in a green shirt sitting like a king on a throne. | 2 | -100 | The man can't be shirtless and wearing a green shirt at the same time. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(e2,x6) & of(x6,x7) & n_shop(x7) & n_front(x6) & Actor(e2,x5) & v_stand(e2) & n_man(x5) & a_young(s4) & Theme(s4,x5) & a_shirtless(s3) & Theme(s3,x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headpiece(x2) & of(x2,x4) & n_tut(x4) & of(x2,x3) & n_king(x3) & n_man(x1) & a_young(s2) & Theme(s2,x1) & a_shirtless(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & on(e1,x5) & n_throne(x5) & like(e1,x4) & n_king(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_shirt(x2) & a_green(s1) & Theme(s1,x2) & n_man(x1)) | 4c50dbdc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_stand(e2) & of(x6,x7) & of(x2,x4) & of(x2,x3) & n_tut(x4) & n_shop(x7) & n_man(x5) & n_man(x1) & n_king(x3) & n_headpiece(x2) & n_front(x6) & in(e2,x6) & a_young(s4) & a_young(s2) & a_shirtless(s3) & a_shirtless(s1) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & on(e1,x5) & n_throne(x5) & n_shirt(x2) & n_man(x1) & n_king(x4) & like(e1,x4) & in(x1,x2) & a_topic(x1) & a_green(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3)) |
||
A shirtless young man is wearing a king tut headpiece and is standing in front of shops. | A man wearing a headpiece. | 0 | -100 | A king tut headpiece is a headpiece. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(e2,x6) & of(x6,x7) & n_shop(x7) & n_front(x6) & Actor(e2,x5) & v_stand(e2) & n_man(x5) & a_young(s4) & Theme(s4,x5) & a_shirtless(s3) & Theme(s3,x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headpiece(x2) & of(x2,x4) & n_tut(x4) & of(x2,x3) & n_king(x3) & n_man(x1) & a_young(s2) & Theme(s2,x1) & a_shirtless(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_headpiece(x3) & (x1 = x2) & n_man(x1)) | 4c50e06e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_stand(e2) & of(x6,x7) & of(x2,x4) & of(x2,x3) & n_tut(x4) & n_shop(x7) & n_man(x5) & n_man(x1) & n_king(x3) & n_headpiece(x2) & n_front(x6) & in(e2,x6) & a_young(s4) & a_young(s2) & a_shirtless(s3) & a_shirtless(s1) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_wear(e1) & n_man(x1) & n_headpiece(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A shirtless young man is wearing a king tut headpiece and is standing in front of shops. | An Egyptian pharaoh shopping for a shirt. | 1 | -100 | You can not infer they are shopping. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(e2,x6) & of(x6,x7) & n_shop(x7) & n_front(x6) & Actor(e2,x5) & v_stand(e2) & n_man(x5) & a_young(s4) & Theme(s4,x5) & a_shirtless(s3) & Theme(s3,x5) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headpiece(x2) & of(x2,x4) & n_tut(x4) & of(x2,x3) & n_king(x3) & n_man(x1) & a_young(s2) & Theme(s2,x1) & a_shirtless(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(a_topic(x1) & for(x1,x3) & n_shirt(x3) & n_shopping(x1) & of(x1,x2) & n_pharaoh(x2) & a_egyptian(s1) & Theme(s1,x1)) | 4c50e4e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_stand(e2) & of(x6,x7) & of(x2,x4) & of(x2,x3) & n_tut(x4) & n_shop(x7) & n_man(x5) & n_man(x1) & n_king(x3) & n_headpiece(x2) & n_front(x6) & in(e2,x6) & a_young(s4) & a_young(s2) & a_shirtless(s3) & a_shirtless(s1) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x5) & Actor(e1,x1)) | exists s1 x1 x2 x3.(of(x1,x2) & n_shopping(x1) & n_shirt(x3) & n_pharaoh(x2) & for(x1,x3) & a_topic(x1) & a_egyptian(s1) & Theme(s1,x1)) |
||
Three men in a boat on a riverbank, with cattle in the background. | Men are in a boat on Pirates of the Caribbean at Disneyland. | 2 | -100 | The men cannot be at Disneyland and on a riverbank at the same time. | exists x1 x2 x3 x4 x5.(n_background(x5) & a_topic(x1) & in(x1,x5) & with(x1,x4) & n_cattle(x4) & in(x1,x2) & on(x2,x3) & n_riverbank(x3) & n_boat(x2) & n_man(x1) & card_eq_3(x1)) | exists p1 x1 x2 x5.(ne_geo_disneyland(x2) & ne_geo_caribbean(x5) & at(p1,x2) & exists x3 x4.(in(x1,x3) & on(x3,x4) & of(x4,x5) & n_pirate(x4) & n_boat(x3)) & n_man(x1)) | 4c50e974-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x1,x4) & on(x2,x3) & n_riverbank(x3) & n_man(x1) & n_cattle(x4) & n_boat(x2) & n_background(x5) & in(x1,x5) & in(x1,x2) & card_eq_3(x1) & a_topic(x1)) | exists p1 x1 x2 x5.(ne_geo_disneyland(x2) & ne_geo_caribbean(x5) & n_man(x1) & exists x3 x4.(on(x3,x4) & of(x4,x5) & n_pirate(x4) & n_boat(x3) & in(x1,x3)) & at(p1,x2)) |
||
Three men in a boat on a riverbank, with cattle in the background. | Men are in a boat trying to escape renegade cattle. | 1 | -100 | Not all men in boats are trying to escape, and not all cattle is renegade. | exists x1 x2 x3 x4 x5.(n_background(x5) & a_topic(x1) & in(x1,x5) & with(x1,x4) & n_cattle(x4) & in(x1,x2) & on(x2,x3) & n_riverbank(x3) & n_boat(x2) & n_man(x1) & card_eq_3(x1)) | exists p1 x1.(exists e1 p2 x2 x3.(in(x1,x2) & Topic(e1,p2) & Actor(e1,x3) & v_try(e1) & exists e2 x4 x5.(Theme(e2,x4) & Actor(e2,x3) & v_escape(e2) & n_cattle(x4) & of(x4,x5) & n_renegade(x5)) & (x2 = x3) & n_boat(x2)) & n_man(x1)) | 4c50ee06-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x1,x4) & on(x2,x3) & n_riverbank(x3) & n_man(x1) & n_cattle(x4) & n_boat(x2) & n_background(x5) & in(x1,x5) & in(x1,x2) & card_eq_3(x1) & a_topic(x1)) | exists x1.(n_man(x1) & exists e1 p2 x2 x3.(v_try(e1) & n_boat(x2) & in(x1,x2) & exists e2 x4 x5.(v_escape(e2) & of(x4,x5) & n_renegade(x5) & n_cattle(x4) & Theme(e2,x4) & Actor(e2,x3)) & Topic(e1,p2) & Actor(e1,x3) & (x2 = x3))) |
||
Three men in a boat on a riverbank, with cattle in the background. | Three men are in a boat while cattle look on. | 0 | -100 | A rephrasing of men in a boat | exists x1 x2 x3 x4 x5.(n_background(x5) & a_topic(x1) & in(x1,x5) & with(x1,x4) & n_cattle(x4) & in(x1,x2) & on(x2,x3) & n_riverbank(x3) & n_boat(x2) & n_man(x1) & card_eq_3(x1)) | exists p1 p2 x1.(exists e1 p3 x3.(exists s1.(Theme(s1,x3) & a_on(s1)) & Topic(e1,p3) & Actor(e1,x3) & v_look(e1) & n_cattle(x3)) & while(p1,p2) & exists x2.(in(x1,x2) & n_boat(x2)) & n_man(x1) & card_eq_3(x1)) | 4c50f28e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(with(x1,x4) & on(x2,x3) & n_riverbank(x3) & n_man(x1) & n_cattle(x4) & n_boat(x2) & n_background(x5) & in(x1,x5) & in(x1,x2) & card_eq_3(x1) & a_topic(x1)) | exists p1 p2 x1.(while(p1,p2) & n_man(x1) & exists x2.(n_boat(x2) & in(x1,x2)) & exists e1 p3 x3.(v_look(e1) & n_cattle(x3) & exists s1.(a_on(s1) & Theme(s1,x3)) & Topic(e1,p3) & Actor(e1,x3)) & card_eq_3(x1)) |
||
Three African Americans are in the middle of a muddy stream in a blue boat. | the group of people is trying to come out of mud | 1 | -100 | Not all people in the mud are trying to come out of it. | exists p1 s1 x1 x2.(n_middle(x2) & exists s2 s3 x3 x4.(in(x1,x2) & of(x2,x3) & in(x3,x4) & n_boat(x4) & a_blue(s3) & Theme(s3,x4) & n_stream(x3) & a_muddy(s2) & Theme(s2,x3)) & n_american(x1) & a_african(s1) & Theme(s1,x1) & card_eq_3(x1)) | exists e1 p1 x1 x2.(n_group(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(r_out(e2) & of(e2,x3) & n_mud(x3) & Actor(e2,x1) & v_come(e2)) & of(x1,x2) & n_people(x2)) | 4c50f748-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(n_middle(x2) & n_american(x1) & exists s2 s3 x3 x4.(of(x2,x3) & n_stream(x3) & n_boat(x4) & in(x3,x4) & in(x1,x2) & a_muddy(s2) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x3)) & card_eq_3(x1) & a_african(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(v_try(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & exists e2 x3.(v_come(e2) & r_out(e2) & of(e2,x3) & n_mud(x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Three African Americans are in the middle of a muddy stream in a blue boat. | there is a pure water no chance of muddy stuff | 2 | -100 | Pure water is not muddy. | exists p1 s1 x1 x2.(n_middle(x2) & exists s2 s3 x3 x4.(in(x1,x2) & of(x2,x3) & in(x3,x4) & n_boat(x4) & a_blue(s3) & Theme(s3,x4) & n_stream(x3) & a_muddy(s2) & Theme(s2,x3)) & n_american(x1) & a_african(s1) & Theme(s1,x1) & card_eq_3(x1)) | exists p1 x1 s1 s2 x2 x3 x4.((x1 = x2) & of(x2,x4) & n_stuff(x4) & a_muddy(s2) & Theme(s2,x4) & n_chance(x3) & rel(x2,x3) & n_water(x2) & a_pure(s1) & Theme(s1,x2)) | 4c50fc7a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(n_middle(x2) & n_american(x1) & exists s2 s3 x3 x4.(of(x2,x3) & n_stream(x3) & n_boat(x4) & in(x3,x4) & in(x1,x2) & a_muddy(s2) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x3)) & card_eq_3(x1) & a_african(s1) & Theme(s1,x1)) | exists x1 s1 s2 x2 x3 x4.(rel(x2,x3) & of(x2,x4) & n_water(x2) & n_stuff(x4) & n_chance(x3) & a_pure(s1) & a_muddy(s2) & Theme(s2,x4) & Theme(s1,x2) & (x1 = x2)) |
||
Three African Americans are in the middle of a muddy stream in a blue boat. | there are some african americans are stuck in mud due to their poor swimming abilities | 0 | -100 | To be stuck due to poor swimming you must be in the stream on your boat | exists p1 s1 x1 x2.(n_middle(x2) & exists s2 s3 x3 x4.(in(x1,x2) & of(x2,x3) & in(x3,x4) & n_boat(x4) & a_blue(s3) & Theme(s3,x4) & n_stream(x3) & a_muddy(s2) & Theme(s2,x3)) & n_american(x1) & a_african(s1) & Theme(s1,x1) & card_eq_3(x1)) | exists p1 x1 e1 s1 s2 s3 x2 x3 x4 x5 x6 x7.((x1 = x2) & in(e1,x4) & to(s2,x6) & n_ability(x6) & of(x6,x7) & n_swimming(x7) & a_poor(s3) & Theme(s3,x6) & of(x6,x2) & n_thing(x2) & Theme(s2,x5) & a_due(s2) & (x4 = x5) & n_mud(x4) & Theme(e1,x3) & v_stick(e1) & (x2 = x3) & n_american(x2) & a_african(s1) & Theme(s1,x2)) | 4c5102ec-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2.(n_middle(x2) & n_american(x1) & exists s2 s3 x3 x4.(of(x2,x3) & n_stream(x3) & n_boat(x4) & in(x3,x4) & in(x1,x2) & a_muddy(s2) & a_blue(s3) & Theme(s3,x4) & Theme(s2,x3)) & card_eq_3(x1) & a_african(s1) & Theme(s1,x1)) | exists x1 e1 s1 s2 s3 x2 x3 x4 x5 x6 x7.(v_stick(e1) & to(s2,x6) & of(x6,x7) & of(x6,x2) & n_thing(x2) & n_swimming(x7) & n_mud(x4) & n_american(x2) & n_ability(x6) & in(e1,x4) & a_poor(s3) & a_due(s2) & a_african(s1) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2)) |
||
A shirtless man with a Pharaoh hat on his head. | A man with a Pharaoh hat and yellow shirt. | 2 | -100 | the man cannot be shirtless and be wearing a shirt at the same time. | exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_hat(x2) & (x2 = x3) & ne_org_pharaoh(x3) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & n_shirt(x4) & a_yellow(s1) & Theme(s1,x4) & n_hat(x3) & (x3 = x5) & ne_org_pharaoh(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | 4c5107d8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x4,x1) & ne_org_pharaoh(x3) & n_man(x1) & n_male(x1) & n_head(x4) & n_hat(x2) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1) & (x2 = x3)) | exists s1 x1 x2 x3 x4 x5.(with(x1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & ne_org_pharaoh(x5) & n_shirt(x4) & n_man(x1) & n_hat(x3) & a_yellow(s1) & a_topic(x1) & Theme(s1,x4) & (x3 = x5)) |
||
A shirtless man with a Pharaoh hat on his head. | A man at a costume party. | 1 | -100 | Just because has Pharaoh hat on does not mean at a costume party. | exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_hat(x2) & (x2 = x3) & ne_org_pharaoh(x3) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1)) | exists s1 x1 x2.(a_topic(x1) & at(x1,x2) & n_party(x2) & a_costume(s1) & Theme(s1,x2) & n_man(x1)) | 4c510d3c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x4,x1) & ne_org_pharaoh(x3) & n_man(x1) & n_male(x1) & n_head(x4) & n_hat(x2) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1) & (x2 = x3)) | exists s1 x1 x2.(n_party(x2) & n_man(x1) & at(x1,x2) & a_topic(x1) & a_costume(s1) & Theme(s1,x2)) |
||
A shirtless man with a Pharaoh hat on his head. | A man dressed up as a Pharaoh. | 0 | -100 | The man dressed as a Pharaoh is shirtless | exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(x2,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_hat(x2) & (x2 = x3) & ne_org_pharaoh(x3) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & as(e1,x3) & ne_org_pharaoh(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | 4c511214-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x1,x2) & on(x2,x4) & of(x4,x1) & ne_org_pharaoh(x3) & n_man(x1) & n_male(x1) & n_head(x4) & n_hat(x2) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1) & (x2 = x3)) | exists e1 s1 x1 x2 x3.(v_dress(e1) & ne_org_pharaoh(x3) & n_man(x1) & as(e1,x3) & a_up(s1) & a_topic(x1) & Theme(e1,x2) & Manner(e1,s1) & (x1 = x2)) |
||
Two terriers play on the wood floor of their home. | The terriers play on a tile floor in their home. | 2 | -100 | It can't be a wood floor and a tile floor at the same time. | exists e1 x1 x2 x3 x4.(n_home(x4) & of(x4,x2) & n_thing(x2) & n_floor(x2) & of(x2,x3) & n_wood(x3) & on(e1,x2) & of(x2,x4) & Actor(e1,x1) & v_play(e1) & n_terrier(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(n_home(x3) & of(x3,x1) & n_thing(x1) & n_terrier(x1) & on(e1,x2) & in(x2,x3) & n_floor(x2) & a_tile(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1)) | 4c5116d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x2) & of(x4,x2) & of(x2,x4) & of(x2,x3) & n_wood(x3) & n_thing(x2) & n_terrier(x1) & n_home(x4) & n_floor(x2) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & on(e1,x2) & of(x3,x1) & n_thing(x1) & n_terrier(x1) & n_home(x3) & n_floor(x2) & in(x2,x3) & a_tile(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Two terriers play on the wood floor of their home. | The two terriers were releasing energy. | 0 | -100 | When dogs play, they are releasing energy. | exists e1 x1 x2 x3 x4.(n_home(x4) & of(x4,x2) & n_thing(x2) & n_floor(x2) & of(x2,x3) & n_wood(x3) & on(e1,x2) & of(x2,x4) & Actor(e1,x1) & v_play(e1) & n_terrier(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_terrier(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_release(e1) & n_energy(x2)) | 4c511cbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x2) & of(x4,x2) & of(x2,x4) & of(x2,x3) & n_wood(x3) & n_thing(x2) & n_terrier(x1) & n_home(x4) & n_floor(x2) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_release(e1) & n_terrier(x1) & n_energy(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two terriers play on the wood floor of their home. | The terriers are the same age. | 1 | -100 | You can not infer the age. | exists e1 x1 x2 x3 x4.(n_home(x4) & of(x4,x2) & n_thing(x2) & n_floor(x2) & of(x2,x3) & n_wood(x3) & on(e1,x2) & of(x2,x4) & Actor(e1,x1) & v_play(e1) & n_terrier(x1) & card_eq_2(x1)) | exists p1 s1 x1 x2.(n_age(x2) & a_same(s1) & Theme(s1,x2) & n_terrier(x1) & (x1 = x2)) | 4c512218-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x2) & of(x4,x2) & of(x2,x4) & of(x2,x3) & n_wood(x3) & n_thing(x2) & n_terrier(x1) & n_home(x4) & n_floor(x2) & card_eq_2(x1) & Actor(e1,x1)) | exists s1 x1 x2.(n_terrier(x1) & n_age(x2) & a_same(s1) & Theme(s1,x2) & (x1 = x2)) |
||
An elderly gentleman is delivering a talk to an audience. | A herd of cows are eating some hummus. | 2 | -100 | An elderly gentleman is not the same as a herd of cows. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_audience(x3) & Theme(e1,x2) & Actor(e1,x1) & v_deliver(e1) & n_talk(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_eat(e1) & n_hummus(x3) & of(x1,x2) & n_cow(x2) & n_herd(x1)) | 4c5127e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_deliver(e1) & to(e1,x3) & n_talk(x2) & n_gentleman(x1) & n_audience(x3) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_eat(e1) & of(x1,x2) & n_hummus(x3) & n_herd(x1) & n_cow(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
An elderly gentleman is delivering a talk to an audience. | A man is speaking to an audience. | 0 | -100 | An elderly gentleman is a man. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_audience(x3) & Theme(e1,x2) & Actor(e1,x1) & v_deliver(e1) & n_talk(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(to(e1,x2) & n_audience(x2) & Actor(e1,x1) & v_speak(e1) & n_man(x1)) | 4c512d44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_deliver(e1) & to(e1,x3) & n_talk(x2) & n_gentleman(x1) & n_audience(x3) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_speak(e1) & to(e1,x2) & n_man(x1) & n_audience(x2) & Actor(e1,x1)) |
||
An elderly gentleman is delivering a talk to an audience. | A man is speaking to an audience about safety. | 1 | -100 | You can not infer it is for safety. | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_audience(x3) & Theme(e1,x2) & Actor(e1,x1) & v_deliver(e1) & n_talk(x2) & n_gentleman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(to(e1,x2) & about(x2,x3) & n_safety(x3) & n_audience(x2) & Actor(e1,x1) & v_speak(e1) & n_man(x1)) | 4c5131b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_deliver(e1) & to(e1,x3) & n_talk(x2) & n_gentleman(x1) & n_audience(x3) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_speak(e1) & to(e1,x2) & n_safety(x3) & n_man(x1) & n_audience(x2) & about(x2,x3) & Actor(e1,x1)) |
||
An important older man gives a speech to reporters. | The VIP address his crowd. | 0 | -100 | VIP is an important older man. | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & to(x2,x3) & n_reporter(x3) & n_speech(x2) & n_man(x1) & r_more(s2) & a_older(s2) & Theme(s2,x1) & a_important(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_crowd(x2) & of(x2,x1) & n_male(x1) & ne_org_vip(x1) & Theme(e1,x2) & Actor(e1,x1) & v_address(e1)) | 4c51360e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_give(e1) & to(x2,x3) & r_more(s2) & n_speech(x2) & n_reporter(x3) & n_man(x1) & a_older(s2) & a_important(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_address(e1) & of(x2,x1) & ne_org_vip(x1) & n_male(x1) & n_crowd(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An important older man gives a speech to reporters. | A young waitress is running a staff meeting. | 2 | -100 | An older man cannot be a young waitress simultaneously. | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & to(x2,x3) & n_reporter(x3) & n_speech(x2) & n_man(x1) & r_more(s2) & a_older(s2) & Theme(s2,x1) & a_important(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_meeting(x2) & of(x2,x3) & n_staff(x3) & n_waitress(x1) & a_young(s1) & Theme(s1,x1)) | 4c513a64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_give(e1) & to(x2,x3) & r_more(s2) & n_speech(x2) & n_reporter(x3) & n_man(x1) & a_older(s2) & a_important(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_run(e1) & of(x2,x3) & n_waitress(x1) & n_staff(x3) & n_meeting(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An important older man gives a speech to reporters. | The aging Mayor gives a press conference about crime. | 1 | -100 | Just because the man it important it doesn't mean he was the mayor. | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & to(x2,x3) & n_reporter(x3) & n_speech(x2) & n_man(x1) & r_more(s2) & a_older(s2) & Theme(s2,x1) & a_important(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2 x3 x4.(ne_nam_mayor(x1) & Actor(e1,x1) & v_age(e1) & Theme(e2,x2) & Actor(e2,x1) & v_give(e2) & about(x2,x4) & n_crime(x4) & n_conference(x2) & of(x2,x3) & n_press(x3)) | 4c513eba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_give(e1) & to(x2,x3) & r_more(s2) & n_speech(x2) & n_reporter(x3) & n_man(x1) & a_older(s2) & a_important(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(v_give(e2) & v_age(e1) & of(x2,x3) & ne_nam_mayor(x1) & n_press(x3) & n_crime(x4) & n_conference(x2) & about(x2,x4) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Two contractors at work behind a white mailbox. | Two people working outside. | 0 | -100 | The contractors are people and the mailbox is outside | exists s1 x1 x2 x3.(a_topic(x1) & behind(x1,x3) & n_mailbox(x3) & a_white(s1) & Theme(s1,x3) & at(x1,x2) & n_work(x2) & n_contractor(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_work(e1) & (x1 = x2) & n_people(x1) & card_eq_2(x1)) | 4c515148-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_work(x2) & n_mailbox(x3) & n_contractor(x1) & card_eq_2(x1) & behind(x1,x3) & at(x1,x2) & a_white(s1) & a_topic(x1) & Theme(s1,x3)) | exists e1 s1 x1 x2.(v_work(e1) & n_people(x1) & card_eq_2(x1) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
Two contractors at work behind a white mailbox. | Two men eating lunch at a deli. | 2 | -100 | Behind a white mailbox and deli are different places. the men cannot be at work and eating lunch at the same time. | exists s1 x1 x2 x3.(a_topic(x1) & behind(x1,x3) & n_mailbox(x3) & a_white(s1) & Theme(s1,x3) & at(x1,x2) & n_work(x2) & n_contractor(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & at(e1,x4) & n_deli(x4) & Theme(e1,x3) & Actor(e1,x2) & v_eat(e1) & n_lunch(x3) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | 4c5155e4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_work(x2) & n_mailbox(x3) & n_contractor(x1) & card_eq_2(x1) & behind(x1,x3) & at(x1,x2) & a_white(s1) & a_topic(x1) & Theme(s1,x3)) | exists e1 x1 x2 x3 x4.(v_eat(e1) & n_man(x1) & n_lunch(x3) & n_deli(x4) & card_eq_2(x1) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two contractors at work behind a white mailbox. | Two men laying foundation near a mailbox. | 1 | -100 | Work behind does not mean laying foundation. | exists s1 x1 x2 x3.(a_topic(x1) & behind(x1,x3) & n_mailbox(x3) & a_white(s1) & Theme(s1,x3) & at(x1,x2) & n_work(x2) & n_contractor(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_lay(e1) & near(x3,x4) & n_mailbox(x4) & n_foundation(x3) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | 4c515ab2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_work(x2) & n_mailbox(x3) & n_contractor(x1) & card_eq_2(x1) & behind(x1,x3) & at(x1,x2) & a_white(s1) & a_topic(x1) & Theme(s1,x3)) | exists e1 x1 x2 x3 x4.(v_lay(e1) & near(x3,x4) & n_man(x1) & n_mailbox(x4) & n_foundation(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A child eating food and smiling at the camera. | A child is riding a bike. | 2 | -100 | the child cannot be riding a bike and eating food at the same time. | exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & at(e2,x4) & Actor(e2,x3) & v_smile(e2) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_food(x2) & n_child(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & n_child(x1)) | 4c515efe-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_smile(e2) & v_eat(e1) & n_food(x2) & n_child(x3) & n_child(x1) & n_camera(x4) & at(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_child(x1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A child eating food and smiling at the camera. | A child is eating ice cream. | 1 | -100 | The food is not necessarily ice cream. | exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & at(e2,x4) & Actor(e2,x3) & v_smile(e2) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_food(x2) & n_child(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cream(x2) & of(x2,x3) & n_ice(x3) & n_child(x1)) | 4c51632c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_smile(e2) & v_eat(e1) & n_food(x2) & n_child(x3) & n_child(x1) & n_camera(x4) & at(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_eat(e1) & of(x2,x3) & n_ice(x3) & n_cream(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A child eating food and smiling at the camera. | A child is eating. | 0 | -100 | This is a rephrasing of a child eating | exists e2 e1 x1 x2 x3 x4.(n_camera(x4) & at(e2,x4) & Actor(e2,x3) & v_smile(e2) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_food(x2) & n_child(x1)) | exists e1 x1.(Actor(e1,x1) & v_eat(e1) & n_child(x1)) | 4c516822-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_smile(e2) & v_eat(e1) & n_food(x2) & n_child(x3) & n_child(x1) & n_camera(x4) & at(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1.(v_eat(e1) & n_child(x1) & Actor(e1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | A gymnast karate chops a melon. | 2 | -100 | the gymnast cannot chop a melon and getting hugged at the same time. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_chop(e1) & n_melon(x3) & n_karate(x1) & of(x1,x2) & n_gymnast(x2)) | 4c516ce6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_chop(e1) & of(x1,x2) & n_melon(x3) & n_karate(x1) & n_gymnast(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | The people are hugging. | 0 | 0.953189 | The female and someone else are people. They are hugging. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 x1.(n_people(x1) & Actor(e1,x1) & v_hug(e1)) | 4c5171dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1.(v_hug(e1) & n_people(x1) & Actor(e1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | The gymnast just won a gold medal | 1 | 0.076456 | Getting hugged does not mean just won a gold medal. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_gymnast(x1) & a_just(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_win(e1) & n_medal(x2) & of(x2,x3) & n_gold(x3)) | 4c51768c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3.(v_win(e1) & of(x2,x3) & n_medal(x2) & n_gymnast(x1) & n_gold(x3) & a_just(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | Two people are hugging. | 0 | -100 | A female and someone else are hugging. There are two of them. There are two people. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_hug(e1) & n_people(x1) & card_eq_2(x1)) | 4c517b0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1.(v_hug(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | The leotard is blue. | 0 | -100 | The female is wearing a blue leotard. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists s1 x1.(n_leotard(x1) & Theme(s1,x1) & a_blue(s1)) | 4c517f7e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists s1 x1.(n_leotard(x1) & a_blue(s1) & Theme(s1,x1)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | A female gymnast is hugged by someone. | 0 | -100 | The female is getting hugged by someone. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Actor(e1,x2) & n_person(x2) & Theme(e1,x1) & v_hug(e1) & n_gymnast(x1) & a_female(s1) & Theme(s1,x1)) | 4c518406-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_hug(e1) & n_person(x2) & n_gymnast(x1) & a_female(s1) & Theme(s1,x1) & Theme(e1,x1) & Actor(e1,x2)) |
||
A female gymnasium in a blue leotard getting hugged by someone else in a blue jacket and black pants. | a gymnast just got a good score | 1 | 0.911651 | Getting hugged by someone does not mean just got a good score. | exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(Actor(e2,x4) & subset_of(x7,x4) & n_pants(x7) & a_black(s4) & Theme(s4,x7) & subset_of(x5,x4) & in(x5,x6) & n_jacket(x6) & a_blue(s3) & Theme(s3,x6) & r_else(x5) & n_person(x5) & Theme(e2,x3) & v_hug(e2)) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_leotard(x2) & a_blue(s2) & Theme(s2,x2) & n_gymnasium(x1) & a_female(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(a_just(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_score(x2) & a_good(s1) & Theme(s1,x2) & n_gymnast(x1)) | 4c51887a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_leotard(x2) & n_gymnasium(x1) & in(x1,x2) & exists e2 s3 s4 x4 x5 x6 x7.(v_hug(e2) & subset_of(x7,x4) & subset_of(x5,x4) & r_else(x5) & n_person(x5) & n_pants(x7) & n_jacket(x6) & in(x5,x6) & a_blue(s3) & a_black(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(e2,x3) & Actor(e2,x4)) & a_topic(x1) & a_female(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 s2 x1 x2.(v_get(e1) & n_score(x2) & n_gymnast(x1) & a_just(s2) & a_good(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.