premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A guy in a teal colored uniform is getting ready to mop a floor with cleaning supplies at hand. | A guy is mopping the floor with a grey mop. | 1 | 0.687226 | Not all mop is grey. | exists e1 p1 s1 s2 x1 x2.(exists p2 s3.(Topic(s3,p2) & Actor(s3,x1) & a_ready(s3) & exists e2 x3 x4 x5 x6.(at(e2,x6) & n_hand(x6) & Theme(e2,x3) & Actor(e2,x1) & v_mop(e2) & with(x3,x4) & n_supplies(x4) & of(x4,x5) & n_cleaning(x5) & n_floor(x3))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & in(x1,x2) & n_uniform(x2) & a_colored(s2) & Theme(s2,x2) & a_teal(s1) & Theme(s1,x2) & n_guy(x1)) | exists e1 x1 x2 x3 x4.(n_floor(x2) & Theme(e1,x2) & Actor(e1,x1) & v_mop(e1) & with(x2,x3) & n_mop(x3) & of(x3,x4) & n_grey(x4) & n_guy(x1)) | 79f042a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(v_get(e1) & n_uniform(x2) & n_guy(x1) & in(x1,x2) & exists p2 s3.(exists e2 x3 x4 x5 x6.(with(x3,x4) & v_mop(e2) & of(x4,x5) & n_supplies(x4) & n_hand(x6) & n_floor(x3) & n_cleaning(x5) & at(e2,x6) & Theme(e2,x3) & Actor(e2,x1)) & a_ready(s3) & Topic(s3,p2) & Actor(s3,x1)) & a_teal(s1) & a_colored(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(with(x2,x3) & v_mop(e1) & of(x3,x4) & n_mop(x3) & n_guy(x1) & n_grey(x4) & n_floor(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three people are staring at a small painting. | People starting at Mona Lisa painting | 1 | 0.006243 | All paintings are not Mona Lisa. | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x3) & n_painting(x3) & (x3 = x5) & ne_geo_lisa(x5) & (x3 = x4) & ne_geo_mona(x4) & Actor(e1,x2) & v_start(e1) & (x1 = x2) & n_people(x1)) | 79f0ed34-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_start(e1) & ne_geo_mona(x4) & ne_geo_lisa(x5) & n_people(x1) & n_painting(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x3 = x5) & (x3 = x4) & (x1 = x2)) |
||
Three people are staring at a small painting. | Three people are staring at a small painting of a forest. | 1 | 0.011217 | All paintings are not paintings of a forest. | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 s1 x1 x2 x3.(at(e1,x2) & of(x2,x3) & n_forest(x3) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | 79f0f702-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_stare(e1) & of(x2,x3) & n_people(x1) & n_painting(x2) & n_forest(x3) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Three people are staring at a small painting. | Three people are in a museum. | 1 | 0.159493 | Not all paintings are in a museum. | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists p1 x1.(exists x2.(in(x1,x2) & n_museum(x2)) & n_people(x1) & card_eq_3(x1)) | 79f0fe5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(n_museum(x2) & in(x1,x2)) & card_eq_3(x1)) |
||
Three people are staring at a small painting. | People playing chess | 2 | 0.000067 | staring and playing are different actions | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_chess(x3) & (x1 = x2) & n_people(x1)) | 79f11502-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_people(x1) & n_chess(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Three people are staring at a small painting. | The three people are family. | 1 | 0.179314 | Just because people are staring at a small painting doesn't imply people are family. | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists p1 x1.(n_people(x1) & card_eq_3(x1) & exists x2.((x1 = x2) & n_family(x2))) | 79f119f8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(n_family(x2) & (x1 = x2)) & card_eq_3(x1)) |
||
Three people are staring at a small painting. | A small painting is on display. | 0 | 0.901477 | if people are staring at a painting, it follows that it is on display | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists p1 s1 x1.(exists x2.(on(x1,x2) & n_display(x2)) & n_painting(x1) & a_small(s1) & Theme(s1,x1)) | 79f12b46-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1.(n_painting(x1) & exists x2.(on(x1,x2) & n_display(x2)) & a_small(s1) & Theme(s1,x1)) |
||
Three people are staring at a small painting. | There is a painting on the wall in a gallery. | 1 | 0.150651 | The fact that people are staring at a small painting doesn't imply on the wall and doesn't imply in a gallery. | exists e1 s1 x1 x2.(at(e1,x2) & n_painting(x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1) & v_stare(e1) & n_people(x1) & card_eq_3(x1)) | exists p1 x1 x2 x3.(n_wall(x2) & in(p1,x3) & n_gallery(x3) & on(p1,x2) & exists x4.((x1 = x4) & n_painting(x4))) | 79f130b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_stare(e1) & n_people(x1) & n_painting(x2) & card_eq_3(x1) & at(e1,x2) & a_small(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists p1 x1 x2 x3.(on(p1,x2) & n_wall(x2) & n_gallery(x3) & in(p1,x3) & exists x4.(n_painting(x4) & (x1 = x4))) |
||
A bridge and groom are performing an informal dance at a reception. | The groom is old enough to be the bride's father. | 1 | -100 | There is nothing to indicate that the groom is old enough to be the bride's father. | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x5) & n_reception(x5) & Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & n_dance(x4) & a_informal(s1) & Theme(s1,x4) & n_groom(x3) & n_bridge(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 s1 s2 x1 x2 x3.(n_father(x3) & of(x3,x2) & n_bride(x2) & n_groom(x1) & Topic(s1,p1) & exists p2.(x1 = x3) & a_enough(s2) & Manner(s1,s2) & Theme(s1,x1) & a_old(s1)) | 79f231c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_perform(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_reception(x5) & n_groom(x3) & n_dance(x4) & n_bridge(x2) & at(e1,x5) & a_informal(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1)) | exists p1 s1 s2 x1 x2 x3.(of(x3,x2) & n_groom(x1) & n_father(x3) & n_bride(x2) & a_old(s1) & a_enough(s2) & Topic(s1,p1) & Theme(s1,x1) & Manner(s1,s2) & (x1 = x3)) |
||
A group of people outside. | Friends enjoy a picnic at a park. | 1 | -100 | Just because a group of people outside does not necessary that friends enjoy a picnic at a park. | exists s1 x1 x2 x3.(a_topic(x1) & of(x1,x2) & Theme(s1,x3) & a_outside(s1) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_park(x3) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_picnic(x2) & n_friend(x1)) | 79f237a2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_people(x2) & n_group(x1) & a_topic(x1) & a_outside(s1) & Theme(s1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_enjoy(e1) & n_picnic(x2) & n_park(x3) & n_friend(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of people outside. | People in the outdoors. | 0 | -100 | A group of people outside implies people are out of doors. A group of people is the same as people. | exists s1 x1 x2 x3.(a_topic(x1) & of(x1,x2) & Theme(s1,x3) & a_outside(s1) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists x1 x2.(n_outdoors(x2) & a_topic(x1) & in(x1,x2) & n_people(x1)) | 79f23cca-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_people(x2) & n_group(x1) & a_topic(x1) & a_outside(s1) & Theme(s1,x3) & (x2 = x3)) | exists x1 x2.(n_people(x1) & n_outdoors(x2) & in(x1,x2) & a_topic(x1)) |
||
A group of people outside. | A group of ladies enjoy playing nintendo. | 2 | -100 | not everyone is outside | exists s1 x1 x2 x3.(a_topic(x1) & of(x1,x2) & Theme(s1,x3) & a_outside(s1) & (x2 = x3) & n_people(x2) & n_group(x1)) | exists e1 p1 x1 x2.(exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_nintendo(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_enjoy(e1) & of(x1,x2) & n_lady(x2) & n_group(x1)) | 79f24238-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_people(x2) & n_group(x1) & a_topic(x1) & a_outside(s1) & Theme(s1,x3) & (x2 = x3)) | exists e1 p1 x1 x2.(v_enjoy(e1) & of(x1,x2) & n_lady(x2) & n_group(x1) & exists e2 x3.(v_play(e2) & n_nintendo(x3) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
An old man playing a game at the casino. | An old guy wins at blackjack. | 1 | -100 | casino doesn't imply blackjack. | exists e1 s1 x1 x2 x3 x4.(n_casino(x4) & a_topic(x1) & at(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_game(x3) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(at(e1,x2) & n_blackjack(x2) & Actor(e1,x1) & v_win(e1) & n_guy(x1) & a_old(s1) & Theme(s1,x1)) | 79f2476a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_game(x3) & n_casino(x4) & at(e1,x4) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_win(e1) & n_guy(x1) & n_blackjack(x2) & at(e1,x2) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
An old man playing a game at the casino. | An elderly man plays. | 0 | -100 | Elderly men are the same as old men, playing a game is the same as play. | exists e1 s1 x1 x2 x3 x4.(n_casino(x4) & a_topic(x1) & at(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_game(x3) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists s1 x1 x2.(a_topic(x1) & n_play(x1) & of(x1,x2) & n_man(x2) & a_elderly(s1) & Theme(s1,x1)) | 79f24c7e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_game(x3) & n_casino(x4) & at(e1,x4) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(of(x1,x2) & n_play(x1) & n_man(x2) & a_topic(x1) & a_elderly(s1) & Theme(s1,x1)) |
||
An old man playing a game at the casino. | A man trips. | 2 | -100 | playing and trips are different actions | exists e1 s1 x1 x2 x3 x4.(n_casino(x4) & a_topic(x1) & at(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_game(x3) & (x1 = x2) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | exists x1 x2.(a_topic(x1) & n_trip(x1) & of(x1,x2) & n_man(x2)) | 79f2517e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_game(x3) & n_casino(x4) & at(e1,x4) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(of(x1,x2) & n_trip(x1) & n_man(x2) & a_topic(x1)) |
||
A hockey player scores a goal with two opposing players skating nearby and the goalie in the goal. | A goalie is trying to block a shot from an opposing team hockey player | 1 | -100 | A goalie need not necessarily be trying to block a shot all the time. | exists x10.(n_goalie(x10) & all x1.((n_goal(x1) & n_goal(x1)) -> exists e1 e2 s1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x2) & with(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_oppose(e2) & subset_of(x10,x7) & in(x10,x1) & subset_of(x8,x7) & a_nearby(s1) & Manner(e1,s1) & Actor(e1,x9) & v_skate(e1) & (x8 = x9) & n_player(x8) & (x5 = x6) & n_thing(x5) & card_eq_2(x5) & for(x2,x1) & n_score(x2) & of(x2,x4) & n_player(x4) & of(x2,x3) & n_hockey(x3)))) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_block(e2) & from(x2,x3) & n_player(x3) & of(x3,x5) & n_hockey(x5) & of(x3,x4) & n_team(x4) & a_opposing(s1) & Theme(s1,x3) & n_shot(x2)) & n_goalie(x1)) | 79f256a6-e4c8-11ec-9cdd-0242ac1c0002 | exists x10.(n_goalie(x10) & all x1.(exists e1 e2 s1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x2,x5) & v_skate(e1) & v_oppose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & of(x2,x4) & of(x2,x3) & n_thing(x5) & n_score(x2) & n_player(x8) & n_player(x4) & n_hockey(x3) & in(x10,x1) & for(x2,x1) & card_eq_2(x5) & a_topic(x2) & a_nearby(s1) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x6) & Actor(e1,x9) & (x8 = x9) & (x5 = x6)) | -n_goal(x1))) | exists e1 p1 x1.(v_try(e1) & n_goalie(x1) & exists e2 s1 x2 x3 x4 x5.(v_block(e2) & of(x3,x5) & of(x3,x4) & n_team(x4) & n_shot(x2) & n_player(x3) & n_hockey(x5) & from(x2,x3) & a_opposing(s1) & Theme(s1,x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A hockey player scores a goal with two opposing players skating nearby and the goalie in the goal. | Hockey players are on the rink playing against each other | 0 | -100 | Players have to play against each other in order to be opposing players | exists x10.(n_goalie(x10) & all x1.((n_goal(x1) & n_goal(x1)) -> exists e2 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x2) & with(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_oppose(e2) & subset_of(x10,x7) & in(x10,x1) & subset_of(x8,x7) & a_nearby(s1) & Manner(e1,s1) & Actor(e1,x9) & v_skate(e1) & (x8 = x9) & n_player(x8) & (x5 = x6) & n_thing(x5) & card_eq_2(x5) & for(x2,x1) & n_score(x2) & of(x2,x4) & n_player(x4) & of(x2,x3) & n_hockey(x3)))) | exists p1 s1 x1 x2 x3.(n_playing(x3) & a_rink(s1) & Theme(s1,x3) & all x4.(n_other(x4) -> (on(x1,x3) & against(x3,x4))) & n_player(x1) & (x1 = x2) & ne_nam_hockey(x2)) | 79f25e80-e4c8-11ec-9cdd-0242ac1c0002 | exists x10.(n_goalie(x10) & all x1.(exists e2 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x2,x5) & v_skate(e1) & v_oppose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & of(x2,x4) & of(x2,x3) & n_thing(x5) & n_score(x2) & n_player(x8) & n_player(x4) & n_hockey(x3) & in(x10,x1) & for(x2,x1) & card_eq_2(x5) & a_topic(x2) & a_nearby(s1) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x6) & Actor(e1,x9) & (x8 = x9) & (x5 = x6)) | -n_goal(x1))) | exists s1 x1 x2 x3.(ne_nam_hockey(x2) & n_playing(x3) & n_player(x1) & all x4.((on(x1,x3) | -n_other(x4)) & (against(x3,x4) | -n_other(x4))) & a_rink(s1) & Theme(s1,x3) & (x1 = x2)) |
||
A hockey player scores a goal with two opposing players skating nearby and the goalie in the goal. | A hockey player is blocked by a goalie after he scores a goal for his team. | 2 | -100 | A hockey player can't score a goal if they are blocked by the goalie. | exists x10.(n_goalie(x10) & all x1.((n_goal(x1) & n_goal(x1)) -> exists e1 e2 s1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x2) & with(x2,x5) & Theme(e2,x7) & Actor(e2,x6) & v_oppose(e2) & subset_of(x10,x7) & in(x10,x1) & subset_of(x8,x7) & a_nearby(s1) & Manner(e1,s1) & Actor(e1,x9) & v_skate(e1) & (x8 = x9) & n_player(x8) & (x5 = x6) & n_thing(x5) & card_eq_2(x5) & for(x2,x1) & n_score(x2) & of(x2,x4) & n_player(x4) & of(x2,x3) & n_hockey(x3)))) | exists e1 x1 x2 x3 x6.(all x4.(n_goal(x4) -> exists x1 x5.(for(e1,x6) & n_male(x1) & after(e1,x1) & for(x1,x4) & Time(x1,x5) & n_score(x5))) & n_team(x6) & of(x6,x1) & n_male(x1) & Actor(e1,x3) & n_goalie(x3) & Theme(e1,x1) & v_block(e1) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | 79f26506-e4c8-11ec-9cdd-0242ac1c0002 | exists x10.(n_goalie(x10) & all x1.(exists e1 e2 s1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x2,x5) & v_skate(e1) & v_oppose(e2) & subset_of(x8,x7) & subset_of(x10,x7) & of(x2,x4) & of(x2,x3) & n_thing(x5) & n_score(x2) & n_player(x8) & n_player(x4) & n_hockey(x3) & in(x10,x1) & for(x2,x1) & card_eq_2(x5) & a_topic(x2) & a_nearby(s1) & Theme(e2,x7) & Manner(e1,s1) & Actor(e2,x6) & Actor(e1,x9) & (x8 = x9) & (x5 = x6)) | -n_goal(x1))) | exists e1 x1 x2 x3 x6.(v_block(e1) & of(x6,x1) & of(x1,x2) & n_team(x6) & n_player(x1) & n_male(x1) & n_hockey(x2) & n_goalie(x3) & all x4.(exists x1 x5.(n_score(x5) & n_male(x1) & for(x1,x4) & for(e1,x6) & after(e1,x1) & Time(x1,x5)) | -n_goal(x4)) & Theme(e1,x1) & Actor(e1,x3)) |
||
Several hockey players are at the end zone as the goalie misses the puck which slid into the net. | There is a puck near the net. | 0 | -100 | Since the hockey players are at the end zone, it is likely that the puck is near the net. | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(n_net(x8) & n_puck(x6) & n_goalie(x5) & n_zone(x3) & of(x3,x4) & n_end(x4) & exists e2 e1 x7.(Theme(e2,x6) & Actor(e2,x5) & v_miss(e2) & into(e1,x8) & Actor(e1,x7) & v_slide(e1) & (x6 = x7)) & as(p1,p2) & at(x1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & a_several(s1) & Theme(s1,x1)) | exists p1 x1 x3.(n_net(x3) & exists x2.((x1 = x2) & near(x2,x3) & n_puck(x2))) | 79f26a88-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(of(x3,x4) & of(x1,x2) & n_zone(x3) & n_puck(x6) & n_player(x1) & n_net(x8) & n_hockey(x2) & n_goalie(x5) & n_end(x4) & exists e2 e1 x7.(v_slide(e1) & v_miss(e2) & into(e1,x8) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x7) & (x6 = x7)) & at(x1,x3) & as(p1,p2) & a_several(s1) & Theme(s1,x1)) | exists x1 x3.(n_net(x3) & exists x2.(near(x2,x3) & n_puck(x2) & (x1 = x2))) |
||
Several hockey players are at the end zone as the goalie misses the puck which slid into the net. | The players are wearing blue jerseys. | 1 | -100 | Hockey players can wear many different colors on their jersey, they don't have to be blue. | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(n_net(x8) & n_puck(x6) & n_goalie(x5) & n_zone(x3) & of(x3,x4) & n_end(x4) & exists e1 e2 x7.(Theme(e2,x6) & Actor(e2,x5) & v_miss(e2) & into(e1,x8) & Actor(e1,x7) & v_slide(e1) & (x6 = x7)) & as(p1,p2) & at(x1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_player(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_jersey(x2) & a_blue(s1) & Theme(s1,x2)) | 79f26fa6-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(of(x3,x4) & of(x1,x2) & n_zone(x3) & n_puck(x6) & n_player(x1) & n_net(x8) & n_hockey(x2) & n_goalie(x5) & n_end(x4) & exists e1 e2 x7.(v_slide(e1) & v_miss(e2) & into(e1,x8) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x7) & (x6 = x7)) & at(x1,x3) & as(p1,p2) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(v_wear(e1) & n_player(x1) & n_jersey(x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several hockey players are at the end zone as the goalie misses the puck which slid into the net. | The players are at the bowling alley. | 2 | -100 | Playing at a bowling alley does not involve an end zone, nor a net. | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(n_net(x8) & n_puck(x6) & n_goalie(x5) & n_zone(x3) & of(x3,x4) & n_end(x4) & exists e1 e2 x7.(Theme(e2,x6) & Actor(e2,x5) & v_miss(e2) & into(e1,x8) & Actor(e1,x7) & v_slide(e1) & (x6 = x7)) & as(p1,p2) & at(x1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & a_several(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(n_alley(x2) & of(x2,x3) & n_bowling(x3) & n_player(x1) & at(x1,x2)) | 79f274a6-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 p2 s1 x1 x2 x3 x4 x5 x6 x8.(of(x3,x4) & of(x1,x2) & n_zone(x3) & n_puck(x6) & n_player(x1) & n_net(x8) & n_hockey(x2) & n_goalie(x5) & n_end(x4) & exists e1 e2 x7.(v_slide(e1) & v_miss(e2) & into(e1,x8) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x7) & (x6 = x7)) & at(x1,x3) & as(p1,p2) & a_several(s1) & Theme(s1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_player(x1) & n_bowling(x3) & n_alley(x2) & at(x1,x2)) |
||
The goalie of an ice hockey team is being scored on as several members of his team watch. | a person playing hockey | 0 | -100 | A goalie is a position for a person playing hockey. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_male(x1) & n_goalie(x1) & r_on(e1) & as(e1,x5) & of(x5,x6) & n_watch(x6) & of(x6,x2) & n_team(x2) & n_team(x2) & of(x6,x1) & n_member(x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1) & v_score(e1) & of(x1,x2) & of(x2,x4) & n_hockey(x4) & of(x2,x3) & n_ice(x3)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_playing(e1) & n_hockey(x3) & (x1 = x2) & n_person(x1)) | 79f279b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_score(e1) & r_on(e1) & of(x6,x2) & of(x6,x1) & of(x5,x6) & of(x2,x4) & of(x2,x3) & of(x1,x2) & n_watch(x6) & n_team(x2) & n_member(x5) & n_male(x1) & n_ice(x3) & n_hockey(x4) & n_goalie(x1) & as(e1,x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1)) | exists e1 x1 x2 x3.(v_playing(e1) & n_person(x1) & n_hockey(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
The goalie of an ice hockey team is being scored on as several members of his team watch. | a goalie for the red wings is scored on over and over | 1 | -100 | Not all hockey teams are the red wings | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_male(x1) & n_goalie(x1) & r_on(e1) & as(e1,x5) & of(x5,x6) & n_watch(x6) & of(x6,x2) & n_team(x2) & n_team(x2) & of(x6,x1) & n_member(x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1) & v_score(e1) & of(x1,x2) & of(x2,x4) & n_hockey(x4) & of(x2,x3) & n_ice(x3)) | exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4.(n_wing(x4) & a_red(s4) & Theme(s4,x4) & n_wing(x2) & a_red(s1) & Theme(s1,x2) & a_over(s6) & Manner(e2,s6) & a_on(s5) & Manner(e2,s5) & Theme(e2,x3) & v_score(e2) & for(x3,x4) & n_goalie(x3) & a_over(s3) & Manner(e1,s3) & a_on(s2) & Manner(e1,s2) & Theme(e1,x1) & v_score(e1) & for(x1,x2) & n_goalie(x1)) | 79f27e9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_score(e1) & r_on(e1) & of(x6,x2) & of(x6,x1) & of(x5,x6) & of(x2,x4) & of(x2,x3) & of(x1,x2) & n_watch(x6) & n_team(x2) & n_member(x5) & n_male(x1) & n_ice(x3) & n_hockey(x4) & n_goalie(x1) & as(e1,x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1)) | exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4.(v_score(e2) & v_score(e1) & n_wing(x4) & n_wing(x2) & n_goalie(x3) & n_goalie(x1) & for(x3,x4) & for(x1,x2) & a_red(s4) & a_red(s1) & a_over(s6) & a_over(s3) & a_on(s5) & a_on(s2) & Theme(s4,x4) & Theme(s1,x2) & Theme(e2,x3) & Theme(e1,x1) & Manner(e2,s6) & Manner(e2,s5) & Manner(e1,s3) & Manner(e1,s2)) |
||
The goalie of an ice hockey team is being scored on as several members of his team watch. | a goalie making saves | 2 | -100 | A goalie cannot be making save if he is being scored on. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_male(x1) & n_goalie(x1) & r_on(e1) & as(e1,x5) & of(x5,x6) & n_watch(x6) & of(x6,x2) & n_team(x2) & n_team(x2) & of(x6,x1) & n_member(x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1) & v_score(e1) & of(x1,x2) & of(x2,x4) & n_hockey(x4) & of(x2,x3) & n_ice(x3)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_make(e1) & n_save(x3) & (x1 = x2) & n_goalie(x1)) | 79f28478-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_score(e1) & r_on(e1) & of(x6,x2) & of(x6,x1) & of(x5,x6) & of(x2,x4) & of(x2,x3) & of(x1,x2) & n_watch(x6) & n_team(x2) & n_member(x5) & n_male(x1) & n_ice(x3) & n_hockey(x4) & n_goalie(x1) & as(e1,x5) & a_several(s1) & Theme(s1,x5) & Theme(e1,x1)) | exists e1 x1 x2 x3.(v_make(e1) & n_save(x3) & n_goalie(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A hockey player in a blue shirt scoring a goal against a team in white shirts. | a hockey player is scoring the game winning goal | 1 | -100 | A goal can be scored that isn't the game winning goal | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_score(e1) & against(x5,x6) & in(x6,x7) & n_shirt(x7) & a_white(s2) & Theme(s2,x7) & n_team(x6) & n_goal(x5) & (x3 = x4) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 e2 x1 x2 x3 x4.(n_goal(x3) & Actor(e1,x3) & v_win(e1) & of(x3,x4) & n_game(x4) & Theme(e2,x3) & Actor(e2,x1) & v_score(e2) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | 79f289aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_score(e1) & of(x1,x2) & n_team(x6) & n_shirt(x7) & n_shirt(x3) & n_player(x1) & n_hockey(x2) & n_goal(x5) & in(x6,x7) & in(x1,x3) & against(x5,x6) & a_white(s2) & a_topic(x1) & a_blue(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4)) | exists e1 e2 x1 x2 x3 x4.(v_win(e1) & v_score(e2) & of(x3,x4) & of(x1,x2) & n_player(x1) & n_hockey(x2) & n_goal(x3) & n_game(x4) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x3)) |
||
A hockey player in a blue shirt scoring a goal against a team in white shirts. | the other team is wearing black shirst | 2 | -100 | A team cannot be wearing white shirts and black shirts simultaneously. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_score(e1) & against(x5,x6) & in(x6,x7) & n_shirt(x7) & a_white(s2) & Theme(s2,x7) & n_team(x6) & n_goal(x5) & (x3 = x4) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 s1 x1 x2.(-(x1 = x1) & n_team(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirst(x2) & a_black(s1) & Theme(s1,x2)) | 79f290a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_score(e1) & of(x1,x2) & n_team(x6) & n_shirt(x7) & n_shirt(x3) & n_player(x1) & n_hockey(x2) & n_goal(x5) & in(x6,x7) & in(x1,x3) & against(x5,x6) & a_white(s2) & a_topic(x1) & a_blue(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4)) | exists e1 s1 x1 x2.(v_wear(e1) & n_team(x1) & n_shirst(x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1) & -(x1 = x1)) |
||
A hockey player in a blue shirt scoring a goal against a team in white shirts. | a hockey is scoring a goal | 0 | -100 | A hockey player scoring a goal means the hockey is scoring a goal. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_score(e1) & against(x5,x6) & in(x6,x7) & n_shirt(x7) & a_white(s2) & Theme(s2,x7) & n_team(x6) & n_goal(x5) & (x3 = x4) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_score(e1) & n_goal(x2) & n_hockey(x1)) | 79f2971a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_score(e1) & of(x1,x2) & n_team(x6) & n_shirt(x7) & n_shirt(x3) & n_player(x1) & n_hockey(x2) & n_goal(x5) & in(x6,x7) & in(x1,x3) & against(x5,x6) & a_white(s2) & a_topic(x1) & a_blue(s1) & Theme(s2,x7) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2.(v_score(e1) & n_hockey(x1) & n_goal(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
People playing ice hockey and trying to get a goal. | People playing a lively game of ice hockey. | 0 | -100 | People are just playing ice hockey. | exists e2 e1 p1 x1 x2 x3 x4.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x5.(Theme(e3,x5) & Actor(e3,x4) & v_get(e3) & n_goal(x5)) & n_people(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_hockey(x2) & of(x2,x3) & n_ice(x3) & n_people(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & of(x3,x4) & n_hockey(x4) & of(x4,x5) & n_ice(x5) & n_game(x3) & a_lively(s1) & Theme(s1,x3) & (x1 = x2) & n_people(x1)) | 79f29c2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4.(v_try(e2) & v_play(e1) & of(x2,x3) & n_people(x4) & n_people(x1) & n_ice(x3) & n_hockey(x2) & exists e3 x5.(v_get(e3) & n_goal(x5) & Theme(e3,x5) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & of(x4,x5) & of(x3,x4) & n_people(x1) & n_ice(x5) & n_hockey(x4) & n_game(x3) & a_topic(x1) & a_lively(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
People playing ice hockey and trying to get a goal. | Hockey players taking a break from a lively game. | 2 | -100 | People do not have to be hockey players to play hockey. If people are playing hockey trying to get a goal it does not mean they are taking a break.` | exists e1 e2 p1 x1 x2 x3 x4.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x5.(Theme(e3,x5) & Actor(e3,x4) & v_get(e3) & n_goal(x5)) & n_people(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_hockey(x2) & of(x2,x3) & n_ice(x3) & n_people(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_take(e1) & from(x4,x5) & n_game(x5) & a_lively(s1) & Theme(s1,x5) & n_break(x4) & (x1 = x3) & n_player(x1) & (x1 = x2) & ne_nam_hockey(x2)) | 79f2a12e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4.(v_try(e2) & v_play(e1) & of(x2,x3) & n_people(x4) & n_people(x1) & n_ice(x3) & n_hockey(x2) & exists e3 x5.(v_get(e3) & n_goal(x5) & Theme(e3,x5) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_take(e1) & ne_nam_hockey(x2) & n_player(x1) & n_game(x5) & n_break(x4) & from(x4,x5) & a_topic(x1) & a_lively(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
People playing ice hockey and trying to get a goal. | Hockey player tries for an easy goal. | 1 | -100 | Not every goal is easy. | exists e2 e1 p1 x1 x2 x3 x4.(Topic(e2,p1) & Actor(e2,x4) & v_try(e2) & exists e3 x5.(Theme(e3,x5) & Actor(e3,x4) & v_get(e3) & n_goal(x5)) & n_people(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_hockey(x2) & of(x2,x3) & n_ice(x3) & n_people(x1)) | exists e1 s1 x1 x2 x3.(for(e1,x3) & n_goal(x3) & a_easy(s1) & Theme(s1,x3) & Actor(e1,x1) & v_try(e1) & n_player(x1) & (x1 = x2) & ne_nam_hockey(x2)) | 79f2a624-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4.(v_try(e2) & v_play(e1) & of(x2,x3) & n_people(x4) & n_people(x1) & n_ice(x3) & n_hockey(x2) & exists e3 x5.(v_get(e3) & n_goal(x5) & Theme(e3,x5) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_try(e1) & ne_nam_hockey(x2) & n_player(x1) & n_goal(x3) & for(e1,x3) & a_easy(s1) & Theme(s1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
woman sitting on the edge of logs while calmly located in a rice field. | The woman is inside feeding her child. | 2 | -100 | If a woman is sitting in a field she is not inside. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(n_edge(x3) & while(e2,s1) & Theme(s1,x1) & a_calmly(s1) & in(e2,x5) & n_field(x5) & of(x5,x6) & n_rice(x6) & Theme(e2,x1) & v_locate(e2) & on(e1,x3) & of(x3,x4) & n_log(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists e1 s1 x1 x2.(n_child(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_inside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_feed(e1)) | 79f2abce-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(while(e2,s1) & v_sit(e1) & v_locate(e2) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_woman(x1) & n_rice(x6) & n_log(x4) & n_field(x5) & n_edge(x3) & in(e2,x5) & a_calmly(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_feed(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_child(x2) & a_inside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
woman sitting on the edge of logs while calmly located in a rice field. | The woman is outside in a field. | 0 | -100 | woman sitting on the edge of logs while calmly located in a rice field which is outside. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_edge(x3) & while(e2,s1) & Theme(s1,x1) & a_calmly(s1) & in(e2,x5) & n_field(x5) & of(x5,x6) & n_rice(x6) & Theme(e2,x1) & v_locate(e2) & on(e1,x3) & of(x3,x4) & n_log(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists s1 x1 x2.(n_woman(x1) & in(s1,x2) & n_field(x2) & Theme(s1,x1) & a_outside(s1)) | 79f2b11e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(while(e2,s1) & v_sit(e1) & v_locate(e2) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_woman(x1) & n_rice(x6) & n_log(x4) & n_field(x5) & n_edge(x3) & in(e2,x5) & a_calmly(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(n_woman(x1) & n_field(x2) & in(s1,x2) & a_outside(s1) & Theme(s1,x1)) |
||
woman sitting on the edge of logs while calmly located in a rice field. | The woman is contemplating life. | 1 | -100 | Not every woman sitting is contemplating life. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(n_edge(x3) & while(e2,s1) & Theme(s1,x1) & a_calmly(s1) & in(e2,x5) & n_field(x5) & of(x5,x6) & n_rice(x6) & Theme(e2,x1) & v_locate(e2) & on(e1,x3) & of(x3,x4) & n_log(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_contemplate(e1) & n_life(x2)) | 79f2b72c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(while(e2,s1) & v_sit(e1) & v_locate(e2) & on(e1,x3) & of(x5,x6) & of(x3,x4) & n_woman(x1) & n_rice(x6) & n_log(x4) & n_field(x5) & n_edge(x3) & in(e2,x5) & a_calmly(s1) & Theme(s1,x1) & Theme(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_contemplate(e1) & n_woman(x1) & n_life(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Child playing on a playground, hanging from bars. | A child is playing as his parents watch on. | 1 | -100 | Not all children on playgrounds will be watched by their parents | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(x1,x3) & from(e1,x5) & n_bar(x5) & Actor(e1,x4) & v_hang(e1) & (x3 = x4) & n_playground(x3) & n_playing(x1) & of(x1,x2) & n_child(x2)) | exists e2 e1 s1 x1 x2 x3 x4.(a_on(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x1) & v_watch(e2) & n_thing(x4) & as(e1,x3) & n_parent(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_child(x1)) | 79f2cb36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_hang(e1) & on(x1,x3) & of(x1,x2) & n_playing(x1) & n_playground(x3) & n_child(x2) & n_bar(x5) & from(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e2 e1 s1 x1 x2 x3 x4.(v_watch(e2) & v_play(e1) & of(x3,x1) & n_thing(x4) & n_parent(x3) & n_male(x1) & n_child(x1) & as(e1,x3) & a_on(s1) & Theme(e2,x4) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Child playing on a playground, hanging from bars. | A child is playing on a playground. | 0 | -100 | The child playing in the playground must be hanging from bars. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(x1,x3) & from(e1,x5) & n_bar(x5) & Actor(e1,x4) & v_hang(e1) & (x3 = x4) & n_playground(x3) & n_playing(x1) & of(x1,x2) & n_child(x2)) | exists e1 x1 x2.(on(e1,x2) & n_playground(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1)) | 79f2d0cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_hang(e1) & on(x1,x3) & of(x1,x2) & n_playing(x1) & n_playground(x3) & n_child(x2) & n_bar(x5) & from(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2.(v_play(e1) & on(e1,x2) & n_playground(x2) & n_child(x1) & Actor(e1,x1)) |
||
Child playing on a playground, hanging from bars. | A dog is eating some food. | 2 | -100 | A child and a dog are two different individuals. One of them is playing while the other is eating. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(x1,x3) & from(e1,x5) & n_bar(x5) & Actor(e1,x4) & v_hang(e1) & (x3 = x4) & n_playground(x3) & n_playing(x1) & of(x1,x2) & n_child(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_food(x2) & n_dog(x1)) | 79f2d5e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_hang(e1) & on(x1,x3) & of(x1,x2) & n_playing(x1) & n_playground(x3) & n_child(x2) & n_bar(x5) & from(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2.(v_eat(e1) & n_food(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a plaid shirt sits on a wooden raft in a body of water near plants. | A man is swimming in a lake. | 2 | -100 | If a man sits on a raft he is not swimming in a lake. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & near(x4,x6) & n_plant(x6) & of(x4,x5) & n_water(x5) & n_body(x4) & on(e1,x3) & n_raft(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_plaid(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(in(e1,x2) & n_lake(x2) & Actor(e1,x1) & v_swim(e1) & n_man(x1)) | 79f2dae0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x4,x5) & near(x4,x6) & n_water(x5) & n_shirt(x2) & n_raft(x3) & n_plant(x6) & n_man(x1) & n_body(x4) & in(x1,x2) & in(e1,x4) & a_wooden(s2) & a_plaid(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_swim(e1) & n_man(x1) & n_lake(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man in a plaid shirt sits on a wooden raft in a body of water near plants. | The man is sitting on a raft. | 0 | -100 | A man in a plaid shirt just sits on a wooden raft. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & near(x4,x6) & n_plant(x6) & of(x4,x5) & n_water(x5) & n_body(x4) & on(e1,x3) & n_raft(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_plaid(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & on(e1,x2) & n_raft(x2) & Actor(e1,x1) & v_sit(e1)) | 79f2e03a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x4,x5) & near(x4,x6) & n_water(x5) & n_shirt(x2) & n_raft(x3) & n_plant(x6) & n_man(x1) & n_body(x4) & in(x1,x2) & in(e1,x4) & a_wooden(s2) & a_plaid(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_raft(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man in a plaid shirt sits on a wooden raft in a body of water near plants. | A man sits on his raft while fishing in a pond. | 1 | -100 | Sitting on a raft does not mean fishing. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & near(x4,x6) & n_plant(x6) & of(x4,x5) & n_water(x5) & n_body(x4) & on(e1,x3) & n_raft(x3) & a_wooden(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_plaid(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_pond(x4) & while(e1,x3) & n_fishing(x3) & on(e1,x2) & n_raft(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 79f2e530-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & on(e1,x3) & of(x4,x5) & near(x4,x6) & n_water(x5) & n_shirt(x2) & n_raft(x3) & n_plant(x6) & n_man(x1) & n_body(x4) & in(x1,x2) & in(e1,x4) & a_wooden(s2) & a_plaid(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(while(e1,x3) & v_sit(e1) & on(e1,x2) & of(x2,x1) & n_raft(x2) & n_pond(x4) & n_man(x1) & n_male(x1) & n_fishing(x3) & in(e1,x4) & Actor(e1,x1)) |
||
A young man wearing a black shirt and a young lady also wearing a black shirt are rollerblading outside. | A boyfriend and girlfriend race to the finish line they previously agreed upon. | 1 | -100 | A young man and lady together aren't always boyfriend and girlfriend. Not everyone rollerblading is in a race. | exists e2 e1 e3 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(exists s6.(Theme(s6,x1) & a_outside(s6)) & Topic(e3,p1) & Actor(e3,x1) & v_rollerblade(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & a_also(s5) & Manner(e1,s5) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_shirt(x7) & a_black(s4) & Theme(s4,x7) & (x5 = x6) & n_lady(x5) & a_young(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_thing(x4) & n_line(x4) & of(x4,x5) & n_finish(x5) & a_topic(s1) & to(s1,x4) & a_previously(s2) & Manner(e1,s2) & upon(e1,x6) & (x4 = x6) & Actor(e1,x4) & v_agree(e1) & n_race(x2) & of(x2,x3) & n_girlfriend(x3) & n_boyfriend(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | 79f2fe58-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_wear(e1) & v_rollerblade(e3) & subset_of(x5,x3) & subset_of(x4,x3) & n_shirt(x7) & n_shirt(x4) & n_man(x1) & n_lady(x5) & exists s6.(a_outside(s6) & Theme(s6,x1)) & a_young(s3) & a_young(s1) & a_black(s4) & a_black(s2) & a_also(s5) & Topic(e3,p1) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x7) & Manner(e1,s5) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_agree(e1) & upon(e1,x6) & to(s1,x4) & subset_of(x2,s1) & subset_of(x1,s1) & of(x4,x5) & of(x2,x3) & n_thing(x4) & n_race(x2) & n_line(x4) & n_girlfriend(x3) & n_finish(x5) & n_boyfriend(x1) & a_topic(s1) & a_previously(s2) & Manner(e1,s2) & Actor(e1,x4) & (x4 = x6)) |
||
A young man wearing a black shirt and a young lady also wearing a black shirt are rollerblading outside. | Two people are rollerblading. | 0 | -100 | Two people rollerblading must wear a black shirt outside. | exists e1 e2 e3 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(exists s6.(Theme(s6,x1) & a_outside(s6)) & Topic(e3,p1) & Actor(e3,x1) & v_rollerblade(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & a_also(s5) & Manner(e1,s5) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_shirt(x7) & a_black(s4) & Theme(s4,x7) & (x5 = x6) & n_lady(x5) & a_young(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_rollerblade(e1) & n_people(x1) & card_eq_2(x1)) | 79f303e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_wear(e1) & v_rollerblade(e3) & subset_of(x5,x3) & subset_of(x4,x3) & n_shirt(x7) & n_shirt(x4) & n_man(x1) & n_lady(x5) & exists s6.(a_outside(s6) & Theme(s6,x1)) & a_young(s3) & a_young(s1) & a_black(s4) & a_black(s2) & a_also(s5) & Topic(e3,p1) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x7) & Manner(e1,s5) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2)) | exists e1 x1.(v_rollerblade(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A young man wearing a black shirt and a young lady also wearing a black shirt are rollerblading outside. | A man and woman skateboard while others watch. | 2 | -100 | Rollerblading and riding a skateboard are not the same activities. | exists e1 e3 e2 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(exists s6.(Theme(s6,x1) & a_outside(s6)) & Topic(e3,p1) & Actor(e3,x1) & v_rollerblade(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & a_also(s5) & Manner(e1,s5) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_shirt(x7) & a_black(s4) & Theme(s4,x7) & (x5 = x6) & n_lady(x5) & a_young(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 p2 p3 x1 x2 x3.(for(p1,x1) & exists x5.n_event(x5) & exists e1 x4.(Actor(e1,x4) & v_watch(e1) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(p2,p3) & n_skateboard(x1) & of(x1,x3) & n_woman(x3) & of(x1,x2) & n_man(x2)) | 79f309a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 p1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(v_wear(e2) & v_wear(e1) & v_rollerblade(e3) & subset_of(x5,x3) & subset_of(x4,x3) & n_shirt(x7) & n_shirt(x4) & n_man(x1) & n_lady(x5) & exists s6.(a_outside(s6) & Theme(s6,x1)) & a_young(s3) & a_young(s1) & a_black(s4) & a_black(s2) & a_also(s5) & Topic(e3,p1) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x7) & Manner(e1,s5) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x5 = x6) & (x1 = x2)) | exists p1 p2 p3 x1 x2 x3.(while(p2,p3) & of(x1,x3) & of(x1,x2) & n_woman(x3) & n_skateboard(x1) & n_person(x1) & n_man(x2) & for(p1,x1) & exists x5.n_event(x5) & exists e1 x4.(v_watch(e1) & n_person(x4) & Actor(e1,x4) & -(x4 = x1))) |
||
A man on a raft on the bay of a river. | The man is drowning. | 2 | -100 | One man is on a raft but the other one is drowning. | exists x1 x2 x3 x4.(n_bay(x3) & a_topic(x1) & on(x1,x2) & on(x2,x3) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_drown(e1)) | 79f30eca-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & on(x1,x2) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1) & n_bay(x3) & a_topic(x1)) | exists e1 x1.(v_drown(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man on a raft on the bay of a river. | A man is on a raft. | 0 | -100 | Both subjects are on a raft | exists x1 x2 x3 x4.(n_bay(x3) & a_topic(x1) & on(x1,x2) & on(x2,x3) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_raft(x2)) & n_man(x1)) | 79f313f2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & on(x1,x2) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1) & n_bay(x3) & a_topic(x1)) | exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_raft(x2))) |
||
A man on a raft on the bay of a river. | The raft is green. | 1 | -100 | Not all rafts are green | exists x1 x2 x3 x4.(n_bay(x3) & a_topic(x1) & on(x1,x2) & on(x2,x3) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1)) | exists s1 x1.(n_raft(x1) & Theme(s1,x1) & a_green(s1)) | 79f3192e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & on(x1,x2) & of(x3,x4) & n_river(x4) & n_raft(x2) & n_man(x1) & n_bay(x3) & a_topic(x1)) | exists s1 x1.(n_raft(x1) & a_green(s1) & Theme(s1,x1)) |
||
Two kids rollerblading on the sidewalk together. | A man skateboards on the sidewalk. | 2 | -100 | There are either two kids or a man. People either are rollerblading or on skateboards. | exists e1 s1 x1 x2 x3.(n_sidewalk(x3) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & on(e1,x3) & Actor(e1,x2) & v_rollerblade(e1) & (x1 = x2) & n_kid(x1) & card_eq_2(x1)) | exists x1 x2 x3.(n_sidewalk(x3) & a_topic(x1) & on(x1,x3) & n_skateboard(x1) & of(x1,x2) & n_man(x2)) | 79f31ef6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_rollerblade(e1) & on(e1,x3) & n_sidewalk(x3) & n_kid(x1) & card_eq_2(x1) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_skateboard(x1) & n_sidewalk(x3) & n_man(x2) & a_topic(x1)) |
||
Two kids rollerblading on the sidewalk together. | Brothers skate on inline skates in front of their house. | 1 | -100 | Not all kids together are brothers. Not all rollerblading is on inline skates. Not all sidewalks are in front of houses | exists e1 s1 x1 x2 x3.(n_sidewalk(x3) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & on(e1,x3) & Actor(e1,x2) & v_rollerblade(e1) & (x1 = x2) & n_kid(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4 x5.(ne_org_brothers(x1) & in(e1,x4) & of(x4,x5) & n_house(x5) & of(x5,x2) & n_thing(x2) & n_front(x4) & on(e1,x2) & n_skate(x2) & of(x2,x3) & n_inline(x3) & Actor(e1,x1) & v_skate(e1)) | 79f32446-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_rollerblade(e1) & on(e1,x3) & n_sidewalk(x3) & n_kid(x1) & card_eq_2(x1) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_skate(e1) & on(e1,x2) & of(x5,x2) & of(x4,x5) & of(x2,x3) & ne_org_brothers(x1) & n_thing(x2) & n_skate(x2) & n_inline(x3) & n_house(x5) & n_front(x4) & in(e1,x4) & Actor(e1,x1)) |
||
Two kids rollerblading on the sidewalk together. | Children skate on the pavement. | 0 | -100 | Children skate on the pavement is another way to say two kids rollerblading on the sidewalk together. | exists e1 s1 x1 x2 x3.(n_sidewalk(x3) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & on(e1,x3) & Actor(e1,x2) & v_rollerblade(e1) & (x1 = x2) & n_kid(x1) & card_eq_2(x1)) | exists x1 x2 x3.(n_pavement(x3) & a_topic(x1) & on(x1,x3) & n_skate(x1) & (x1 = x2) & ne_nam_children(x2)) | 79f3295a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_rollerblade(e1) & on(e1,x3) & n_sidewalk(x3) & n_kid(x1) & card_eq_2(x1) & a_topic(x1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(on(x1,x3) & ne_nam_children(x2) & n_skate(x1) & n_pavement(x3) & a_topic(x1) & (x1 = x2)) |
||
Ice hockey players playing hockey. | People are playing with hockey sticks. | 0 | -100 | If they are playing hockey, it is implied that they would be using hockey sticks. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_hockey(x5) & (x1 = x4) & n_player(x1) & (x1 = x3) & ne_nam_hockey(x3) & (x1 = x2) & ne_nam_ice(x2)) | exists e1 s1 x1 x2.(with(e1,x2) & n_stick(x2) & a_hockey(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_people(x1)) | 79f32ee6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_play(e1) & ne_nam_ice(x2) & ne_nam_hockey(x3) & n_player(x1) & n_hockey(x5) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x1 = x4) & (x1 = x3) & (x1 = x2)) | exists e1 s1 x1 x2.(with(e1,x2) & v_play(e1) & n_stick(x2) & n_people(x1) & a_hockey(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Ice hockey players playing hockey. | A field hockey team is practicing. | 2 | -100 | Ice hockey is not field hockey. If players are playing hockey she is not practicing. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_hockey(x5) & (x1 = x4) & n_player(x1) & (x1 = x3) & ne_nam_hockey(x3) & (x1 = x2) & ne_nam_ice(x2)) | exists e1 x1 x2 x3.(Actor(e1,x1) & v_practice(e1) & n_team(x1) & of(x1,x3) & n_hockey(x3) & of(x1,x2) & n_field(x2)) | 79f3340e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_play(e1) & ne_nam_ice(x2) & ne_nam_hockey(x3) & n_player(x1) & n_hockey(x5) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x1 = x4) & (x1 = x3) & (x1 = x2)) | exists e1 x1 x2 x3.(v_practice(e1) & of(x1,x3) & of(x1,x2) & n_team(x1) & n_hockey(x3) & n_field(x2) & Actor(e1,x1)) |
||
Ice hockey players playing hockey. | A men's hockey team is practicing. | 1 | -100 | the players are not necessarily men and they are not necessarily practicing. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_hockey(x5) & (x1 = x4) & n_player(x1) & (x1 = x3) & ne_nam_hockey(x3) & (x1 = x2) & ne_nam_ice(x2)) | exists e1 x1 x2 x3.(Actor(e1,x2) & v_practice(e1) & n_team(x2) & of(x2,x3) & n_hockey(x3) & of(x2,x1) & n_man(x1)) | 79f3392c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_play(e1) & ne_nam_ice(x2) & ne_nam_hockey(x3) & n_player(x1) & n_hockey(x5) & a_topic(x1) & Theme(e1,x5) & Actor(e1,x4) & (x1 = x4) & (x1 = x3) & (x1 = x2)) | exists e1 x1 x2 x3.(v_practice(e1) & of(x2,x3) & of(x2,x1) & n_team(x2) & n_man(x1) & n_hockey(x3) & Actor(e1,x2)) |
||
four people on the street running a marathon. | People are running in the street. | 0 | -100 | Running in the street is the same as on the street running. | exists e1 x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_run(e1) & n_marathon(x4) & (x1 = x3) & on(x1,x2) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_street(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_people(x1)) | 79f33e36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & on(x1,x2) & n_street(x2) & n_people(x1) & n_marathon(x4) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_run(e1) & n_street(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1)) |
||
four people on the street running a marathon. | Four people are running from a volcano. | 2 | -100 | The people cannot be running a marathon and from a volcano concurrently. | exists e1 x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_run(e1) & n_marathon(x4) & (x1 = x3) & on(x1,x2) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(from(e1,x2) & n_volcano(x2) & Actor(e1,x1) & v_run(e1) & n_people(x1) & card_eq_4(x1)) | 79f34340-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & on(x1,x2) & n_street(x2) & n_people(x1) & n_marathon(x4) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_run(e1) & n_volcano(x2) & n_people(x1) & from(e1,x2) & card_eq_4(x1) & Actor(e1,x1)) |
||
four people on the street running a marathon. | Four people are competing for a first place marathon trophy. | 1 | -100 | Just because they are in a marathon doesn't mean that any of them (let alone all four) are competing at all (let alone expect or intend to win a first place trophy). | exists e1 x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_run(e1) & n_marathon(x4) & (x1 = x3) & on(x1,x2) & n_people(x1) & card_eq_4(x1)) | exists e1 s1 x1 x2 x3.(for(e1,x2) & n_marathon(x2) & Time(x2,x3) & n_trophy(x3) & n_place(x2) & a_first(s1) & Theme(s1,x2) & Actor(e1,x1) & v_compete(e1) & n_people(x1) & card_eq_4(x1)) | 79f34976-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & on(x1,x2) & n_street(x2) & n_people(x1) & n_marathon(x4) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 x1 x2 x3.(v_compete(e1) & n_trophy(x3) & n_place(x2) & n_people(x1) & n_marathon(x2) & for(e1,x2) & card_eq_4(x1) & a_first(s1) & Time(x2,x3) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man is singing while another has a guitar. | a man is singing with his campanion with guitar | 0 | -100 | If a man is singing then there must be another person and a guitar. | exists e1 p1 x1.(exists e2 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & n_guitar(x3) & n_thing(x2)) & while(e1,p1) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | exists e1 x1 x2 x3.(with(e1,x2) & with(x2,x3) & n_guitar(x3) & n_campanion(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | 79f34e76-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(while(e1,p1) & v_sing(e1) & n_man(x1) & exists e2 x2 x3.(v_have(e2) & n_thing(x2) & n_guitar(x3) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(x2,x3) & with(e1,x2) & v_sing(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_guitar(x3) & n_campanion(x2) & Actor(e1,x1)) |
||
A man is singing while another has a guitar. | a man wearing red shirt is singing song | 1 | -100 | Not all men singing are wearing shirts | exists e1 p1 x1.(exists e2 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & n_guitar(x3) & n_thing(x2)) & while(e1,p1) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_sing(e2) & n_song(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 79f353bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(while(e1,p1) & v_sing(e1) & n_man(x1) & exists e2 x2 x3.(v_have(e2) & n_thing(x2) & n_guitar(x3) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e1) & v_sing(e2) & n_song(x4) & n_shirt(x3) & n_man(x1) & a_red(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man is singing while another has a guitar. | a man goes for fishing | 2 | -100 | A man cannot have a guitar while fishing. | exists e1 p1 x1.(exists e2 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & n_guitar(x3) & n_thing(x2)) & while(e1,p1) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | exists e1 x1 x2.(for(e1,x2) & n_fishing(x2) & Actor(e1,x1) & v_go(e1) & n_man(x1)) | 79f358d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1.(while(e1,p1) & v_sing(e1) & n_man(x1) & exists e2 x2 x3.(v_have(e2) & n_thing(x2) & n_guitar(x3) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1)) | exists e1 x1 x2.(v_go(e1) & n_man(x1) & n_fishing(x2) & for(e1,x2) & Actor(e1,x1)) |
||
Two hockey players are in the middle of a match and the man on the left is in the process of swinging his stick in the attempt of scoring. | The hockey players are sitting on the bench. | 2 | -100 | One cannot be in the middle of a match and sitting on a bench simultaneously. | exists p1 p2 x1 x2 x3 x4 x5 x7 x9 x10.(n_attempt(x10) & n_stick(x9) & of(x9,x5) & n_male(x5) & n_process(x7) & n_left(x4) & n_man(x3) & n_middle(x5) & exists e1 x8 x11.(in(x3,x7) & in(e1,x10) & of(x10,x11) & n_score(x11) & Theme(e1,x9) & Actor(e1,x8) & v_swing(e1) & (x7 = x8)) & on(x3,x4) & exists x6.(in(x1,x5) & of(x5,x6) & n_match(x6)) & n_player(x1) & of(x1,x2) & n_hockey(x2) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_bench(x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & on(e1,x3) & Actor(e1,x1) & v_sit(e1)) | 79f35dee-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x7 x9 x10.(on(x3,x4) & of(x9,x5) & of(x1,x2) & n_stick(x9) & n_process(x7) & n_player(x1) & n_middle(x5) & n_man(x3) & n_male(x5) & n_left(x4) & n_hockey(x2) & n_attempt(x10) & exists x6.(of(x5,x6) & n_match(x6) & in(x1,x5)) & exists e1 x8 x11.(v_swing(e1) & of(x10,x11) & n_score(x11) & in(x3,x7) & in(e1,x10) & Theme(e1,x9) & Actor(e1,x8) & (x7 = x8)) & card_eq_2(x1)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x1,x2) & n_player(x1) & n_hockey(x2) & n_bench(x3) & Actor(e1,x1)) |
||
Two hockey players are in the middle of a match and the man on the left is in the process of swinging his stick in the attempt of scoring. | The hockey players are on the ice. | 0 | -100 | The hockey players have to be on ice to have a hockey match. | exists p1 p2 x1 x2 x3 x4 x5 x7 x9 x10.(n_attempt(x10) & n_stick(x9) & of(x9,x5) & n_male(x5) & n_process(x7) & n_left(x4) & n_man(x3) & n_middle(x5) & exists e1 x8 x11.(in(x3,x7) & in(e1,x10) & of(x10,x11) & n_score(x11) & Theme(e1,x9) & Actor(e1,x8) & v_swing(e1) & (x7 = x8)) & on(x3,x4) & exists x6.(in(x1,x5) & of(x5,x6) & n_match(x6)) & n_player(x1) & of(x1,x2) & n_hockey(x2) & card_eq_2(x1)) | exists p1 x1 x2 x3.(n_ice(x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & on(x1,x3)) | 79f367da-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x7 x9 x10.(on(x3,x4) & of(x9,x5) & of(x1,x2) & n_stick(x9) & n_process(x7) & n_player(x1) & n_middle(x5) & n_man(x3) & n_male(x5) & n_left(x4) & n_hockey(x2) & n_attempt(x10) & exists x6.(of(x5,x6) & n_match(x6) & in(x1,x5)) & exists e1 x8 x11.(v_swing(e1) & of(x10,x11) & n_score(x11) & in(x3,x7) & in(e1,x10) & Theme(e1,x9) & Actor(e1,x8) & (x7 = x8)) & card_eq_2(x1)) | exists x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_player(x1) & n_ice(x3) & n_hockey(x2)) |
||
Four men in multicolored running clothes and shoes sprinting down a street while onlookers watch. | One man rests on his couch at home. | 2 | -100 | Four and one are different quantities. The man cannot be be sprinting if he rests. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(exists e3 x6.(Actor(e3,x6) & v_watch(e3) & n_onlooker(x6)) & while(e2,p1) & down(e2,x5) & n_street(x5) & Actor(e2,x4) & v_sprint(e2) & n_shoe(x4) & Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & n_clothes(x3) & Theme(s1,x2) & a_multicolored(s1) & (x1 = x2) & n_man(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(at(e1,x2) & n_home(x2) & on(e1,x3) & n_couch(x3) & of(x3,x2) & n_male(x2) & Actor(e1,x1) & v_rest(e1) & n_man(x1) & card_eq_1(x1)) | 79f37770-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5.(while(e2,p1) & v_sprint(e2) & v_run(e1) & n_street(x5) & n_shoe(x4) & n_man(x1) & n_clothes(x3) & exists e3 x6.(v_watch(e3) & n_onlooker(x6) & Actor(e3,x6)) & down(e2,x5) & card_eq_4(x1) & a_multicolored(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_rest(e1) & on(e1,x3) & of(x3,x2) & n_man(x1) & n_male(x2) & n_home(x2) & n_couch(x3) & card_eq_1(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Two hockey players from different teams chase the puck in the middle of a match. | Two hockey players from rivial teams chase the puck in the middle of a match. | 0 | -100 | If they are different teams, it is implied that they are rival teams. | exists e1 x1 x2 x3 x4 x5 x6 x7.(n_middle(x6) & n_puck(x5) & n_team(x4) & in(e1,x6) & of(x6,x7) & n_match(x7) & Theme(e1,x5) & Actor(e1,x1) & v_chase(e1) & from(x1,x3) & -(x3 = x4) & n_team(x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_middle(x5) & n_puck(x4) & in(e1,x5) & of(x5,x6) & n_match(x6) & Theme(e1,x4) & Actor(e1,x1) & v_chase(e1) & from(x1,x3) & n_team(x3) & a_rivial(s1) & Theme(s1,x3) & n_player(x1) & of(x1,x2) & n_hockey(x2) & card_eq_2(x1)) | 79f38224-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_chase(e1) & of(x6,x7) & of(x1,x2) & n_team(x4) & n_team(x3) & n_puck(x5) & n_player(x1) & n_middle(x6) & n_match(x7) & n_hockey(x2) & in(e1,x6) & from(x1,x3) & card_eq_2(x1) & Theme(e1,x5) & Actor(e1,x1) & -(x3 = x4)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_chase(e1) & of(x5,x6) & of(x1,x2) & n_team(x3) & n_puck(x4) & n_player(x1) & n_middle(x5) & n_match(x6) & n_hockey(x2) & in(e1,x5) & from(x1,x3) & card_eq_2(x1) & a_rivial(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1)) |
||
Two hockey players battle against each other for the win. | There are players in the ground. | 0 | -100 | Two hockey players in the ground battle against each other for the win. | exists x1 x2 x3 x5.(n_win(x5) & all x4.(n_other(x4) -> (a_topic(x1) & for(x1,x5) & against(x1,x4))) & n_battle(x1) & of(x1,x3) & n_player(x3) & of(x1,x2) & n_hockey(x2) & card_eq_2(x1)) | exists p1 x1 x2.(n_ground(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_player(x3))) | 79f39174-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x5.(of(x1,x3) & of(x1,x2) & n_win(x5) & n_player(x3) & n_hockey(x2) & n_battle(x1) & card_eq_2(x1) & all x4.((for(x1,x5) | -n_other(x4)) & (against(x1,x4) | -n_other(x4)) & (a_topic(x1) | -n_other(x4)))) | exists p1 x1 x2.(n_ground(x2) & in(p1,x2) & exists x3.(n_player(x3) & (x1 = x3))) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | The little girl smells her basket of rose petals. | 1 | 0.500487 | We can't say she smells a basket of rose petals; she is getting ready to drop them. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e2 e1 s1 x1 x2 x3 x4.(n_basket(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & v_smell(e2) & Time(e1,x4) & n_petal(x4) & Actor(e1,x3) & v_rise(e1) & (x2 = x3) & r_of(x2)) | 79f44cd6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3 x4.(v_smell(e2) & v_rise(e1) & r_of(x2) & of(x2,x1) & n_petal(x4) & n_girl(x1) & n_female(x1) & n_basket(x2) & a_little(s1) & Time(e1,x4) & Theme(s1,x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | a flower girl is about to throw her petals out during her sister's wedding | 1 | 0.282013 | We can't say she will throw them out; she is getting ready to lay them down. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 s1 x1 x2 x3 x4 x5.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 s2 x1.(during(e1,x5) & n_female(x1) & a_out(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_throw(e1)) & n_wedding(x5) & of(x5,x4) & n_sister(x4) & of(x4,x1) & n_petal(x3) & of(x3,x1) & n_female(x1) & n_girl(x1) & of(x1,x2) & n_flower(x2)) | 79f452da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists p1 s1 x1 x2 x3 x4 x5.(of(x5,x4) & of(x4,x1) & of(x3,x1) & of(x1,x2) & n_wedding(x5) & n_sister(x4) & n_petal(x3) & n_girl(x1) & n_flower(x2) & n_female(x1) & exists e1 s2 x1.(v_throw(e1) & n_female(x1) & during(e1,x5) & a_out(s2) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | This little girl is excited for the wedding | 1 | 0.725331 | She could be nervous instead of excited. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_wedding(x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & for(e1,x2) & Theme(e1,x1) & v_excite(e1)) | 79f458ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e1 s1 x1 x2.(v_excite(e1) & n_wedding(x2) & n_girl(x1) & for(e1,x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | The little girl skips with a little boy down the carpet. | 2 | 0 | She cannot be preparing if she skips. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 s2 x1 x2 x3 x4.(n_carpet(x4) & n_skip(x1) & of(x1,x2) & n_girl(x2) & a_little(s1) & Theme(s1,x1) & a_topic(x1) & with(x1,x3) & down(x3,x4) & n_boy(x3) & a_little(s2) & Theme(s2,x3)) | 79f45e10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists s1 s2 x1 x2 x3 x4.(with(x1,x3) & of(x1,x2) & n_skip(x1) & n_girl(x2) & n_carpet(x4) & n_boy(x3) & down(x3,x4) & a_topic(x1) & a_little(s2) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | The little girl reaches in her basket to touch the rose petals. | 1 | 0.808397 | There is nothing to indicate that the little girl reaches in her basket to touch the rose petals | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 s1 s2 x1 x2.(n_basket(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & a_little(s2) & Theme(s2,x1) & a_little(s1) & Theme(s1,x1) & Topic(e1,p1) & exists e3 e2 x3 x4 x5.(Theme(e3,x3) & Actor(e3,x1) & v_touch(e3) & Time(e2,x5) & n_petal(x5) & Actor(e2,x4) & v_rise(e2) & (x3 = x4) & n_the(x3)) & in(e1,x2) & Actor(e1,x1) & v_reach(e1)) | 79f46888-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e1 p1 s1 s2 x1 x2.(v_reach(e1) & of(x2,x1) & n_girl(x1) & n_female(x1) & n_basket(x2) & in(e1,x2) & exists e3 e2 x3 x4 x5.(v_touch(e3) & v_rise(e2) & n_the(x3) & n_petal(x5) & Time(e2,x5) & Theme(e3,x3) & Actor(e3,x1) & Actor(e2,x4) & (x3 = x4)) & a_little(s2) & a_little(s1) & Topic(e1,p1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | The flower girl at the wedding scatters some flower petals. | 1 | 0.777771 | There is nothing to indicate that the little girl scatters some flower petals. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(n_wedding(x3) & Theme(e1,x4) & Actor(e1,x1) & v_scatter(e1) & n_petal(x4) & of(x4,x2) & n_flower(x2) & n_flower(x2) & at(x1,x3) & n_girl(x1) & of(x1,x2)) | 79f471ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_scatter(e1) & of(x4,x2) & of(x1,x2) & n_wedding(x3) & n_petal(x4) & n_girl(x1) & n_flower(x2) & at(x1,x3) & Theme(e1,x4) & Actor(e1,x1)) |
||
A little girl dressed in a white dress is preparing to lay the floral petals down for a wedding. | This little girl is party of a wedding | 0 | 0.902829 | One of the roles in a party of a wedding are of the flower girl to lay the floral petals down for the wedding. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(n_petal(x4) & a_floral(s3) & Theme(s3,x4) & Topic(e2,p1) & Actor(e2,x1) & v_prepare(e2) & exists e3 x5 x6.(Theme(e3,x4) & Actor(e3,x1) & v_lay(e3) & for(x5,x6) & n_wedding(x6) & down(x4,x5) & n_thing(x5)) & in(e1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 s1 x1.(n_girl(x1) & a_little(s1) & Theme(s1,x1) & exists x2 x3.((x1 = x2) & of(x2,x3) & n_wedding(x3) & n_party(x2))) | 79f48b38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4.(v_prepare(e2) & v_dress(e1) & n_petal(x4) & n_girl(x1) & n_dress(x3) & in(e1,x3) & exists e3 x5 x6.(v_lay(e3) & n_wedding(x6) & n_thing(x5) & for(x5,x6) & down(x4,x5) & Theme(e3,x4) & Actor(e3,x1)) & a_white(s2) & a_little(s1) & a_floral(s3) & Topic(e2,p1) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists s1 x1.(n_girl(x1) & exists x2 x3.(of(x2,x3) & n_wedding(x3) & n_party(x2) & (x1 = x2)) & a_little(s1) & Theme(s1,x1)) |
||
A dog lays on the snow. | A dog is laying down. | 0 | -100 | Lays on is a rephrase of laying down. | exists e1 x1 x2.(n_snow(x2) & on(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1)) | exists e1 s1 x1.(a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1)) | 79f66372-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & n_snow(x2) & n_dog(x1) & Actor(e1,x1)) | exists e1 s1 x1.(v_lay(e1) & n_dog(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A dog lays on the snow. | A dog outside in Alaska. | 1 | -100 | not every place with snow is Alaska | exists e1 x1 x2.(n_snow(x2) & on(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1)) | exists x1 x2 x3.(ne_geo_alaska(x3) & a_topic(x1) & in(x1,x3) & n_outside(x1) & of(x1,x2) & n_dog(x2)) | 79f66818-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_lay(e1) & on(e1,x2) & n_snow(x2) & n_dog(x1) & Actor(e1,x1)) | exists x1 x2 x3.(of(x1,x2) & ne_geo_alaska(x3) & n_outside(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1)) |
||
A little girl playing in the fall leaves. | A girl jumps into a pile of leaves after raking. | 1 | -100 | not all the leaves are in a pile | exists e1 s1 x1 x2 x3.(n_fall(x3) & Actor(e1,x1) & v_leave(e1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_girl(x2) & a_little(s1) & Theme(s1,x1)) | exists e2 e1 x1 x2 x3.(after(e1,e2) & Actor(e2,x1) & v_rake(e2) & into(e1,x2) & of(x2,x3) & n_leaf(x3) & n_pile(x2) & Actor(e1,x1) & v_jump(e1) & n_girl(x1)) | 79f66cc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_leave(e1) & of(x1,x2) & n_playing(x1) & n_girl(x2) & n_fall(x3) & in(x1,x3) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e2 e1 x1 x2 x3.(v_rake(e2) & v_jump(e1) & of(x2,x3) & n_pile(x2) & n_leaf(x3) & n_girl(x1) & into(e1,x2) & after(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A little girl playing in the fall leaves. | A child is playing. | 0 | -100 | a little girl is a child | exists e1 s1 x1 x2 x3.(n_fall(x3) & Actor(e1,x1) & v_leave(e1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_girl(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_child(x1)) | 79f6716e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_leave(e1) & of(x1,x2) & n_playing(x1) & n_girl(x2) & n_fall(x3) & in(x1,x3) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1.(v_play(e1) & n_child(x1) & Actor(e1,x1)) |
||
A little girl playing in the fall leaves. | Two boys wrestle in a gymnasium. | 2 | -100 | Two boys are not a little girl. | exists e1 s1 x1 x2 x3.(n_fall(x3) & Actor(e1,x1) & v_leave(e1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_girl(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(in(e1,x2) & n_gymnasium(x2) & Actor(e1,x1) & v_wrestle(e1) & n_boy(x1) & card_eq_2(x1)) | 79f675f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_leave(e1) & of(x1,x2) & n_playing(x1) & n_girl(x2) & n_fall(x3) & in(x1,x3) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_wrestle(e1) & n_gymnasium(x2) & n_boy(x1) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
The brown and black dog is holding a pink disc on a green yard. | The dog is holding a pink disc | 0 | -100 | in a both sentence a dog is holding a pink disc. | exists e1 s1 s2 s3 s4 x1 x2 x3.(n_dog(x1) & a_black(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & on(x2,x3) & n_yard(x3) & a_green(s4) & Theme(s4,x3) & n_disc(x2) & a_pink(s3) & Theme(s3,x2)) | exists e1 x1 x2 x3.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_disc(x2) & of(x2,x3) & n_pink(x3)) | 79f67b1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3.(v_hold(e1) & on(x2,x3) & n_yard(x3) & n_dog(x1) & n_disc(x2) & a_pink(s3) & a_green(s4) & a_brown(s1) & a_black(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_pink(x3) & n_dog(x1) & n_disc(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The brown and black dog is holding a pink disc on a green yard. | A dog is holding a blue disc | 2 | -100 | The disc is pink not blue. | exists e1 s1 s2 s3 s4 x1 x2 x3.(n_dog(x1) & a_black(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & on(x2,x3) & n_yard(x3) & a_green(s4) & Theme(s4,x3) & n_disc(x2) & a_pink(s3) & Theme(s3,x2)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_disc(x2) & a_blue(s1) & Theme(s1,x2) & n_dog(x1)) | 79f68154-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3.(v_hold(e1) & on(x2,x3) & n_yard(x3) & n_dog(x1) & n_disc(x2) & a_pink(s3) & a_green(s4) & a_brown(s1) & a_black(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_hold(e1) & n_dog(x1) & n_disc(x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The brown and black dog is holding a pink disc on a green yard. | A dog is outside | 1 | -100 | not every dog is brown | exists e1 s1 s2 s3 s4 x1 x2 x3.(n_dog(x1) & a_black(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & on(x2,x3) & n_yard(x3) & a_green(s4) & Theme(s4,x3) & n_disc(x2) & a_pink(s3) & Theme(s3,x2)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_dog(x1)) | 79f6860e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3.(v_hold(e1) & on(x2,x3) & n_yard(x3) & n_dog(x1) & n_disc(x2) & a_pink(s3) & a_green(s4) & a_brown(s1) & a_black(s2) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A puppy catching a bird | A puppy chased a duck. | 1 | -100 | bird and duck are different animals | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_catch(e1) & n_bird(x3) & (x1 = x2) & n_puppy(x1)) | exists e1 s1 x1.(a_topic(x1) & n_duck(x1) & Theme(e1,x1) & v_chase(e1) & a_puppy(s1) & Theme(s1,x1)) | 79f68b0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & n_puppy(x1) & n_bird(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_chase(e1) & n_duck(x1) & a_topic(x1) & a_puppy(s1) & Theme(s1,x1) & Theme(e1,x1)) |
||
A puppy catching a bird | A puppy is playing. | 0 | -100 | catching a bird can be playing | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_catch(e1) & n_bird(x3) & (x1 = x2) & n_puppy(x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_puppy(x1)) | 79f68f96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & n_puppy(x1) & n_bird(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_play(e1) & n_puppy(x1) & Actor(e1,x1)) |
||
A puppy catching a bird | A dog is sleeping in the grass. | 2 | -100 | A dog may not be a puppy and sleeping is not catching a bird. | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_catch(e1) & n_bird(x3) & (x1 = x2) & n_puppy(x1)) | exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_sleep(e1) & n_dog(x1)) | 79f6943c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & n_puppy(x1) & n_bird(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sleep(e1) & n_grass(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A snowboarder is on a snowy mountain doing an aerial trick. | A person is mowing a yard. | 2 | -100 | A person mowing is not a snowboarder doing an aerial. | exists p1 x1.(exists e1 s1 s2 x2 x3 x4.(on(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_trick(x4) & a_aerial(s2) & Theme(s2,x4) & (x2 = x3) & n_mountain(x2) & a_snowy(s1) & Theme(s1,x2)) & n_snowboarder(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_mow(e1) & n_yard(x2) & n_person(x1)) | 79f698ec-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_snowboarder(x1) & exists e1 s1 s2 x2 x3 x4.(v_do(e1) & on(x1,x2) & n_trick(x4) & n_mountain(x2) & a_snowy(s1) & a_aerial(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))) | exists e1 x1 x2.(v_mow(e1) & n_yard(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A snowboarder is on a snowy mountain doing an aerial trick. | A snowboarder is performing a 360 flip for a crowd. | 1 | -100 | not every snowboarder is performing on mountain | exists p1 x1.(exists e1 s1 s2 x2 x3 x4.(on(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_trick(x4) & a_aerial(s2) & Theme(s2,x4) & (x2 = x3) & n_mountain(x2) & a_snowy(s1) & Theme(s1,x2)) & n_snowboarder(x1)) | exists e1 x1 x2 x3.(for(e1,x3) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_flip(x2) & card_eq_360(x2) & n_snowboarder(x1)) | 79f69d9c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_snowboarder(x1) & exists e1 s1 s2 x2 x3 x4.(v_do(e1) & on(x1,x2) & n_trick(x4) & n_mountain(x2) & a_snowy(s1) & a_aerial(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))) | exists e1 x1 x2 x3.(v_perform(e1) & n_snowboarder(x1) & n_flip(x2) & n_crowd(x3) & for(e1,x3) & card_eq_360(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A snowboarder is on a snowy mountain doing an aerial trick. | A snowboarder is on a mountain. | 0 | -100 | snowy mountain almost the same as mountain | exists p1 x1.(exists e1 s1 s2 x2 x3 x4.(on(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_trick(x4) & a_aerial(s2) & Theme(s2,x4) & (x2 = x3) & n_mountain(x2) & a_snowy(s1) & Theme(s1,x2)) & n_snowboarder(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_mountain(x2)) & n_snowboarder(x1)) | 79f6a40e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_snowboarder(x1) & exists e1 s1 s2 x2 x3 x4.(v_do(e1) & on(x1,x2) & n_trick(x4) & n_mountain(x2) & a_snowy(s1) & a_aerial(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))) | exists x1.(n_snowboarder(x1) & exists x2.(on(x1,x2) & n_mountain(x2))) |
||
A man in a parade rides a brown horse and works a lariat rope. | A man in a parade rides a brown horse | 0 | -100 | A man rides a horse in a parade in each scene. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_work(e2) & n_rope(x6) & of(x6,x7) & n_lariat(x7) & in(x4,x5) & n_parade(x5) & n_man(x4) & Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3) & in(x1,x2) & n_parade(x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3) & in(x1,x2) & n_parade(x2) & n_man(x1)) | 79f6d906-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_work(e2) & v_ride(e1) & of(x6,x7) & n_rope(x6) & n_parade(x5) & n_parade(x2) & n_man(x4) & n_man(x1) & n_lariat(x7) & n_horse(x3) & in(x4,x5) & in(x1,x2) & a_brown(s1) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_ride(e1) & n_parade(x2) & n_man(x1) & n_horse(x3) & in(x1,x2) & a_brown(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man in a parade rides a brown horse and works a lariat rope. | A man in a parade doesn't ride a brown horse | 2 | -100 | A man either rides a brown horse or he doesn't. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_work(e2) & n_rope(x6) & of(x6,x7) & n_lariat(x7) & in(x4,x5) & n_parade(x5) & n_man(x4) & Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3) & in(x1,x2) & n_parade(x2) & n_man(x1)) | exists x1 x2.(-exists e1 s1 x3.(Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3)) & in(x1,x2) & n_parade(x2) & n_man(x1)) | 79f6de2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_work(e2) & v_ride(e1) & of(x6,x7) & n_rope(x6) & n_parade(x5) & n_parade(x2) & n_man(x4) & n_man(x1) & n_lariat(x7) & n_horse(x3) & in(x4,x5) & in(x1,x2) & a_brown(s1) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists x1 x2.(n_parade(x2) & n_man(x1) & in(x1,x2) & all e1 s1 x3.(-v_ride(e1) | -n_horse(x3) | -a_brown(s1) | -Theme(s1,x3) | -Theme(e1,x3) | -Actor(e1,x1))) |
||
A man in a parade rides a brown horse and works a lariat rope. | A man in a parade happily rides a brown horse | 1 | -100 | We have no idea if the man happily rides his horse or not. He could be in a bad mood. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x4) & v_work(e2) & n_rope(x6) & of(x6,x7) & n_lariat(x7) & in(x4,x5) & n_parade(x5) & n_man(x4) & Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3) & in(x1,x2) & n_parade(x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3.(a_happily(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_horse(x3) & a_brown(s1) & Theme(s1,x3) & in(x1,x2) & n_parade(x2) & n_man(x1)) | 79f6e360-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_work(e2) & v_ride(e1) & of(x6,x7) & n_rope(x6) & n_parade(x5) & n_parade(x2) & n_man(x4) & n_man(x1) & n_lariat(x7) & n_horse(x3) & in(x4,x5) & in(x1,x2) & a_brown(s1) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_ride(e1) & n_parade(x2) & n_man(x1) & n_horse(x3) & in(x1,x2) & a_happily(s2) & a_brown(s1) & Theme(s1,x3) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1)) |
||
This fisherman is mending his nets. | A fisherman mends his fishing nets. | 1 | -100 | Fisherman mending his nets not necessarily mends his fishing nets. | exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_mend(e1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_mend(e1) & n_net(x2) & of(x2,x3) & n_fishing(x3) & of(x2,x1) & n_male(x1) & n_fisherman(x1)) | 79f6e87e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_mend(e1) & of(x2,x1) & n_net(x2) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_mend(e1) & of(x2,x3) & of(x2,x1) & n_net(x2) & n_male(x1) & n_fishing(x3) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
This fisherman is mending his nets. | A fisherman mends his nets. | 0 | -100 | This fisherman is a fisherman. | exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_mend(e1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_mend(e1) & n_net(x2) & of(x2,x1) & n_male(x1) & n_fisherman(x1)) | 79f6eed2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_mend(e1) & of(x2,x1) & n_net(x2) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_mend(e1) & of(x2,x1) & n_net(x2) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
This fisherman is mending his nets. | a fisherman steals some crab nets. | 2 | -100 | The nets aren't his if he stole them. | exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_mend(e1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_steal(e1) & n_net(x2) & of(x2,x3) & n_crab(x3) & n_fisherman(x1)) | 79f6f364-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_mend(e1) & of(x2,x1) & n_net(x2) & n_male(x1) & n_fisherman(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_steal(e1) & of(x2,x3) & n_net(x2) & n_fisherman(x1) & n_crab(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two whites and a black enjoy a pie eating contest. | Three people are competing in a pie eating contest. | 1 | -100 | Just because they are enjoying a pie eating contest doesn't mean they are competing. | exists e1 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & n_contest(x4) & of(x4,x6) & n_eating(x6) & of(x4,x5) & n_pie(x5) & subset_of(x3,x1) & n_black(x3) & subset_of(x2,x1) & n_whites(x2) & card_eq_2(x2)) | exists e1 x1 x2 x3 x4.(in(e1,x2) & n_contest(x2) & of(x2,x4) & n_eating(x4) & of(x2,x3) & n_pie(x3) & Actor(e1,x1) & v_compete(e1) & n_people(x1) & card_eq_3(x1)) | 79f6f7b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_enjoy(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x6) & of(x4,x5) & n_whites(x2) & n_pie(x5) & n_eating(x6) & n_contest(x4) & n_black(x3) & card_eq_2(x2) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_compete(e1) & of(x2,x4) & of(x2,x3) & n_pie(x3) & n_people(x1) & n_eating(x4) & n_contest(x2) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1)) |
||
Two whites and a black enjoy a pie eating contest. | Three people are eating pie. | 0 | -100 | Whites and blacks are a callous way of describing people. | exists e1 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & n_contest(x4) & of(x4,x6) & n_eating(x6) & of(x4,x5) & n_pie(x5) & subset_of(x3,x1) & n_black(x3) & subset_of(x2,x1) & n_whites(x2) & card_eq_2(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_pie(x2) & n_people(x1) & card_eq_3(x1)) | 79f6fc38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_enjoy(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x6) & of(x4,x5) & n_whites(x2) & n_pie(x5) & n_eating(x6) & n_contest(x4) & n_black(x3) & card_eq_2(x2) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_eat(e1) & n_pie(x2) & n_people(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two whites and a black enjoy a pie eating contest. | Three men are singing in the streets. | 2 | -100 | Three men cannot enjoy a pie eating contest and singing in the streets simultaneously. | exists e1 x1 x2 x3 x4 x5 x6.(Theme(e1,x4) & Actor(e1,x1) & v_enjoy(e1) & n_contest(x4) & of(x4,x6) & n_eating(x6) & of(x4,x5) & n_pie(x5) & subset_of(x3,x1) & n_black(x3) & subset_of(x2,x1) & n_whites(x2) & card_eq_2(x2)) | exists e1 x1 x2.(n_street(x2) & in(e1,x2) & Actor(e1,x1) & v_sing(e1) & n_man(x1) & card_eq_3(x1)) | 79f700b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_enjoy(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x6) & of(x4,x5) & n_whites(x2) & n_pie(x5) & n_eating(x6) & n_contest(x4) & n_black(x3) & card_eq_2(x2) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_sing(e1) & n_street(x2) & n_man(x1) & in(e1,x2) & card_eq_3(x1) & Actor(e1,x1)) |
||
A classroom full of students participating in a hands on activity. | A class participating in an activity. | 0 | -100 | Activity can be hands on | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(s1,x3) & in(e1,x5) & on(x5,x6) & n_activity(x6) & n_hand(x5) & Actor(e1,x4) & v_participate(e1) & (x3 = x4) & n_student(x3) & Theme(s1,x2) & a_full(s1) & (x1 = x2) & n_classroom(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_activity(x3) & Actor(e1,x2) & v_participate(e1) & (x1 = x2) & n_class(x1)) | 79f7050c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_participate(e1) & on(x5,x6) & of(s1,x3) & n_student(x3) & n_hand(x5) & n_classroom(x1) & n_activity(x6) & in(e1,x5) & a_topic(x1) & a_full(s1) & Theme(s1,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2 x3.(v_participate(e1) & n_class(x1) & n_activity(x3) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A classroom full of students participating in a hands on activity. | A class doing an activity on dental hygiene. | 1 | -100 | Students participating in a hands on activity are not necessarily an activity on dental hygiene. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(s1,x3) & in(e1,x5) & on(x5,x6) & n_activity(x6) & n_hand(x5) & Actor(e1,x4) & v_participate(e1) & (x3 = x4) & n_student(x3) & Theme(s1,x2) & a_full(s1) & (x1 = x2) & n_classroom(x1)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & on(x3,x4) & n_hygiene(x4) & a_dental(s1) & Theme(s1,x4) & n_activity(x3) & (x1 = x2) & n_class(x1)) | 79f7096c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_participate(e1) & on(x5,x6) & of(s1,x3) & n_student(x3) & n_hand(x5) & n_classroom(x1) & n_activity(x6) & in(e1,x5) & a_topic(x1) & a_full(s1) & Theme(s1,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_do(e1) & on(x3,x4) & n_hygiene(x4) & n_class(x1) & n_activity(x3) & a_topic(x1) & a_dental(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A classroom full of students participating in a hands on activity. | A class during nap time. | 2 | -100 | Student's can't participate in a hands on activity if they're having nap time. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(s1,x3) & in(e1,x5) & on(x5,x6) & n_activity(x6) & n_hand(x5) & Actor(e1,x4) & v_participate(e1) & (x3 = x4) & n_student(x3) & Theme(s1,x2) & a_full(s1) & (x1 = x2) & n_classroom(x1)) | exists x1 x2 x3.(a_topic(x1) & during(x1,x2) & n_time(x2) & of(x2,x3) & n_nap(x3) & n_class(x1)) | 79f70dcc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_participate(e1) & on(x5,x6) & of(s1,x3) & n_student(x3) & n_hand(x5) & n_classroom(x1) & n_activity(x6) & in(e1,x5) & a_topic(x1) & a_full(s1) & Theme(s1,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_time(x2) & n_nap(x3) & n_class(x1) & during(x1,x2) & a_topic(x1)) |
||
A racetrack with red chairs stacked beside fence with a child walking. | A child at a racetrack | 0 | -100 | The child is at a racetrack if tv's child is walking beside the fence near the racetrack | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & with(e1,x5) & n_walking(x5) & of(x5,x6) & n_child(x6) & beside(e1,x4) & n_fence(x4) & Theme(e1,x3) & v_stack(e1) & (x2 = x3) & n_chair(x2) & a_red(s1) & Theme(s1,x2) & n_racetrack(x1)) | exists x1 x2.(a_topic(x1) & at(x1,x2) & n_racetrack(x2) & n_child(x1)) | 79f71844-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & with(e1,x5) & v_stack(e1) & of(x5,x6) & n_walking(x5) & n_racetrack(x1) & n_fence(x4) & n_child(x6) & n_chair(x2) & beside(e1,x4) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & (x2 = x3)) | exists x1 x2.(n_racetrack(x2) & n_child(x1) & at(x1,x2) & a_topic(x1)) |
||
A racetrack with red chairs stacked beside fence with a child walking. | A child is eaten by a bear | 2 | -100 | A bear isn't usually found near a race track. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & with(e1,x5) & n_walking(x5) & of(x5,x6) & n_child(x6) & beside(e1,x4) & n_fence(x4) & Theme(e1,x3) & v_stack(e1) & (x2 = x3) & n_chair(x2) & a_red(s1) & Theme(s1,x2) & n_racetrack(x1)) | exists e1 x1 x2.(Actor(e1,x2) & n_bear(x2) & Theme(e1,x1) & v_eat(e1) & n_child(x1)) | 79f71cfe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & with(e1,x5) & v_stack(e1) & of(x5,x6) & n_walking(x5) & n_racetrack(x1) & n_fence(x4) & n_child(x6) & n_chair(x2) & beside(e1,x4) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_eat(e1) & n_child(x1) & n_bear(x2) & Theme(e1,x1) & Actor(e1,x2)) |
||
A young child walks down a gravel path lined with a row of red outdoor chairs. | the child is happy | 1 | -100 | The child is not necessarily happy. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_down(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & with(e1,x5) & of(x5,x6) & n_chair(x6) & of(x6,x7) & n_outdoor(x7) & a_red(s2) & Theme(s2,x6) & n_row(x5) & Theme(e1,x4) & v_line(e1) & (x2 = x4) & n_path(x2) & of(x2,x3) & n_gravel(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(n_child(x1) & Theme(s1,x1) & a_happy(s1)) | 79f7219a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_walk(e2) & v_line(e1) & of(x6,x7) & of(x5,x6) & of(x2,x3) & n_row(x5) & n_path(x2) & n_outdoor(x7) & n_gravel(x3) & n_child(x1) & n_chair(x6) & a_young(s1) & a_red(s2) & a_down(s3) & Theme(s2,x6) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s3) & Actor(e2,x1) & (x2 = x4)) | exists s1 x1.(n_child(x1) & a_happy(s1) & Theme(s1,x1)) |
||
A young child walks down a gravel path lined with a row of red outdoor chairs. | the child is walking | 0 | -100 | A young child walks down a gravel path line with a row of red outdoor chairs is simplified to the child is walking. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_down(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & with(e1,x5) & of(x5,x6) & n_chair(x6) & of(x6,x7) & n_outdoor(x7) & a_red(s2) & Theme(s2,x6) & n_row(x5) & Theme(e1,x4) & v_line(e1) & (x2 = x4) & n_path(x2) & of(x2,x3) & n_gravel(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_walk(e1)) | 79f726a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_walk(e2) & v_line(e1) & of(x6,x7) & of(x5,x6) & of(x2,x3) & n_row(x5) & n_path(x2) & n_outdoor(x7) & n_gravel(x3) & n_child(x1) & n_chair(x6) & a_young(s1) & a_red(s2) & a_down(s3) & Theme(s2,x6) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s3) & Actor(e2,x1) & (x2 = x4)) | exists e1 x1.(v_walk(e1) & n_child(x1) & Actor(e1,x1)) |
||
A young child walks down a gravel path lined with a row of red outdoor chairs. | the child is sitting down | 2 | -100 | You cannot be walking and sitting at the same time. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_down(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_walk(e2) & with(e1,x5) & of(x5,x6) & n_chair(x6) & of(x6,x7) & n_outdoor(x7) & a_red(s2) & Theme(s2,x6) & n_row(x5) & Theme(e1,x4) & v_line(e1) & (x2 = x4) & n_path(x2) & of(x2,x3) & n_gravel(x3) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(n_child(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1)) | 79f72b90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_walk(e2) & v_line(e1) & of(x6,x7) & of(x5,x6) & of(x2,x3) & n_row(x5) & n_path(x2) & n_outdoor(x7) & n_gravel(x3) & n_child(x1) & n_chair(x6) & a_young(s1) & a_red(s2) & a_down(s3) & Theme(s2,x6) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s3) & Actor(e2,x1) & (x2 = x4)) | exists e1 s1 x1.(v_sit(e1) & n_child(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.