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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Two boys relaxing on a trampoline. | Two friends playing on a trampoline | 1 | -100 | Just because two boys relaxing on a trampoline does not mean they are friends. | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_relax(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_friend(x1) & card_eq_2(x1)) | 4dcac068-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_relax(e1) & on(e1,x3) & n_trampoline(x3) & n_boy(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_trampoline(x3) & n_friend(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two boys relaxing on a trampoline. | Two girls jumping on a trampoline | 2 | -100 | The two are either boys or girls. They can't be both relaxing and jumping. | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_relax(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_jump(e1) & (x1 = x2) & n_girl(x1) & card_eq_2(x1)) | 4dcac504-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_relax(e1) & on(e1,x3) & n_trampoline(x3) & n_boy(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_jump(e1) & on(e1,x3) & n_trampoline(x3) & n_girl(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two boys relaxing on a trampoline. | Two boys talking on a trampoline | 0 | -100 | The two boys relaxing are also talking. | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_relax(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_trampoline(x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1)) | 4dcac9b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_relax(e1) & on(e1,x3) & n_trampoline(x3) & n_boy(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_talk(e1) & on(e1,x3) & n_trampoline(x3) & n_boy(x1) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
two player run for the Frisbee. | Two women walk to the mall. | 2 | -100 | The two people can't be running and walking, they have to be doing one or the other . And they are either players running for a Frisbee or just two people walking to the mall, they are not the same thing | exists x1 x2 x3.(ne_geo_frisbee(x3) & a_topic(x1) & for(x1,x3) & n_run(x1) & of(x1,x2) & n_player(x2) & card_eq_2(x1)) | exists e1 x1 x2.(n_mall(x2) & to(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & card_eq_2(x1)) | 4dcacf18-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x1,x2) & ne_geo_frisbee(x3) & n_run(x1) & n_player(x2) & for(x1,x3) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2.(v_walk(e1) & to(e1,x2) & n_woman(x1) & n_mall(x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
two player run for the Frisbee. | Two people are playing competitive frisbee. | 1 | -100 | Not all people running for a Frisbee are playing competitive frisbee. | exists x1 x2 x3.(ne_geo_frisbee(x3) & a_topic(x1) & for(x1,x3) & n_run(x1) & of(x1,x2) & n_player(x2) & card_eq_2(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_frisbee(x2) & a_competitive(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1)) | 4dcad3e6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x1,x2) & ne_geo_frisbee(x3) & n_run(x1) & n_player(x2) & for(x1,x3) & card_eq_2(x1) & a_topic(x1)) | exists e1 s1 x1 x2.(v_play(e1) & n_people(x1) & n_frisbee(x2) & card_eq_2(x1) & a_competitive(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
two player run for the Frisbee. | Two people are running. | 0 | -100 | Players must be people, and running is a different phrasing of run. | exists x1 x2 x3.(ne_geo_frisbee(x3) & a_topic(x1) & for(x1,x3) & n_run(x1) & of(x1,x2) & n_player(x2) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_people(x1) & card_eq_2(x1)) | 4dcad8c8-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(of(x1,x2) & ne_geo_frisbee(x3) & n_run(x1) & n_player(x2) & for(x1,x3) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1.(v_run(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two men in wintry athletic clothing play ultimate Frisbee. | Two men are watching television. | 2 | -100 | They are either playing ultimate frisbee or watching television. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_ultimate(x2) & on(x2,x4) & ne_tim_frisbee(x4) & n_play(x2) & of(x2,x3) & n_clothing(x3) & a_athletic(s2) & Theme(s2,x2) & a_wintry(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_television(x2) & n_man(x1) & card_eq_2(x1)) | 4dcadd96-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x2,x4) & of(x2,x3) & ne_tim_frisbee(x4) & n_ultimate(x2) & n_play(x2) & n_man(x1) & n_clothing(x3) & in(x1,x2) & card_eq_2(x1) & a_wintry(s1) & a_topic(x1) & a_athletic(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 x1 x2.(v_watch(e1) & n_television(x2) & n_man(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men in wintry athletic clothing play ultimate Frisbee. | Some men are throwing an object to one another. | 0 | -100 | Some men throwing an object to one another are playing ultimate Frisbee. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_ultimate(x2) & on(x2,x4) & ne_tim_frisbee(x4) & n_play(x2) & of(x2,x3) & n_clothing(x3) & a_athletic(s2) & Theme(s2,x2) & a_wintry(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_thing(x3) & card_eq_1(x3) & a_another(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_object(x2) & n_man(x1)) | 4dcae232-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x2,x4) & of(x2,x3) & ne_tim_frisbee(x4) & n_ultimate(x2) & n_play(x2) & n_man(x1) & n_clothing(x3) & in(x1,x2) & card_eq_2(x1) & a_wintry(s1) & a_topic(x1) & a_athletic(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(v_throw(e1) & to(e1,x3) & n_thing(x3) & n_object(x2) & n_man(x1) & card_eq_1(x3) & a_another(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men in wintry athletic clothing play ultimate Frisbee. | Two men are competing in an ultimate frisbee tournament. | 1 | -100 | Just because two men in wintry athletic clothing play ultimate Frisbee does not mean they are competing. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & n_ultimate(x2) & on(x2,x4) & ne_tim_frisbee(x4) & n_play(x2) & of(x2,x3) & n_clothing(x3) & a_athletic(s2) & Theme(s2,x2) & a_wintry(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(in(e1,x2) & n_tournament(x2) & of(x2,x3) & n_frisbee(x3) & a_ultimate(s1) & Theme(s1,x2) & Actor(e1,x1) & v_compete(e1) & n_man(x1) & card_eq_2(x1)) | 4dcae6ba-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x2,x4) & of(x2,x3) & ne_tim_frisbee(x4) & n_ultimate(x2) & n_play(x2) & n_man(x1) & n_clothing(x3) & in(x1,x2) & card_eq_2(x1) & a_wintry(s1) & a_topic(x1) & a_athletic(s2) & Theme(s2,x2) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(v_compete(e1) & of(x2,x3) & n_tournament(x2) & n_man(x1) & n_frisbee(x3) & in(e1,x2) & card_eq_2(x1) & a_ultimate(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Two men play Frisbee in the park. | A man hits a baseball with a bat. | 2 | -100 | It can't be both two men and a man, which would be one man. They are either playing frisbee or baseball. | exists e1 x1 x2 x3.(n_park(x3) & ne_per_frisbee(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(with(e1,x3) & n_bat(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hit(e1) & n_baseball(x2) & n_man(x1)) | 4dcafa56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & ne_per_frisbee(x2) & n_park(x3) & n_man(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(e1,x3) & v_hit(e1) & n_man(x1) & n_bat(x3) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men play Frisbee in the park. | A man plays in a frisbee golf match with a friend. | 1 | -100 | Just because two men play Frisbee in the park does not mean it is a frisbee golf match with a friend. | exists e1 x1 x2 x3.(n_park(x3) & ne_per_frisbee(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_friend(x4) & in(e1,x2) & n_match(x2) & of(x2,x3) & n_golf(x3) & a_frisbee(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1)) | 4dcb0096-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & ne_per_frisbee(x2) & n_park(x3) & n_man(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_play(e1) & of(x2,x3) & n_match(x2) & n_man(x1) & n_golf(x3) & n_friend(x4) & in(e1,x2) & a_frisbee(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Two men play Frisbee in the park. | Two men playing outdoors. | 0 | -100 | The park is outdoors. The men playing outdoors are playing Frisbee. | exists e1 x1 x2 x3.(n_park(x3) & ne_per_frisbee(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_outdoors(x3) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | 4dcb0622-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & ne_per_frisbee(x2) & n_park(x3) & n_man(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_outdoors(x3) & n_man(x1) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
The two men are playing Frisbee in a field. | The men are playing outside. | 0 | -100 | The two men playing in a field are playing outside. | exists e1 x1 x2 x3.(n_man(x1) & card_eq_2(x1) & in(e1,x3) & n_field(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_frisbee(x2)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2)) | 4dcb0b18-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_frisbee(x2) & n_field(x3) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_outside(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The two men are playing Frisbee in a field. | The field is covered in weeds. | 1 | -100 | Just because the two men are playing Frisbee in a field does not mean there are weeds in the field. | exists e1 x1 x2 x3.(n_man(x1) & card_eq_2(x1) & in(e1,x3) & n_field(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_frisbee(x2)) | exists e1 x1 x2.(n_field(x1) & in(e1,x2) & n_weed(x2) & Theme(e1,x1) & v_cover(e1)) | 4dcb0ffa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_frisbee(x2) & n_field(x3) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_cover(e1) & n_weed(x2) & n_field(x1) & in(e1,x2) & Theme(e1,x1)) |
||
The two men are playing Frisbee in a field. | A tractor is driving down the highway. | 2 | -100 | It can't be two men playing and a tractor driving - it would be one or the other. Either it's a tractor or men. And they are either playing or driving. | exists e1 x1 x2 x3.(n_man(x1) & card_eq_2(x1) & in(e1,x3) & n_field(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_frisbee(x2)) | exists e1 s1 x1 x2.(n_highway(x2) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1) & n_tractor(x1)) | 4dcb14dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_frisbee(x2) & n_field(x3) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_drive(e1) & n_tractor(x1) & n_highway(x2) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | The blue team heads out on the field before the game. | 1 | 0.716517 | Players walking onto a field does not necessarily indicate that the game is about to start. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 s1 s2 x1 x2 x3.(n_game(x3) & n_field(x2) & n_team(x1) & a_blue(s1) & Theme(s1,x1) & before(e1,x3) & a_out(s2) & Manner(e1,s2) & on(e1,x2) & Actor(e1,x1) & v_head(e1)) | 4dcb1b58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 s1 s2 x1 x2 x3.(v_head(e1) & on(e1,x2) & n_team(x1) & n_game(x3) & n_field(x2) & before(e1,x3) & a_out(s2) & a_blue(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | baseball players walking on the field to start their game | 1 | 0.711475 | Just because a team of baseball players in blue uniforms, walking together on field does not mean they are about to start a game. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 p1 x1 x2 x3 x4 x5 x6.(n_game(x6) & of(x6,x5) & n_thing(x5) & n_field(x5) & a_topic(x1) & Topic(e1,p1) & exists e2.(Theme(e2,x6) & Actor(e2,x3) & v_start(e2)) & on(e1,x5) & Actor(e1,x4) & v_walk(e1) & (x1 = x4) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2)) | 4dcb2166-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 p1 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x5) & of(x6,x5) & of(x1,x2) & n_thing(x5) & n_player(x1) & n_game(x6) & n_field(x5) & n_baseball(x2) & exists e2.(v_start(e2) & Theme(e2,x6) & Actor(e2,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & (x1 = x4) & (x1 = x3)) |
||
A team of baseball players in blue uniforms, walking together on field. | The Dallas Cowboys practice in their stadium. | 2 | -100 | The Dallas Cowboys are a football team not baseball players, and a field and stadium are not the same type of venue | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists x1 x2 x3 x4.(n_stadium(x4) & of(x4,x1) & n_thing(x1) & n_practice(x1) & (x1 = x3) & ne_geo_cowboys(x3) & (x1 = x2) & ne_geo_dallas(x2) & a_topic(x1) & in(x1,x4)) | 4dcb267a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists x1 x2 x3 x4.(of(x4,x1) & ne_geo_dallas(x2) & ne_geo_cowboys(x3) & n_thing(x1) & n_stadium(x4) & n_practice(x1) & in(x1,x4) & a_topic(x1) & (x1 = x3) & (x1 = x2)) |
||
A team of baseball players in blue uniforms, walking together on field. | A team of players walking on a field in uniforms. | 0 | -100 | Blue uniforms are uniforms. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & in(e1,x5) & n_uniform(x5) & on(e1,x4) & n_field(x4) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_player(x2) & n_team(x1)) | 4dcb2bde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 x1 x2 x3 x4 x5.(v_walk(e1) & on(e1,x4) & of(x1,x2) & n_uniform(x5) & n_team(x1) & n_player(x2) & n_field(x4) & in(e1,x5) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) |
||
A team of baseball players in blue uniforms, walking together on field. | The softball teams uniforms are white. | 2 | -100 | They are either baseball players or teams for softball. The uniforms can't be both blue and white. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists s1 x1 x2 x3.(n_team(x1) & of(x1,x2) & n_softball(x2) & Theme(s1,x1) & a_white(s1) & Time(x1,x3) & n_uniform(x3)) | 4dcb31b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists s1 x1 x2 x3.(of(x1,x2) & n_uniform(x3) & n_team(x1) & n_softball(x2) & a_white(s1) & Time(x1,x3) & Theme(s1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | A team of baseball players are on a field. | 1 | 0.991108 | Just because a team of baseball players in blue uniforms, walking together on field does not mean they are on a field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists p1 x1 x2 x3.(exists x4.(on(x1,x4) & n_field(x4)) & of(x1,x2) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | 4dcb3692-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists x1 x2 x3.(of(x2,x3) & of(x1,x2) & n_team(x1) & n_player(x2) & n_baseball(x3) & exists x4.(on(x1,x4) & n_field(x4))) |
||
A team of baseball players in blue uniforms, walking together on field. | Members of the same team group up on the field. | 0 | 0.829048 | Members of the same team are baseball players. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists s1 x1 x2 x3 x4.(n_field(x4) & n_group(x2) & of(x2,x3) & n_team(x3) & a_same(s1) & Theme(s1,x2) & a_topic(x1) & n_up(x1) & on(x1,x4) & of(x1,x2) & n_member(x1)) | 4dcb3b6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists s1 x1 x2 x3 x4.(on(x1,x4) & of(x2,x3) & of(x1,x2) & n_up(x1) & n_team(x3) & n_member(x1) & n_group(x2) & n_field(x4) & a_topic(x1) & a_same(s1) & Theme(s1,x2)) |
||
A team of baseball players in blue uniforms, walking together on field. | Members of the Texas Rangers gather before the game. | 1 | 0.007911 | It cannot be inferred that the baseball players play for the Texas Rangers or that they are together before a game begins. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 x1 x2 x3 x4.(n_game(x4) & ne_geo_rangers(x2) & (x2 = x3) & ne_geo_texas(x3) & before(e1,x4) & Actor(e1,x1) & v_gather(e1) & of(x1,x2) & n_member(x1)) | 4dcb40e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 x1 x2 x3 x4.(v_gather(e1) & of(x1,x2) & ne_geo_texas(x3) & ne_geo_rangers(x2) & n_member(x1) & n_game(x4) & before(e1,x4) & Actor(e1,x1) & (x2 = x3)) |
||
A team of baseball players in blue uniforms, walking together on field. | Football players on the field | 2 | -100 | They are either baseball players or football players. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists x1 x2 x3.(n_field(x3) & a_topic(x1) & on(x1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 4dcb460a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_player(x1) & n_football(x2) & n_field(x3) & a_topic(x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | baseball players walking on the field | 0 | -100 | Baseball player walking on the field are in blue uniforms. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 x1 x2 x3 x4.(n_field(x4) & a_topic(x1) & on(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_baseball(x2)) | 4dcb4ad8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 x1 x2 x3 x4.(v_walk(e1) & on(e1,x4) & of(x1,x2) & n_player(x1) & n_field(x4) & n_baseball(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3)) |
||
A team of baseball players in blue uniforms, walking together on field. | A baseball team is starting a game. | 1 | 0.706475 | It cannot be inferred that the players are about to start a game. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_start(e1) & n_game(x3) & n_team(x1) & of(x1,x2) & n_baseball(x2)) | 4dcb4f92-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 x1 x2 x3.(v_start(e1) & of(x1,x2) & n_team(x1) & n_game(x3) & n_baseball(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | A group of people are at the mall. | 2 | -100 | the people cannot be in the field if they are in the mall | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists p1 x1 x2 x3.(n_mall(x3) & at(x1,x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4dcb54c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists x1 x2 x3.(of(x1,x2) & n_people(x2) & n_mall(x3) & n_group(x1) & at(x1,x3)) |
||
A team of baseball players in blue uniforms, walking together on field. | A baseball team is outside. | 0 | -100 | The field is outside. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists s1 x1 x2.(Theme(s1,x1) & a_outside(s1) & n_team(x1) & of(x1,x2) & n_baseball(x2)) | 4dcb59a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists s1 x1 x2.(of(x1,x2) & n_team(x1) & n_baseball(x2) & a_outside(s1) & Theme(s1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | A field is being walked on bay a baseball team wearing blue. | 0 | -100 | Walking on is the same as being walked on. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 p1 x1 x2.(for(p1,e1) & on(e1,x2) & n_bay(x2) & Theme(e1,x1) & v_walk(e1) & exists e2 p2 x3 x4 x5.((x1 = x3) & exists s1.(Theme(s1,x5) & a_blue(s1)) & Topic(e2,p2) & Actor(e2,x5) & v_wear(e2) & (x3 = x5) & n_team(x3) & of(x3,x4) & n_baseball(x4)) & n_field(x1)) | 4dcb5e74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 p1 x1 x2.(v_walk(e1) & on(e1,x2) & n_field(x1) & n_bay(x2) & for(p1,e1) & exists e2 p2 x3 x4 x5.(v_wear(e2) & of(x3,x4) & n_team(x3) & n_baseball(x4) & exists s1.(a_blue(s1) & Theme(s1,x5)) & Topic(e2,p2) & Actor(e2,x5) & (x3 = x5) & (x1 = x3)) & Theme(e1,x1)) |
||
A team of baseball players in blue uniforms, walking together on field. | A team of lacrosse players wearing red walk away from each other on a parking lot. | 2 | 0 | first sentence refers to baseball players, second sentence refers to lacrosse players | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_field(x6) & a_together(s2) & Manner(e1,s2) & Actor(e1,x5) & v_walk(e1) & (x2 = x5) & in(x2,x4) & n_uniform(x4) & a_blue(s1) & Theme(s1,x4) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_team(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & of(x1,x2) & on(e1,x6) & n_lot(x6) & of(x6,x7) & n_parking(x7) & all x8.(n_other(x8) -> from(e1,x8)) & r_away(e1) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_walk(x5) & a_red(s1) & Theme(s1,x5) & (x2 = x4) & n_player(x2) & of(x2,x3) & n_lacrosse(x3) & n_team(x1)) | 4dcb63b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_walk(e1) & on(e1,x6) & of(x2,x3) & of(x1,x2) & n_uniform(x4) & n_team(x1) & n_player(x2) & n_field(x6) & n_baseball(x3) & in(x2,x4) & a_topic(x1) & a_together(s2) & a_blue(s1) & Theme(s1,x4) & Manner(e1,s2) & Actor(e1,x5) & (x2 = x5)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & r_away(e1) & on(e1,x6) & of(x6,x7) & of(x2,x3) & of(x1,x2) & n_walk(x5) & n_team(x1) & n_player(x2) & n_parking(x7) & n_lot(x6) & n_lacrosse(x3) & all x8.(from(e1,x8) | -n_other(x8)) & a_topic(x1) & a_red(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) |
||
Twelve members of a baseball team walk across the diamond. | A dozen members of the Giants prepare for the game. | 1 | -100 | It cannot be inferred that the baseball team is the Giants or that they are preparing for a game. | exists x1 x2 x3 x4 x5.(n_diamond(x5) & a_topic(x1) & of(x1,x2) & across(x2,x5) & n_walk(x2) & of(x2,x4) & n_team(x4) & of(x2,x3) & n_baseball(x3) & n_member(x1) & card_eq_12(x1)) | exists e1 x1 x2 x3 x4.(n_game(x4) & ne_org_giants(x3) & for(e1,x4) & Actor(e1,x1) & v_prepare(e1) & of(x1,x3) & n_member(x1) & of(x1,x2) & n_dozen(x2)) | 4dcb68b0-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(of(x2,x4) & of(x2,x3) & of(x1,x2) & n_walk(x2) & n_team(x4) & n_member(x1) & n_diamond(x5) & n_baseball(x3) & card_eq_12(x1) & across(x2,x5) & a_topic(x1)) | exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x1,x3) & of(x1,x2) & ne_org_giants(x3) & n_member(x1) & n_game(x4) & n_dozen(x2) & for(e1,x4) & Actor(e1,x1)) |
||
Twelve members of a baseball team walk across the diamond. | A group of teammates walk across a field. | 0 | -100 | The group consisting of twelve members of a baseball team walk across the diamond which is a central part of a field. | exists x1 x2 x3 x4 x5.(n_diamond(x5) & a_topic(x1) & of(x1,x2) & across(x2,x5) & n_walk(x2) & of(x2,x4) & n_team(x4) & of(x2,x3) & n_baseball(x3) & n_member(x1) & card_eq_12(x1)) | exists e1 x1 x2 x3.(across(e1,x3) & n_field(x3) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_teammate(x2) & n_group(x1)) | 4dcb724c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(of(x2,x4) & of(x2,x3) & of(x1,x2) & n_walk(x2) & n_team(x4) & n_member(x1) & n_diamond(x5) & n_baseball(x3) & card_eq_12(x1) & across(x2,x5) & a_topic(x1)) | exists e1 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_teammate(x2) & n_group(x1) & n_field(x3) & across(e1,x3) & Actor(e1,x1)) |
||
Group of people on a ball team wearing blue and white uniforms some of gloves on their hands one is wearing red shoes, tall trees are in the background. | The team wears their uniforms | 0 | -100 | Some members of a ball team wears their uniforms. | exists e1 p1 p2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x10 x12.(n_background(x12) & ne_org_group(x1) & in(x1,x12) & rel(x1,x7) & n_tree(x7) & a_tall(s3) & Theme(s3,x7) & of(x1,x2) & on(x2,x3) & Theme(e1,x6) & Actor(e1,x5) & v_wear(e1) & exists e2 s4 x8 x9 x11.(Theme(e2,x11) & Actor(e2,x8) & v_wear(e2) & n_shoe(x11) & a_red(s4) & Theme(s4,x11) & of(x8,x9) & on(x9,x10) & n_glove(x9) & n_thing(x8)) & n_hand(x10) & card_eq_1(x10) & of(x10,x2) & n_thing(x2) & that(x6,p1) & n_uniform(x6) & a_white(s2) & Theme(s2,x6) & a_blue(s1) & Theme(s1,x6) & (x3 = x5) & n_team(x3) & of(x3,x4) & n_ball(x4) & n_people(x2)) | exists e1 x1 x2.(n_uniform(x2) & of(x2,x1) & n_thing(x1) & n_team(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1)) | 4dcb81ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x10 x12.(v_wear(e1) & that(x6,p1) & rel(x1,x7) & on(x2,x3) & of(x3,x4) & of(x10,x2) & of(x1,x2) & ne_org_group(x1) & n_uniform(x6) & n_tree(x7) & n_thing(x2) & n_team(x3) & n_people(x2) & n_hand(x10) & n_ball(x4) & n_background(x12) & in(x1,x12) & exists e2 s4 x8 x9 x11.(v_wear(e2) & on(x9,x10) & of(x8,x9) & n_thing(x8) & n_shoe(x11) & n_glove(x9) & a_red(s4) & Theme(s4,x11) & Theme(e2,x11) & Actor(e2,x8)) & card_eq_1(x10) & a_white(s2) & a_tall(s3) & a_blue(s1) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x6) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5)) | exists e1 x1 x2.(v_wear(e1) & of(x2,x1) & n_uniform(x2) & n_thing(x1) & n_team(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of baseball players wearing blue uniforms walk across the grass. | Members of a baseball team gather on the field. | 0 | -100 | They are members of a baseball team because they are baseball players wearing uniforms. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_grass(x6) & across(e2,x6) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_uniform(x5) & a_blue(s1) & Theme(s1,x5) & (x1 = x4) & of(x1,x2) & n_player(x2) & of(x2,x3) & n_baseball(x3) & n_group(x1)) | exists e1 x1 x2 x3 x4.(n_field(x4) & on(e1,x4) & Actor(e1,x1) & v_gather(e1) & of(x1,x2) & n_team(x2) & of(x2,x3) & n_baseball(x3) & n_member(x1)) | 4dcb8b92-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_walk(e2) & of(x2,x3) & of(x1,x2) & n_uniform(x5) & n_player(x2) & n_group(x1) & n_grass(x6) & n_baseball(x3) & across(e2,x6) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4)) | exists e1 x1 x2 x3 x4.(v_gather(e1) & on(e1,x4) & of(x2,x3) & of(x1,x2) & n_team(x2) & n_member(x1) & n_field(x4) & n_baseball(x3) & Actor(e1,x1)) |
||
A men's baseball team leaving the field | A team of players are exiting a field. | 0 | -100 | To be exiting a field is the same as leaving the field. | exists e1 x1 x2 x3 x4 x5.(n_field(x5) & a_topic(x2) & Theme(e1,x5) & Actor(e1,x4) & v_leave(e1) & (x2 = x4) & n_team(x2) & of(x2,x3) & n_baseball(x3) & of(x2,x1) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_exit(e1) & n_field(x3) & of(x1,x2) & n_player(x2) & n_team(x1)) | 4dcba564-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_leave(e1) & of(x2,x3) & of(x2,x1) & n_team(x2) & n_man(x1) & n_field(x5) & n_baseball(x3) & a_topic(x2) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2 x3.(v_exit(e1) & of(x1,x2) & n_team(x1) & n_player(x2) & n_field(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | The child and woman are sleeping. | 2 | 0.000013 | the child cannot be riding a unicycle , and sleeping | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists e1 x1 x2 x3.(n_woman(x3) & n_child(x2) & subset_of(x3,x1) & subset_of(x2,x1) & Actor(e1,x1) & v_sleep(e1)) | 4dcbbba8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2 x3.(v_sleep(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_child(x2) & Actor(e1,x1)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | A woman, child and dog are on a path in the autumn. | 1 | 0.060625 | It cannot be inferred that the scene is taking place in autumn. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists p1 x1 x2 x3 x4 x5 x6.(n_autumn(x6) & in(p1,x6) & exists x7.(on(x1,x7) & n_path(x7)) & n_dog(x5) & n_child(x4) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 4dcbd674-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists p1 x1 x2 x3 x4 x5 x6.(subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_dog(x5) & n_child(x4) & n_autumn(x6) & in(p1,x6) & exists x7.(on(x1,x7) & n_path(x7))) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | People are on a path on a sunny day. | 1 | 0.636411 | It cannot be inferred that the day is sunny. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists p1 s1 x1 x2.(on(p1,x2) & n_day(x2) & a_sunny(s1) & Theme(s1,x2) & exists x3.(on(x1,x3) & n_path(x3)) & n_people(x1)) | 4dcbf064-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists p1 s1 x1 x2.(on(p1,x2) & n_people(x1) & n_day(x2) & exists x3.(on(x1,x3) & n_path(x3)) & a_sunny(s1) & Theme(s1,x2)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | A child and a woman are outside. | 0 | 0.969609 | A child and a woman are outside because both of them are on a riverside path. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists s1 x1 x2 x3.(Theme(s1,x1) & a_outside(s1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_child(x2)) | 4dcbf8ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists s1 x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_child(x2) & a_outside(s1) & Theme(s1,x1)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | A child falls off his unicycle scaring a dog. | 1 | 0.000459 | It cannot be inferred that the child is scaring the dog. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(a_off(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_fall(e2) & Theme(e1,x4) & Actor(e1,x3) & v_scare(e1) & n_dog(x4) & (x2 = x3) & n_unicycle(x2) & of(x2,x1) & n_male(x1) & n_child(x1)) | 4dcc145e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists e1 e2 s1 x1 x2 x3 x4.(v_scare(e1) & v_fall(e2) & of(x2,x1) & n_unicycle(x2) & n_male(x1) & n_dog(x4) & n_child(x1) & a_off(s1) & Theme(e2,x2) & Theme(e1,x4) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | The child is 7 years old. | 1 | 0.010036 | Not all children are 7 years old. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Pivot(e1,x1) & r_more(e1) & v_old(e1) & n_year(x2) & n_date(x2) & a_date_day_07(x2) & a_date_day_07(x2)) | 4dcc1a76-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2.(v_old(e1) & r_more(e1) & n_year(x2) & n_date(x2) & n_child(x1) & a_date_day_07(x2) & Theme(e1,x2) & Pivot(e1,x1)) |
||
A child is riding a unicycle along a riverside path next to a woman who is walking a dog. | The woman and child are a mother and son. | 1 | 0.502326 | It cannot be inferred that the woman and child are mother and son. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(along(e1,x3) & to(x4,x5) & Theme(e2,x7) & Actor(e2,x6) & v_walk(e2) & n_dog(x7) & (x5 = x6) & n_woman(x5) & next(x3,x4) & n_thing(x4) & n_path(x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_unicycle(x2) & n_child(x1)) | exists p1 x1 x2 x3.(n_child(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & exists x4 x5 x6.((x1 = x4) & n_son(x6) & n_mother(x5) & subset_of(x6,x4) & subset_of(x5,x4))) | 4dcc1f94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e2) & v_ride(e1) & to(x4,x5) & next(x3,x4) & n_woman(x5) & n_unicycle(x2) & n_thing(x4) & n_path(x3) & n_dog(x7) & n_child(x1) & along(e1,x3) & a_riverside(s1) & Theme(s1,x3) & Theme(e2,x7) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_child(x3) & exists x4 x5 x6.(subset_of(x6,x4) & subset_of(x5,x4) & n_son(x6) & n_mother(x5) & (x1 = x4))) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | A group of hikers set up a tent. | 2 | 0.000007 | The hiker cannot be lone and in a group. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_set(e1) & n_tent(x3) & of(x1,x2) & n_hiker(x2) & n_group(x1)) | 4dcdd9ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_set(e1) & of(x1,x2) & n_tent(x3) & n_hiker(x2) & n_group(x1) & a_up(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | A lone hiker is happily in a mountain setting. | 1 | 0.829048 | A lone hiker is not necessarily happily in a mountain setting. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists p1 s1 s2 x1.(a_happily(s2) & Manner(p1,s2) & exists x2 x3.(in(x1,x2) & n_setting(x2) & of(x2,x3) & n_mountain(x3)) & n_hiker(x1) & a_lone(s1) & Theme(s1,x1)) | 4dcde2e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists p1 s1 s2 x1.(n_hiker(x1) & exists x2 x3.(of(x2,x3) & n_setting(x2) & n_mountain(x3) & in(x1,x2)) & a_lone(s1) & a_happily(s2) & Theme(s1,x1) & Manner(p1,s2)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | A hiker is walking through China. | 1 | 0.015906 | Not all Step systems of planting are in China. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists e1 x1 x2.(ne_geo_china(x2) & through(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_hiker(x1)) | 4dcdec20-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_walk(e1) & through(e1,x2) & ne_geo_china(x2) & n_hiker(x1) & Actor(e1,x1)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | A person is hiking. | 1 | 1 | Viewing does not imply hiking. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists e1 x1.(Actor(e1,x1) & v_hike(e1) & n_person(x1)) | 4dcdf094-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists e1 x1.(v_hike(e1) & n_person(x1) & Actor(e1,x1)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | A person is outside. | 0 | 0.999957 | A mountain setting is an outside setting. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_person(x1)) | 4dcdf4f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists s1 x1.(n_person(x1) & a_outside(s1) & Theme(s1,x1)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | This person enjoys exploring the great outdoors. | 1 | 0.760618 | Viewing does not imply the hiker enjoys exploring. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists e1 p1 s1 x1 x2.(n_outdoors(x2) & a_great(s1) & Theme(s1,x2) & n_person(x1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_explore(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_enjoy(e1)) | 4dcdfdb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists e1 p1 s1 x1 x2.(v_enjoy(e1) & n_person(x1) & n_outdoors(x2) & exists e2.(v_explore(e2) & Theme(e2,x2) & Actor(e2,x1)) & a_great(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Lone hiker in mountain setting viewing newly tilled land prepared in a "Step" system of planting. | The hiker is wearing boots. | 1 | 0.777822 | Not all hikers wear boots. | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & in(x1,x3) & for(e1,e4) & Theme(e4,x7) & Actor(e4,x4) & v_view(e4) & in(e3,x9) & n_step(x9) & a_''(s1) & Theme(s1,x9) & Theme(e3,x8) & v_prepare(e3) & (x7 = x8) & n_land(x7) & Theme(e2,x7) & v_till(e2) & r_newly(x7) & Theme(e1,x5) & Actor(e1,x4) & v_set(e1) & of(x5,x6) & n_planting(x6) & n_system(x5) & (x3 = x4) & n_mountain(x3) & n_hiker(x1) & (x1 = x2) & ne_nam_lone(x2)) | exists e1 x1 x2.(n_hiker(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_boot(x2)) | 4dce0a8e-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_view(e4) & v_till(e2) & v_set(e1) & v_prepare(e3) & r_newly(x7) & of(x5,x6) & ne_nam_lone(x2) & n_system(x5) & n_step(x9) & n_planting(x6) & n_mountain(x3) & n_land(x7) & n_hiker(x1) & in(x1,x3) & in(e3,x9) & for(e1,e4) & a_topic(x1) & a_''(s1) & Theme(s1,x9) & Theme(e4,x7) & Theme(e3,x8) & Theme(e2,x7) & Theme(e1,x5) & Actor(e4,x4) & Actor(e1,x4) & (x7 = x8) & (x3 = x4) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_hiker(x1) & n_boot(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A race car speeds down the raceway at the blink of an eye, driving so fast that the camera was only able to capture the car in focus. | The car is upside down. | 2 | -100 | A car can either be speeding or upside down, but not both simultaneously | exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_camera(x8) & n_blink(x6) & n_raceway(x5) & while(p1,e1) & exists p2 s2 s3.(a_only(s3) & Manner(s2,s3) & Topic(s2,p2) & Actor(s2,x8) & a_able(s2) & exists e2 x9.(Theme(e2,x4) & Actor(e2,x8) & v_capture(e2) & in(x4,x9) & n_focus(x9))) & n_car(x4) & n_car(x4) & rel(e1,x2) & down(x2,x5) & at(x5,x6) & of(x6,x7) & n_eye(x7) & n_speed(x2) & of(x2,x4) & of(x2,x3) & n_race(x3) & r_so(e1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1) & v_drive(e1) & n_thing(x1)) | exists s1 x1.(n_car(x1) & r_upside(s1) & Theme(s1,x1) & a_down(s1)) | 4dce668c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(while(p1,e1) & v_drive(e1) & rel(e1,x2) & r_so(e1) & of(x6,x7) & of(x2,x4) & of(x2,x3) & n_thing(x1) & n_speed(x2) & n_raceway(x5) & n_race(x3) & n_eye(x7) & n_car(x4) & n_camera(x8) & n_blink(x6) & exists p2 s2 s3.(exists e2 x9.(v_capture(e2) & n_focus(x9) & in(x4,x9) & Theme(e2,x4) & Actor(e2,x8)) & a_only(s3) & a_able(s2) & Topic(s2,p2) & Manner(s2,s3) & Actor(s2,x8)) & down(x2,x5) & at(x5,x6) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists s1 x1.(r_upside(s1) & n_car(x1) & a_down(s1) & Theme(s1,x1)) |
||
A race car speeds down the raceway at the blink of an eye, driving so fast that the camera was only able to capture the car in focus. | The car is speeding. | 0 | -100 | Speeding is a rephrase of speeds. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_camera(x8) & n_blink(x6) & n_raceway(x5) & while(p1,e1) & exists p2 s2 s3.(a_only(s3) & Manner(s2,s3) & Topic(s2,p2) & Actor(s2,x8) & a_able(s2) & exists e2 x9.(Theme(e2,x4) & Actor(e2,x8) & v_capture(e2) & in(x4,x9) & n_focus(x9))) & n_car(x4) & n_car(x4) & rel(e1,x2) & down(x2,x5) & at(x5,x6) & of(x6,x7) & n_eye(x7) & n_speed(x2) & of(x2,x4) & of(x2,x3) & n_race(x3) & r_so(e1) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1) & v_drive(e1) & n_thing(x1)) | exists e1 x1.(n_car(x1) & Actor(e1,x1) & v_speed(e1)) | 4dce6af6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(while(p1,e1) & v_drive(e1) & rel(e1,x2) & r_so(e1) & of(x6,x7) & of(x2,x4) & of(x2,x3) & n_thing(x1) & n_speed(x2) & n_raceway(x5) & n_race(x3) & n_eye(x7) & n_car(x4) & n_camera(x8) & n_blink(x6) & exists p2 s2 s3.(exists e2 x9.(v_capture(e2) & n_focus(x9) & in(x4,x9) & Theme(e2,x4) & Actor(e2,x8)) & a_only(s3) & a_able(s2) & Topic(s2,p2) & Manner(s2,s3) & Actor(s2,x8)) & down(x2,x5) & at(x5,x6) & a_fast(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1.(v_speed(e1) & n_car(x1) & Actor(e1,x1)) |
||
A silver and red race car competes in a race while a crowd of people look on. | Two cars are parked. | 2 | -100 | The cars cannot be parked if they are competing in a race. | exists e1 p1 s1 x1 x2 x3 x4 x5.(exists e2 p2 x6 x7.(exists s2.(Theme(s2,x6) & a_on(s2)) & Topic(e2,p2) & Actor(e2,x6) & v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6)) & while(e1,p1) & in(e1,x5) & n_race(x5) & Actor(e1,x1) & v_compete(e1) & n_car(x3) & of(x3,x4) & n_race(x4) & a_red(s1) & Theme(s1,x3) & n_silver(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1.(Theme(e1,x1) & v_park(e1) & n_car(x1) & card_eq_2(x1)) | 4dce6f60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5.(while(e1,p1) & v_compete(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x4) & n_silver(x2) & n_race(x5) & n_race(x4) & n_car(x3) & in(e1,x5) & exists e2 p2 x6 x7.(v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6) & exists s2.(a_on(s2) & Theme(s2,x6)) & Topic(e2,p2) & Actor(e2,x6)) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1.(v_park(e1) & n_car(x1) & card_eq_2(x1) & Theme(e1,x1)) |
||
A silver and red race car competes in a race while a crowd of people look on. | Two cars are driving on a street. | 1 | -100 | Not all race cars are driving on a street to compete. | exists e1 p1 s1 x1 x2 x3 x4 x5.(exists e2 p2 x6 x7.(exists s2.(Theme(s2,x6) & a_on(s2)) & Topic(e2,p2) & Actor(e2,x6) & v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6)) & while(e1,p1) & in(e1,x5) & n_race(x5) & Actor(e1,x1) & v_compete(e1) & n_car(x3) & of(x3,x4) & n_race(x4) & a_red(s1) & Theme(s1,x3) & n_silver(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1 x2.(on(e1,x2) & n_street(x2) & Actor(e1,x1) & v_drive(e1) & n_car(x1) & card_eq_2(x1)) | 4dce73c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5.(while(e1,p1) & v_compete(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x4) & n_silver(x2) & n_race(x5) & n_race(x4) & n_car(x3) & in(e1,x5) & exists e2 p2 x6 x7.(v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6) & exists s2.(a_on(s2) & Theme(s2,x6)) & Topic(e2,p2) & Actor(e2,x6)) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_drive(e1) & on(e1,x2) & n_street(x2) & n_car(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A silver and red race car competes in a race while a crowd of people look on. | Two cars are racing. | 0 | -100 | The silver and red cars are two cars. They compete in a race, so they are racing. | exists e1 p1 s1 x1 x2 x3 x4 x5.(exists e2 p2 x6 x7.(exists s2.(Theme(s2,x6) & a_on(s2)) & Topic(e2,p2) & Actor(e2,x6) & v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6)) & while(e1,p1) & in(e1,x5) & n_race(x5) & Actor(e1,x1) & v_compete(e1) & n_car(x3) & of(x3,x4) & n_race(x4) & a_red(s1) & Theme(s1,x3) & n_silver(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists e1 x1.(Actor(e1,x1) & v_race(e1) & n_car(x1) & card_eq_2(x1)) | 4dce78c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5.(while(e1,p1) & v_compete(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x3,x4) & n_silver(x2) & n_race(x5) & n_race(x4) & n_car(x3) & in(e1,x5) & exists e2 p2 x6 x7.(v_look(e2) & of(x6,x7) & n_people(x7) & n_crowd(x6) & exists s2.(a_on(s2) & Theme(s2,x6)) & Topic(e2,p2) & Actor(e2,x6)) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1.(v_race(e1) & n_car(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A large crowd watches a race car speed around a track. | The crown is watching the clown juggle | 2 | -100 | A clown juggling and a race car racing are different events. | exists e1 s1 x1 x2 x3 x4 x5.(around(e1,x5) & n_track(x5) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_speed(x2) & of(x2,x4) & n_car(x4) & of(x2,x3) & n_race(x3) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_juggle(x2) & of(x2,x3) & n_clown(x3) & n_crown(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1)) | 4dce7d20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x4) & of(x2,x3) & n_track(x5) & n_speed(x2) & n_race(x3) & n_crowd(x1) & n_car(x4) & around(e1,x5) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x2,x3) & n_juggle(x2) & n_crown(x1) & n_clown(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large crowd watches a race car speed around a track. | A large crowd is wating a race | 0 | -100 | The race is the cars going around the track. | exists e1 s1 x1 x2 x3 x4 x5.(around(e1,x5) & n_track(x5) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_speed(x2) & of(x2,x4) & n_car(x4) & of(x2,x3) & n_race(x3) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wate(e1) & n_race(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | 4dce816c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x4) & of(x2,x3) & n_track(x5) & n_speed(x2) & n_race(x3) & n_crowd(x1) & n_car(x4) & around(e1,x5) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_wate(e1) & n_race(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large crowd watches a race car speed around a track. | The car crashes | 1 | -100 | just because the car is on a race track doesn't mean it crashes | exists e1 s1 x1 x2 x3 x4 x5.(around(e1,x5) & n_track(x5) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_speed(x2) & of(x2,x4) & n_car(x4) & of(x2,x3) & n_race(x3) & n_crowd(x1) & a_large(s1) & Theme(s1,x1)) | exists x1 x2.(n_crash(x1) & of(x1,x2) & n_car(x2) & a_topic(x1)) | 4dce85fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x4) & of(x2,x3) & n_track(x5) & n_speed(x2) & n_race(x3) & n_crowd(x1) & n_car(x4) & around(e1,x5) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(of(x1,x2) & n_crash(x1) & n_car(x2) & a_topic(x1)) |
||
An audience is watching a car race at a racetrack. | A group of people are gathered at the racetrack | 0 | -100 | Group of people is a synonym of audience, and that group must be gathered if they are watching something. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_racetrack(x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_race(x2) & of(x2,x3) & n_car(x3) & n_audience(x1)) | exists e1 x1 x2 x3.(n_racetrack(x3) & at(e1,x3) & Theme(e1,x1) & v_gather(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4dce8a86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & n_racetrack(x4) & n_race(x2) & n_car(x3) & n_audience(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_gather(e1) & of(x1,x2) & n_racetrack(x3) & n_people(x2) & n_group(x1) & at(e1,x3) & Theme(e1,x1)) |
||
An audience is watching a car race at a racetrack. | The people are watching a charity car race. | 1 | -100 | Not all car races are a charity race. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_racetrack(x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_race(x2) & of(x2,x3) & n_car(x3) & n_audience(x1)) | exists e1 x1 x2 x3 x4.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_race(x2) & of(x2,x4) & n_car(x4) & of(x2,x3) & n_charity(x3)) | 4dce8ef0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & n_racetrack(x4) & n_race(x2) & n_car(x3) & n_audience(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x4) & of(x2,x3) & n_race(x2) & n_people(x1) & n_charity(x3) & n_car(x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
An audience is watching a car race at a racetrack. | An audience is watching a taping of a sitcom. | 2 | -100 | The audience can either be watching a car race or a taping. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_racetrack(x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_race(x2) & of(x2,x3) & n_car(x3) & n_audience(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & of(x2,x3) & n_sitcom(x3) & n_taping(x2) & n_audience(x1)) | 4dce9350-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & n_racetrack(x4) & n_race(x2) & n_car(x3) & n_audience(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x2,x3) & n_taping(x2) & n_sitcom(x3) & n_audience(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
School field trip with many children having fun taking pictures. | Children are taking pictures on a class field trip. | 0 | -100 | Children are children and taking pictures is taking pictures. | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x4) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_take(e2) & n_picture(x7) & Theme(e1,x6) & Actor(e1,x5) & v_have(e1) & n_fun(x6) & (x4 = x5) & n_child(x4) & n_quantity(x4) & n_trip(x1) & of(x1,x3) & n_field(x3) & (x1 = x2) & ne_nam_school(x2)) | exists e1 x1 x2 x3 x4 x5.(on(e1,x3) & n_trip(x3) & of(x3,x5) & n_field(x5) & of(x3,x4) & n_class(x4) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_picture(x2) & n_child(x1)) | 4dce97ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x1,x4) & v_take(e2) & v_have(e1) & of(x1,x3) & ne_nam_school(x2) & n_trip(x1) & n_quantity(x4) & n_picture(x7) & n_fun(x6) & n_field(x3) & n_child(x4) & for(e1,e2) & a_topic(x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) | exists e1 x1 x2 x3 x4 x5.(v_take(e1) & on(e1,x3) & of(x3,x5) & of(x3,x4) & n_trip(x3) & n_picture(x2) & n_field(x5) & n_class(x4) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
School field trip with many children having fun taking pictures. | Some children are taking pictures of a funny man. | 1 | -100 | Having fun taking pictures does not imply they are of a funny man. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x4) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_take(e2) & n_picture(x7) & Theme(e1,x6) & Actor(e1,x5) & v_have(e1) & n_fun(x6) & (x4 = x5) & n_child(x4) & n_quantity(x4) & n_trip(x1) & of(x1,x3) & n_field(x3) & (x1 = x2) & ne_nam_school(x2)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_man(x3) & a_funny(s1) & Theme(s1,x3) & n_picture(x2) & n_child(x1)) | 4dce9d8c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x4) & v_take(e2) & v_have(e1) & of(x1,x3) & ne_nam_school(x2) & n_trip(x1) & n_quantity(x4) & n_picture(x7) & n_fun(x6) & n_field(x3) & n_child(x4) & for(e1,e2) & a_topic(x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_take(e1) & of(x2,x3) & n_picture(x2) & n_man(x3) & n_child(x1) & a_funny(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
School field trip with many children having fun taking pictures. | A man is throwing things at some children. | 2 | -100 | A man is not children having fun | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & with(x1,x4) & for(e1,e2) & Theme(e2,x7) & Actor(e2,x5) & v_take(e2) & n_picture(x7) & Theme(e1,x6) & Actor(e1,x5) & v_have(e1) & n_fun(x6) & (x4 = x5) & n_child(x4) & n_quantity(x4) & n_trip(x1) & of(x1,x3) & n_field(x3) & (x1 = x2) & ne_nam_school(x2)) | exists e1 x1 x2 x3.(at(e1,x3) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_thing(x2) & n_man(x1)) | 4dcea2fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6 x7.(with(x1,x4) & v_take(e2) & v_have(e1) & of(x1,x3) & ne_nam_school(x2) & n_trip(x1) & n_quantity(x4) & n_picture(x7) & n_fun(x6) & n_field(x3) & n_child(x4) & for(e1,e2) & a_topic(x1) & Theme(e2,x7) & Theme(e1,x6) & Actor(e2,x5) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) | exists e1 x1 x2 x3.(v_throw(e1) & n_thing(x2) & n_man(x1) & n_child(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young latin girl is mourning the loss of her grandfather. | A girl is mourning. | 0 | -100 | The young latin girl is a girl. She is mourning the loss of her grandfather, so she is mourning. | exists e1 s1 x1 x2 x3 x4.(n_grandfather(x4) & of(x4,x3) & n_female(x3) & n_loss(x3) & Theme(e1,x3) & Actor(e1,x1) & v_mourn(e1) & of(x3,x4) & n_girl(x1) & of(x1,x2) & n_latin(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_mourn(e1) & n_girl(x1)) | 4dceb574-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_mourn(e1) & of(x4,x3) & of(x3,x4) & of(x1,x2) & n_loss(x3) & n_latin(x2) & n_grandfather(x4) & n_girl(x1) & n_female(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1.(v_mourn(e1) & n_girl(x1) & Actor(e1,x1)) |
||
A young latin girl is mourning the loss of her grandfather. | A girl is mourning the loss of her grandfather at the wake. | 1 | -100 | the girl could be mourning anywhere not just at the wake | exists e1 s1 x1 x2 x3 x4.(n_grandfather(x4) & of(x4,x3) & n_female(x3) & n_loss(x3) & Theme(e1,x3) & Actor(e1,x1) & v_mourn(e1) & of(x3,x4) & n_girl(x1) & of(x1,x2) & n_latin(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(n_wake(x4) & n_grandfather(x3) & of(x3,x2) & n_female(x2) & n_loss(x2) & Theme(e1,x2) & Actor(e1,x1) & v_mourn(e1) & at(x2,x4) & of(x2,x3) & n_girl(x1)) | 4dceb9f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_mourn(e1) & of(x4,x3) & of(x3,x4) & of(x1,x2) & n_loss(x3) & n_latin(x2) & n_grandfather(x4) & n_girl(x1) & n_female(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_mourn(e1) & of(x3,x2) & of(x2,x3) & n_wake(x4) & n_loss(x2) & n_grandfather(x3) & n_girl(x1) & n_female(x2) & at(x2,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young latin girl is mourning the loss of her grandfather. | A girl is happy that her sister is getting married. | 2 | -100 | One is happy, the other is mourning - they are two conflicting emotions. | exists e1 s1 x1 x2 x3 x4.(n_grandfather(x4) & of(x4,x3) & n_female(x3) & n_loss(x3) & Theme(e1,x3) & Actor(e1,x1) & v_mourn(e1) & of(x3,x4) & n_girl(x1) & of(x1,x2) & n_latin(x2) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_happy(e1) & exists e2 p2.(exists e3.(Theme(e3,x2) & v_marry(e3)) & Topic(e2,p2) & Actor(e2,x2) & v_get(e2)) & n_sister(x2) & of(x2,x1) & n_female(x1) & n_girl(x1)) | 4dcebe5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_mourn(e1) & of(x4,x3) & of(x3,x4) & of(x1,x2) & n_loss(x3) & n_latin(x2) & n_grandfather(x4) & n_girl(x1) & n_female(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_happy(e1) & of(x2,x1) & n_sister(x2) & n_girl(x1) & n_female(x1) & exists e2 p2.(v_get(e2) & exists e3.(v_marry(e3) & Theme(e3,x2)) & Topic(e2,p2) & Actor(e2,x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
People walking outside near a set of buildings and a city street. | People are walking to work. | 1 | -100 | Walking outside near buildings doesn't imply they are walking to work. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & near(e1,x3) & of(x3,x4) & subset_of(x6,x4) & n_street(x6) & of(x6,x7) & n_city(x7) & subset_of(x5,x4) & n_building(x5) & n_set(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2.(to(e1,x2) & n_work(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | 4dcec3a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x6,x7) & of(x3,x4) & near(e1,x3) & n_street(x6) & n_set(x3) & n_people(x1) & n_city(x7) & n_building(x5) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_walk(e1) & to(e1,x2) & n_work(x2) & n_people(x1) & Actor(e1,x1)) |
||
People walking outside near a set of buildings and a city street. | People are at home, fast asleep in their beds. | 2 | -100 | People cannot be simultaneously outside and at home | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & near(e1,x3) & of(x3,x4) & subset_of(x6,x4) & n_street(x6) & of(x6,x7) & n_city(x7) & subset_of(x5,x4) & n_building(x5) & n_set(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1)) | exists p1 x1 x2.(r_asleep(p1) & in(p1,x2) & n_bed(x2) & of(x2,x1) & n_thing(x1) & r_fast(p1) & exists x3.(at(x1,x3) & n_home(x3)) & n_people(x1)) | 4dcec870-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x6,x7) & of(x3,x4) & near(e1,x3) & n_street(x6) & n_set(x3) & n_people(x1) & n_city(x7) & n_building(x5) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists p1 x1 x2.(r_fast(p1) & r_asleep(p1) & of(x2,x1) & n_thing(x1) & n_people(x1) & n_bed(x2) & in(p1,x2) & exists x3.(n_home(x3) & at(x1,x3))) |
||
People walking outside near a set of buildings and a city street. | People are walking near the buildings and the street. | 0 | -100 | People are walking is a rephrase of people walking. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & near(e1,x3) & of(x3,x4) & subset_of(x6,x4) & n_street(x6) & of(x6,x7) & n_city(x7) & subset_of(x5,x4) & n_building(x5) & n_set(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1)) | exists e1 x1 x2 x3 x4.(n_street(x4) & n_building(x3) & near(e1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | 4dceccda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_walk(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x6,x7) & of(x3,x4) & near(e1,x3) & n_street(x6) & n_set(x3) & n_people(x1) & n_city(x7) & n_building(x5) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & near(e1,x2) & n_street(x4) & n_people(x1) & n_building(x3) & Actor(e1,x1)) |
||
The young girl is in agony. | THE BOY SCREAMED ALL NIGHT | 2 | -100 | One can be either a girl or a boy | exists p1 s1 x1.(n_girl(x1) & a_young(s1) & Theme(s1,x1) & exists x2.(in(x1,x2) & n_agony(x2))) | exists s1 x1 x2 x3.(ne_nam_night(s1) & (s1 = x3) & ne_nam_all(x3) & (s1 = x2) & ne_nam_screamed(x2) & (s1 = x1) & ne_nam_boy(x1) & a_topic(s1)) | 4dced13a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1.(n_girl(x1) & exists x2.(n_agony(x2) & in(x1,x2)) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(ne_nam_screamed(x2) & ne_nam_night(s1) & ne_nam_boy(x1) & ne_nam_all(x3) & a_topic(s1) & (s1 = x3) & (s1 = x2) & (s1 = x1)) |
||
The young girl is in agony. | SHE IS IN PAIN BECAUSE SHE BROKE HER LEG | 1 | -100 | Agony does not imply that she broke her leg. | exists p1 s1 x1.(n_girl(x1) & a_young(s1) & Theme(s1,x1) & exists x2.(in(x1,x2) & n_agony(x2))) | exists s1 x1 x2 x3 x4 x5 x6.(ne_nam_leg(x2) & (x2 = x6) & ne_nam_her(x6) & (x2 = x5) & ne_nam_broke(x5) & (x2 = x1) & ne_nam_she(x1) & ne_nam_she(x1) & (x2 = x4) & ne_nam_because(x4) & (x2 = x3) & ne_nam_pain(x3) & ne_nam_is(s1) & (s1 = x1) & a_topic(s1) & in(s1,x2)) | 4dced612-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1.(n_girl(x1) & exists x2.(n_agony(x2) & in(x1,x2)) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3 x4 x5 x6.(ne_nam_she(x1) & ne_nam_pain(x3) & ne_nam_leg(x2) & ne_nam_is(s1) & ne_nam_her(x6) & ne_nam_broke(x5) & ne_nam_because(x4) & in(s1,x2) & a_topic(s1) & (x2 = x6) & (x2 = x5) & (x2 = x4) & (x2 = x3) & (x2 = x1) & (s1 = x1)) |
||
The young girl is in agony. | PAIN IS WHAT THE GIRL IS IN | 0 | -100 | Pain naturally accompanies agony. | exists p1 s1 x1.(n_girl(x1) & a_young(s1) & Theme(s1,x1) & exists x2.(in(x1,x2) & n_agony(x2))) | exists e1 s1 x1 x2 x3 x4 x5.(ne_nam_girl(x1) & (x1 = x5) & ne_nam_the(x5) & (x1 = x4) & ne_nam_what(x4) & (x1 = x3) & ne_nam_is(x3) & (x1 = x2) & ne_nam_pain(x2) & a_in(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1)) | 4dcedaae-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1.(n_girl(x1) & exists x2.(n_agony(x2) & in(x1,x2)) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_be(e1) & ne_nam_what(x4) & ne_nam_the(x5) & ne_nam_pain(x2) & ne_nam_is(x3) & ne_nam_girl(x1) & a_in(s1) & Manner(e1,s1) & Actor(e1,x1) & (x1 = x5) & (x1 = x4) & (x1 = x3) & (x1 = x2)) |
||
A guy on Rollerblades is grinding on a rail in a skate park. | The rollerblade guy is jumping on rails. | 0 | -100 | If a guy is grinding a rail he would have to be jumping. | exists e1 x1 x2 x3 x4 x5.(ne_org_rollerblades(x2) & on(e1,x3) & in(x3,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & n_rail(x3) & Actor(e1,x1) & v_grind(e1) & on(x1,x2) & n_guy(x1)) | exists e1 x1 x2 x3.(n_guy(x1) & of(x1,x2) & n_rollerblade(x2) & on(e1,x3) & n_rail(x3) & Actor(e1,x1) & v_jump(e1)) | 4dcee01c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grind(e1) & on(x1,x2) & on(e1,x3) & of(x4,x5) & ne_org_rollerblades(x2) & n_skate(x5) & n_rail(x3) & n_park(x4) & n_guy(x1) & in(x3,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_jump(e1) & on(e1,x3) & of(x1,x2) & n_rollerblade(x2) & n_rail(x3) & n_guy(x1) & Actor(e1,x1)) |
||
A guy on Rollerblades is grinding on a rail in a skate park. | The guy is doing tricks on his rollerblades. | 1 | -100 | Grinding on a rail does not imply tricks. | exists e1 x1 x2 x3 x4 x5.(ne_org_rollerblades(x2) & on(e1,x3) & in(x3,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & n_rail(x3) & Actor(e1,x1) & v_grind(e1) & on(x1,x2) & n_guy(x1)) | exists e1 x1 x2 x3.(n_rollerblade(x3) & of(x3,x1) & n_male(x1) & n_guy(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2)) | 4dcee4fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grind(e1) & on(x1,x2) & on(e1,x3) & of(x4,x5) & ne_org_rollerblades(x2) & n_skate(x5) & n_rail(x3) & n_park(x4) & n_guy(x1) & in(x3,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_do(e1) & on(e1,x3) & of(x3,x1) & n_trick(x2) & n_rollerblade(x3) & n_male(x1) & n_guy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A guy on Rollerblades is grinding on a rail in a skate park. | The guy on rollerblades is doing cartwheels. | 2 | -100 | You cannot grind on a rail and do cartwheels at the same time | exists e1 x1 x2 x3 x4 x5.(ne_org_rollerblades(x2) & on(e1,x3) & in(x3,x4) & n_park(x4) & of(x4,x5) & n_skate(x5) & n_rail(x3) & Actor(e1,x1) & v_grind(e1) & on(x1,x2) & n_guy(x1)) | exists e1 x1 x2 x3.(n_guy(x1) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_cartwheel(x3) & on(x1,x2) & n_rollerblade(x2)) | 4dcee9ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_grind(e1) & on(x1,x2) & on(e1,x3) & of(x4,x5) & ne_org_rollerblades(x2) & n_skate(x5) & n_rail(x3) & n_park(x4) & n_guy(x1) & in(x3,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_do(e1) & on(x1,x2) & n_rollerblade(x2) & n_guy(x1) & n_cartwheel(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
Two young women are embracing at the side of a road and looking at an mp3 player. | A woman is showing another woman her favorite song on the side of the road. | 1 | -100 | Not all women embracing are showing something to each other. All women do not listen to only their favorite song. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(n_side(x2) & at(e2,x5) & n_player(x5) & a_mp3(s3) & Theme(s3,x5) & Actor(e2,x4) & v_look(e2) & n_woman(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & at(e1,x2) & of(x2,x3) & n_road(x3) & Actor(e1,x1) & v_embrace(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_road(x6) & n_side(x5) & Theme(e1,x3) & Actor(e1,x1) & v_show(e1) & on(x3,x5) & of(x5,x6) & n_song(x3) & a_favorite(s4) & Theme(s4,x3) & a_her(s3) & Theme(s3,x3) & of(x3,x4) & n_woman(x4) & -(x3 = x2) & n_song(x2) & a_favorite(s2) & Theme(s2,x2) & a_her(s1) & Theme(s1,x2) & of(x2,x1) & n_woman(x1) & n_woman(x1)) | 4dceefa8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_look(e2) & v_embrace(e1) & of(x2,x3) & n_woman(x4) & n_woman(x1) & n_side(x2) & n_road(x3) & n_player(x5) & card_eq_2(x4) & card_eq_2(x1) & at(e2,x5) & at(e1,x2) & a_young(s2) & a_young(s1) & a_mp3(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_show(e1) & on(x3,x5) & of(x5,x6) & of(x3,x4) & of(x2,x1) & n_woman(x4) & n_woman(x1) & n_song(x3) & n_song(x2) & n_side(x5) & n_road(x6) & a_her(s3) & a_her(s1) & a_favorite(s4) & a_favorite(s2) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x2)) |
||
Two young women are embracing at the side of a road and looking at an mp3 player. | Two people are looking at a device outside. | 0 | -100 | People is a less specific term for women and looking is looking. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(n_side(x2) & at(e2,x5) & n_player(x5) & a_mp3(s3) & Theme(s3,x5) & Actor(e2,x4) & v_look(e2) & n_woman(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & at(e1,x2) & of(x2,x3) & n_road(x3) & Actor(e1,x1) & v_embrace(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(at(e1,x2) & n_outside(x2) & of(x2,x3) & n_device(x3) & Actor(e1,x1) & v_look(e1) & n_people(x1) & card_eq_2(x1)) | 4dcef49e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(v_look(e2) & v_embrace(e1) & of(x2,x3) & n_woman(x4) & n_woman(x1) & n_side(x2) & n_road(x3) & n_player(x5) & card_eq_2(x4) & card_eq_2(x1) & at(e2,x5) & at(e1,x2) & a_young(s2) & a_young(s1) & a_mp3(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_look(e1) & of(x2,x3) & n_people(x1) & n_outside(x2) & n_device(x3) & card_eq_2(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Two young women are embracing at the side of a road and looking at an mp3 player. | Two men are in a car with the radio off. | 2 | -100 | Two women are not the same as two men and being at the side of the road is not the same as being in a car. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_side(x2) & at(e2,x5) & n_player(x5) & a_mp3(s3) & Theme(s3,x5) & Actor(e2,x4) & v_look(e2) & n_woman(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & at(e1,x2) & of(x2,x3) & n_road(x3) & Actor(e1,x1) & v_embrace(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 s1 x1 x3.(n_radio(x3) & a_off(s1) & Manner(p1,s1) & exists x2.(in(x1,x2) & with(x2,x3) & n_car(x2)) & n_man(x1) & card_eq_2(x1)) | 4dcef98a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_look(e2) & v_embrace(e1) & of(x2,x3) & n_woman(x4) & n_woman(x1) & n_side(x2) & n_road(x3) & n_player(x5) & card_eq_2(x4) & card_eq_2(x1) & at(e2,x5) & at(e1,x2) & a_young(s2) & a_young(s1) & a_mp3(s3) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1)) | exists p1 s1 x1 x3.(n_radio(x3) & n_man(x1) & exists x2.(with(x2,x3) & n_car(x2) & in(x1,x2)) & card_eq_2(x1) & a_off(s1) & Manner(p1,s1)) |
||
Warrior women dressed ready for combat. | Woman in formal business attire. | 2 | -100 | Women dressed for combat are obviously not wearing formal business attire. | exists e1 p1 s1 x1 x2.(a_topic(x1) & exists s2 x3.(for(s2,x3) & n_combat(x3) & Theme(s2,x2) & a_ready(s2)) & Recipient(e1,p1) & Topic(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & a_warrior(s1) & Theme(s1,x1)) | exists s1 s2 x1 x2.(ne_nam_woman(s1) & a_topic(s1) & in(s1,x1) & n_attire(x1) & of(x1,x2) & n_business(x2) & a_formal(s2) & Theme(s2,x1)) | 4dcefeda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_dress(e1) & n_woman(x1) & exists s2 x3.(n_combat(x3) & for(s2,x3) & a_ready(s2) & Theme(s2,x2)) & a_warrior(s1) & a_topic(x1) & Topic(e1,x2) & Theme(s1,x1) & Recipient(e1,p1) & (x1 = x2)) | exists s1 s2 x1 x2.(of(x1,x2) & ne_nam_woman(s1) & n_business(x2) & n_attire(x1) & in(s1,x1) & a_topic(s1) & a_formal(s2) & Theme(s2,x1)) |
||
Warrior women dressed ready for combat. | Woman dressed for combat. | 0 | -100 | Woman is a singular form of women. | exists e1 p1 s1 x1 x2.(a_topic(x1) & exists s2 x3.(for(s2,x3) & n_combat(x3) & Theme(s2,x2) & a_ready(s2)) & Recipient(e1,p1) & Topic(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & a_warrior(s1) & Theme(s1,x1)) | exists e1 x1 x2.(ne_nam_woman(x1) & for(e1,x2) & n_combat(x2) & Actor(e1,x1) & v_dress(e1)) | 4dcf03bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_dress(e1) & n_woman(x1) & exists s2 x3.(n_combat(x3) & for(s2,x3) & a_ready(s2) & Theme(s2,x2)) & a_warrior(s1) & a_topic(x1) & Topic(e1,x2) & Theme(s1,x1) & Recipient(e1,p1) & (x1 = x2)) | exists e1 x1 x2.(v_dress(e1) & ne_nam_woman(x1) & n_combat(x2) & for(e1,x2) & Actor(e1,x1)) |
||
Warrior women dressed ready for combat. | Woman wearing a grass skirt. | 1 | -100 | Not all women wear grass skirts to be dressed for combat. | exists e1 p1 s1 x1 x2.(a_topic(x1) & exists s2 x3.(for(s2,x3) & n_combat(x3) & Theme(s2,x2) & a_ready(s2)) & Recipient(e1,p1) & Topic(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & a_warrior(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(ne_nam_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_skirt(x2) & of(x2,x3) & n_grass(x3)) | 4dcf0894-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_dress(e1) & n_woman(x1) & exists s2 x3.(n_combat(x3) & for(s2,x3) & a_ready(s2) & Theme(s2,x2)) & a_warrior(s1) & a_topic(x1) & Topic(e1,x2) & Theme(s1,x1) & Recipient(e1,p1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & ne_nam_woman(x1) & n_skirt(x2) & n_grass(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two teenage girls are standing on beside the beach listening to ipods. | Girls are at a beach | 0 | -100 | Girls can be teenage and listening to ipods. | exists e1 s1 s2 x1 x2 x3 x4.(n_listening(x2) & of(x2,x3) & n_beach(x3) & to(e1,x4) & n_ipod(x4) & beside(e1,x2) & a_on(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1.(exists x2.(at(x1,x2) & n_beach(x2)) & n_girl(x1)) | 4dcf0e2a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & to(e1,x4) & of(x2,x3) & n_listening(x2) & n_ipod(x4) & n_girl(x1) & n_beach(x3) & card_eq_2(x1) & beside(e1,x2) & a_teenage(s1) & a_on(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists x1.(n_girl(x1) & exists x2.(n_beach(x2) & at(x1,x2))) |
||
Two teenage girls are standing on beside the beach listening to ipods. | Girls are trading songs | 1 | -100 | Not all girls trade songs. | exists e1 s1 s2 x1 x2 x3 x4.(n_listening(x2) & of(x2,x3) & n_beach(x3) & to(e1,x4) & n_ipod(x4) & beside(e1,x2) & a_on(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_trade(e1) & n_song(x2) & n_girl(x1)) | 4dcf132a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & to(e1,x4) & of(x2,x3) & n_listening(x2) & n_ipod(x4) & n_girl(x1) & n_beach(x3) & card_eq_2(x1) & beside(e1,x2) & a_teenage(s1) & a_on(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_trade(e1) & n_song(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two teenage girls are standing on beside the beach listening to ipods. | Girls are sleeping | 2 | -100 | The girls are not both standing on the beach and sleeping at the same time. | exists e1 s1 s2 x1 x2 x3 x4.(n_listening(x2) & of(x2,x3) & n_beach(x3) & to(e1,x4) & n_ipod(x4) & beside(e1,x2) & a_on(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_teenage(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_girl(x1)) | 4dcf17a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_stand(e1) & to(e1,x4) & of(x2,x3) & n_listening(x2) & n_ipod(x4) & n_girl(x1) & n_beach(x3) & card_eq_2(x1) & beside(e1,x2) & a_teenage(s1) & a_on(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1.(v_sleep(e1) & n_girl(x1) & Actor(e1,x1)) |
||
Two females are in an embrace on the street aside a beach. | The females know each other. | 0 | -100 | Females can be two. People who know each other sometimes embrace. | exists p1 x1 x2 x3.(n_street(x3) & in(p1,x2) & on(x2,x3) & n_embrace(x2) & exists x4.(aside(x1,x4) & n_beach(x4)) & n_female(x1) & card_eq_2(x1)) | exists x1.(n_female(x1) & all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_know(e1)))) | 4dcf1c12-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3.(on(x2,x3) & n_street(x3) & n_female(x1) & n_embrace(x2) & in(p1,x2) & exists x4.(n_beach(x4) & aside(x1,x4)) & card_eq_2(x1)) | exists x1.(n_female(x1) & all x2.(exists e1.(v_know(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2))) |
||
Two females are in an embrace on the street aside a beach. | The females are lovers. | 1 | -100 | Not all females that embrace are lovers. | exists p1 x1 x2 x3.(n_street(x3) & in(p1,x2) & on(x2,x3) & n_embrace(x2) & exists x4.(aside(x1,x4) & n_beach(x4)) & n_female(x1) & card_eq_2(x1)) | exists p1 x1.(n_female(x1) & exists x2.((x1 = x2) & n_lover(x2))) | 4dcf2072-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3.(on(x2,x3) & n_street(x3) & n_female(x1) & n_embrace(x2) & in(p1,x2) & exists x4.(n_beach(x4) & aside(x1,x4)) & card_eq_2(x1)) | exists x1.(n_female(x1) & exists x2.(n_lover(x2) & (x1 = x2))) |
||
Two females are in an embrace on the street aside a beach. | They are embracing in bed. | 2 | -100 | They cannot be embracing on the street near a beach and in a bed at the same time. | exists p1 x1 x2 x3.(n_street(x3) & in(p1,x2) & on(x2,x3) & n_embrace(x2) & exists x4.(aside(x1,x4) & n_beach(x4)) & n_female(x1) & card_eq_2(x1)) | exists e1 x1.(in(e1,x1) & n_bed(x1) & Actor(e1,x1) & v_embrace(e1) & n_thing(x1)) | 4dcf2540-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 x1 x2 x3.(on(x2,x3) & n_street(x3) & n_female(x1) & n_embrace(x2) & in(p1,x2) & exists x4.(n_beach(x4) & aside(x1,x4)) & card_eq_2(x1)) | exists e1 x1.(v_embrace(e1) & n_thing(x1) & n_bed(x1) & in(e1,x1) & Actor(e1,x1)) |
||
Asian girl performing with nun chucks and cat painting in her face | The girl is cleaning her face in the sink. | 2 | -100 | The girl would not be cleaning her face if she is still performing with cat makeup on. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(e1,x7) & n_face(x7) & of(x7,x1) & n_female(x1) & with(e1,x3) & n_painting(x5) & of(x5,x6) & n_cat(x6) & n_chuck(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_nun(s2) & Theme(s2,x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_girl(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_sink(x3) & n_face(x2) & of(x2,x1) & n_female(x1) & n_girl(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_clean(e1)) | 4dcf29c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_perform(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x1) & of(x5,x6) & n_painting(x5) & n_girl(x1) & n_female(x1) & n_face(x7) & n_chuck(x4) & n_cat(x6) & in(e1,x7) & a_topic(x1) & a_nun(s2) & a_asian(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_clean(e1) & of(x2,x1) & n_sink(x3) & n_girl(x1) & n_female(x1) & n_face(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Asian girl performing with nun chucks and cat painting in her face | A girl has an animal painted on her face | 0 | -100 | A girl can be Asian and a cat is an animal. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(e1,x7) & n_face(x7) & of(x7,x1) & n_female(x1) & with(e1,x3) & n_painting(x5) & of(x5,x6) & n_cat(x6) & n_chuck(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_nun(s2) & Theme(s2,x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_girl(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & on(e1,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x3) & v_paint(e1) & (x2 = x3) & n_animal(x2) & n_girl(x1)) | 4dcf2e3c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_perform(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x1) & of(x5,x6) & n_painting(x5) & n_girl(x1) & n_female(x1) & n_face(x7) & n_chuck(x4) & n_cat(x6) & in(e1,x7) & a_topic(x1) & a_nun(s2) & a_asian(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 x1 x2 x3 x4.(v_paint(e1) & v_have(e2) & on(e1,x4) & of(x4,x1) & n_girl(x1) & n_female(x1) & n_face(x4) & n_animal(x2) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & (x2 = x3)) |
||
Asian girl performing with nun chucks and cat painting in her face | The girl is performing family ritual. | 1 | -100 | Not all girl (s) are Asian. Not all performances are a ritual. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(e1,x7) & n_face(x7) & of(x7,x1) & n_female(x1) & with(e1,x3) & n_painting(x5) & of(x5,x6) & n_cat(x6) & n_chuck(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_nun(s2) & Theme(s2,x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_girl(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_ritual(x2) & of(x2,x3) & n_family(x3)) | 4dcf3292-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_perform(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x1) & of(x5,x6) & n_painting(x5) & n_girl(x1) & n_female(x1) & n_face(x7) & n_chuck(x4) & n_cat(x6) & in(e1,x7) & a_topic(x1) & a_nun(s2) & a_asian(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_ritual(x2) & n_girl(x1) & n_family(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Japanese girls in plastic and karate suits to lose weight and there practicing with nun chucks. | there is a white person doing karate | 2 | -100 | Japanese girls are not white. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_chuck(x5) & a_nun(s2) & Theme(s2,x5) & Actor(e1,x1) & v_practice(e1) & in(x1,x2) & Topic(x2,p1) & exists e2 x6 x7 x8.(Theme(e2,x6) & Actor(e2,x2) & v_lose(e2) & n_there(x8) & n_weight(x7) & subset_of(x8,x6) & subset_of(x7,x6)) & n_suit(x2) & of(x2,x4) & n_karate(x4) & of(x2,x3) & n_plastic(x3) & n_girl(x1) & a_japanese(s1) & Theme(s1,x1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_karate(x4) & (x2 = x3) & n_person(x2) & a_white(s1) & Theme(s1,x2)) | 4dcf36f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_practice(e1) & of(x2,x4) & of(x2,x3) & n_suit(x2) & n_plastic(x3) & n_karate(x4) & n_girl(x1) & n_chuck(x5) & in(x1,x2) & exists e2 x6 x7 x8.(v_lose(e2) & subset_of(x8,x6) & subset_of(x7,x6) & n_weight(x7) & n_there(x8) & Theme(e2,x6) & Actor(e2,x2)) & a_nun(s2) & a_japanese(s1) & Topic(x2,p1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 e1 s1 x2 x3 x4.(v_do(e1) & n_person(x2) & n_karate(x4) & a_white(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Japanese girls in plastic and karate suits to lose weight and there practicing with nun chucks. | japanese girls are doing karate | 0 | -100 | Girls can wear plastic and karate suits. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_chuck(x5) & a_nun(s2) & Theme(s2,x5) & Actor(e1,x1) & v_practice(e1) & in(x1,x2) & Topic(x2,p1) & exists e2 x6 x7 x8.(Theme(e2,x6) & Actor(e2,x2) & v_lose(e2) & n_there(x8) & n_weight(x7) & subset_of(x8,x6) & subset_of(x7,x6)) & n_suit(x2) & of(x2,x4) & n_karate(x4) & of(x2,x3) & n_plastic(x3) & n_girl(x1) & a_japanese(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_karate(x2) & n_girl(x1) & a_japanese(s1) & Theme(s1,x1)) | 4dcf3d78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_practice(e1) & of(x2,x4) & of(x2,x3) & n_suit(x2) & n_plastic(x3) & n_karate(x4) & n_girl(x1) & n_chuck(x5) & in(x1,x2) & exists e2 x6 x7 x8.(v_lose(e2) & subset_of(x8,x6) & subset_of(x7,x6) & n_weight(x7) & n_there(x8) & Theme(e2,x6) & Actor(e2,x2)) & a_nun(s2) & a_japanese(s1) & Topic(x2,p1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_do(e1) & n_karate(x2) & n_girl(x1) & a_japanese(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Japanese girls in plastic and karate suits to lose weight and there practicing with nun chucks. | They are in a competetion | 1 | -100 | Not all people are Japanese girls. Not all practices are a competetion. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & n_chuck(x5) & a_nun(s2) & Theme(s2,x5) & Actor(e1,x1) & v_practice(e1) & in(x1,x2) & Topic(x2,p1) & exists e2 x6 x7 x8.(Theme(e2,x6) & Actor(e2,x2) & v_lose(e2) & n_there(x8) & n_weight(x7) & subset_of(x8,x6) & subset_of(x7,x6)) & n_suit(x2) & of(x2,x4) & n_karate(x4) & of(x2,x3) & n_plastic(x3) & n_girl(x1) & a_japanese(s1) & Theme(s1,x1)) | exists p1 x1.(n_thing(x1) & exists x2.(in(x1,x2) & n_competetion(x2))) | 4dcf42b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_practice(e1) & of(x2,x4) & of(x2,x3) & n_suit(x2) & n_plastic(x3) & n_karate(x4) & n_girl(x1) & n_chuck(x5) & in(x1,x2) & exists e2 x6 x7 x8.(v_lose(e2) & subset_of(x8,x6) & subset_of(x7,x6) & n_weight(x7) & n_there(x8) & Theme(e2,x6) & Actor(e2,x2)) & a_nun(s2) & a_japanese(s1) & Topic(x2,p1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_thing(x1) & exists x2.(n_competetion(x2) & in(x1,x2))) |
||
This female is ready to fight if need be, she is trained. | This female is not ready to fight because she has no prior experience. | 2 | -100 | In sentence 1 the girl is ready to fight and trained, in sentence 2 she is not. | exists e2 e1 p1 s1 x1 x2 x3 x4.(n_female(x2) & n_female(x2) & Theme(e2,x2) & v_train(e2) & Actor(e1,x1) & v_be(e1) & subset_of(x4,x1) & n_need(x4) & subset_of(x2,x1) & Topic(s1,p1) & Actor(s1,x3) & a_ready(s1) & exists e3.(Actor(e3,x3) & v_fight(e3)) & (x2 = x3)) | exists x1.(n_female(x1) & n_female(x1) & -exists p1 s1.(Topic(s1,p1) & Actor(s1,x1) & a_ready(s1) & exists e1 p2.(-exists e2 s2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & n_experience(x2) & a_prior(s2) & Theme(s2,x2)) & because(e1,p2) & Actor(e1,x1) & v_fight(e1)))) | 4dcf46ce-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4.(v_train(e2) & v_be(e1) & subset_of(x4,x1) & subset_of(x2,x1) & n_need(x4) & n_female(x2) & exists e3.(v_fight(e3) & Actor(e3,x3)) & a_ready(s1) & Topic(s1,p1) & Theme(e2,x2) & Actor(s1,x3) & Actor(e1,x1) & (x2 = x3)) | exists x1.(n_female(x1) & all p1 s1.(all e1 p2.(exists e2 s2 x2.(v_have(e2) & n_experience(x2) & a_prior(s2) & Theme(s2,x2) & Theme(e2,x2) & Actor(e2,x1)) | -v_fight(e1) | -because(e1,p2) | -Actor(e1,x1)) | -a_ready(s1) | -Topic(s1,p1) | -Actor(s1,x1))) |
||
This female is ready to fight if need be, she is trained. | This female is able to participate in a fight. | 0 | -100 | The female is ready to fight, so she is able to fight. | exists e2 e1 p1 s1 x1 x2 x3 x4.(n_female(x2) & n_female(x2) & Theme(e2,x2) & v_train(e2) & Actor(e1,x1) & v_be(e1) & subset_of(x4,x1) & n_need(x4) & subset_of(x2,x1) & Topic(s1,p1) & Actor(s1,x3) & a_ready(s1) & exists e3.(Actor(e3,x3) & v_fight(e3)) & (x2 = x3)) | exists p1 s1 x1.(n_female(x1) & Topic(s1,p1) & Actor(s1,x1) & a_able(s1) & exists e1 x2.(in(e1,x2) & n_fight(x2) & Actor(e1,x1) & v_participate(e1))) | 4dcf4b60-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4.(v_train(e2) & v_be(e1) & subset_of(x4,x1) & subset_of(x2,x1) & n_need(x4) & n_female(x2) & exists e3.(v_fight(e3) & Actor(e3,x3)) & a_ready(s1) & Topic(s1,p1) & Theme(e2,x2) & Actor(s1,x3) & Actor(e1,x1) & (x2 = x3)) | exists p1 s1 x1.(n_female(x1) & exists e1 x2.(v_participate(e1) & n_fight(x2) & in(e1,x2) & Actor(e1,x1)) & a_able(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
This female is ready to fight if need be, she is trained. | This female is read to fight, she is trained in karate. | 1 | -100 | we don't know what she is trained in so it may not be karate | exists e2 e1 p1 s1 x1 x2 x3 x4.(n_female(x2) & n_female(x2) & Theme(e2,x2) & v_train(e2) & Actor(e1,x1) & v_be(e1) & subset_of(x4,x1) & n_need(x4) & subset_of(x2,x1) & Topic(s1,p1) & Actor(s1,x3) & a_ready(s1) & exists e3.(Actor(e3,x3) & v_fight(e3)) & (x2 = x3)) | exists e2 e1 p1 x1 x2.(n_female(x1) & n_female(x1) & in(e2,x2) & n_karate(x2) & Theme(e2,x1) & v_train(e2) & Topic(e1,p1) & exists e3.(Actor(e3,x1) & v_fight(e3)) & Theme(e1,x1) & v_read(e1)) | 4dcf4f98-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4.(v_train(e2) & v_be(e1) & subset_of(x4,x1) & subset_of(x2,x1) & n_need(x4) & n_female(x2) & exists e3.(v_fight(e3) & Actor(e3,x3)) & a_ready(s1) & Topic(s1,p1) & Theme(e2,x2) & Actor(s1,x3) & Actor(e1,x1) & (x2 = x3)) | exists e2 e1 p1 x1 x2.(v_train(e2) & v_read(e1) & n_karate(x2) & n_female(x1) & in(e2,x2) & exists e3.(v_fight(e3) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x1) & Theme(e1,x1)) |
||
A group of seven friends are jumping near the bank of a brown river. | A group of friends jump. | 0 | -100 | Friends can be seven people. | exists e1 s1 x1 x2 x3 x4.(n_bank(x3) & near(e1,x3) & of(x3,x4) & n_river(x4) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1) & v_jump(e1) & of(x1,x2) & n_friend(x2) & card_eq_7(x2) & n_group(x1)) | exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & n_jump(x2) & of(x2,x3) & n_friend(x3) & n_group(x1)) | 4dcf53b2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_jump(e1) & of(x3,x4) & of(x1,x2) & near(e1,x3) & n_river(x4) & n_group(x1) & n_friend(x2) & n_bank(x3) & card_eq_7(x2) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & of(x1,x2) & n_jump(x2) & n_group(x1) & n_friend(x3) & a_topic(x1)) |
||
A group of seven friends are jumping near the bank of a brown river. | A group of friends start a forest fire. | 2 | -100 | Jumping near a river bank does not start a forest fire. | exists e1 s1 x1 x2 x3 x4.(n_bank(x3) & near(e1,x3) & of(x3,x4) & n_river(x4) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1) & v_jump(e1) & of(x1,x2) & n_friend(x2) & card_eq_7(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_start(e1) & n_fire(x3) & of(x3,x4) & n_forest(x4) & of(x1,x2) & n_friend(x2) & n_group(x1)) | 4dcf57e0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_jump(e1) & of(x3,x4) & of(x1,x2) & near(e1,x3) & n_river(x4) & n_group(x1) & n_friend(x2) & n_bank(x3) & card_eq_7(x2) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_start(e1) & of(x3,x4) & of(x1,x2) & n_group(x1) & n_friend(x2) & n_forest(x4) & n_fire(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of seven friends are jumping near the bank of a brown river. | A group of friends are jumping and having fun. | 1 | -100 | Not all groups of friends have seven people. Not all friends jumping are having fun. | exists e1 s1 x1 x2 x3 x4.(n_bank(x3) & near(e1,x3) & of(x3,x4) & n_river(x4) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1) & v_jump(e1) & of(x1,x2) & n_friend(x2) & card_eq_7(x2) & n_group(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(Theme(e2,x5) & Actor(e2,x3) & v_have(e2) & n_fun(x5) & of(x3,x4) & n_friend(x4) & n_group(x3) & Actor(e1,x1) & v_jump(e1) & of(x1,x2) & n_friend(x2) & n_group(x1)) | 4dcf5c04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_jump(e1) & of(x3,x4) & of(x1,x2) & near(e1,x3) & n_river(x4) & n_group(x1) & n_friend(x2) & n_bank(x3) & card_eq_7(x2) & a_brown(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4 x5.(v_jump(e1) & v_have(e2) & of(x3,x4) & of(x1,x2) & n_group(x3) & n_group(x1) & n_fun(x5) & n_friend(x4) & n_friend(x2) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1)) |
||
Eight people dancing and jumping around at a creek side. | The people are at the movie theater. | 2 | -100 | A creek side cannot be inside a movie theater. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e2,x4) & n_side(x4) & a_creek(s3) & Theme(s3,x4) & a_around(s2) & Manner(e2,s2) & Actor(e2,x3) & v_jump(e2) & n_people(x3) & card_eq_8(x3) & at(e1,x2) & n_side(x2) & a_creek(s1) & Theme(s1,x2) & Actor(e1,x1) & v_dance(e1) & n_people(x1) & card_eq_8(x1)) | exists p1 x1 x2 x3.(n_theater(x2) & of(x2,x3) & n_movie(x3) & n_people(x1) & at(x1,x2)) | 4dcf6104-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_jump(e2) & v_dance(e1) & n_side(x4) & n_side(x2) & n_people(x3) & n_people(x1) & card_eq_8(x3) & card_eq_8(x1) & at(e2,x4) & at(e1,x2) & a_creek(s3) & a_creek(s1) & a_around(s2) & Theme(s3,x4) & Theme(s1,x2) & Manner(e2,s2) & Actor(e2,x3) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_theater(x2) & n_people(x1) & n_movie(x3) & at(x1,x2)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.