premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man in wetsuit jumps towards a wet bride. | An angry man pushes his bride. | 2 | -100 | The same subject cannot be one who jumps towards his bride and pushes her away. | exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & towards(x2,x3) & n_bride(x3) & a_wet(s2) & Theme(s2,x3) & n_jump(x2) & a_wetsuit(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & n_bride(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_angry(s1) & Theme(s1,x1)) | 7abaf124-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(towards(x2,x3) & n_man(x1) & n_jump(x2) & n_bride(x3) & in(x1,x2) & a_wetsuit(s1) & a_wet(s2) & a_topic(x1) & Theme(s2,x3) & Theme(s1,x2)) | exists e1 s1 x1 x2.(v_push(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_bride(x2) & a_angry(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in wetsuit jumps towards a wet bride. | A man jump toward his blushing bride. | 1 | -100 | Not all brides are blushing. | exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & towards(x2,x3) & n_bride(x3) & a_wet(s2) & Theme(s2,x3) & n_jump(x2) & a_wetsuit(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & toward(x1,x3) & n_bride(x3) & Actor(e1,x3) & v_blush(e1) & of(x3,x1) & n_male(x1) & n_jump(x1) & of(x1,x2) & n_man(x2)) | 7abaf5d4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(towards(x2,x3) & n_man(x1) & n_jump(x2) & n_bride(x3) & in(x1,x2) & a_wetsuit(s1) & a_wet(s2) & a_topic(x1) & Theme(s2,x3) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_blush(e1) & toward(x1,x3) & of(x3,x1) & of(x1,x2) & n_man(x2) & n_male(x1) & n_jump(x1) & n_bride(x3) & a_topic(x1) & Actor(e1,x3)) |
||
A man in wetsuit jumps towards a wet bride. | A man jump toward his bride. | 0 | -100 | jumps towards is the same as jumps towards | exists s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & towards(x2,x3) & n_bride(x3) & a_wet(s2) & Theme(s2,x3) & n_jump(x2) & a_wetsuit(s1) & Theme(s1,x2) & n_man(x1)) | exists x1 x2 x3.(a_topic(x1) & toward(x1,x3) & n_bride(x3) & of(x3,x1) & n_male(x1) & n_jump(x1) & of(x1,x2) & n_man(x2)) | 7abafa7a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3.(towards(x2,x3) & n_man(x1) & n_jump(x2) & n_bride(x3) & in(x1,x2) & a_wetsuit(s1) & a_wet(s2) & a_topic(x1) & Theme(s2,x3) & Theme(s1,x2)) | exists x1 x2 x3.(toward(x1,x3) & of(x3,x1) & of(x1,x2) & n_man(x2) & n_male(x1) & n_jump(x1) & n_bride(x3) & a_topic(x1)) |
||
A man in a tuxedo jumps toward a woman in a wedding dress. | A man in formal attire jumps towards a bride. | 0 | -100 | A tuxedo is the same as formal attire. | exists e1 x1 x2 x3 x4 x5.(toward(e1,x3) & in(x3,x4) & n_dress(x4) & of(x4,x5) & n_wedding(x5) & n_woman(x3) & Actor(e1,x1) & v_jump(e1) & in(x1,x2) & n_tuxedo(x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(towards(e1,x3) & n_bride(x3) & Actor(e1,x1) & v_jump(e1) & in(x1,x2) & n_attire(x2) & a_formal(s1) & Theme(s1,x2) & n_man(x1)) | 7abb04a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_jump(e1) & toward(e1,x3) & of(x4,x5) & n_woman(x3) & n_wedding(x5) & n_tuxedo(x2) & n_man(x1) & n_dress(x4) & in(x3,x4) & in(x1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_jump(e1) & towards(e1,x3) & n_man(x1) & n_bride(x3) & n_attire(x2) & in(x1,x2) & a_formal(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Four people in a performing arts class on stage. | Three people were playing the drums. | 2 | -100 | The same subject cannot be both three and four in number. | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & on(x2,x4) & n_stage(x4) & n_class(x2) & of(x2,x3) & n_art(x3) & Actor(e1,x2) & v_perform(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_drum(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_people(x1) & card_eq_3(x1)) | 7abb0e0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_people(x1) & n_class(x2) & n_art(x3) & in(x1,x2) & card_eq_4(x1) & a_topic(x1) & Actor(e1,x2)) | exists e1 x1 x2.(v_play(e1) & n_people(x1) & n_drum(x2) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Four people in a performing arts class on stage. | A group of people were performing on stage. | 0 | -100 | four people make up a group of people | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & on(x2,x4) & n_stage(x4) & n_class(x2) & of(x2,x3) & n_art(x3) & Actor(e1,x2) & v_perform(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Actor(e1,x1) & v_perform(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7abb1366-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_people(x1) & n_class(x2) & n_art(x3) & in(x1,x2) & card_eq_4(x1) & a_topic(x1) & Actor(e1,x2)) | exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & of(x1,x2) & n_stage(x3) & n_people(x2) & n_group(x1) & Actor(e1,x1)) |
||
Four people in a performing arts class on stage. | A group of people were dancing on stage. | 1 | -100 | Just because they are in a performing arts class does not mean they are dancing. | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & on(x2,x4) & n_stage(x4) & n_class(x2) & of(x2,x3) & n_art(x3) & Actor(e1,x2) & v_perform(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Actor(e1,x1) & v_dance(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7abb1848-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_people(x1) & n_class(x2) & n_art(x3) & in(x1,x2) & card_eq_4(x1) & a_topic(x1) & Actor(e1,x2)) | exists e1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & of(x1,x2) & n_stage(x3) & n_people(x2) & n_group(x1) & Actor(e1,x1)) |
||
two players on a field fighting each other. | two players fight in a park. | 1 | -100 | You can not infer they are in the park. | exists x1 x2 x3.(a_topic(x1) & all x4.(n_other(x4) -> exists e1.(Theme(e1,x4) & Actor(e1,x3) & v_fight(e1))) & (x1 = x3) & on(x1,x2) & n_field(x2) & n_player(x1) & card_eq_2(x1)) | exists e1 x1 x2.(in(e1,x2) & n_park(x2) & Actor(e1,x1) & v_fight(e1) & n_player(x1) & card_eq_2(x1)) | 7abb3364-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3.(on(x1,x2) & n_player(x1) & n_field(x2) & card_eq_2(x1) & all x4.(exists e1.(v_fight(e1) & Theme(e1,x4) & Actor(e1,x3)) | -n_other(x4)) & a_topic(x1) & (x1 = x3)) | exists e1 x1 x2.(v_fight(e1) & n_player(x1) & n_park(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
A dog is running through the snow. | A dog running outside | 1 | -100 | Just because the dog is running through snow, does not necessarily mean it is outside. | exists e1 x1 x2.(n_snow(x2) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_run(e1) & n_outside(x3) & (x1 = x2) & n_dog(x1)) | 7abb430e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_snow(x2) & n_dog(x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_run(e1) & n_outside(x3) & n_dog(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A blond man in a yellow and black uniform grabs another blond man in a teal and purple uniform during a sports game. | Nobody is playing sports. | 2 | -100 | There cannot be a condition of a man in a sports game when nobody is playing sports. | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & in(x1,x2) & in(x2,x5) & during(x5,x7) & n_game(x7) & of(x7,x8) & n_sport(x8) & n_uniform(x5) & a_purple(s5) & Theme(s5,x5) & of(x5,x6) & n_teal(x6) & n_man(x4) & a_blond(s4) & Theme(s4,x4) & rel(x2,x4) & n_grab(x2) & of(x2,x3) & n_uniform(x3) & a_black(s3) & Theme(s3,x2) & a_yellow(s2) & Theme(s2,x2) & n_man(x1) & a_blond(s1) & Theme(s1,x1)) | -exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_sport(x2) & n_person(x1)) | 7abb4d68-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8.(rel(x2,x4) & of(x7,x8) & of(x5,x6) & of(x2,x3) & n_uniform(x5) & n_uniform(x3) & n_teal(x6) & n_sport(x8) & n_man(x4) & n_man(x1) & n_grab(x2) & n_game(x7) & in(x2,x5) & in(x1,x2) & during(x5,x7) & a_yellow(s2) & a_topic(x1) & a_purple(s5) & a_blond(s4) & a_blond(s1) & a_black(s3) & Theme(s5,x5) & Theme(s4,x4) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1)) | all e1 x1 x2.(-v_play(e1) | -n_sport(x2) | -n_person(x1) | -Theme(e1,x2) | -Actor(e1,x1)) |
||
Two men on opposing sports teams are at odds with each other and in the midst of a fight while another man stands in the back watching. | The men are on the same team. | 2 | -100 | The same subject cannot be both on the same team and opposing teams | exists e1 p1 p2 s1 x1 x2 x3 x4 x6 x10.(n_watching(x10) & a_back(s1) & Theme(s1,x10) & n_midst(x6) & exists e2 x9.(in(e2,x10) & Actor(e2,x9) & v_stand(e2) & n_man(x9) & -(x9 = x1)) & n_man(x1) & n_man(x1) & while(p1,p2) & exists x5 x7.(in(x1,x6) & of(x6,x7) & n_fight(x7) & all x8.(n_other(x8) -> (at(x1,x5) & with(x5,x8))) & n_odds(x5)) & Theme(e1,x3) & Actor(e1,x2) & v_oppose(e1) & n_team(x3) & of(x3,x4) & n_sport(x4) & (x1 = x2) & card_eq_2(x1)) | exists p1 s1 x1 x2.(n_team(x2) & a_same(s1) & Theme(s1,x2) & n_man(x1) & on(x1,x2)) | 7abb5dee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 p2 s1 x1 x2 x3 x4 x6 x10.(while(p1,p2) & v_oppose(e1) & of(x3,x4) & n_watching(x10) & n_team(x3) & n_sport(x4) & n_midst(x6) & n_man(x1) & exists x5 x7.(of(x6,x7) & n_odds(x5) & n_fight(x7) & in(x1,x6) & all x8.((with(x5,x8) | -n_other(x8)) & (at(x1,x5) | -n_other(x8)))) & exists e2 x9.(v_stand(e2) & n_man(x9) & in(e2,x10) & Actor(e2,x9) & -(x9 = x1)) & card_eq_2(x1) & a_back(s1) & Theme(s1,x10) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1 x2.(on(x1,x2) & n_team(x2) & n_man(x1) & a_same(s1) & Theme(s1,x2)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | The shed is made of wood. | 1 | 0.542122 | Not all sheds are made of wood. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_shed(x1) & of(e1,x2) & n_wood(x2) & Theme(e1,x1) & v_make(e1)) | 7abd2660-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & of(e1,x2) & n_wood(x2) & n_shed(x1) & Theme(e1,x1)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | Man waiting for a friend next to a shed on a street. | 1 | 0.066888 | Just because he is resting on a railing, does not mean he is waiting for a friend. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4 x5.(for(e1,x2) & to(x3,x4) & on(x4,x5) & n_street(x5) & n_shed(x4) & next(x2,x3) & n_thing(x3) & n_friend(x2) & Actor(e1,x1) & v_wait(e1) & n_man(x1)) | 7abd3b50-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_wait(e1) & to(x3,x4) & on(x4,x5) & next(x2,x3) & n_thing(x3) & n_street(x5) & n_shed(x4) & n_man(x1) & n_friend(x2) & for(e1,x2) & Actor(e1,x1)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | Man standing outside of a building. | 0 | 0.983258 | If the man stands in front, then he is outside of a building. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & of(e1,x3) & n_building(x3) & r_outside(e1) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_man(x1)) | 7abd4096-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & r_outside(e1) & of(e1,x3) & n_man(x1) & n_building(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | The streets are crowded. | 2 | 0.000004 | A lone person cannot make up a crowd so the streets cannot be crowded. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 x1.(n_street(x1) & Theme(e1,x1) & v_crowd(e1)) | 7abd462c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1.(v_crowd(e1) & n_street(x1) & Theme(e1,x1)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | A lone person is smoking a cigar. | 1 | 0.00333 | Just because he is resting on a railing does not mean he is smoking a cigar. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigar(x2) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | 7abd4cb2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_smoke(e1) & n_person(x1) & n_cigar(x2) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | A man is standing in front of his shed on his farm. | 1 | 0.61592 | Just because he is by a shed does not mean it is his shed, or on his farm. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(in(e1,x2) & of(x2,x3) & on(x3,x4) & n_farm(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & n_shed(x3) & of(x3,x1) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 7abd5342-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_stand(e1) & on(x3,x4) & of(x4,x1) & of(x3,x1) & of(x2,x3) & n_shed(x3) & n_man(x1) & n_male(x1) & n_front(x2) & n_farm(x4) & in(e1,x2) & Actor(e1,x1)) |
||
A lone person stands in front of a yellow shingled shed like building on an empty street while above them sits a bike resting on a railing. | The bike does not belong to him. | 1 | 0.00373 | Just because he sits on a bike does not mean the bike does not belong to him. | exists e1 e2 p1 s1 x1 x2 x3.(for(e1,e2) & on(e2,x3) & n_railing(x3) & Actor(e2,x1) & v_rest(e2) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_bike(x2) & exists e3 p2 x4 x5 x6.(exists e4 s2 x7 x8.(above(e4,x1) & r_while(e4) & like(e4,x7) & on(x7,x8) & n_street(x8) & a_empty(s2) & Theme(s2,x8) & n_building(x7) & Theme(e4,x4) & v_shed(e4)) & Topic(e3,p2) & Actor(e3,x4) & v_shingle(e3) & in(x4,x5) & of(x5,x6) & n_yellow(x6) & n_front(x5) & n_stand(x4)) & n_thing(x1) & that(x1,p1) & n_person(x1) & a_lone(s1) & Theme(s1,x1)) | exists x1.(n_male(x1) & n_bike(x1) & -exists e1.(to(e1,x1) & Actor(e1,x1) & v_belong(e1))) | 7abd58a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3.(v_sit(e1) & v_rest(e2) & that(x1,p1) & on(e2,x3) & n_thing(x1) & n_railing(x3) & n_person(x1) & n_bike(x2) & for(e1,e2) & exists e3 p2 x4 x5 x6.(v_shingle(e3) & of(x5,x6) & n_yellow(x6) & n_stand(x4) & n_front(x5) & in(x4,x5) & exists e4 s2 x7 x8.(v_shed(e4) & r_while(e4) & on(x7,x8) & n_street(x8) & n_building(x7) & like(e4,x7) & above(e4,x1) & a_empty(s2) & Theme(s2,x8) & Theme(e4,x4)) & Topic(e3,p2) & Actor(e3,x4)) & a_lone(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists x1.(n_male(x1) & n_bike(x1) & all e1.(-v_belong(e1) | -to(e1,x1) | -Actor(e1,x1))) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | Two women are at a water park. | 1 | 0.933064 | Riding a water slide doesn't mean the women are at a water park. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(exists x2 x3.(at(x1,x2) & n_park(x2) & of(x2,x3) & n_water(x3)) & n_woman(x1) & card_eq_2(x1)) | 7abe21d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_water(x3) & n_park(x2) & at(x1,x2)) & card_eq_2(x1)) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | Two women want to swim all day. | 1 | 0.351261 | Riding a water slide doesn't mean that the women want to swim all day. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_want(e1) & all x2.(n_day(x2) -> exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_swim(e2))) & n_woman(x1) & card_eq_2(x1)) | 7abe2704-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists e1 p1 x1.(v_want(e1) & n_woman(x1) & card_eq_2(x1) & all x2.(exists e2.(v_swim(e2) & Theme(e2,x2) & Actor(e2,x1)) | -n_day(x2)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | Two women ride a water slide after winning a prize. | 1 | 0.000745 | Riding a water slide doesn't indicate that its as a result of the women winning a prize. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3 x4.(after(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_win(e2) & n_prize(x4) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_slide(x2) & of(x2,x3) & n_water(x3) & n_woman(x1) & card_eq_2(x1)) | 7abe30e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists e1 e2 x1 x2 x3 x4.(v_win(e2) & v_ride(e1) & of(x2,x3) & n_woman(x1) & n_water(x3) & n_slide(x2) & n_prize(x4) & card_eq_2(x1) & after(e1,e2) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | Two friends are trying to see who can reach the end of the water slide first. | 1 | 0.552759 | Riding a water slide doesn't mean the women are friends nor does it show its s rsce to resch tbe end. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 p1 x1 x3 x4 x5.(n_slide(x4) & of(x4,x5) & n_water(x5) & n_end(x3) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 p2 x2.(Topic(e2,e3) & exists e4 s1.(a_first(s1) & Manner(e4,s1) & Theme(e4,x3) & Actor(e4,x2) & v_reach(e4) & of(x3,x4)) & Topic(e3,p2) & Actor(e3,x2) & v_can(e3) & n_person(x2) & Actor(e2,x1) & v_see(e2)) & n_friend(x1) & card_eq_2(x1)) | 7abe362c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists e1 p1 x1 x3 x4 x5.(v_try(e1) & of(x4,x5) & n_water(x5) & n_slide(x4) & n_friend(x1) & n_end(x3) & exists e3 e2 p2 x2.(v_see(e2) & v_can(e3) & n_person(x2) & exists e4 s1.(v_reach(e4) & of(x3,x4) & a_first(s1) & Theme(e4,x3) & Manner(e4,s1) & Actor(e4,x2)) & Topic(e3,p2) & Topic(e2,e3) & Actor(e3,x2) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | The people are in an ammusement park. | 1 | 0.717244 | A water slide doesn't mean its in an ammusenent park. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(n_people(x1) & exists x2 x3.(in(x1,x2) & n_park(x2) & of(x2,x3) & n_ammusement(x3))) | 7abe3b04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists x1.(n_people(x1) & exists x2 x3.(of(x2,x3) & n_park(x2) & n_ammusement(x3) & in(x1,x2))) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | A swimmer practicing in a large swimming pool. | 2 | 0.001533 | Riding a water slide is not the same as a swimmer practicing. A person does not swim on a water slide. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_pool(x3) & of(x3,x4) & n_swimming(x4) & a_large(s1) & Theme(s1,x3) & n_practicing(x1) & of(x1,x2) & n_swimmer(x2)) | 7abe3faa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_swimming(x4) & n_swimmer(x2) & n_practicing(x1) & n_pool(x3) & in(x1,x3) & a_topic(x1) & a_large(s1) & Theme(s1,x3)) |
||
Two women, one in a dark colored clothing and one in light colored clothing, rides a water slide. | Two women are enjoying themselves at a water park. | 0 | 0.948809 | rides a water slide shows that enjoying themselves at a water park. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x7) & Actor(e3,x1) & v_ride(e3) & n_slide(x7) & of(x7,x8) & n_water(x8) & rel(x1,x2) & subset_of(x5,x2) & in(x5,x6) & n_clothing(x6) & Theme(e2,x6) & v_color(e2) & a_light(s2) & Theme(s2,x6) & n_thing(x5) & card_eq_1(x5) & subset_of(x3,x2) & in(x3,x4) & n_clothing(x4) & Theme(e1,x4) & v_color(e1) & a_dark(s1) & Theme(s1,x4) & n_thing(x3) & card_eq_1(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_group(x2) & at(e1,x3) & n_park(x3) & of(x3,x4) & n_water(x4) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_woman(x1) & card_eq_2(x1)) | 7abe4446-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_ride(e3) & v_color(e2) & v_color(e1) & subset_of(x5,x2) & subset_of(x3,x2) & rel(x1,x2) & of(x7,x8) & n_woman(x1) & n_water(x8) & n_thing(x5) & n_thing(x3) & n_slide(x7) & n_clothing(x6) & n_clothing(x4) & in(x5,x6) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x5) & card_eq_1(x3) & a_light(s2) & a_dark(s1) & Theme(s2,x6) & Theme(s1,x4) & Theme(e3,x7) & Theme(e2,x6) & Theme(e1,x4) & Actor(e3,x1)) | exists e1 x1 x2 x3 x4.(v_enjoy(e1) & of(x3,x4) & n_woman(x1) & n_water(x4) & n_park(x3) & n_group(x2) & card_eq_2(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women, who are soaking wet, are riding on a water ride in a barrel. | Two women riding a water ride in a barrel are soaking wet. | 0 | -100 | One must be riding on a water ride to become soaking wet. | exists e1 e2 x1 x2 x3 x4 x5 x6.(on(e2,x4) & in(x4,x6) & n_barrel(x6) & n_ride(x4) & of(x4,x5) & n_water(x5) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x3) & Actor(e1,x2) & v_soak(e1) & n_wet(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_soak(e2) & n_wet(x6) & in(e1,x5) & n_barrel(x5) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_ride(x3) & of(x3,x4) & n_water(x4) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | 7abe56a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_soak(e1) & v_ride(e2) & on(e2,x4) & of(x4,x5) & n_woman(x1) & n_wet(x3) & n_water(x5) & n_ride(x4) & n_barrel(x6) & in(x4,x6) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_soak(e2) & v_ride(e1) & of(x3,x4) & n_woman(x1) & n_wet(x6) & n_water(x4) & n_ride(x3) & n_barrel(x5) & in(e1,x5) & card_eq_2(x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two women, who are soaking wet, are riding on a water ride in a barrel. | Woman dressed in fancy dresses are dancing at a ball. | 2 | -100 | The women cannot be soaking wet while dancing at a ball. | exists e2 e1 x1 x2 x3 x4 x5 x6.(on(e2,x4) & in(x4,x6) & n_barrel(x6) & n_ride(x4) & of(x4,x5) & n_water(x5) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x3) & Actor(e1,x2) & v_soak(e1) & n_wet(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e2 e1 s1 x1 x2 x3 x4.(ne_nam_woman(x1) & in(e1,x2) & at(e2,x4) & n_ball(x4) & Actor(e2,x3) & v_dance(e2) & (x2 = x3) & n_dress(x2) & a_fancy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_dress(e1)) | 7abe5bb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_soak(e1) & v_ride(e2) & on(e2,x4) & of(x4,x5) & n_woman(x1) & n_wet(x3) & n_water(x5) & n_ride(x4) & n_barrel(x6) & in(x4,x6) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3 x4.(v_dress(e1) & v_dance(e2) & ne_nam_woman(x1) & n_dress(x2) & n_ball(x4) & in(e1,x2) & at(e2,x4) & a_fancy(s1) & Theme(s1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3)) |
||
Two women float in a Busch Gardens barrel through a winding water ride. | A barrel of monkeys is enjoying a Busch Gardens ride. | 2 | -100 | Women cannot become monkeys. | exists e1 x1 x2 x3 x4 x5 x6 x7.(through(e1,x5) & n_ride(x5) & of(x5,x7) & n_water(x7) & of(x5,x6) & n_winding(x6) & in(e1,x2) & n_barrel(x2) & (x2 = x4) & ne_org_gardens(x4) & (x2 = x3) & ne_org_busch(x3) & Actor(e1,x1) & v_float(e1) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1) & n_ride(x3) & (x3 = x5) & ne_org_gardens(x5) & (x3 = x4) & ne_org_busch(x4) & of(x1,x2) & n_monkey(x2) & n_barrel(x1)) | 7abe6232-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_float(e1) & through(e1,x5) & of(x5,x7) & of(x5,x6) & ne_org_gardens(x4) & ne_org_busch(x3) & n_woman(x1) & n_winding(x6) & n_water(x7) & n_ride(x5) & n_barrel(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists e1 x1 x2 x3 x4 x5.(v_enjoy(e1) & of(x1,x2) & ne_org_gardens(x5) & ne_org_busch(x4) & n_ride(x3) & n_monkey(x2) & n_barrel(x1) & Theme(e1,x3) & Actor(e1,x1) & (x3 = x5) & (x3 = x4)) |
||
Two women float in a Busch Gardens barrel through a winding water ride. | The woman are enjoying themselves. | 1 | -100 | Being on a water ride doesn't mean that the women are enjoying themselves. | exists e1 x1 x2 x3 x4 x5 x6 x7.(through(e1,x5) & n_ride(x5) & of(x5,x7) & n_water(x7) & of(x5,x6) & n_winding(x6) & in(e1,x2) & n_barrel(x2) & (x2 = x4) & ne_org_gardens(x4) & (x2 = x3) & ne_org_busch(x3) & Actor(e1,x1) & v_float(e1) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_group(x2) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1)) | 7abe66d8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_float(e1) & through(e1,x5) & of(x5,x7) & of(x5,x6) & ne_org_gardens(x4) & ne_org_busch(x3) & n_woman(x1) & n_winding(x6) & n_water(x7) & n_ride(x5) & n_barrel(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists e1 x1 x2.(v_enjoy(e1) & n_woman(x1) & n_group(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women float in a Busch Gardens barrel through a winding water ride. | The women are at an amusement park. | 0 | -100 | float in a Busch Gardens barrel through a winding water ride shows that women are at an amusement park. | exists e1 x1 x2 x3 x4 x5 x6 x7.(through(e1,x5) & n_ride(x5) & of(x5,x7) & n_water(x7) & of(x5,x6) & n_winding(x6) & in(e1,x2) & n_barrel(x2) & (x2 = x4) & ne_org_gardens(x4) & (x2 = x3) & ne_org_busch(x3) & Actor(e1,x1) & v_float(e1) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(n_woman(x1) & exists x2 x3.(at(x1,x2) & n_park(x2) & of(x2,x3) & n_amusement(x3))) | 7abe6b74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7.(v_float(e1) & through(e1,x5) & of(x5,x7) & of(x5,x6) & ne_org_gardens(x4) & ne_org_busch(x3) & n_woman(x1) & n_winding(x6) & n_water(x7) & n_ride(x5) & n_barrel(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1) & (x2 = x4) & (x2 = x3)) | exists x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_park(x2) & n_amusement(x3) & at(x1,x2))) |
||
Two women are sliding down a water slide in a log at Busch Gardens. | Two women are riding the waterslide. | 0 | -100 | Sliding down on a water slide means riding a waterslide. | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_gardens(x5) & (x5 = x6) & ne_org_busch(x6) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_slide(e1) & at(x2,x5) & in(x2,x4) & n_log(x4) & n_slide(x2) & of(x2,x3) & n_water(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_waterslide(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_woman(x1) & card_eq_2(x1)) | 7abe70ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_slide(e1) & of(x2,x3) & ne_org_gardens(x5) & ne_org_busch(x6) & n_woman(x1) & n_water(x3) & n_slide(x2) & n_log(x4) & in(x2,x4) & card_eq_2(x1) & at(x2,x5) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2.(v_ride(e1) & n_woman(x1) & n_waterslide(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two women are sliding down a water slide in a log at Busch Gardens. | Two women are splashing each other while riding the log flume. | 1 | -100 | Just because women are going down a water slide at Busch Gardens doesn't imply splashing each other. | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_gardens(x5) & (x5 = x6) & ne_org_busch(x6) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_slide(e1) & at(x2,x5) & in(x2,x4) & n_log(x4) & n_slide(x2) & of(x2,x3) & n_water(x3) & n_woman(x1) & card_eq_2(x1)) | exists x1 x3 x4.(n_flume(x3) & of(x3,x4) & n_log(x4) & all x2.(n_other(x2) -> exists e2 e1.(while(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x2) & Actor(e1,x1) & v_splash(e1))) & n_woman(x1) & card_eq_2(x1)) | 7abe75f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_slide(e1) & of(x2,x3) & ne_org_gardens(x5) & ne_org_busch(x6) & n_woman(x1) & n_water(x3) & n_slide(x2) & n_log(x4) & in(x2,x4) & card_eq_2(x1) & at(x2,x5) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & (x5 = x6)) | exists x1 x3 x4.(of(x3,x4) & n_woman(x1) & n_log(x4) & n_flume(x3) & card_eq_2(x1) & all x2.(exists e2 e1.(while(e1,e2) & v_splash(e1) & v_ride(e2) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | -n_other(x2))) |
||
Two women are sliding down a water slide in a log at Busch Gardens. | Two men are jumping into the water from a rope swing. | 2 | -100 | Women are not men, and people who are jumping from a rope swing cannot be on a water slide. | exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_org_gardens(x5) & (x5 = x6) & ne_org_busch(x6) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_slide(e1) & at(x2,x5) & in(x2,x4) & n_log(x4) & n_slide(x2) & of(x2,x3) & n_water(x3) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_water(x2) & from(e1,x3) & n_swing(x3) & of(x3,x4) & n_rope(x4) & into(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_man(x1) & card_eq_2(x1)) | 7abe7ba0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(v_slide(e1) & of(x2,x3) & ne_org_gardens(x5) & ne_org_busch(x6) & n_woman(x1) & n_water(x3) & n_slide(x2) & n_log(x4) & in(x2,x4) & card_eq_2(x1) & at(x2,x5) & a_down(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2 x3 x4.(v_jump(e1) & of(x3,x4) & n_water(x2) & n_swing(x3) & n_rope(x4) & n_man(x1) & into(e1,x2) & from(e1,x3) & card_eq_2(x1) & Actor(e1,x1)) |
||
Woman performing in beautiful white dress holding microphone and surrounded by musicians at a jazz festival. | A tall human holding | 1 | -100 | Not all women are tall. | exists e2 e3 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(ne_nam_woman(x1) & for(e3,e4) & at(e4,x6) & n_festival(x6) & of(x6,x7) & n_jazz(x7) & Actor(e4,x5) & n_musician(x5) & Theme(e4,x1) & v_surround(e4) & in(e3,x4) & n_dress(x4) & a_white(s4) & Theme(s4,x4) & a_beautiful(s3) & Theme(s3,x4) & Actor(e3,x1) & v_perform(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_microphone(x3) & in(e1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_beautiful(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1)) | exists s1 s2 x1.(a_topic(x1) & n_holding(x1) & a_human(s2) & Theme(s2,x1) & a_tall(s1) & Theme(s1,x1)) | 7abe948c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_surround(e4) & v_perform(e3) & v_perform(e1) & v_hold(e2) & of(x6,x7) & ne_nam_woman(x1) & n_musician(x5) & n_microphone(x3) & n_jazz(x7) & n_festival(x6) & n_dress(x4) & n_dress(x2) & in(e3,x4) & in(e1,x2) & for(e3,e4) & for(e1,e2) & at(e4,x6) & a_white(s4) & a_white(s2) & a_beautiful(s3) & a_beautiful(s1) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e4,x1) & Theme(e2,x3) & Actor(e4,x5) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 s2 x1.(n_holding(x1) & a_topic(x1) & a_tall(s1) & a_human(s2) & Theme(s2,x1) & Theme(s1,x1)) |
||
Woman performing in beautiful white dress holding microphone and surrounded by musicians at a jazz festival. | Nobody is holding | 2 | -100 | Woman performing in beautiful white dress holding microphone and surrounded by musicians at a jazz festival and on the other side Nobody is holding | exists e4 e3 e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(ne_nam_woman(x1) & for(e3,e4) & at(e4,x6) & n_festival(x6) & of(x6,x7) & n_jazz(x7) & Actor(e4,x5) & n_musician(x5) & Theme(e4,x1) & v_surround(e4) & in(e3,x4) & n_dress(x4) & a_white(s4) & Theme(s4,x4) & a_beautiful(s3) & Theme(s3,x4) & Actor(e3,x1) & v_perform(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_microphone(x3) & in(e1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_beautiful(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1)) | -exists e1 x1.(Actor(e1,x1) & v_hold(e1) & n_person(x1)) | 7abe99dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e3 e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_surround(e4) & v_perform(e3) & v_perform(e1) & v_hold(e2) & of(x6,x7) & ne_nam_woman(x1) & n_musician(x5) & n_microphone(x3) & n_jazz(x7) & n_festival(x6) & n_dress(x4) & n_dress(x2) & in(e3,x4) & in(e1,x2) & for(e3,e4) & for(e1,e2) & at(e4,x6) & a_white(s4) & a_white(s2) & a_beautiful(s3) & a_beautiful(s1) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e4,x1) & Theme(e2,x3) & Actor(e4,x5) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1)) | all e1 x1.(-v_hold(e1) | -n_person(x1) | -Actor(e1,x1)) |
||
Woman performing in beautiful white dress holding microphone and surrounded by musicians at a jazz festival. | A human holding | 0 | -100 | A woman is a human. | exists e2 e3 e4 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(ne_nam_woman(x1) & for(e3,e4) & at(e4,x6) & n_festival(x6) & of(x6,x7) & n_jazz(x7) & Actor(e4,x5) & n_musician(x5) & Theme(e4,x1) & v_surround(e4) & in(e3,x4) & n_dress(x4) & a_white(s4) & Theme(s4,x4) & a_beautiful(s3) & Theme(s3,x4) & Actor(e3,x1) & v_perform(e3) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_hold(e2) & n_microphone(x3) & in(e1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_beautiful(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1)) | exists s1 x1.(a_topic(x1) & n_holding(x1) & a_human(s1) & Theme(s1,x1)) | 7abe9f36-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e4 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(v_surround(e4) & v_perform(e3) & v_perform(e1) & v_hold(e2) & of(x6,x7) & ne_nam_woman(x1) & n_musician(x5) & n_microphone(x3) & n_jazz(x7) & n_festival(x6) & n_dress(x4) & n_dress(x2) & in(e3,x4) & in(e1,x2) & for(e3,e4) & for(e1,e2) & at(e4,x6) & a_white(s4) & a_white(s2) & a_beautiful(s3) & a_beautiful(s1) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x2) & Theme(e4,x1) & Theme(e2,x3) & Actor(e4,x5) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists s1 x1.(n_holding(x1) & a_topic(x1) & a_human(s1) & Theme(s1,x1)) |
||
A female singer and dancer is on stage at a jazz festival wearing a white dress with floral prints. | A singer is on stage at the jazz festival and is about to dance. | 1 | -100 | A female singer on stage at a jazz festival is not necessarily about to dance. | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(at(p1,x4) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & with(x7,x8) & n_print(x8) & a_floral(s3) & Theme(s3,x8) & n_dress(x7) & a_white(s2) & Theme(s2,x7) & (x4 = x6) & n_festival(x4) & of(x4,x5) & n_jazz(x5) & exists x9.(on(x1,x9) & n_stage(x9)) & n_dancer(x3) & n_singer(x2) & a_female(s1) & Theme(s1,x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 p2 s1 x1 x2 x3 x4.(n_festival(x2) & of(x2,x3) & n_jazz(x3) & Topic(s1,p2) & Actor(s1,x4) & a_about(s1) & exists e1.(Actor(e1,x4) & v_dance(e1)) & n_singer(x4) & at(p1,x2) & exists x5.(on(x1,x5) & n_stage(x5)) & n_singer(x1)) | 7abea47c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(with(x7,x8) & v_wear(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x5) & n_singer(x2) & n_print(x8) & n_jazz(x5) & n_festival(x4) & n_dress(x7) & n_dancer(x3) & exists x9.(on(x1,x9) & n_stage(x9)) & at(p1,x4) & a_white(s2) & a_floral(s3) & a_female(s1) & Theme(s3,x8) & Theme(s2,x7) & Theme(s1,x2) & Theme(e1,x7) & Actor(e1,x6) & (x4 = x6)) | exists p1 p2 s1 x1 x2 x3 x4.(of(x2,x3) & n_singer(x4) & n_singer(x1) & n_jazz(x3) & n_festival(x2) & exists x5.(on(x1,x5) & n_stage(x5)) & exists e1.(v_dance(e1) & Actor(e1,x4)) & at(p1,x2) & a_about(s1) & Topic(s1,p2) & Actor(s1,x4)) |
||
A female singer and dancer is on stage at a jazz festival wearing a white dress with floral prints. | A singer/dancer in a white floral dress is on stage at the jazz festival. | 0 | -100 | A singer and dancer means singer/dancer. | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(at(p1,x4) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & with(x7,x8) & n_print(x8) & a_floral(s3) & Theme(s3,x8) & n_dress(x7) & a_white(s2) & Theme(s2,x7) & (x4 = x6) & n_festival(x4) & of(x4,x5) & n_jazz(x5) & exists x9.(on(x1,x9) & n_stage(x9)) & n_dancer(x3) & n_singer(x2) & a_female(s1) & Theme(s1,x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 s1 s2 x1 x2 x3 x4.(n_festival(x3) & of(x3,x4) & n_jazz(x4) & at(p1,x3) & exists x5.(on(x1,x5) & n_stage(x5)) & in(x1,x2) & n_dress(x2) & a_floral(s2) & Theme(s2,x2) & a_white(s1) & Theme(s1,x2) & n_singer/dancer(x1)) | 7abeb0c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(with(x7,x8) & v_wear(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x5) & n_singer(x2) & n_print(x8) & n_jazz(x5) & n_festival(x4) & n_dress(x7) & n_dancer(x3) & exists x9.(on(x1,x9) & n_stage(x9)) & at(p1,x4) & a_white(s2) & a_floral(s3) & a_female(s1) & Theme(s3,x8) & Theme(s2,x7) & Theme(s1,x2) & Theme(e1,x7) & Actor(e1,x6) & (x4 = x6)) | exists p1 s1 s2 x1 x2 x3 x4.(of(x3,x4) & n_singer/dancer(x1) & n_jazz(x4) & n_festival(x3) & n_dress(x2) & in(x1,x2) & exists x5.(on(x1,x5) & n_stage(x5)) & at(p1,x3) & a_white(s1) & a_floral(s2) & Theme(s2,x2) & Theme(s1,x2)) |
||
A woman dressed in a cultural dress is about to perform on stage with her band. | The woman gets ready to perform. | 0 | -100 | About to perform is a rephrasing of ready to perform. | exists e1 p1 s1 s2 x1 x2 x3 x5.(Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e2 x4.(with(e2,x5) & on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_perform(e2)) & n_band(x5) & of(x5,x1) & n_female(x1) & in(e1,x3) & n_dress(x3) & a_cultural(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists e1 p1 x1.(n_woman(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(Actor(e2,x1) & v_perform(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 7abeb908-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x5.(v_dress(e1) & of(x5,x1) & n_woman(x1) & n_female(x1) & n_dress(x3) & n_band(x5) & in(e1,x3) & exists e2 x4.(with(e2,x5) & v_perform(e2) & on(e2,x4) & n_stage(x4) & Actor(e2,x1)) & a_cultural(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x3) & Theme(e1,x2) & Actor(s2,x1) & (x1 = x2)) | exists e1 p1 x1.(v_get(e1) & n_woman(x1) & exists p2 s1.(exists e2.(v_perform(e2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A woman dressed in a cultural dress is about to perform on stage with her band. | The woman will sing songs with her band. | 1 | -100 | Performing with a band does not always mean you will sing, as there are many types of instruments. | exists e1 p1 s1 s2 x1 x2 x3 x5.(Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e2 x4.(with(e2,x5) & on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_perform(e2)) & n_band(x5) & of(x5,x1) & n_female(x1) & in(e1,x3) & n_dress(x3) & a_cultural(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_band(x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & with(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_sing(e1) & n_song(x2)) | 7abec18c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x5.(v_dress(e1) & of(x5,x1) & n_woman(x1) & n_female(x1) & n_dress(x3) & n_band(x5) & in(e1,x3) & exists e2 x4.(with(e2,x5) & v_perform(e2) & on(e2,x4) & n_stage(x4) & Actor(e2,x1)) & a_cultural(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x3) & Theme(e1,x2) & Actor(s2,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(with(e1,x3) & v_sing(e1) & of(x3,x1) & n_woman(x1) & n_song(x2) & n_female(x1) & n_band(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman dressed in a cultural dress is about to perform on stage with her band. | The woman is a solo performer. | 2 | -100 | A solo performer cannot be part of a band. | exists e1 p1 s1 s2 x1 x2 x3 x5.(Topic(s2,p1) & Actor(s2,x1) & a_about(s2) & exists e2 x4.(with(e2,x5) & on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_perform(e2)) & n_band(x5) & of(x5,x1) & n_female(x1) & in(e1,x3) & n_dress(x3) & a_cultural(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1)) | exists p1 x1.(n_woman(x1) & exists x2 x3.((x1 = x2) & n_performer(x2) & of(x2,x3) & n_solo(x3))) | 7abeca38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x5.(v_dress(e1) & of(x5,x1) & n_woman(x1) & n_female(x1) & n_dress(x3) & n_band(x5) & in(e1,x3) & exists e2 x4.(with(e2,x5) & v_perform(e2) & on(e2,x4) & n_stage(x4) & Actor(e2,x1)) & a_cultural(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x3) & Theme(e1,x2) & Actor(s2,x1) & (x1 = x2)) | exists x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_solo(x3) & n_performer(x2) & (x1 = x2))) |
||
This is a mariachi singer preparing to sing. | A mariachi singer is preparing to sing a lullaby. | 1 | -100 | A mariachi singer preparing to sing is not necessarily preparing to sing a lullaby. | exists p1 x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.((x1 = x2) & Topic(e1,p2) & Actor(e1,x4) & v_prepare(e1) & exists e2.(Actor(e2,x4) & v_sing(e2)) & (x2 = x4) & n_singer(x2) & of(x2,x3) & n_mariachus(x3))) | exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 x3.(Theme(e2,x3) & Actor(e2,x1) & v_sing(e2) & n_lullaby(x3)) & n_singer(x1) & of(x1,x2) & n_mariachus(x2)) | 7abed38e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.(v_prepare(e1) & of(x2,x3) & n_singer(x2) & n_mariachus(x3) & exists e2.(v_sing(e2) & Actor(e2,x4)) & Topic(e1,p2) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))) | exists e1 p1 x1 x2.(v_prepare(e1) & of(x1,x2) & n_singer(x1) & n_mariachus(x2) & exists e2 x3.(v_sing(e2) & n_lullaby(x3) & Theme(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
This is a mariachi singer preparing to sing. | An Irish singer is preparing to sing. | 2 | -100 | MARIACHI IS NOT IRISH | exists p1 x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.((x1 = x2) & Topic(e1,p2) & Actor(e1,x4) & v_prepare(e1) & exists e2.(Actor(e2,x4) & v_sing(e2)) & (x2 = x4) & n_singer(x2) & of(x2,x3) & n_mariachus(x3))) | exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Actor(e2,x1) & v_sing(e2)) & n_singer(x1) & a_irish(s1) & Theme(s1,x1)) | 7abedc44-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.(v_prepare(e1) & of(x2,x3) & n_singer(x2) & n_mariachus(x3) & exists e2.(v_sing(e2) & Actor(e2,x4)) & Topic(e1,p2) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))) | exists e1 p1 s1 x1.(v_prepare(e1) & n_singer(x1) & exists e2.(v_sing(e2) & Actor(e2,x1)) & a_irish(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
This is a mariachi singer preparing to sing. | A mariachi singer is preparing to sing. | 0 | -100 | This is a mariachi singer preparing means a mariachi singer is preparing. | exists p1 x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.((x1 = x2) & Topic(e1,p2) & Actor(e1,x4) & v_prepare(e1) & exists e2.(Actor(e2,x4) & v_sing(e2)) & (x2 = x4) & n_singer(x2) & of(x2,x3) & n_mariachus(x3))) | exists e1 p1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(Actor(e2,x1) & v_sing(e2)) & n_singer(x1) & of(x1,x2) & n_mariachus(x2)) | 7abee504-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_thing(x1) & exists e1 p2 x2 x3 x4.(v_prepare(e1) & of(x2,x3) & n_singer(x2) & n_mariachus(x3) & exists e2.(v_sing(e2) & Actor(e2,x4)) & Topic(e1,p2) & Actor(e1,x4) & (x2 = x4) & (x1 = x2))) | exists e1 p1 x1 x2.(v_prepare(e1) & of(x1,x2) & n_singer(x1) & n_mariachus(x2) & exists e2.(v_sing(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A boy in red and blue shorts is trying to catch a soccer ball while running in sand. | The boys is wearing shoes. | 1 | -100 | Running in sand is often done without wearing shoes. | exists e1 p1 s1 s2 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 e3 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_sand(x5) & Actor(e3,x1) & v_run(e3) & Theme(e2,x3) & Actor(e2,x1) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_soccer(x4)) & in(x1,x2) & n_shorts(x2) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shoe(x2)) | 7abeed9c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(v_try(e1) & n_shorts(x2) & n_boy(x1) & in(x1,x2) & exists e2 e3 x3 x4 x5.(while(e2,e3) & v_run(e3) & v_catch(e2) & of(x3,x4) & n_soccer(x4) & n_sand(x5) & n_ball(x3) & in(e3,x5) & Theme(e2,x3) & Actor(e3,x1) & Actor(e2,x1)) & a_red(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_shoe(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in red and blue shorts is trying to catch a soccer ball while running in sand. | A boy is playing with a soccer ball. | 0 | -100 | Catching a soccer ball is a form of playing with a soccer ball. | exists e1 p1 s1 s2 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 e3 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_sand(x5) & Actor(e3,x1) & v_run(e3) & Theme(e2,x3) & Actor(e2,x1) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_soccer(x4)) & in(x1,x2) & n_shorts(x2) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2 x3.(with(e1,x2) & n_ball(x2) & of(x2,x3) & n_soccer(x3) & Actor(e1,x1) & v_play(e1) & n_boy(x1)) | 7abef666-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(v_try(e1) & n_shorts(x2) & n_boy(x1) & in(x1,x2) & exists e2 e3 x3 x4 x5.(while(e2,e3) & v_run(e3) & v_catch(e2) & of(x3,x4) & n_soccer(x4) & n_sand(x5) & n_ball(x3) & in(e3,x5) & Theme(e2,x3) & Actor(e3,x1) & Actor(e2,x1)) & a_red(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(e1,x2) & v_play(e1) & of(x2,x3) & n_soccer(x3) & n_boy(x1) & n_ball(x2) & Actor(e1,x1)) |
||
A boy in red and blue shorts is trying to catch a soccer ball while running in sand. | A girl is jumping a crevice. | 2 | -100 | A boy is not a girl. | exists e1 p1 s1 s2 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 e3 x3 x4 x5.(while(e2,e3) & in(e3,x5) & n_sand(x5) & Actor(e3,x1) & v_run(e3) & Theme(e2,x3) & Actor(e2,x1) & v_catch(e2) & n_ball(x3) & of(x3,x4) & n_soccer(x4)) & in(x1,x2) & n_shorts(x2) & a_blue(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_crevice(x2) & n_girl(x1)) | 7abeff3a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2.(v_try(e1) & n_shorts(x2) & n_boy(x1) & in(x1,x2) & exists e2 e3 x3 x4 x5.(while(e2,e3) & v_run(e3) & v_catch(e2) & of(x3,x4) & n_soccer(x4) & n_sand(x5) & n_ball(x3) & in(e3,x5) & Theme(e2,x3) & Actor(e3,x1) & Actor(e2,x1)) & a_red(s1) & a_blue(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_jump(e1) & n_girl(x1) & n_crevice(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Person dressed in newspaper boy attire pouring drinks. | A man at a costume party is serving drinks. | 1 | -100 | Not all persons are a man. Just because a person is dressed in newspaper boy attire doesn't imply costume party. | exists e2 e1 x1 x2 x3 x4 x5.(ne_per_person(x1) & in(e1,x2) & n_drink(x2) & Actor(e2,x2) & v_pour(e2) & of(x2,x5) & n_attire(x5) & of(x2,x4) & n_boy(x4) & of(x2,x3) & n_newspaper(x3) & Actor(e1,x1) & v_dress(e1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_serve(e1) & n_drink(x3) & at(x1,x2) & n_party(x2) & a_costume(s1) & Theme(s1,x2) & n_man(x1)) | 7abf08fe-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_pour(e2) & v_dress(e1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & ne_per_person(x1) & n_newspaper(x3) & n_drink(x2) & n_boy(x4) & n_attire(x5) & in(e1,x2) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_serve(e1) & n_party(x2) & n_man(x1) & n_drink(x3) & at(x1,x2) & a_costume(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
Person dressed in newspaper boy attire pouring drinks. | A person is cooking a steak. | 2 | -100 | The same person cannot be pouring drinks and cooking a steak at the same time. | exists e2 e1 x1 x2 x3 x4 x5.(ne_per_person(x1) & in(e1,x2) & n_drink(x2) & Actor(e2,x2) & v_pour(e2) & of(x2,x5) & n_attire(x5) & of(x2,x4) & n_boy(x4) & of(x2,x3) & n_newspaper(x3) & Actor(e1,x1) & v_dress(e1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & n_steak(x2) & n_person(x1)) | 7abf0ebc-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_pour(e2) & v_dress(e1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & ne_per_person(x1) & n_newspaper(x3) & n_drink(x2) & n_boy(x4) & n_attire(x5) & in(e1,x2) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_cook(e1) & n_steak(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Person dressed in newspaper boy attire pouring drinks. | A person is serving drinks. | 0 | -100 | Pouring drinks means the person is serving drinks. | exists e1 e2 x1 x2 x3 x4 x5.(ne_per_person(x1) & in(e1,x2) & n_drink(x2) & Actor(e2,x2) & v_pour(e2) & of(x2,x5) & n_attire(x5) & of(x2,x4) & n_boy(x4) & of(x2,x3) & n_newspaper(x3) & Actor(e1,x1) & v_dress(e1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_serve(e1) & n_drink(x2) & n_person(x1)) | 7abf1420-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_pour(e2) & v_dress(e1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & ne_per_person(x1) & n_newspaper(x3) & n_drink(x2) & n_boy(x4) & n_attire(x5) & in(e1,x2) & Actor(e2,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_serve(e1) & n_person(x1) & n_drink(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small group build a fire on the concrete. | The group built a fire. | 0 | -100 | A small group is a group. | exists e1 s1 x1 x2 x3.(n_concrete(x3) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & on(x2,x3) & n_fire(x2) & n_group(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_group(x1) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & n_fire(x2)) | 7abf197a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_build(e1) & on(x2,x3) & n_group(x1) & n_fire(x2) & n_concrete(x3) & a_small(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_build(e1) & n_group(x1) & n_fire(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small group build a fire on the concrete. | The fire is melting the earth. | 2 | -100 | A fire built on the concrete would not be melting the earth. | exists e1 s1 x1 x2 x3.(n_concrete(x3) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & on(x2,x3) & n_fire(x2) & n_group(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_earth(x2) & n_fire(x1) & Theme(e1,x2) & Actor(e1,x1) & v_melt(e1)) | 7abf1f42-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_build(e1) & on(x2,x3) & n_group(x1) & n_fire(x2) & n_concrete(x3) & a_small(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_melt(e1) & n_fire(x1) & n_earth(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A small group build a fire on the concrete. | The homeless group built a fire on the concrete. | 1 | -100 | Not all small groups are a homeless group. | exists e1 s1 x1 x2 x3.(n_concrete(x3) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & on(x2,x3) & n_fire(x2) & n_group(x1) & a_small(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_concrete(x3) & n_group(x1) & a_homeless(s1) & Theme(s1,x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & n_fire(x2)) | 7abf26ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_build(e1) & on(x2,x3) & n_group(x1) & n_fire(x2) & n_concrete(x3) & a_small(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_build(e1) & on(e1,x3) & n_group(x1) & n_fire(x2) & n_concrete(x3) & a_homeless(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
There is a kid jumping off a blue slide. | The kid is in a park. | 1 | -100 | A kid jumping off a blue slide is not necessarily in a park. | exists p1 x1 e1 s1 s2 x2 x3 x4.((x1 = x2) & a_off(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & n_slide(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_kid(x2)) | exists p1 x1.(n_kid(x1) & exists x2.(in(x1,x2) & n_park(x2))) | 7abf2c1c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 s1 s2 x2 x3 x4.(v_jump(e1) & n_slide(x4) & n_kid(x2) & a_off(s2) & a_blue(s1) & Theme(s1,x4) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists x1.(n_kid(x1) & exists x2.(n_park(x2) & in(x1,x2))) |
||
There is a kid jumping off a blue slide. | The kid is on the slide. | 0 | -100 | If a kid is jumping of the slide, then he is on the slide. | exists p1 x1 e1 s1 s2 x2 x3 x4.((x1 = x2) & a_off(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & n_slide(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_kid(x2)) | exists p1 x1 x2.(n_slide(x2) & n_kid(x1) & on(x1,x2)) | 7abf3248-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 s1 s2 x2 x3 x4.(v_jump(e1) & n_slide(x4) & n_kid(x2) & a_off(s2) & a_blue(s1) & Theme(s1,x4) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists x1 x2.(on(x1,x2) & n_slide(x2) & n_kid(x1)) |
||
There is a kid jumping off a blue slide. | This kid learns the secret of levitation. | 2 | -100 | Jumping is not levitation. | exists p1 x1 e1 s1 s2 x2 x3 x4.((x1 = x2) & a_off(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_jump(e1) & n_slide(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_kid(x2)) | exists e1 x1 x2 x3.(n_secret(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_learn(e1) & of(x2,x3) & n_levitation(x3)) | 7abf3784-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 e1 s1 s2 x2 x3 x4.(v_jump(e1) & n_slide(x4) & n_kid(x2) & a_off(s2) & a_blue(s1) & Theme(s1,x4) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) | exists e1 x1 x2 x3.(v_learn(e1) & of(x2,x3) & n_secret(x2) & n_levitation(x3) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy wearing a red shirt jumps off the blue slide. | A girl slide off the slide. | 2 | -100 | There is boy and girl | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_slide(x5) & a_blue(s2) & Theme(s2,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & off(x3,x5) & n_jump(x3) & of(x3,x4) & n_shirt(x4) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_boy(x1)) | exists x1 x2 x3.(n_slide(x3) & a_topic(x1) & off(x1,x3) & n_slide(x1) & of(x1,x2) & n_girl(x2)) | 7abf3cb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & off(x3,x5) & of(x3,x4) & n_slide(x5) & n_shirt(x4) & n_jump(x3) & n_boy(x1) & a_topic(x1) & a_red(s1) & a_blue(s2) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(off(x1,x3) & of(x1,x2) & n_slide(x3) & n_slide(x1) & n_girl(x2) & a_topic(x1)) |
||
A boy wearing a red shirt jumps off the blue slide. | A boy jump off a slide. | 0 | -100 | The blue slide is a slide. | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_slide(x5) & a_blue(s2) & Theme(s2,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & off(x3,x5) & n_jump(x3) & of(x3,x4) & n_shirt(x4) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_boy(x1)) | exists x1 x2 x3.(a_topic(x1) & off(x1,x3) & n_slide(x3) & n_jump(x1) & of(x1,x2) & n_boy(x2)) | 7abf4864-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_wear(e1) & off(x3,x5) & of(x3,x4) & n_slide(x5) & n_shirt(x4) & n_jump(x3) & n_boy(x1) & a_topic(x1) & a_red(s1) & a_blue(s2) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(off(x1,x3) & of(x1,x2) & n_slide(x3) & n_jump(x1) & n_boy(x2) & a_topic(x1)) |
||
The blond boy is wearing a red shirt and jumping off of a blue slide. | The boy is jumping. | 0 | -100 | If a boy is jumping off of something, then the boy is jumping. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3.(n_boy(x1) & a_blond(s3) & Theme(s3,x1) & a_blond(s1) & Theme(s1,x1) & of(e2,x3) & n_slide(x3) & a_blue(s4) & Theme(s4,x3) & r_off(e2) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s2) & Theme(s2,x2)) | exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_jump(e1)) | 7abf4de6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3.(v_wear(e1) & v_jump(e2) & r_off(e2) & of(e2,x3) & n_slide(x3) & n_shirt(x2) & n_boy(x1) & a_red(s2) & a_blue(s4) & a_blond(s3) & a_blond(s1) & Theme(s4,x3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1.(v_jump(e1) & n_boy(x1) & Actor(e1,x1)) |
||
The blond boy is wearing a red shirt and jumping off of a blue slide. | A person is sitting on the sofa. | 2 | -100 | jumping and sitting is different action | exists e2 e1 s1 s2 s3 s4 x1 x2 x3.(n_boy(x1) & a_blond(s3) & Theme(s3,x1) & a_blond(s1) & Theme(s1,x1) & of(e2,x3) & n_slide(x3) & a_blue(s4) & Theme(s4,x3) & r_off(e2) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s2) & Theme(s2,x2)) | exists e1 x1 x2.(n_sofa(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_person(x1)) | 7abf530e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3.(v_wear(e1) & v_jump(e2) & r_off(e2) & of(e2,x3) & n_slide(x3) & n_shirt(x2) & n_boy(x1) & a_red(s2) & a_blue(s4) & a_blond(s3) & a_blond(s1) & Theme(s4,x3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sofa(x2) & n_person(x1) & Actor(e1,x1)) |
||
The blond boy is wearing a red shirt and jumping off of a blue slide. | The blond boy fell down of a slide | 1 | -100 | The boy jumping off of a blue slide not necessarily fell down of a slide. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3.(n_boy(x1) & a_blond(s3) & Theme(s3,x1) & a_blond(s1) & Theme(s1,x1) & of(e2,x3) & n_slide(x3) & a_blue(s4) & Theme(s4,x3) & r_off(e2) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s2) & Theme(s2,x2)) | exists e1 s1 x1 x2.(n_boy(x1) & a_blond(s1) & Theme(s1,x1) & of(e1,x2) & n_slide(x2) & r_down(e1) & Actor(e1,x1) & v_fall(e1)) | 7abf584a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3.(v_wear(e1) & v_jump(e2) & r_off(e2) & of(e2,x3) & n_slide(x3) & n_shirt(x2) & n_boy(x1) & a_red(s2) & a_blue(s4) & a_blond(s3) & a_blond(s1) & Theme(s4,x3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_fall(e1) & r_down(e1) & of(e1,x2) & n_slide(x2) & n_boy(x1) & a_blond(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young boy wearing a red shirt is jumping off of a blue slide at a park. | A child is playing outside. | 0 | -100 | A young boy is a child. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(e2,x4) & at(x4,x5) & n_park(x5) & n_slide(x4) & a_blue(s4) & Theme(s4,x4) & a_off(s3) & Manner(e2,s3) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_red(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & n_child(x1)) | 7abf6e98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_wear(e1) & v_jump(e2) & of(e2,x4) & n_slide(x4) & n_shirt(x3) & n_park(x5) & n_boy(x1) & at(x4,x5) & a_young(s1) & a_red(s2) & a_off(s3) & a_blue(s4) & Theme(s4,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_outside(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy wearing a red shirt is jumping off of a blue slide at a park. | A child is swinging on the swings. | 2 | -100 | Jumping and swinging are different actions. Slide and swings are different things. | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(e2,x4) & at(x4,x5) & n_park(x5) & n_slide(x4) & a_blue(s4) & Theme(s4,x4) & a_off(s3) & Manner(e2,s3) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_red(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_swing(x2) & on(e1,x2) & Actor(e1,x1) & v_swing(e1) & n_child(x1)) | 7abf7406-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_wear(e1) & v_jump(e2) & of(e2,x4) & n_slide(x4) & n_shirt(x3) & n_park(x5) & n_boy(x1) & at(x4,x5) & a_young(s1) & a_red(s2) & a_off(s3) & a_blue(s4) & Theme(s4,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_swing(e1) & on(e1,x2) & n_swing(x2) & n_child(x1) & Actor(e1,x1)) |
||
A young boy wearing a red shirt is jumping off of a blue slide at a park. | A child is about to get hurt at the playground. | 1 | -100 | jumping doesn't always mean about to get hurt | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(e2,x4) & at(x4,x5) & n_park(x5) & n_slide(x4) & a_blue(s4) & Theme(s4,x4) & a_off(s3) & Manner(e2,s3) & Actor(e2,x1) & v_jump(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_red(s2) & Theme(s2,x3) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 x1 x2.(n_playground(x2) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 p2.(exists e2.(at(e2,x2) & Theme(e2,x1) & v_hurt(e2)) & Topic(e1,p2) & Actor(e1,x1) & v_get(e1)) & n_child(x1)) | 7abf791a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_wear(e1) & v_jump(e2) & of(e2,x4) & n_slide(x4) & n_shirt(x3) & n_park(x5) & n_boy(x1) & at(x4,x5) & a_young(s1) & a_red(s2) & a_off(s3) & a_blue(s4) & Theme(s4,x4) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists p1 s1 x1 x2.(n_playground(x2) & n_child(x1) & exists e1 p2.(v_get(e1) & exists e2.(v_hurt(e2) & at(e2,x2) & Theme(e2,x1)) & Topic(e1,p2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
People swimming in a public pool. | The people are swimming in the ocean. | 2 | -100 | Public pool and ocean are different places. | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_pool(x3) & a_public(s1) & Theme(s1,x3) & n_swimming(x1) & of(x1,x2) & n_people(x2)) | exists e1 x1 x2.(n_ocean(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1) & v_swim(e1)) | 7abf8db0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_swimming(x1) & n_pool(x3) & n_people(x2) & in(x1,x3) & a_topic(x1) & a_public(s1) & Theme(s1,x3)) | exists e1 x1 x2.(v_swim(e1) & n_people(x1) & n_ocean(x2) & in(e1,x2) & Actor(e1,x1)) |
||
People swimming in a public pool. | They are enjoying the summer day. | 1 | -100 | swimming doesn't always mean enjoying | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_pool(x3) & a_public(s1) & Theme(s1,x3) & n_swimming(x1) & of(x1,x2) & n_people(x2)) | exists e1 x1 x2 x3.(n_day(x2) & of(x2,x3) & n_summer(x3) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1)) | 7abf933c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_swimming(x1) & n_pool(x3) & n_people(x2) & in(x1,x3) & a_topic(x1) & a_public(s1) & Theme(s1,x3)) | exists e1 x1 x2 x3.(v_enjoy(e1) & of(x2,x3) & n_thing(x1) & n_summer(x3) & n_day(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
People swimming in a public pool. | People are swimming. | 0 | -100 | People swimming in a public pool shows the place that people are swimming. | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_pool(x3) & a_public(s1) & Theme(s1,x3) & n_swimming(x1) & of(x1,x2) & n_people(x2)) | exists e1 x1.(Actor(e1,x1) & v_swim(e1) & n_people(x1)) | 7abf9918-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_swimming(x1) & n_pool(x3) & n_people(x2) & in(x1,x3) & a_topic(x1) & a_public(s1) & Theme(s1,x3)) | exists e1 x1.(v_swim(e1) & n_people(x1) & Actor(e1,x1)) |
||
A young women having her picture taken with a group of children. | The woman is the mother. | 1 | -100 | women doesn't always mean mother. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & with(e1,x5) & of(x5,x6) & n_child(x6) & n_group(x5) & Theme(e1,x4) & v_take(e1) & (x3 = x4) & n_picture(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_mother(x2) & n_woman(x1) & (x1 = x2)) | 7abf9e4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_take(e1) & v_have(e2) & of(x5,x6) & of(x3,x1) & n_woman(x1) & n_picture(x3) & n_group(x5) & n_female(x1) & n_child(x6) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x2) & (x3 = x4) & (x1 = x2)) | exists x1 x2.(n_woman(x1) & n_mother(x2) & (x1 = x2)) |
||
A young women having her picture taken with a group of children. | The children are running. | 2 | -100 | One cannot have his picture taken if he is running. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & with(e1,x5) & of(x5,x6) & n_child(x6) & n_group(x5) & Theme(e1,x4) & v_take(e1) & (x3 = x4) & n_picture(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_run(e1)) | 7abfa372-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_take(e1) & v_have(e2) & of(x5,x6) & of(x3,x1) & n_woman(x1) & n_picture(x3) & n_group(x5) & n_female(x1) & n_child(x6) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x2) & (x3 = x4) & (x1 = x2)) | exists e1 x1.(v_run(e1) & n_child(x1) & Actor(e1,x1)) |
||
A young women having her picture taken with a group of children. | The woman is older than the children. | 0 | -100 | Young woman implies that she is older than the children. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & with(e1,x5) & of(x5,x6) & n_child(x6) & n_group(x5) & Theme(e1,x4) & v_take(e1) & (x3 = x4) & n_picture(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2.(n_child(x2) & n_woman(x1) & than(s1,x2) & r_more(s1) & Theme(s1,x1) & a_older(s1)) | 7abfa890-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_take(e1) & v_have(e2) & of(x5,x6) & of(x3,x1) & n_woman(x1) & n_picture(x3) & n_group(x5) & n_female(x1) & n_child(x6) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Actor(e2,x2) & (x3 = x4) & (x1 = x2)) | exists s1 x1 x2.(than(s1,x2) & r_more(s1) & n_woman(x1) & n_child(x2) & a_older(s1) & Theme(s1,x1)) |
||
A woman with five kids all around her with a smile on her face. | A woman is miserable and frowning. | 2 | -100 | One cannot be miserable and frowning and smiles at the same time. | exists x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & on(x3,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & n_smile(x3) & with(x1,x2) & n_all(x2) & around(x2,x1) & n_kid(x2) & card_eq_5(x2) & n_woman(x1)) | exists s1 s2 x1 x2.(Theme(s2,x2) & a_frowning(s2) & n_woman(x2) & Theme(s1,x1) & a_miserable(s1) & n_woman(x1)) | 7abfad9a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(with(x1,x3) & with(x1,x2) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_smile(x3) & n_kid(x2) & n_female(x1) & n_face(x4) & n_all(x2) & card_eq_5(x2) & around(x2,x1) & a_topic(x1)) | exists s1 s2 x1 x2.(n_woman(x2) & n_woman(x1) & a_miserable(s1) & a_frowning(s2) & Theme(s2,x2) & Theme(s1,x1)) |
||
A woman with five kids all around her with a smile on her face. | A woman is playing with her 5 children. | 1 | -100 | smile doesn't always mean playing | exists x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & on(x3,x4) & n_face(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & n_smile(x3) & with(x1,x2) & n_all(x2) & around(x2,x1) & n_kid(x2) & card_eq_5(x2) & n_woman(x1)) | exists e1 x1 x2.(with(e1,x2) & n_child(x2) & n_date(x2) & a_date_day_05(x2) & a_date_day_05(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_play(e1) & n_woman(x1)) | 7abfb2ae-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(with(x1,x3) & with(x1,x2) & on(x3,x4) & of(x4,x1) & n_woman(x1) & n_smile(x3) & n_kid(x2) & n_female(x1) & n_face(x4) & n_all(x2) & card_eq_5(x2) & around(x2,x1) & a_topic(x1)) | exists e1 x1 x2.(with(e1,x2) & v_play(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_date(x2) & n_child(x2) & a_date_day_05(x2) & Actor(e1,x1)) |
||
Several people sit on the subway. | people are going home on the subway. | 1 | -100 | sit doesn't always mean going home | exists e1 s1 x1 x2.(n_subway(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_subway(x3) & on(e1,x3) & Time(e1,x2) & n_home(x2) & Actor(e1,x1) & v_go(e1) & n_people(x1)) | 7abfbee8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_subway(x2) & n_people(x1) & a_several(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_go(e1) & on(e1,x3) & n_subway(x3) & n_people(x1) & n_home(x2) & Time(e1,x2) & Actor(e1,x1)) |
||
A black woman posing with four black children in front of a white wall. | The wall is blue | 2 | -100 | Blue and white are different colors. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x3) & in(x3,x4) & of(x4,x5) & n_wall(x5) & a_white(s3) & Theme(s3,x5) & n_front(x4) & n_child(x3) & a_black(s2) & Theme(s2,x3) & card_eq_4(x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_woman(x1) & a_black(s1) & Theme(s1,x1)) | exists s1 x1.(n_wall(x1) & Theme(s1,x1) & a_blue(s1)) | 7abfcf64-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x3) & v_pose(e1) & of(x4,x5) & n_woman(x1) & n_wall(x5) & n_front(x4) & n_child(x3) & in(x3,x4) & card_eq_4(x3) & a_white(s3) & a_topic(x1) & a_black(s2) & a_black(s1) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_wall(x1) & a_blue(s1) & Theme(s1,x1)) |
||
A black woman posing with four black children in front of a white wall. | Black people are posing | 0 | -100 | A woman and children are people. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x3) & in(x3,x4) & of(x4,x5) & n_wall(x5) & a_white(s3) & Theme(s3,x5) & n_front(x4) & n_child(x3) & a_black(s2) & Theme(s2,x3) & card_eq_4(x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_woman(x1) & a_black(s1) & Theme(s1,x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_pose(e1) & n_people(x1) & a_black(s1) & Theme(s1,x1)) | 7abfd996-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x3) & v_pose(e1) & of(x4,x5) & n_woman(x1) & n_wall(x5) & n_front(x4) & n_child(x3) & in(x3,x4) & card_eq_4(x3) & a_white(s3) & a_topic(x1) & a_black(s2) & a_black(s1) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_pose(e1) & n_people(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A man and a woman are reading while riding the subway. | There are two people riding a subway train. | 0 | -100 | A man and a woman are two people. | exists e2 e1 x1 x2 x3 x4 x5.(n_subway(x5) & while(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_ride(e2) & Theme(e1,x4) & Actor(e1,x1) & v_read(e1) & n_thing(x4) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_train(x4) & of(x4,x5) & n_subway(x5) & (x2 = x3) & n_people(x2) & card_eq_2(x2)) | 7abfeb20-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(while(e1,e2) & v_ride(e2) & v_read(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_thing(x4) & n_subway(x5) & n_man(x2) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4 x5.(v_ride(e1) & of(x4,x5) & n_train(x4) & n_subway(x5) & n_people(x2) & card_eq_2(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A boy is doing a skateboard trick on the boardwalk. | The boy is trying to do a backflip. | 1 | 0.000209 | Not every boy doing a skateboard trick is trying to do a backflip. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 p1 x1.(n_boy(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_do(e2) & n_backflip(x2))) | 7ac2131e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(v_try(e1) & n_boy(x1) & exists e2 x2.(v_do(e2) & n_backflip(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | A boy has a skateboard. | 1 | 0.878365 | Not every boy doing a skateboard trick has a skateboard. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_skateboard(x2) & n_boy(x1)) | 7ac21ce2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_skateboard(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | A professional skateboarder performs various tricks at an international skateboarding competition | 1 | 0.556644 | Not every boy doing a skateboard trick is a professional skateboarder. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & n_competition(x3) & of(x3,x4) & n_skateboarding(x4) & a_international(s3) & Theme(s3,x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & a_various(s2) & Theme(s2,x2) & n_skateboarder(x1) & a_professional(s1) & Theme(s1,x1)) | 7ac22c0a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4.(v_perform(e1) & of(x3,x4) & n_trick(x2) & n_skateboarding(x4) & n_skateboarder(x1) & n_competition(x3) & at(e1,x3) & a_various(s2) & a_professional(s1) & a_international(s3) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | The boy is walking. | 2 | 0.000001 | If he was walking then he wouldn't be on a skateboard to do a skateboard trick. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 x1.(n_boy(x1) & Actor(e1,x1) & v_walk(e1)) | 7ac23880-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_walk(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | A skateboarder is practicing new techniques and tricks with his skateboard. | 1 | 0.784179 | Not every boy doing a skateboard trick is practicing new techniques and tricks. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & with(x2,x5) & n_skateboard(x5) & of(x5,x1) & n_male(x1) & n_trick(x4) & n_technique(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_new(s1) & Theme(s1,x2) & n_skateboarder(x1)) | 7ac23f38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(with(x2,x5) & v_practice(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x5,x1) & n_trick(x4) & n_technique(x3) & n_skateboarder(x1) & n_skateboard(x5) & n_male(x1) & a_new(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | A boy practicing for the skateboard competition. | 1 | 0.585675 | Not every boy doing a skateboard trick is practicing for a competition. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists x1 x2 x3 x4.(n_competition(x3) & of(x3,x4) & n_skateboard(x4) & a_topic(x1) & for(x1,x3) & n_practicing(x1) & of(x1,x2) & n_boy(x2)) | 7ac2552c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_skateboard(x4) & n_practicing(x1) & n_competition(x3) & n_boy(x2) & for(x1,x3) & a_topic(x1)) |
||
A boy is doing a skateboard trick on the boardwalk. | A boy is riding a skateboard outside. | 0 | 0.974121 | The boardwalk is outside. | exists e1 x1 x2 x3 x4.(n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & on(x2,x4) & n_trick(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_outside(x2) & of(x2,x3) & n_skateboard(x3) & n_boy(x1)) | 7ac25aae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_do(e1) & on(x2,x4) & of(x2,x3) & n_trick(x2) & n_skateboard(x3) & n_boy(x1) & n_boardwalk(x4) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x3) & n_skateboard(x3) & n_outside(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a blue dress is walking down the street. | A woman is wearing a dress | 0 | -100 | A woman is walking down the street. | exists e1 s1 s2 x1 x2 x3.(n_street(x3) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_dress(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_dress(x2) & n_woman(x1)) | 7ac2bb0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & n_woman(x1) & n_street(x3) & n_dress(x2) & in(x1,x2) & a_down(s2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_woman(x1) & n_dress(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A street scene with people walking. | People are inside the school. | 2 | -100 | One cannot be inside and outside on the street simultaneously. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_walk(e1) & (x3 = x4) & n_people(x3) & n_scene(x1) & of(x1,x2) & n_street(x2)) | exists p1 x1 x2.(n_school(x2) & inside(x1,x2) & n_people(x1)) | 7ac2c002-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_walk(e1) & of(x1,x2) & n_street(x2) & n_scene(x1) & n_people(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists x1 x2.(n_school(x2) & n_people(x1) & inside(x1,x2)) |
||
A street scene with people walking. | People are walking around a plaza. | 1 | -100 | Not every street has a plaza. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_walk(e1) & (x3 = x4) & n_people(x3) & n_scene(x1) & of(x1,x2) & n_street(x2)) | exists e1 x1 x2.(around(e1,x2) & n_plaza(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1)) | 7ac2c566-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_walk(e1) & of(x1,x2) & n_street(x2) & n_scene(x1) & n_people(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists e1 x1 x2.(v_walk(e1) & n_plaza(x2) & n_people(x1) & around(e1,x2) & Actor(e1,x1)) |
||
A street scene with people walking. | People are outside. | 0 | -100 | A street scene is usually an outside setting. | exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x3) & Actor(e1,x4) & v_walk(e1) & (x3 = x4) & n_people(x3) & n_scene(x1) & of(x1,x2) & n_street(x2)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_people(x1)) | 7ac2cc6e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(x1,x3) & v_walk(e1) & of(x1,x2) & n_street(x2) & n_scene(x1) & n_people(x3) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) | exists s1 x1.(n_people(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A woman in a blue and white dress is walking down the sidewalk past two men leaning against the buildings. | A woman in a dress is walking down the sidewalk past two men. | 0 | -100 | There is a woman walking down the sidewalk past two men. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_building(x6) & n_sidewalk(x3) & past(e1,x4) & against(e2,x6) & Actor(e2,x5) & v_lean(e2) & (x4 = x5) & n_man(x4) & card_eq_2(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x3) & past(e1,x4) & n_man(x4) & card_eq_2(x4) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_dress(x2) & n_woman(x1)) | 7ac2d268-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_lean(e2) & past(e1,x4) & n_woman(x1) & n_sidewalk(x3) & n_man(x4) & n_dress(x2) & n_building(x6) & in(x1,x2) & card_eq_2(x4) & against(e2,x6) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & past(e1,x4) & n_woman(x1) & n_sidewalk(x3) & n_man(x4) & n_dress(x2) & in(x1,x2) & card_eq_2(x4) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) |
||
A woman in a blue and white dress is walking down the sidewalk past two men leaning against the buildings. | A woman in a shit and shorts running down the street. | 2 | -100 | One cannot be walking and running simultaneously. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_building(x6) & n_sidewalk(x3) & past(e1,x4) & against(e2,x6) & Actor(e2,x5) & v_lean(e2) & (x4 = x5) & n_man(x4) & card_eq_2(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_topic(x1) & in(x1,x2) & subset_of(x4,x2) & down(e1,x6) & Actor(e1,x5) & v_run(e1) & (x4 = x5) & n_shorts(x4) & subset_of(x3,x2) & n_shit(x3) & n_woman(x1)) | 7ac2d79a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_lean(e2) & past(e1,x4) & n_woman(x1) & n_sidewalk(x3) & n_man(x4) & n_dress(x2) & n_building(x6) & in(x1,x2) & card_eq_2(x4) & against(e2,x6) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 x1 x2 x3 x4 x5 x6.(v_run(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_street(x6) & n_shorts(x4) & n_shit(x3) & in(x1,x2) & down(e1,x6) & a_topic(x1) & Actor(e1,x5) & (x4 = x5)) |
||
A woman in a blue and white dress is walking down the sidewalk past two men leaning against the buildings. | A woman is trying to get to work. | 1 | -100 | Not every woman wears blue. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_building(x6) & n_sidewalk(x3) & past(e1,x4) & against(e2,x6) & Actor(e2,x5) & v_lean(e2) & (x4 = x5) & n_man(x4) & card_eq_2(x4) & a_down(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_dress(x2) & a_white(s2) & Theme(s2,x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2.(Topic(e2,p2) & Actor(e2,x1) & v_get(e2) & exists e3.(Actor(e3,x1) & v_work(e3))) & n_woman(x1)) | 7ac2dd80-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_walk(e1) & v_lean(e2) & past(e1,x4) & n_woman(x1) & n_sidewalk(x3) & n_man(x4) & n_dress(x2) & n_building(x6) & in(x1,x2) & card_eq_2(x4) & against(e2,x6) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5)) | exists e1 p1 x1.(v_try(e1) & n_woman(x1) & exists e2 p2.(v_get(e2) & exists e3.(v_work(e3) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Heavyset women in a blue and white dress walks down a city block. | The heavyset woman is walking outside. | 0 | -100 | A heavyset woman is outside on a city block. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_down(s3) & Manner(e1,s3) & Theme(e1,x4) & Actor(e1,x1) & v_walk(e1) & n_block(x4) & of(x4,x5) & n_city(x5) & in(x1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & n_woman(x1) & (x1 = x2) & ne_nam_heavyset(x2)) | exists e1 s1 x1 x2.(n_woman(x1) & of(x1,x2) & n_heavyset(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_walk(e1)) | 7ac2e2bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_walk(e1) & of(x4,x5) & ne_nam_heavyset(x2) & n_woman(x1) & n_dress(x3) & n_city(x5) & n_block(x4) & in(x1,x3) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x4) & Manner(e1,s3) & Actor(e1,x1) & (x1 = x2)) | exists e1 s1 x1 x2.(v_walk(e1) & of(x1,x2) & n_woman(x1) & n_heavyset(x2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Heavyset women in a blue and white dress walks down a city block. | The heavyset woman is sitting on a bench. | 2 | -100 | One cannot be sitting and walk simultaneously. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_down(s3) & Manner(e1,s3) & Theme(e1,x4) & Actor(e1,x1) & v_walk(e1) & n_block(x4) & of(x4,x5) & n_city(x5) & in(x1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & n_woman(x1) & (x1 = x2) & ne_nam_heavyset(x2)) | exists e1 x1 x2 x3.(n_woman(x1) & of(x1,x2) & n_heavyset(x2) & on(e1,x3) & n_bench(x3) & Actor(e1,x1) & v_sit(e1)) | 7ac2e7da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_walk(e1) & of(x4,x5) & ne_nam_heavyset(x2) & n_woman(x1) & n_dress(x3) & n_city(x5) & n_block(x4) & in(x1,x3) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x4) & Manner(e1,s3) & Actor(e1,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x1,x2) & n_woman(x1) & n_heavyset(x2) & n_bench(x3) & Actor(e1,x1)) |
||
Heavyset women in a blue and white dress walks down a city block. | The lady is walking to meet up with friends. | 1 | -100 | Not every lady is heavyset. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_down(s3) & Manner(e1,s3) & Theme(e1,x4) & Actor(e1,x1) & v_walk(e1) & n_block(x4) & of(x4,x5) & n_city(x5) & in(x1,x3) & n_dress(x3) & a_white(s2) & Theme(s2,x3) & a_blue(s1) & Theme(s1,x3) & n_woman(x1) & (x1 = x2) & ne_nam_heavyset(x2)) | exists e1 p1 x1.(n_lady(x1) & Topic(e1,p1) & Actor(e1,x1) & v_walk(e1) & exists e2 s1 x2.(a_up(s1) & Manner(e2,s1) & with(e2,x2) & n_friend(x2) & Actor(e2,x1) & v_meet(e2))) | 7ac2ed5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_walk(e1) & of(x4,x5) & ne_nam_heavyset(x2) & n_woman(x1) & n_dress(x3) & n_city(x5) & n_block(x4) & in(x1,x3) & a_white(s2) & a_down(s3) & a_blue(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x4) & Manner(e1,s3) & Actor(e1,x1) & (x1 = x2)) | exists e1 p1 x1.(v_walk(e1) & n_lady(x1) & exists e2 s1 x2.(with(e2,x2) & v_meet(e2) & n_friend(x2) & a_up(s1) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man sits in a messy room. | A woman is in a tidy kitchen. | 2 | -100 | The subject cannot be a man and a woman simultaneously. | exists e1 s1 x1 x2.(in(e1,x2) & n_room(x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1.(exists s1 x2.(in(x1,x2) & n_kitchen(x2) & a_tidy(s1) & Theme(s1,x2)) & n_woman(x1)) | 7ac2f39c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_room(x2) & n_man(x1) & in(e1,x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_woman(x1) & exists s1 x2.(n_kitchen(x2) & in(x1,x2) & a_tidy(s1) & Theme(s1,x2))) |
||
A man sits in a messy room. | A guy is in a disorganized space. | 0 | -100 | A guy is a casual term for a young man. A messy room is a disorganized space. | exists e1 s1 x1 x2.(in(e1,x2) & n_room(x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1.(exists s1 x2.(in(x1,x2) & n_space(x2) & a_disorganized(s1) & Theme(s1,x2)) & n_guy(x1)) | 7ac2f982-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_room(x2) & n_man(x1) & in(e1,x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_guy(x1) & exists s1 x2.(n_space(x2) & in(x1,x2) & a_disorganized(s1) & Theme(s1,x2))) |
||
A man sits in a messy room. | A man is in a disorganized bedroom. | 1 | -100 | Not every room is a bedroom. | exists e1 s1 x1 x2.(in(e1,x2) & n_room(x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1.(exists s1 x2.(in(x1,x2) & n_bedroom(x2) & a_disorganized(s1) & Theme(s1,x2)) & n_man(x1)) | 7ac2fe82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_room(x2) & n_man(x1) & in(e1,x2) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists s1 x2.(n_bedroom(x2) & in(x1,x2) & a_disorganized(s1) & Theme(s1,x2))) |
||
A surfer rides a breaking wave. | A surfer surfs on the water. | 0 | -100 | A surfer who rides a breaking wave surfs on the water. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & n_surfer(x1)) | exists e1 x1 x2.(n_water(x2) & on(e1,x2) & Actor(e1,x1) & v_surf(e1) & n_surfer(x1)) | 7ac30378-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_surf(e1) & on(e1,x2) & n_water(x2) & n_surfer(x1) & Actor(e1,x1)) |
||
A surfer rides a breaking wave. | A surfer surfs on the water while a shark lingers by. | 1 | -100 | Not every water has a wave. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & n_surfer(x1)) | exists e1 p1 x1 x2.(n_water(x2) & exists e2 s1 x3.(a_by(s1) & Manner(e2,s1) & Actor(e2,x3) & v_linger(e2) & n_shark(x3)) & while(e1,p1) & on(e1,x2) & Actor(e1,x1) & v_surf(e1) & n_surfer(x1)) | 7ac30878-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(while(e1,p1) & v_surf(e1) & on(e1,x2) & n_water(x2) & n_surfer(x1) & exists e2 s1 x3.(v_linger(e2) & n_shark(x3) & a_by(s1) & Manner(e2,s1) & Actor(e2,x3)) & Actor(e1,x1)) |
||
A surfer rides a breaking wave. | A surfer eats some cereal. | 2 | -100 | The surfer cannot ride a breaking rave while he eats some cereal. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_wave(x2) & of(x2,x3) & n_breaking(x3) & n_surfer(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cereal(x2) & n_surfer(x1)) | 7ac30e4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & of(x2,x3) & n_wave(x2) & n_surfer(x1) & n_breaking(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_eat(e1) & n_surfer(x1) & n_cereal(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A surfer riding a wave on beautiful water. | A surfer is at the beach | 0 | -100 | A surfer must be at the beach is he is riding a wave. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_water(x4) & a_beautiful(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_wave(x3) & (x1 = x2) & n_surfer(x1)) | exists p1 x1 x2.(n_beach(x2) & at(x1,x2) & n_surfer(x1)) | 7ac313c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_ride(e1) & on(e1,x4) & n_wave(x3) & n_water(x4) & n_surfer(x1) & a_topic(x1) & a_beautiful(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(n_surfer(x1) & n_beach(x2) & at(x1,x2)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.