premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man walking up some steep steps carrying a bag. | A woman is walking down the steps. | 2 | -100 | There is either a man or a woman. The individual can't be walking up and walking down the stairs at the same time. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & a_up(s2) & Manner(e2,s2) & Theme(e2,x3) & Actor(e2,x2) & v_walk(e2) & Theme(e1,x5) & Actor(e1,x4) & v_carry(e1) & n_bag(x5) & (x3 = x4) & n_step(x3) & a_steep(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_step(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 49dd9cb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_walk(e2) & v_carry(e1) & n_step(x3) & n_man(x1) & n_bag(x5) & a_up(s2) & a_topic(x1) & a_steep(s1) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x5) & Manner(e2,s2) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2.(v_walk(e1) & n_woman(x1) & n_step(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A young child is carrying a paddle. | A child holding a paddle. | 0 | -100 | A child is carrying the paddle he is holding. | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_paddle(x3) & (x1 = x2) & n_child(x1)) | 49dda0ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & n_paddle(x3) & n_child(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A young child is carrying a paddle. | A child stealing a paddle. | 1 | -100 | Carrying doesn't imply stealing. | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_steal(e1) & n_paddle(x3) & (x1 = x2) & n_child(x1)) | 49dda56a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_steal(e1) & n_paddle(x3) & n_child(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A young child is carrying a paddle. | A man launching a boat. | 2 | -100 | The subject is either a man or young child. | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_launch(e1) & n_boat(x3) & (x1 = x2) & n_man(x1)) | 49ddaa56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_carry(e1) & n_paddle(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_launch(e1) & n_man(x1) & n_boat(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Man with camera and bag walking up stairs | A young man walking up the stairs to take a picture. | 1 | -100 | Not all men are young. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x6) & Actor(e1,x5) & v_walk(e1) & n_stair(x6) & (x1 = x5) & with(x1,x2) & n_bag(x4) & n_camera(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 p1 s1 s2 x1 x2 x3 x4.(n_stair(x4) & a_topic(x1) & Topic(e1,p1) & exists e2 x5.(Theme(e2,x5) & Actor(e2,x2) & v_take(e2) & n_picture(x5)) & a_up(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | 49ddaec0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_stair(x6) & n_man(x1) & n_camera(x3) & n_bag(x4) & a_up(s1) & a_topic(x1) & Theme(e1,x6) & Manner(e1,s1) & Actor(e1,x5) & (x1 = x5)) | exists e1 p1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & n_stair(x4) & n_man(x1) & exists e2 x5.(v_take(e2) & n_picture(x5) & Theme(e2,x5) & Actor(e2,x2)) & a_young(s1) & a_up(s2) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x1) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
Man with camera and bag walking up stairs | A person walking up stairs. | 0 | -100 | A man is a person. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x6) & Actor(e1,x5) & v_walk(e1) & n_stair(x6) & (x1 = x5) & with(x1,x2) & n_bag(x4) & n_camera(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_stair(x3) & (x1 = x2) & n_person(x1)) | 49ddb4e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_stair(x6) & n_man(x1) & n_camera(x3) & n_bag(x4) & a_up(s1) & a_topic(x1) & Theme(e1,x6) & Manner(e1,s1) & Actor(e1,x5) & (x1 = x5)) | exists e1 s1 x1 x2 x3.(v_walk(e1) & n_stair(x3) & n_person(x1) & a_up(s1) & a_topic(x1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
Man with camera and bag walking up stairs | A man sitting on the stairs. | 2 | -100 | The man can't be walking and sitting at the same time. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x6) & Actor(e1,x5) & v_walk(e1) & n_stair(x6) & (x1 = x5) & with(x1,x2) & n_bag(x4) & n_camera(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_stair(x3) & a_topic(x1) & on(e1,x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | 49ddba8c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_stair(x6) & n_man(x1) & n_camera(x3) & n_bag(x4) & a_up(s1) & a_topic(x1) & Theme(e1,x6) & Manner(e1,s1) & Actor(e1,x5) & (x1 = x5)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_stair(x3) & n_man(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man climbs up a large flight of stone steps. | A man climbs stone steps of an ancient temple. | 1 | -100 | Just because the steps are stone, doesn't mean they are at an ancient temple. | exists e1 s1 s2 x1 x2 x3 x4.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & of(x2,x3) & n_step(x3) & of(x3,x4) & n_stone(x4) & n_flight(x2) & a_large(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & of(x2,x3) & n_temple(x3) & a_ancient(s2) & Theme(s2,x3) & n_step(x2) & a_stone(s1) & Theme(s1,x2) & n_man(x1)) | 49ddbf32-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_climb(e1) & of(x3,x4) & of(x2,x3) & n_stone(x4) & n_step(x3) & n_man(x1) & n_flight(x2) & a_up(s2) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_climb(e1) & of(x2,x3) & n_temple(x3) & n_step(x2) & n_man(x1) & a_stone(s1) & a_ancient(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man climbs up a large flight of stone steps. | A man climbs stone steps. | 0 | -100 | A large flight of stone steps are still stone steps. | exists e1 s1 s2 x1 x2 x3 x4.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & of(x2,x3) & n_step(x3) & of(x3,x4) & n_stone(x4) & n_flight(x2) & a_large(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_step(x2) & a_stone(s1) & Theme(s1,x2) & n_man(x1)) | 49ddc39c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_climb(e1) & of(x3,x4) & of(x2,x3) & n_stone(x4) & n_step(x3) & n_man(x1) & n_flight(x2) & a_up(s2) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_climb(e1) & n_step(x2) & n_man(x1) & a_stone(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man climbs up a large flight of stone steps. | A man falls to his death down stone steps. | 2 | -100 | The man can't be climbing up and falling to his death at the same time. | exists e1 s1 s2 x1 x2 x3 x4.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & of(x2,x3) & n_step(x3) & of(x3,x4) & n_stone(x4) & n_flight(x2) & a_large(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(to(e1,x2) & down(x2,x3) & n_step(x3) & of(x3,x4) & n_stone(x4) & n_death(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_fall(e1) & n_man(x1)) | 49ddc87e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_climb(e1) & of(x3,x4) & of(x2,x3) & n_stone(x4) & n_step(x3) & n_man(x1) & n_flight(x2) & a_up(s2) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_fall(e1) & to(e1,x2) & of(x3,x4) & of(x2,x1) & n_stone(x4) & n_step(x3) & n_man(x1) & n_male(x1) & n_death(x2) & down(x2,x3) & Actor(e1,x1)) |
||
A young child in a red shirt is holding a wooden paddle behind a net. | The young child is wearing a red shirt and playing a game. | 0 | -100 | " In a red shirt " is a rephrasing of " wearing a red shirt ", usually when someone is holding a wooden paddle behind a net they are playing a game. | exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & behind(x3,x4) & n_net(x4) & n_paddle(x3) & a_wooden(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e2 e1 s1 s2 s3 x1 x2 x3.(n_child(x1) & a_young(s3) & Theme(s3,x1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s2) & Theme(s2,x2)) | 49ddcd9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & n_shirt(x2) & n_paddle(x3) & n_net(x4) & n_child(x1) & in(x1,x2) & behind(x3,x4) & a_young(s1) & a_wooden(s3) & a_red(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e2 e1 s1 s2 s3 x1 x2 x3.(v_wear(e1) & v_play(e2) & n_shirt(x2) & n_game(x3) & n_child(x1) & a_young(s3) & a_young(s1) & a_red(s2) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A young child in a red shirt is holding a wooden paddle behind a net. | The young child is about to be confirmed at this church. | 2 | -100 | The child can't be holding a wooden paddle behind a net and about to be confirmed at church at the same time. | exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & behind(x3,x4) & n_net(x4) & n_paddle(x3) & a_wooden(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 s2 x1 x2.(n_church(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e1.(at(e1,x2) & Theme(e1,x1) & v_confirm(e1))) | 49ddd1ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & n_shirt(x2) & n_paddle(x3) & n_net(x4) & n_child(x1) & in(x1,x2) & behind(x3,x4) & a_young(s1) & a_wooden(s3) & a_red(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists p1 s1 s2 x1 x2.(n_church(x2) & n_child(x1) & exists e1.(v_confirm(e1) & at(e1,x2) & Theme(e1,x1)) & a_young(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x1) & Actor(s2,x1)) |
||
A young child in a red shirt is holding a wooden paddle behind a net. | The kids are playing a game and one with a red shirt is the goalie. | 1 | -100 | Kids implies plural while young child implies singular. | exists e1 s1 s2 s3 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & behind(x3,x4) & n_net(x4) & n_paddle(x3) & a_wooden(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_red(s2) & Theme(s2,x2) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(n_goalie(x5) & n_kid(x1) & (x3 = x5) & with(x3,x4) & n_shirt(x4) & a_red(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2)) | 49ddd6d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_hold(e1) & n_shirt(x2) & n_paddle(x3) & n_net(x4) & n_child(x1) & in(x1,x2) & behind(x3,x4) & a_young(s1) & a_wooden(s3) & a_red(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(with(x3,x4) & v_play(e1) & n_thing(x3) & n_shirt(x4) & n_kid(x1) & n_goalie(x5) & n_game(x2) & card_eq_1(x3) & a_red(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x5)) |
||
A young boy is standing on a sports field holding a piece of sports equipment. | a person is using a piece of equipment. | 0 | -100 | A young boy is a person. Holding a piece of equipment implies that the person is using the equipment. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & of(x4,x5) & n_equipment(x5) & of(x5,x6) & n_sport(x6) & n_piece(x4) & on(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & of(x2,x3) & n_equipment(x3) & n_piece(x2) & n_person(x1)) | 49dddd96-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_sport(x6) & n_sport(x3) & n_piece(x4) & n_field(x2) & n_equipment(x5) & n_boy(x1) & for(e1,e2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_use(e1) & of(x2,x3) & n_piece(x2) & n_person(x1) & n_equipment(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy is standing on a sports field holding a piece of sports equipment. | a boy is sitting in a coffee shop. | 2 | -100 | The boy can't be standing and sitting at the same time. The boy can't be on a sports field and in a coffee shop at the same time. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & of(x4,x5) & n_equipment(x5) & of(x5,x6) & n_sport(x6) & n_piece(x4) & on(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(in(e1,x2) & n_shop(x2) & of(x2,x3) & n_coffee(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1)) | 49dde296-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_sport(x6) & n_sport(x3) & n_piece(x4) & n_field(x2) & n_equipment(x5) & n_boy(x1) & for(e1,e2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_shop(x2) & n_coffee(x3) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A young boy is standing on a sports field holding a piece of sports equipment. | a boy is playing sports. | 1 | -100 | Standing does not imply playing sports. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & of(x4,x5) & n_equipment(x5) & of(x5,x6) & n_sport(x6) & n_piece(x4) & on(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_sport(x2) & n_boy(x1)) | 49dde6d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_stand(e1) & v_hold(e2) & on(e1,x2) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_sport(x6) & n_sport(x3) & n_piece(x4) & n_field(x2) & n_equipment(x5) & n_boy(x1) & for(e1,e2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_sport(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy is standing in a cricket cage holding a cricket bat. | Adults are playing soccer. | 2 | -100 | A little boy is not an adult. | exists e2 e1 s1 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_bat(x4) & of(x4,x5) & n_cricket(x5) & in(e1,x2) & n_cage(x2) & of(x2,x3) & n_cricket(x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_soccer(x2) & n_adult(x1)) | 49ddebce-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5.(v_stand(e1) & v_hold(e2) & of(x4,x5) & of(x2,x3) & n_cricket(x5) & n_cricket(x3) & n_cage(x2) & n_boy(x1) & n_bat(x4) & in(e1,x2) & for(e1,e2) & a_little(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_soccer(x2) & n_adult(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy is standing in a cricket cage holding a cricket bat. | The child is preparing to play. | 1 | -100 | Holding a cricket bat does not necessarily mean preparing to play. | exists e1 e2 s1 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_bat(x4) & of(x4,x5) & n_cricket(x5) & in(e1,x2) & n_cage(x2) & of(x2,x3) & n_cricket(x3) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1.(n_child(x1) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Actor(e2,x1) & v_play(e2))) | 49ddf196-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_stand(e1) & v_hold(e2) & of(x4,x5) & of(x2,x3) & n_cricket(x5) & n_cricket(x3) & n_cage(x2) & n_boy(x1) & n_bat(x4) & in(e1,x2) & for(e1,e2) & a_little(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 p1 x1.(v_prepare(e1) & n_child(x1) & exists e2.(v_play(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A kid playing a Cricket game, possibly at preschool or at the park | The kid is playing basketball. | 2 | -100 | Basketball and Cricket are two separate games. | exists x1 x9.(n_park(x9) & a_topic(x1) & (exists e1 x2 x3 x4 x5.(r_possibly(e1) & at(e1,x5) & n_preschool(x5) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_game(x3) & of(x3,x4) & n_cricket(x4) & (x1 = x2)) | exists e2 x6 x7 x8.(at(e2,x9) & Theme(e2,x7) & Actor(e2,x6) & v_play(e2) & n_game(x7) & of(x7,x8) & n_cricket(x8) & (x1 = x6))) & n_kid(x1)) | exists e1 x1 x2.(n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2)) | 49ddfb46-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x9.(n_park(x9) & n_kid(x1) & a_topic(x1) & (exists e2 x6 x7 x8.(v_play(e2) & of(x7,x8) & n_game(x7) & n_cricket(x8) & at(e2,x9) & Theme(e2,x7) & Actor(e2,x6) & (x1 = x6)) | exists e1 x2 x3 x4 x5.(v_play(e1) & r_possibly(e1) & of(x3,x4) & n_preschool(x5) & n_game(x3) & n_cricket(x4) & at(e1,x5) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)))) | exists e1 x1 x2.(v_play(e1) & n_kid(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The baby in the crib is crying. | The baby is hungry. | 1 | -100 | Babies cry for many reasons, not just because they are hungry | exists e1 x1 x2.(n_crib(x2) & n_baby(x1) & Actor(e1,x1) & v_cry(e1) & in(x1,x2)) | exists s1 x1.(n_baby(x1) & Theme(s1,x1) & a_hungry(s1)) | 49de09b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_cry(e1) & n_crib(x2) & n_baby(x1) & in(x1,x2) & Actor(e1,x1)) | exists s1 x1.(n_baby(x1) & a_hungry(s1) & Theme(s1,x1)) |
||
The baby in the crib is crying. | The baby crying in the crib. | 0 | -100 | A baby who is crying can also be described as a baby crying. | exists e1 x1 x2.(n_crib(x2) & n_baby(x1) & Actor(e1,x1) & v_cry(e1) & in(x1,x2)) | exists e1 x1 x2 x3.(n_crib(x3) & n_baby(x1) & a_topic(x1) & in(e1,x3) & Actor(e1,x2) & v_cry(e1) & (x1 = x2)) | 49de12b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_cry(e1) & n_crib(x2) & n_baby(x1) & in(x1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_cry(e1) & n_crib(x3) & n_baby(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two guys riding skateboards with one of them performing a jump trick. | Two guys riding their skateboards outside. | 0 | -100 | Jump tricks on skateboards are done outside. | exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x5) & Actor(e2,x1) & v_perform(e2) & n_trick(x5) & of(x5,x6) & n_jump(x6) & with(e1,x4) & of(x4,x1) & n_thing(x1) & n_thing(x4) & card_eq_1(x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_skateboard(x3) & (x1 = x2) & n_guy(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_skateboard(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_guy(x1) & card_eq_2(x1)) | 49de2026-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_ride(e1) & v_perform(e2) & of(x5,x6) & of(x4,x1) & n_trick(x5) & n_thing(x4) & n_thing(x1) & n_skateboard(x3) & n_jump(x6) & n_guy(x1) & card_eq_2(x1) & card_eq_1(x4) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_ride(e1) & of(x3,x1) & n_thing(x1) & n_skateboard(x3) & n_guy(x1) & card_eq_2(x1) & a_topic(x1) & a_outside(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
Three people are standing in the snow preparing an ice fishing boat. | Three friends go ice fishing in January. | 1 | 0.230942 | People can go icefishing in other months besides January. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3 x4.(n_date(x4) & a_date_month_01(x4) & a_date_month_01(x4) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_fishing(x2) & of(x2,x3) & n_ice(x3) & n_friend(x1) & card_eq_3(x1)) | 49de9a6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_go(e1) & of(x2,x3) & n_ice(x3) & n_friend(x1) & n_fishing(x2) & n_date(x4) & in(e1,x4) & card_eq_3(x1) & a_date_month_01(x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three people are standing in the snow preparing an ice fishing boat. | People are getting a fishing boat ready for a day of fishing. | 1 | 0.874657 | Can be more or less people than three people. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & for(s1,x5) & of(x5,x6) & n_fishing(x6) & n_day(x5) & Theme(s1,x4) & a_ready(s1) & (x2 = x4) & n_boat(x2) & of(x2,x3) & n_fishing(x3) & n_people(x1)) | 49dea230-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_get(e1) & of(x5,x6) & of(x2,x3) & n_people(x1) & n_fishing(x6) & n_fishing(x3) & n_day(x5) & n_boat(x2) & for(s1,x5) & a_ready(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x4)) |
||
Three people are standing in the snow preparing an ice fishing boat. | Three friends jump off the dock into the water. | 2 | 0.000013 | People do not usually jump off the dock into the water if it is the season for ice fishing. The water would be ice if there was snow. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 s1 x1 x2 x3.(n_water(x3) & n_dock(x2) & into(e1,x3) & Time(e1,x2) & a_off(s1) & Manner(e1,s1) & Actor(e1,x1) & v_jump(e1) & n_friend(x1) & card_eq_3(x1)) | 49dea7ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_jump(e1) & n_water(x3) & n_friend(x1) & n_dock(x2) & into(e1,x3) & card_eq_3(x1) & a_off(s1) & Time(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Three people are standing in the snow preparing an ice fishing boat. | People putting supplies on a boat. | 1 | 0.853018 | Can be more or less than three people. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_boat(x4) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_supplies(x3) & (x1 = x2) & n_people(x1)) | 49deacf8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_put(e1) & on(e1,x4) & n_supplies(x3) & n_people(x1) & n_boat(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Three people are standing in the snow preparing an ice fishing boat. | The people are holding their fishing poles. | 1 | 0.424091 | Can be more or less than three people. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 x1 x2 x3.(n_pole(x2) & of(x2,x3) & n_fishing(x3) & of(x2,x1) & n_thing(x1) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1)) | 49dec49a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & of(x2,x1) & n_thing(x1) & n_pole(x2) & n_people(x1) & n_fishing(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three people are standing in the snow preparing an ice fishing boat. | A group is outside in the snow. | 0 | 0.997401 | One must be outside if one is preparing an ice fishing boat. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists s1 x1 x2.(n_snow(x2) & in(s1,x2) & Theme(s1,x1) & a_outside(s1) & n_group(x1)) | 49deca62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 x1 x2.(n_snow(x2) & n_group(x1) & in(s1,x2) & a_outside(s1) & Theme(s1,x1)) |
||
Three people are standing in the snow preparing an ice fishing boat. | A couple fishermen are fixing an ice fishing boat and getting it ready. | 1 | 0.31432 | A couple implies two people. | exists e1 e2 x1 x2 x3 x4 x5.(n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_prepare(e2) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & card_eq_3(x1)) | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(exists s1.(Theme(s1,x1) & a_ready(s1)) & Recipient(e2,p1) & Actor(e2,x6) & Topic(e2,x1) & v_get(e2) & n_thing(x1) & n_fisherman(x6) & of(x6,x7) & n_couple(x7) & Theme(e1,x3) & Actor(e1,x1) & v_fix(e1) & n_boat(x3) & of(x3,x5) & n_fishing(x5) & of(x3,x4) & n_ice(x4) & n_fisherman(x1) & of(x1,x2) & n_couple(x2)) | 49ded7be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_prepare(e2) & of(x3,x5) & of(x3,x4) & n_snow(x2) & n_people(x1) & n_ice(x4) & n_fishing(x5) & n_boat(x3) & in(e1,x2) & for(e1,e2) & card_eq_3(x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7.(v_get(e2) & v_fix(e1) & of(x6,x7) & of(x3,x5) & of(x3,x4) & of(x1,x2) & n_thing(x1) & n_ice(x4) & n_fishing(x5) & n_fisherman(x6) & n_fisherman(x1) & n_couple(x7) & n_couple(x2) & n_boat(x3) & exists s1.(a_ready(s1) & Theme(s1,x1)) & Topic(e2,x1) & Theme(e1,x3) & Recipient(e2,p1) & Actor(e2,x6) & Actor(e1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | The dog enjoys being sprayed with water. | 1 | 0.69247 | The dog enjoys being sprayed with water may or may not be true because he might not like it. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists e1 p1 x1.(n_dog(x1) & exists e2 x2.(with(e2,x2) & n_water(x2) & Theme(e2,x1) & v_spray(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_enjoy(e1)) | 49df487a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 p1 x1.(v_enjoy(e1) & n_dog(x1) & exists e2 x2.(with(e2,x2) & v_spray(e2) & n_water(x2) & Theme(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | A child is squirting the dog with a water gun. | 1 | 0.78584 | a jet of water does no necessarily have to be a water gun. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists e1 x1 x2 x3 x4.(n_dog(x2) & Theme(e1,x2) & Actor(e1,x1) & v_squirt(e1) & with(x2,x3) & n_gun(x3) & of(x3,x4) & n_water(x4) & n_child(x1)) | 49df59fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_gun(x3) & n_dog(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | He is outside | 1 | 0.708143 | the dog does not have to be outside to be squirted with a jet of water. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists s1 x1.(n_male(x1) & Theme(s1,x1) & a_outside(s1)) | 49df67ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists s1 x1.(n_male(x1) & a_outside(s1) & Theme(s1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | The dog is white. | 0 | 0.998467 | "The dog is white." is a rephrasing of " The white dog". | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_white(s1)) | 49df7034-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists s1 x1.(n_dog(x1) & a_white(s1) & Theme(s1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | The cat sips water in the yard. | 2 | 0.000044 | A dog is not a cat. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists e1 x1 x2 x3.(n_yard(x3) & n_cat(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_sip(e1) & n_water(x2)) | 49df7aca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1 x2 x3.(v_sip(e1) & n_yard(x3) & n_water(x2) & n_cat(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | The dog is running | 1 | 0.542392 | the dog does not have to running when being squirted in the face with a jet of water. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_run(e1)) | 49df8326-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1.(v_run(e1) & n_dog(x1) & Actor(e1,x1)) |
||
The white dog is being squirted in the face with a jet of water. | The dog is getting wet on a prominent area of its body. | 1 | 0.770177 | the dog does not have to only be getting wet on a prominent area of its body. The jet of water can hit any part of the dog. | exists e1 s1 x1 x2 x3 x4.(n_face(x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & in(e1,x2) & with(x2,x3) & of(x3,x4) & n_water(x4) & n_jet(x3) & Theme(e1,x1) & v_squirt(e1)) | exists e1 p1 s1 x1 x2 x3.(n_body(x3) & of(x3,x1) & n_thing(x1) & n_dog(x1) & on(e1,x2) & of(x2,x3) & n_area(x2) & a_prominent(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_wet(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 49df87b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(x2,x3) & v_squirt(e1) & of(x3,x4) & n_water(x4) & n_jet(x3) & n_face(x2) & n_dog(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 p1 s1 x1 x2 x3.(v_get(e1) & on(e1,x2) & of(x3,x1) & of(x2,x3) & n_thing(x1) & n_dog(x1) & n_body(x3) & n_area(x2) & exists s2.(a_wet(s2) & Theme(s2,x1)) & a_prominent(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A girl with a red cap, hair tied up and a gray shirt is fishing in a calm lake. | A girl in a red cap is fishing for trout. | 1 | -100 | There is nothing to indicate that the girl is fishing for trout. | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(p1,x7) & n_lake(x7) & a_calm(s4) & Theme(s4,x7) & exists x8.((x1 = x8) & n_fishing(x8)) & subset_of(x6,x1) & n_shirt(x6) & a_gray(s3) & Theme(s3,x6) & subset_of(x2,x1) & with(x2,x3) & a_up(s2) & Manner(e1,s2) & Theme(e1,x5) & Actor(e1,x4) & v_tie(e1) & (x3 = x5) & n_hair(x4) & n_cap(x3) & a_red(s1) & Theme(s1,x3) & n_girl(x2)) | exists e1 s1 x1 x2 x3.(for(e1,x3) & n_trout(x3) & Actor(e1,x1) & v_fish(e1) & in(x1,x2) & n_cap(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1)) | 49e0c600-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(x2,x3) & v_tie(e1) & subset_of(x6,x1) & subset_of(x2,x1) & n_shirt(x6) & n_lake(x7) & n_hair(x4) & n_girl(x2) & n_cap(x3) & in(p1,x7) & exists x8.(n_fishing(x8) & (x1 = x8)) & a_up(s2) & a_red(s1) & a_gray(s3) & a_calm(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(s1,x3) & Theme(e1,x5) & Manner(e1,s2) & Actor(e1,x4) & (x3 = x5)) | exists e1 s1 x1 x2 x3.(v_fish(e1) & n_trout(x3) & n_girl(x1) & n_cap(x2) & in(x1,x2) & for(e1,x3) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A girl with a red cap, hair tied up and a gray shirt is fishing in a calm lake. | A boy is swimming in a lake. | 2 | -100 | A girl is not a boy, and fishing is not swimming. | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(p1,x7) & n_lake(x7) & a_calm(s4) & Theme(s4,x7) & exists x8.((x1 = x8) & n_fishing(x8)) & subset_of(x6,x1) & n_shirt(x6) & a_gray(s3) & Theme(s3,x6) & subset_of(x2,x1) & with(x2,x3) & a_up(s2) & Manner(e1,s2) & Theme(e1,x5) & Actor(e1,x4) & v_tie(e1) & (x3 = x5) & n_hair(x4) & n_cap(x3) & a_red(s1) & Theme(s1,x3) & n_girl(x2)) | exists e1 x1 x2.(in(e1,x2) & n_lake(x2) & Actor(e1,x1) & v_swim(e1) & n_boy(x1)) | 49e0cace-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(x2,x3) & v_tie(e1) & subset_of(x6,x1) & subset_of(x2,x1) & n_shirt(x6) & n_lake(x7) & n_hair(x4) & n_girl(x2) & n_cap(x3) & in(p1,x7) & exists x8.(n_fishing(x8) & (x1 = x8)) & a_up(s2) & a_red(s1) & a_gray(s3) & a_calm(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(s1,x3) & Theme(e1,x5) & Manner(e1,s2) & Actor(e1,x4) & (x3 = x5)) | exists e1 x1 x2.(v_swim(e1) & n_lake(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A girl with a red cap, hair tied up and a gray shirt is fishing in a calm lake. | A girl is fishing. | 0 | -100 | A girl with red cap is fishing | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(in(p1,x7) & n_lake(x7) & a_calm(s4) & Theme(s4,x7) & exists x8.((x1 = x8) & n_fishing(x8)) & subset_of(x6,x1) & n_shirt(x6) & a_gray(s3) & Theme(s3,x6) & subset_of(x2,x1) & with(x2,x3) & a_up(s2) & Manner(e1,s2) & Theme(e1,x5) & Actor(e1,x4) & v_tie(e1) & (x3 = x5) & n_hair(x4) & n_cap(x3) & a_red(s1) & Theme(s1,x3) & n_girl(x2)) | exists p1 x1.(exists x2.((x1 = x2) & n_fishing(x2)) & n_girl(x1)) | 49e0cf4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(x2,x3) & v_tie(e1) & subset_of(x6,x1) & subset_of(x2,x1) & n_shirt(x6) & n_lake(x7) & n_hair(x4) & n_girl(x2) & n_cap(x3) & in(p1,x7) & exists x8.(n_fishing(x8) & (x1 = x8)) & a_up(s2) & a_red(s1) & a_gray(s3) & a_calm(s4) & Theme(s4,x7) & Theme(s3,x6) & Theme(s1,x3) & Theme(e1,x5) & Manner(e1,s2) & Actor(e1,x4) & (x3 = x5)) | exists x1.(n_girl(x1) & exists x2.(n_fishing(x2) & (x1 = x2))) |
||
A lady wearing a red hat is fishing in a quiet and peaceful lake. | Children are splashing in a lake. | 2 | -100 | lady is not the same as children | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(in(p1,x4) & n_lake(x4) & a_peaceful(s3) & Theme(s3,x4) & a_quiet(s2) & Theme(s2,x4) & exists x5.((x1 = x5) & n_fishing(x5)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_lady(x1)) | exists e1 x1 x2.(in(e1,x2) & n_lake(x2) & Actor(e1,x1) & v_splash(e1) & n_child(x1)) | 49e0d3c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(v_wear(e1) & n_lake(x4) & n_lady(x1) & n_hat(x3) & in(p1,x4) & exists x5.(n_fishing(x5) & (x1 = x5)) & a_red(s1) & a_quiet(s2) & a_peaceful(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_splash(e1) & n_lake(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A lady wearing a red hat is fishing in a quiet and peaceful lake. | A woman is fishing in a lake. | 0 | -100 | A lady is a woman. | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(in(p1,x4) & n_lake(x4) & a_peaceful(s3) & Theme(s3,x4) & a_quiet(s2) & Theme(s2,x4) & exists x5.((x1 = x5) & n_fishing(x5)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_lady(x1)) | exists p1 x1 x2.(in(p1,x2) & n_lake(x2) & exists x3.((x1 = x3) & n_fishing(x3)) & n_woman(x1)) | 49e0d8a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(v_wear(e1) & n_lake(x4) & n_lady(x1) & n_hat(x3) & in(p1,x4) & exists x5.(n_fishing(x5) & (x1 = x5)) & a_red(s1) & a_quiet(s2) & a_peaceful(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists p1 x1 x2.(n_woman(x1) & n_lake(x2) & in(p1,x2) & exists x3.(n_fishing(x3) & (x1 = x3))) |
||
A lady wearing a red hat is fishing in a quiet and peaceful lake. | A member of the Red Hat Society is in a boat fishing on a lake. | 1 | -100 | Not all wearing red hats are necessarily be members of Red Hat Society. Fishing doesn't imply fishing in a boat. | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(in(p1,x4) & n_lake(x4) & a_peaceful(s3) & Theme(s3,x4) & a_quiet(s2) & Theme(s2,x4) & exists x5.((x1 = x5) & n_fishing(x5)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_lady(x1)) | exists p1 x1 x2 x3 x4.(ne_org_society(x2) & (x2 = x4) & ne_org_hat(x4) & (x2 = x3) & ne_org_red(x3) & exists x5 x6 x7.(in(x1,x5) & on(x5,x7) & n_lake(x7) & n_fishing(x5) & of(x5,x6) & n_boat(x6)) & of(x1,x2) & n_member(x1)) | 49e0de10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4.(v_wear(e1) & n_lake(x4) & n_lady(x1) & n_hat(x3) & in(p1,x4) & exists x5.(n_fishing(x5) & (x1 = x5)) & a_red(s1) & a_quiet(s2) & a_peaceful(s3) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3 x4.(of(x1,x2) & ne_org_society(x2) & ne_org_red(x3) & ne_org_hat(x4) & n_member(x1) & exists x5 x6 x7.(on(x5,x7) & of(x5,x6) & n_lake(x7) & n_fishing(x5) & n_boat(x6) & in(x1,x5)) & (x2 = x4) & (x2 = x3)) |
||
The redheaded woman is staring off into the distance. | The woman is brunette | 2 | -100 | Redheaded is not brunette. | exists e1 s1 s2 x1 x2.(n_distance(x2) & n_woman(x1) & a_redheaded(s1) & Theme(s1,x1) & a_off(s2) & Manner(e1,s2) & into(e1,x2) & Actor(e1,x1) & v_stare(e1)) | exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_brunette(x2))) | 49e0e31a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_stare(e1) & n_woman(x1) & n_distance(x2) & into(e1,x2) & a_redheaded(s1) & a_off(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists x1.(n_woman(x1) & exists x2.(n_brunette(x2) & (x1 = x2))) |
||
The redheaded woman is staring off into the distance. | A woman has red hair | 0 | -100 | REDHEADED MEANS THEY HAVE RED HAIR. | exists e1 s1 s2 x1 x2.(n_distance(x2) & n_woman(x1) & a_redheaded(s1) & Theme(s1,x1) & a_off(s2) & Manner(e1,s2) & into(e1,x2) & Actor(e1,x1) & v_stare(e1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hair(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1)) | 49e0e90a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_stare(e1) & n_woman(x1) & n_distance(x2) & into(e1,x2) & a_redheaded(s1) & a_off(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_have(e1) & n_woman(x1) & n_hair(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The redheaded woman is staring off into the distance. | The women is beautiful | 1 | -100 | Just because redheaded woman is staring off into the distance doesn't mean she is beautiful. | exists e1 s1 s2 x1 x2.(n_distance(x2) & n_woman(x1) & a_redheaded(s1) & Theme(s1,x1) & a_off(s2) & Manner(e1,s2) & into(e1,x2) & Actor(e1,x1) & v_stare(e1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_beautiful(s1)) | 49e0ee46-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_stare(e1) & n_woman(x1) & n_distance(x2) & into(e1,x2) & a_redheaded(s1) & a_off(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists s1 x1.(n_woman(x1) & a_beautiful(s1) & Theme(s1,x1)) |
||
A curly redheaded girl with a large headband in her hair. | Blonde washing her hair | 2 | -100 | Either the girl has Red hair or Blonde hair. | exists s1 s2 s3 x1 x2 x3.(a_topic(x1) & with(x1,x2) & in(x2,x3) & n_hair(x3) & of(x3,x1) & n_female(x1) & n_headband(x2) & a_large(s3) & Theme(s3,x2) & n_girl(x1) & a_redheaded(s2) & Theme(s2,x1) & a_curly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_hair(x2) & of(x2,x1) & n_female(x1) & ne_nam_blonde(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wash(e1)) | 49e0f33c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_headband(x2) & n_hair(x3) & n_girl(x1) & n_female(x1) & in(x2,x3) & a_topic(x1) & a_redheaded(s2) & a_large(s3) & a_curly(s1) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 x1 x2.(v_wash(e1) & of(x2,x1) & ne_nam_blonde(x1) & n_hair(x2) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A curly redheaded girl with a large headband in her hair. | Redhead wearing a headband | 0 | -100 | redhead wearing headband is redheaded girl with headband | exists s1 s2 s3 x1 x2 x3.(a_topic(x1) & with(x1,x2) & in(x2,x3) & n_hair(x3) & of(x3,x1) & n_female(x1) & n_headband(x2) & a_large(s3) & Theme(s3,x2) & n_girl(x1) & a_redheaded(s2) & Theme(s2,x1) & a_curly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(ne_nam_redhead(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headband(x2)) | 49e0f81e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_headband(x2) & n_hair(x3) & n_girl(x1) & n_female(x1) & in(x2,x3) & a_topic(x1) & a_redheaded(s2) & a_large(s3) & a_curly(s1) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 x1 x2.(v_wear(e1) & ne_nam_redhead(x1) & n_headband(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A curly redheaded girl with a large headband in her hair. | Girl getting ready for movie shoot | 1 | -100 | A girl with a hairband doesn't necessarily imply a movie shoot. | exists s1 s2 s3 x1 x2 x3.(a_topic(x1) & with(x1,x2) & in(x2,x3) & n_hair(x3) & of(x3,x1) & n_female(x1) & n_headband(x2) & a_large(s3) & Theme(s3,x2) & n_girl(x1) & a_redheaded(s2) & Theme(s2,x1) & a_curly(s1) & Theme(s1,x1)) | exists e1 p1 x1.(ne_nam_girl(x1) & exists s1 x2 x3.(for(s1,x2) & n_shoot(x2) & of(x2,x3) & n_movie(x3) & Theme(s1,x1) & a_ready(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 49e0fd46-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3.(with(x1,x2) & of(x3,x1) & n_headband(x2) & n_hair(x3) & n_girl(x1) & n_female(x1) & in(x2,x3) & a_topic(x1) & a_redheaded(s2) & a_large(s3) & a_curly(s1) & Theme(s3,x2) & Theme(s2,x1) & Theme(s1,x1)) | exists e1 p1 x1.(v_get(e1) & ne_nam_girl(x1) & exists s1 x2 x3.(of(x2,x3) & n_shoot(x2) & n_movie(x3) & for(s1,x2) & a_ready(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of campers grill food over a burn barrel. | People are cooking outdoors. | 0 | -100 | Campers are People and cooking is the same as grill food. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & over(x1,x4) & n_barrel(x4) & of(x4,x5) & n_burn(x5) & of(x1,x2) & n_food(x2) & a_grill(s1) & Theme(s1,x2) & of(x2,x3) & n_camper(x3) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & n_outdoors(x2) & n_people(x1)) | 49e11e0c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(over(x1,x4) & of(x4,x5) & of(x2,x3) & of(x1,x2) & n_group(x1) & n_food(x2) & n_camper(x3) & n_burn(x5) & n_barrel(x4) & a_topic(x1) & a_grill(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_cook(e1) & n_people(x1) & n_outdoors(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of campers grill food over a burn barrel. | The campers are going for a swim. | 2 | -100 | One cannot grill food and swim at the same time. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & over(x1,x4) & n_barrel(x4) & of(x4,x5) & n_burn(x5) & of(x1,x2) & n_food(x2) & a_grill(s1) & Theme(s1,x2) & of(x2,x3) & n_camper(x3) & n_group(x1)) | exists e1 x1 x2.(n_camper(x1) & for(e1,x2) & n_swim(x2) & Actor(e1,x1) & v_go(e1)) | 49e12226-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(over(x1,x4) & of(x4,x5) & of(x2,x3) & of(x1,x2) & n_group(x1) & n_food(x2) & n_camper(x3) & n_burn(x5) & n_barrel(x4) & a_topic(x1) & a_grill(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_go(e1) & n_swim(x2) & n_camper(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A group of campers grill food over a burn barrel. | The campers are hungry to eat dinner. | 1 | -100 | You can not infer they want dinner. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & over(x1,x4) & n_barrel(x4) & of(x4,x5) & n_burn(x5) & of(x1,x2) & n_food(x2) & a_grill(s1) & Theme(s1,x2) & of(x2,x3) & n_camper(x3) & n_group(x1)) | exists p1 s1 x1.(n_camper(x1) & Topic(s1,p1) & Actor(s1,x1) & a_hungry(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_dinner(x2))) | 49e1269a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(over(x1,x4) & of(x4,x5) & of(x2,x3) & of(x1,x2) & n_group(x1) & n_food(x2) & n_camper(x3) & n_burn(x5) & n_barrel(x4) & a_topic(x1) & a_grill(s1) & Theme(s1,x2)) | exists p1 s1 x1.(n_camper(x1) & exists e1 x2.(v_eat(e1) & n_dinner(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_hungry(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
Campers use coal and a lighter to cook their dinner over a fire. | There is a group of people camping and cooking dinner. | 0 | -100 | Group of people camping are also called campers and when camping cooking dinner is done over fire. | exists e1 p1 x1 x2 x3 x4 x5.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 x6.(Theme(e2,x5) & Actor(e2,x1) & v_cook(e2) & over(x5,x6) & n_fire(x6)) & n_dinner(x5) & of(x5,x1) & n_thing(x1) & subset_of(x4,x2) & n_lighter(x4) & subset_of(x3,x2) & n_coal(x3) & n_camper(x1)) | exists p1 x1 e2 e1 x2 x3 x4 x5 x6 x7.((x1 = x2) & Theme(e2,x7) & Actor(e2,x6) & v_cook(e2) & n_dinner(x7) & (x2 = x6) & Theme(e1,x5) & Actor(e1,x4) & v_camp(e1) & n_dinner(x5) & (x2 = x4) & of(x2,x3) & n_people(x3) & n_group(x2)) | 49e12abe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_use(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x1) & n_thing(x1) & n_lighter(x4) & n_dinner(x5) & n_coal(x3) & n_camper(x1) & exists e2 x6.(v_cook(e2) & over(x5,x6) & n_fire(x6) & Theme(e2,x5) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) | exists x1 e2 e1 x2 x3 x4 x5 x6 x7.(v_cook(e2) & v_camp(e1) & of(x2,x3) & n_people(x3) & n_group(x2) & n_dinner(x7) & n_dinner(x5) & Theme(e2,x7) & Theme(e1,x5) & Actor(e2,x6) & Actor(e1,x4) & (x2 = x6) & (x2 = x4) & (x1 = x2)) |
||
Campers use coal and a lighter to cook their dinner over a fire. | There are campers cooking steak over an open fire. | 1 | -100 | You can't infer it was steak for dinner | exists e1 p1 x1 x2 x3 x4 x5.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 x6.(Theme(e2,x5) & Actor(e2,x1) & v_cook(e2) & over(x5,x6) & n_fire(x6)) & n_dinner(x5) & of(x5,x1) & n_thing(x1) & subset_of(x4,x2) & n_lighter(x4) & subset_of(x3,x2) & n_coal(x3) & n_camper(x1)) | exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & over(e1,x5) & n_fire(x5) & a_open(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_cook(e1) & n_steak(x4) & (x2 = x3) & n_camper(x2)) | 49e12ed8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_use(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x1) & n_thing(x1) & n_lighter(x4) & n_dinner(x5) & n_coal(x3) & n_camper(x1) & exists e2 x6.(v_cook(e2) & over(x5,x6) & n_fire(x6) & Theme(e2,x5) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) | exists x1 e1 s1 x2 x3 x4 x5.(v_cook(e1) & over(e1,x5) & n_steak(x4) & n_fire(x5) & n_camper(x2) & a_open(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Campers use coal and a lighter to cook their dinner over a fire. | There is a bear that started a fire in the woods. | 2 | -100 | bears usually don't start fires but campers do to cook dinner. | exists e1 p1 x1 x2 x3 x4 x5.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 x6.(Theme(e2,x5) & Actor(e2,x1) & v_cook(e2) & over(x5,x6) & n_fire(x6)) & n_dinner(x5) & of(x5,x1) & n_thing(x1) & subset_of(x4,x2) & n_lighter(x4) & subset_of(x3,x2) & n_coal(x3) & n_camper(x1)) | exists p1 x1 x5.(n_wood(x5) & exists e1 x2 x3 x4.((x1 = x2) & in(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_start(e1) & n_fire(x4) & (x2 = x3) & n_bear(x2))) | 49e132e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_use(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x1) & n_thing(x1) & n_lighter(x4) & n_dinner(x5) & n_coal(x3) & n_camper(x1) & exists e2 x6.(v_cook(e2) & over(x5,x6) & n_fire(x6) & Theme(e2,x5) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) | exists x1 x5.(n_wood(x5) & exists e1 x2 x3 x4.(v_start(e1) & n_fire(x4) & n_bear(x2) & in(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
A group of friends cook around a fire. | A group of people cook at a fire. | 0 | -100 | Friends are people and cooking around and at fire means the same. | exists e1 x1 x2 x3.(around(e1,x3) & n_fire(x3) & Actor(e1,x1) & v_cook(e1) & of(x1,x2) & n_friend(x2) & n_group(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_fire(x4) & of(x1,x2) & Time(x2,x3) & n_cook(x3) & n_people(x2) & n_group(x1)) | 49e137a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & of(x1,x2) & n_group(x1) & n_friend(x2) & n_fire(x3) & around(e1,x3) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x1,x2) & n_people(x2) & n_group(x1) & n_fire(x4) & n_cook(x3) & at(x1,x4) & a_topic(x1) & Time(x2,x3)) |
||
A group of friends cook around a fire. | A group of people eating food. | 2 | -100 | One must cook the food then eat it. | exists e1 x1 x2 x3.(around(e1,x3) & n_fire(x3) & Actor(e1,x1) & v_cook(e1) & of(x1,x2) & n_friend(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & n_food(x4) & (x2 = x3) & n_people(x2) & n_group(x1)) | 49e13bda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & of(x1,x2) & n_group(x1) & n_friend(x2) & n_fire(x3) & around(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_food(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A group of friends cook around a fire. | They are camping. | 1 | -100 | Sentence 1 is missing camping. | exists e1 x1 x2 x3.(around(e1,x3) & n_fire(x3) & Actor(e1,x1) & v_cook(e1) & of(x1,x2) & n_friend(x2) & n_group(x1)) | exists e1 x1.(n_thing(x1) & Actor(e1,x1) & v_camp(e1)) | 49e14008-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & of(x1,x2) & n_group(x1) & n_friend(x2) & n_fire(x3) & around(e1,x3) & Actor(e1,x1)) | exists e1 x1.(v_camp(e1) & n_thing(x1) & Actor(e1,x1)) |
||
4 people standing next to a fire cooking a meal | The four people are sleeping in bed. | 2 | -100 | It is either they are cooking or they are sleeping. | exists e1 e2 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_cook(e2) & n_meal(x4) & to(e1,x3) & n_fire(x3) & r_next(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1)) | exists e1 x1 x2.(n_people(x1) & card_eq_4(x1) & in(e1,x2) & n_bed(x2) & Actor(e1,x1) & v_sleep(e1)) | 49e14422-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_stand(e1) & v_cook(e2) & to(e1,x3) & r_next(e1) & n_people(x1) & n_meal(x4) & n_fire(x3) & n_date(x1) & for(e1,e2) & a_topic(x1) & a_date_day_04(x1) & Theme(e2,x4) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sleep(e1) & n_people(x1) & n_bed(x2) & in(e1,x2) & card_eq_4(x1) & Actor(e1,x1)) |
||
4 people standing next to a fire cooking a meal | The group is a family with two children. | 1 | -100 | 4 people standing next to a fire cooking a meal is not necessarily a family. | exists e2 e1 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_cook(e2) & n_meal(x4) & to(e1,x3) & n_fire(x3) & r_next(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1)) | exists p1 x1.(n_group(x1) & exists x2 x3.((x1 = x2) & with(x2,x3) & n_child(x3) & card_eq_2(x3) & n_family(x2))) | 49e14832-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_stand(e1) & v_cook(e2) & to(e1,x3) & r_next(e1) & n_people(x1) & n_meal(x4) & n_fire(x3) & n_date(x1) & for(e1,e2) & a_topic(x1) & a_date_day_04(x1) & Theme(e2,x4) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_group(x1) & exists x2 x3.(with(x2,x3) & n_family(x2) & n_child(x3) & card_eq_2(x3) & (x1 = x2))) |
||
4 people standing next to a fire cooking a meal | The group is waiting for the food to be done. | 0 | -100 | Four people are a group. Standing next to fire cooking a meal is waiting for food to be done. | exists e1 e2 x1 x2 x3 x4.(a_topic(x1) & for(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_cook(e2) & n_meal(x4) & to(e1,x3) & n_fire(x3) & r_next(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_people(x1) & n_date(x1) & a_date_day_04(x1) & a_date_day_04(x1)) | exists e1 p1 x1 x2.(n_food(x2) & n_group(x1) & for(e1,x2) & Topic(x2,p1) & exists e2.(Theme(e2,x2) & v_do(e2)) & Actor(e1,x1) & v_wait(e1)) | 49e14d78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_stand(e1) & v_cook(e2) & to(e1,x3) & r_next(e1) & n_people(x1) & n_meal(x4) & n_fire(x3) & n_date(x1) & for(e1,e2) & a_topic(x1) & a_date_day_04(x1) & Theme(e2,x4) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1 x2.(v_wait(e1) & n_group(x1) & n_food(x2) & for(e1,x2) & exists e2.(v_do(e2) & Theme(e2,x2)) & Topic(x2,p1) & Actor(e1,x1)) |
||
People cooking at a campsite. | workers are on a corporate retreat | 1 | -100 | Not all people are necessarily be workers. The fact that people cooking at a campsite doesn't imply that they are on a corporate retreat. | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_campsite(x3) & Actor(e1,x2) & v_cook(e1) & (x1 = x2) & n_people(x1)) | exists p1 x1.(exists s1 x2.(on(x1,x2) & n_retreat(x2) & a_corporate(s1) & Theme(s1,x2)) & n_worker(x1)) | 49e151f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & n_people(x1) & n_campsite(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_worker(x1) & exists s1 x2.(on(x1,x2) & n_retreat(x2) & a_corporate(s1) & Theme(s1,x2))) |
||
People cooking at a campsite. | people are eating at applebee's | 2 | -100 | cooking is not the same as eating | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_campsite(x3) & Actor(e1,x2) & v_cook(e1) & (x1 = x2) & n_people(x1)) | exists e1 s1 x1 x2 x3.(a_topic(s1) & of(s1,x1) & at(e1,x3) & n_applebee(x3) & Actor(e1,x2) & v_eat(e1) & (x1 = x2) & n_people(x1)) | 49e1564c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & n_people(x1) & n_campsite(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_eat(e1) & of(s1,x1) & n_people(x1) & n_applebee(x3) & at(e1,x3) & a_topic(s1) & Actor(e1,x2) & (x1 = x2)) |
||
People cooking at a campsite. | friends are out camping | 0 | -100 | Friends are people, people can be friends. | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_campsite(x3) & Actor(e1,x2) & v_cook(e1) & (x1 = x2) & n_people(x1)) | exists e1 s1 x1.(a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_camp(e1) & n_friend(x1)) | 49e15ac0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_cook(e1) & n_people(x1) & n_campsite(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_camp(e1) & n_friend(x1) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A large dog holding a smaller dog. | Two animals next to each other. | 0 | -100 | When dog is holding another dog it is next to it. | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_dog(x3) & r_more(s2) & a_smaller(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_large(s1) & Theme(s1,x1)) | exists s1 x1 x2.(a_topic(x1) & all x3.(n_other(x3) -> to(s1,x3)) & Theme(s1,x2) & a_next(s1) & (x1 = x2) & n_animal(x1) & card_eq_2(x1)) | 49e16128-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hold(e1) & r_more(s2) & n_dog(x3) & n_dog(x1) & a_topic(x1) & a_smaller(s2) & a_large(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(n_animal(x1) & card_eq_2(x1) & all x3.(to(s1,x3) | -n_other(x3)) & a_topic(x1) & a_next(s1) & Theme(s1,x2) & (x1 = x2)) |
||
A large dog holding a smaller dog. | 2 cats are sleeping | 2 | -100 | Either it is a dog or a cat | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_dog(x3) & r_more(s2) & a_smaller(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_cat(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | 49e16682-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hold(e1) & r_more(s2) & n_dog(x3) & n_dog(x1) & a_topic(x1) & a_smaller(s2) & a_large(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_sleep(e1) & n_date(x1) & n_cat(x1) & a_date_day_02(x1) & Actor(e1,x1)) |
||
A large dog holding a smaller dog. | The mother cuddles next to her puppy | 1 | -100 | A dog holding another dog is not necessarily a mother, and a small dog is not necessarily a puppy. | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_dog(x3) & r_more(s2) & a_smaller(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 p1 x1.(n_female(x1) & n_mother(x1) & exists s1 s2 x2.(to(s1,x1) & Theme(s2,x2) & a_puppy(s2) & (x1 = x2) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_cuddle(e1)) | 49e16ab0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_hold(e1) & r_more(s2) & n_dog(x3) & n_dog(x1) & a_topic(x1) & a_smaller(s2) & a_large(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 x1.(v_cuddle(e1) & n_mother(x1) & n_female(x1) & exists s1 s2 x2.(to(s1,x1) & a_puppy(s2) & a_next(s1) & Theme(s2,x2) & Theme(s1,x1) & (x1 = x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A woman walks in front of a wall plastered with advertisements. | A woman walks in front a wall covered in papers. | 0 | -100 | The paper ads are pasted on a wall plastered with advertisements. | exists e1 e2 x1 x2 x3 x4 x5.(in(e1,x2) & of(x2,x3) & with(e2,x5) & n_advertisement(x5) & Theme(e2,x4) & v_plaster(e2) & (x3 = x4) & n_wall(x3) & n_front(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1.(all x2.(n_wall(x2) -> exists e2 x3 x4 x5.(in(e1,x3) & in(e2,x5) & n_papers(x5) & Theme(e2,x4) & v_cover(e2) & (x3 = x4) & for(x3,x2) & n_front(x3))) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 49e16ede-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(with(e2,x5) & v_walk(e1) & v_plaster(e2) & of(x2,x3) & n_woman(x1) & n_wall(x3) & n_front(x2) & n_advertisement(x5) & in(e1,x2) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1.(v_walk(e1) & n_woman(x1) & all x2.(exists e2 x3 x4 x5.(v_cover(e2) & n_papers(x5) & n_front(x3) & in(e2,x5) & in(e1,x3) & for(x3,x2) & Theme(e2,x4) & (x3 = x4)) | -n_wall(x2)) & Actor(e1,x1)) |
||
A woman walks in front of a wall plastered with advertisements. | A woman stands in front of a wall covered in pictures. | 2 | -100 | If a woman walks in front of a wall then stands in front off is incorrect. | exists e2 e1 x1 x2 x3 x4 x5.(in(e1,x2) & of(x2,x3) & with(e2,x5) & n_advertisement(x5) & Theme(e2,x4) & v_plaster(e2) & (x3 = x4) & n_wall(x3) & n_front(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e2 e1 x1 x2 x3 x4 x5.(in(e1,x2) & of(x2,x3) & in(e2,x5) & n_picture(x5) & Theme(e2,x4) & v_cover(e2) & (x3 = x4) & n_wall(x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1)) | 49e17370-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(with(e2,x5) & v_walk(e1) & v_plaster(e2) & of(x2,x3) & n_woman(x1) & n_wall(x3) & n_front(x2) & n_advertisement(x5) & in(e1,x2) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e2 e1 x1 x2 x3 x4 x5.(v_stand(e1) & v_cover(e2) & of(x2,x3) & n_woman(x1) & n_wall(x3) & n_picture(x5) & n_front(x2) & in(e2,x5) & in(e1,x2) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4)) |
||
A woman walks in front of a wall plastered with advertisements. | A woman walks past a wall covered in advertisements for the local car wash. | 1 | -100 | A wall with advertisements doesn't mean it is for a local car wash. | exists e1 e2 x1 x2 x3 x4 x5.(in(e1,x2) & of(x2,x3) & with(e2,x5) & n_advertisement(x5) & Theme(e2,x4) & v_plaster(e2) & (x3 = x4) & n_wall(x3) & n_front(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_wash(x5) & of(x5,x6) & n_car(x6) & a_local(s1) & Theme(s1,x5) & past(e1,x2) & in(e2,x4) & for(x4,x5) & n_advertisement(x4) & Theme(e2,x3) & v_cover(e2) & (x2 = x3) & n_wall(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 49e177c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(with(e2,x5) & v_walk(e1) & v_plaster(e2) & of(x2,x3) & n_woman(x1) & n_wall(x3) & n_front(x2) & n_advertisement(x5) & in(e1,x2) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_cover(e2) & past(e1,x2) & of(x5,x6) & n_woman(x1) & n_wash(x5) & n_wall(x2) & n_car(x6) & n_advertisement(x4) & in(e2,x4) & for(x4,x5) & a_local(s1) & Theme(s1,x5) & Theme(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
A dog is nipping at the ear of another dog on a leash, in a park. | A dog is being bitten | 0 | -100 | nipping and being bitten mean the same. | exists e1 x1 x2 x3 x4 x5.(n_ear(x2) & in(e1,x5) & n_park(x5) & at(e1,x2) & of(x2,x3) & on(x3,x4) & n_leash(x4) & n_dog(x3) & -(x3 = x1) & n_dog(x1) & n_dog(x1) & Actor(e1,x1) & v_nip(e1)) | exists e1 x1.(Theme(e1,x1) & v_bite(e1) & n_dog(x1)) | 49e18950-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_nip(e1) & on(x3,x4) & of(x2,x3) & n_park(x5) & n_leash(x4) & n_ear(x2) & n_dog(x3) & n_dog(x1) & in(e1,x5) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists e1 x1.(v_bite(e1) & n_dog(x1) & Theme(e1,x1)) |
||
A dog is nipping at the ear of another dog on a leash, in a park. | The dogs are in a pet store. | 2 | -100 | When dogs are in a pet store, they are not a park. | exists e1 x1 x2 x3 x4 x5.(n_ear(x2) & in(e1,x5) & n_park(x5) & at(e1,x2) & of(x2,x3) & on(x3,x4) & n_leash(x4) & n_dog(x3) & -(x3 = x1) & n_dog(x1) & n_dog(x1) & Actor(e1,x1) & v_nip(e1)) | exists p1 x1.(n_dog(x1) & exists s1 x2.(in(x1,x2) & n_store(x2) & a_pet(s1) & Theme(s1,x2))) | 49e18d88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_nip(e1) & on(x3,x4) & of(x2,x3) & n_park(x5) & n_leash(x4) & n_ear(x2) & n_dog(x3) & n_dog(x1) & in(e1,x5) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists x1.(n_dog(x1) & exists s1 x2.(n_store(x2) & in(x1,x2) & a_pet(s1) & Theme(s1,x2))) |
||
A dog is nipping at the ear of another dog on a leash, in a park. | The larger dog is nipping at a smaller dog. | 1 | -100 | A dog nipping at another dog doesn't mean the larger dog is nipping. | exists e1 x1 x2 x3 x4 x5.(n_ear(x2) & in(e1,x5) & n_park(x5) & at(e1,x2) & of(x2,x3) & on(x3,x4) & n_leash(x4) & n_dog(x3) & -(x3 = x1) & n_dog(x1) & n_dog(x1) & Actor(e1,x1) & v_nip(e1)) | exists e1 s1 s2 x1.(at(e1,x1) & n_dog(x1) & n_dog(x1) & r_more(s2) & a_smaller(s2) & Theme(s2,x1) & Actor(e1,x1) & v_nip(e1) & r_more(s1) & a_large(s1) & Theme(s1,x1)) | 49e191ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_nip(e1) & on(x3,x4) & of(x2,x3) & n_park(x5) & n_leash(x4) & n_ear(x2) & n_dog(x3) & n_dog(x1) & in(e1,x5) & at(e1,x2) & Actor(e1,x1) & -(x3 = x1)) | exists e1 s1 s2 x1.(v_nip(e1) & r_more(s2) & r_more(s1) & n_dog(x1) & at(e1,x1) & a_smaller(s2) & a_large(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A small dog jumps up to play with a larger dog. | Two dogs are playing. | 1 | -100 | Jumps up to play doesn't imply playing. | exists e1 p1 s1 s2 x1.(a_up(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & exists e2 s3 x2.(with(e2,x2) & n_dog(x2) & r_more(s3) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1) & v_play(e2)) & n_dog(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_dog(x1) & card_eq_2(x1)) | 49e195d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1.(v_jump(e1) & n_dog(x1) & exists e2 s3 x2.(with(e2,x2) & v_play(e2) & r_more(s3) & n_dog(x2) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1)) & a_up(s2) & a_small(s1) & Topic(e1,p1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1.(v_play(e1) & n_dog(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A small dog jumps up to play with a larger dog. | There are no dogs playing. | 2 | -100 | small dog is not the same as no dogs | exists e1 p1 s1 s2 x1.(a_up(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & exists e2 s3 x2.(with(e2,x2) & n_dog(x2) & r_more(s3) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1) & v_play(e2)) & n_dog(x1) & a_small(s1) & Theme(s1,x1)) | exists p1 x1.-exists e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_dog(x2)) | 49e19a44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1.(v_jump(e1) & n_dog(x1) & exists e2 s3 x2.(with(e2,x2) & v_play(e2) & r_more(s3) & n_dog(x2) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1)) & a_up(s2) & a_small(s1) & Topic(e1,p1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists x1.all e1 x2 x3.(-v_play(e1) | -n_dog(x2) | -Actor(e1,x3) | -(x2 = x3) | -(x1 = x2)) |
||
A small dog jumps up to play with a larger dog. | A small dog is jumping and playing with a larger dog. | 0 | -100 | A dog that jumps up is jumping. | exists e1 p1 s1 s2 x1.(a_up(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_jump(e1) & exists e2 s3 x2.(with(e2,x2) & n_dog(x2) & r_more(s3) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1) & v_play(e2)) & n_dog(x1) & a_small(s1) & Theme(s1,x1)) | exists e2 e1 s1 s2 s3 x1 x2 x3.(with(e2,x3) & n_dog(x3) & r_more(s3) & a_large(s3) & Theme(s3,x3) & Actor(e2,x2) & v_play(e2) & n_dog(x2) & a_small(s2) & Theme(s2,x2) & Actor(e1,x1) & v_jump(e1) & n_dog(x1) & a_small(s1) & Theme(s1,x1)) | 49e19e86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1.(v_jump(e1) & n_dog(x1) & exists e2 s3 x2.(with(e2,x2) & v_play(e2) & r_more(s3) & n_dog(x2) & a_large(s3) & Theme(s3,x2) & Actor(e2,x1)) & a_up(s2) & a_small(s1) & Topic(e1,p1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e2 e1 s1 s2 s3 x1 x2 x3.(with(e2,x3) & v_play(e2) & v_jump(e1) & r_more(s3) & n_dog(x3) & n_dog(x2) & n_dog(x1) & a_small(s2) & a_small(s1) & a_large(s3) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x2) & Actor(e1,x1)) |
||
A dog holds a smaller animal in its mouth. | The dog is bringing the animal to safety. | 1 | -100 | A dog holding a smaller dog by the mouth doesn't mean it is bringing it to safety. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_animal(x2) & r_more(s1) & a_smaller(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 x1 x2 x3.(n_animal(x2) & n_dog(x1) & to(e1,x3) & n_safety(x3) & Theme(e1,x2) & Actor(e1,x1) & v_bring(e1)) | 49e1a2b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & r_more(s1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_animal(x2) & in(e1,x3) & a_smaller(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_bring(e1) & to(e1,x3) & n_safety(x3) & n_dog(x1) & n_animal(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog holds a smaller animal in its mouth. | A dog has a ball in its mouth. | 2 | -100 | A ball is not a living creature like a smaller animal. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_animal(x2) & r_more(s1) & a_smaller(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_ball(x2) & n_dog(x1)) | 49e1a700-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & r_more(s1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_animal(x2) & in(e1,x3) & a_smaller(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_have(e1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_ball(x2) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog holds a smaller animal in its mouth. | A dog has another animal in it's mouth. | 0 | -100 | Has and holds means the same. | exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_animal(x2) & r_more(s1) & a_smaller(s1) & Theme(s1,x2) & n_dog(x1)) | exists e1 p1 x1 x2 x3 x4.(n_thing(x2) & n_animal(x2) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & exists x5.((x4 = x5) & n_mouth(x5)) & (x3 = x4) & in(x3,x2) & n_animal(x3) & -(x3 = x2) & n_dog(x1)) | 49e1abba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_hold(e1) & r_more(s1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_animal(x2) & in(e1,x3) & a_smaller(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_have(e1) & n_thing(x2) & n_dog(x1) & n_animal(x3) & n_animal(x2) & in(x3,x2) & exists x5.(n_mouth(x5) & (x4 = x5)) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x2) & (x3 = x4)) |
||
Fluffy white dog running on pebbles along the shore. | The dog is riding in the bed of a truck. | 2 | -100 | The dog cannot be running and riding in the truck simultaneously | exists e1 s1 x1 x2 x3 x4 x5.(n_shore(x5) & a_topic(x1) & on(e1,x4) & along(x4,x5) & n_pebble(x4) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_fluffy(x2)) | exists e1 x1 x2 x3.(n_bed(x2) & n_dog(x1) & in(e1,x2) & of(x2,x3) & n_truck(x3) & Actor(e1,x1) & v_ride(e1)) | 49e1b006-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & on(e1,x4) & ne_nam_fluffy(x2) & n_shore(x5) & n_pebble(x4) & n_dog(x1) & along(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x3) & n_truck(x3) & n_dog(x1) & n_bed(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Fluffy white dog running on pebbles along the shore. | A canine is alongside a body of water. | 0 | -100 | A white dog is a canine and it is running by a shore, therefore the dos is running by a body of water. | exists e1 s1 x1 x2 x3 x4 x5.(n_shore(x5) & a_topic(x1) & on(e1,x4) & along(x4,x5) & n_pebble(x4) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_fluffy(x2)) | exists p1 x1.(exists x2 x3.(alongside(x1,x2) & of(x2,x3) & n_water(x3) & n_body(x2)) & n_canine(x1)) | 49e1b420-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & on(e1,x4) & ne_nam_fluffy(x2) & n_shore(x5) & n_pebble(x4) & n_dog(x1) & along(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) | exists x1.(n_canine(x1) & exists x2 x3.(of(x2,x3) & n_water(x3) & n_body(x2) & alongside(x1,x2))) |
||
Fluffy white dog running on pebbles along the shore. | A dog is playing fetch on a beach. | 1 | -100 | Running along the shore does not imply playing fetch. | exists e1 s1 x1 x2 x3 x4 x5.(n_shore(x5) & a_topic(x1) & on(e1,x4) & along(x4,x5) & n_pebble(x4) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_dog(x1) & a_white(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_fluffy(x2)) | exists e1 s1 x1 x2.(on(e1,x2) & n_beach(x2) & a_fetch(s1) & Manner(e1,s1) & Actor(e1,x1) & v_play(e1) & n_dog(x1)) | 49e1b844-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & on(e1,x4) & ne_nam_fluffy(x2) & n_shore(x5) & n_pebble(x4) & n_dog(x1) & along(x4,x5) & a_white(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) | exists e1 s1 x1 x2.(v_play(e1) & on(e1,x2) & n_dog(x1) & n_beach(x2) & a_fetch(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Someone is riding a bright green dirt bike through the grass. | A bike rider rides through the outdoors | 0 | -100 | Grass grows outdoors. | exists e1 s1 s2 x1 x2 x3 x4.(n_grass(x4) & through(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & a_green(s2) & Theme(s2,x2) & a_bright(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 x1 x2 x3.(n_outdoors(x3) & through(e1,x3) & Actor(e1,x1) & v_ride(e1) & n_rider(x1) & of(x1,x2) & n_bike(x2)) | 49e1bc54-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & through(e1,x4) & of(x2,x3) & n_person(x1) & n_grass(x4) & n_dirt(x3) & n_bike(x2) & a_green(s2) & a_bright(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_ride(e1) & through(e1,x3) & of(x1,x2) & n_rider(x1) & n_outdoors(x3) & n_bike(x2) & Actor(e1,x1)) |
||
Someone is riding a bright green dirt bike through the grass. | A woman on a green bike goes through the grass | 1 | -100 | Someone riding a dirt bike doesn't mean it is a woman. | exists e1 s1 s2 x1 x2 x3 x4.(n_grass(x4) & through(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bike(x2) & of(x2,x3) & n_dirt(x3) & a_green(s2) & Theme(s2,x2) & a_bright(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 s1 x1 x2 x3.(n_grass(x3) & through(e1,x3) & Actor(e1,x1) & v_go(e1) & on(x1,x2) & n_bike(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1)) | 49e1c0c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_ride(e1) & through(e1,x4) & of(x2,x3) & n_person(x1) & n_grass(x4) & n_dirt(x3) & n_bike(x2) & a_green(s2) & a_bright(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_go(e1) & through(e1,x3) & on(x1,x2) & n_woman(x1) & n_grass(x3) & n_bike(x2) & a_green(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Shadowy figures on a balcony talking. | It is night time. | 1 | -100 | Just because figures are shadowy doesn't mean it has to be night time, and in fact it might be a gloomy day or foggy morning. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(x1,x2) & Actor(e1,x3) & v_talking(e1) & (x2 = x3) & n_balcony(x2) & n_figure(x1) & a_shadowy(s1) & Theme(s1,x1)) | exists p1 x1.(n_thing(x1) & exists x2 x3.((x1 = x2) & n_time(x2) & of(x2,x3) & n_night(x3))) | 49e1ca78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_talking(e1) & on(x1,x2) & n_figure(x1) & n_balcony(x2) & a_topic(x1) & a_shadowy(s1) & Theme(s1,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_thing(x1) & exists x2 x3.(of(x2,x3) & n_time(x2) & n_night(x3) & (x1 = x2))) |
||
A young girl is throwing a hula hoop in a backyard on a sunny day. | A young girl plays outside. | 0 | -100 | A backyard is outside. | exists e1 s1 s2 x1 x2 x3 x4 x5.(on(e1,x5) & n_day(x5) & a_sunny(s2) & Theme(s2,x5) & in(e1,x4) & n_backyard(x4) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_hoop(x2) & of(x2,x3) & n_hula(x3) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1.(a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_play(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 49e1d838-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_throw(e1) & on(e1,x5) & of(x2,x3) & n_hula(x3) & n_hoop(x2) & n_girl(x1) & n_day(x5) & n_backyard(x4) & in(e1,x4) & a_young(s1) & a_sunny(s2) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1.(v_play(e1) & n_girl(x1) & a_young(s1) & a_outside(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) |
||
A young girl is throwing a hula hoop in a backyard on a sunny day. | The girl enjoys hula hooping. | 1 | -100 | Just because a young girl is throwing a hula hoop doesn't necessarily mean that she enjoys hula hooping. | exists e1 s1 s2 x1 x2 x3 x4 x5.(on(e1,x5) & n_day(x5) & a_sunny(s2) & Theme(s2,x5) & in(e1,x4) & n_backyard(x4) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_hoop(x2) & of(x2,x3) & n_hula(x3) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_hooping(x2) & of(x2,x3) & n_hula(x3)) | 49e1e170-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_throw(e1) & on(e1,x5) & of(x2,x3) & n_hula(x3) & n_hoop(x2) & n_girl(x1) & n_day(x5) & n_backyard(x4) & in(e1,x4) & a_young(s1) & a_sunny(s2) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_enjoy(e1) & of(x2,x3) & n_hula(x3) & n_hooping(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | A greyhound dog runs along a dirt track and chases the other greyhounds | 1 | 0.957818 | Just because a greyhound dog runs along a racetrack does not mean he chases the other greyhounds. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x5) & v_chase(e2) & -(x6 = x2) & n_greyhound(x2) & n_greyhound(x2) & n_greyhound(x6) & n_greyhound(x6) & n_dog(x5) & of(x5,x6) & along(e1,x3) & n_track(x3) & of(x3,x4) & n_dirt(x4) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & of(x1,x2)) | 49e3b3ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_run(e1) & v_chase(e2) & of(x5,x6) & of(x3,x4) & of(x1,x2) & n_track(x3) & n_greyhound(x6) & n_greyhound(x2) & n_dog(x5) & n_dog(x1) & n_dirt(x4) & along(e1,x3) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x1) & -(x6 = x2)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | The dog is running after a fake rabbit. | 1 | 0.954972 | Just because the dog is running on a race track does not mean he is running after a fake rabbit. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_dog(x1) & after(e1,x2) & n_rabbit(x2) & a_fake(s1) & Theme(s1,x2) & Actor(e1,x1) & v_run(e1)) | 49e3bd38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_run(e1) & n_rabbit(x2) & n_dog(x1) & after(e1,x2) & a_fake(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | There is a puppy laying on a couch | 2 | 0 | A dog is not as specific as a puppy and laying is not the same as runs. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists p1 x1 s1 x2 x3.((x1 = x2) & on(x2,x3) & n_couch(x3) & n_lay(x2) & a_puppy(s1) & Theme(s1,x2)) | 49e3c62a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 s1 x2 x3.(on(x2,x3) & n_lay(x2) & n_couch(x3) & a_puppy(s1) & Theme(s1,x2) & (x1 = x2)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | A dog is running a race. | 1 | 0.957818 | Not all greyhounds are running a race at the same time at the race track. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_race(x2) & n_dog(x1)) | 49e3ca94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_run(e1) & n_race(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | A race dog is competing | 1 | 0.957818 | Not all greyhounds are race dogs. Just because the dog is wearing clothing and running along the racetrack does not mean it is competing. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_compete(e1) & n_dog(x1) & of(x1,x2) & n_race(x2)) | 49e3d23c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_compete(e1) & of(x1,x2) & n_race(x2) & n_dog(x1) & Actor(e1,x1)) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | A dog is at a racetrack. | 0 | 0.953903 | The dog who runs along a dirt racetrack is at a racetrack. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.(at(x1,x2) & n_racetrack(x2)) & n_dog(x1)) | 49e3ef06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_dog(x1) & exists x2.(n_racetrack(x2) & at(x1,x2))) |
||
A greyhound dog wearing a yellow and black shirt runs along a dirt racetrack. | The racetrack is long | 1 | 0.706267 | We do not know how long the racetrack is based on the first sentence. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(along(e2,x4) & n_racetrack(x4) & of(x4,x5) & n_dirt(x5) & Actor(e2,x1) & v_run(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_black(s3) & Theme(s3,x3) & a_yellow(s2) & Theme(s2,x3) & (x1 = x2) & n_dog(x1) & a_greyhound(s1) & Theme(s1,x1)) | exists s1 x1.(n_racetrack(x1) & Theme(s1,x1) & a_long(s1)) | 49e3f32a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & v_run(e2) & of(x4,x5) & n_shirt(x3) & n_racetrack(x4) & n_dog(x1) & n_dirt(x5) & along(e2,x4) & a_yellow(s2) & a_greyhound(s1) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_racetrack(x1) & a_long(s1) & Theme(s1,x1)) |
||
Someone riding sideways on a motorcycle. | The person is laying in his bedroom. | 2 | 0 | The person can't be riding a motorcycle while laying in his bedroom. | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists e1 x1 x2.(n_bedroom(x2) & of(x2,x1) & n_male(x1) & n_person(x1) & in(e1,x2) & Actor(e1,x1) & v_lay(e1)) | 49e44de8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_lay(e1) & of(x2,x1) & n_person(x1) & n_male(x1) & n_bedroom(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Someone riding sideways on a motorcycle. | A person is on a motorcycle. | 0 | 0.958928 | A person refers to someone. | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_motorcycle(x2)) & n_person(x1)) | 49e519bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_motorcycle(x2))) |
||
Someone riding sideways on a motorcycle. | The rider is getting ready to leap off the motorcycle. | 1 | 0.052476 | We do not know if the person riding is the driver or a passenger. We can not infer that because the rider is riding sideways that he is about to jump off. People stand on balconies- it does not mean they are all going to leap to their death. | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists e1 p1 x1 x2.(n_motorcycle(x2) & n_rider(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 s2.(a_off(s2) & Manner(e2,s2) & Theme(e2,x2) & Actor(e2,x1) & v_leap(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 49e51f70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_get(e1) & n_rider(x1) & n_motorcycle(x2) & exists p2 s1.(exists e2 s2.(v_leap(e2) & a_off(s2) & Theme(e2,x2) & Manner(e2,s2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Someone riding sideways on a motorcycle. | There is a person on a machine. | 0 | -100 | The machine could refer to a motorcycle since a motorcycle is a type of machine. | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists p1 x1 x2 x3.((x1 = x2) & on(x2,x3) & n_machine(x3) & n_person(x2)) | 49e5298e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists x1 x2 x3.(on(x2,x3) & n_person(x2) & n_machine(x3) & (x1 = x2)) |
||
Someone riding sideways on a motorcycle. | The person wanted to show off to the crowd of onlookers. | 1 | 0.739572 | riding doesn't always mean show off | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists e1 p1 x1 x2.(n_crowd(x2) & n_person(x1) & Topic(e1,p1) & Actor(e1,x1) & v_want(e1) & exists e2 s1 x3.(a_off(s1) & Manner(e2,s1) & to(e2,x2) & of(x2,x3) & n_onlooker(x3) & Actor(e2,x1) & v_show(e2))) | 49e53014-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_want(e1) & n_person(x1) & n_crowd(x2) & exists e2 s1 x3.(v_show(e2) & to(e2,x2) & of(x2,x3) & n_onlooker(x3) & a_off(s1) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Someone riding sideways on a motorcycle. | A person is on a motorcycle. | 0 | 0.958928 | A person refers to someone. | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_motorcycle(x2)) & n_person(x1)) | 49e5355a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_motorcycle(x2))) |
||
Someone riding sideways on a motorcycle. | A man rides a motorcycle sideways on the countryside | 1 | 0.246475 | riding doesn't always mean countryside | exists e1 x1 x2.(on(e1,x2) & n_motorcycle(x2) & Actor(e1,x1) & v_sideway(e1) & n_riding(x1)) | exists e2 e1 x1 x2 x3 x4.(n_countryside(x4) & on(e2,x4) & Actor(e2,x1) & v_sideway(e2) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_motorcycle(x3) & (x1 = x2) & n_man(x1)) | 49e53a32-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_sideway(e1) & on(e1,x2) & n_riding(x1) & n_motorcycle(x2) & Actor(e1,x1)) | exists e2 e1 x1 x2 x3 x4.(v_sideway(e2) & v_ride(e1) & on(e2,x4) & n_motorcycle(x3) & n_man(x1) & n_countryside(x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.