premise
stringlengths
9
342
hypothesis
stringlengths
1
295
label
int64
0
2
probability
float64
-100
1
explanation_1
stringlengths
0
706
explanation_2
stringclasses
1 value
explanation_3
stringclasses
1 value
premise_logic
stringlengths
39
2.12k
hypothesis_logic
stringlengths
33
2.09k
id
stringlengths
36
36
premise_sim
stringlengths
39
2.11k
hypothesis_sim
stringlengths
33
2.08k
a man walking down an alleyway
The man is a police officer.
1
0.000039
It cannot be inferred that the man in the alleyway is a police officer.
exists e1 s1 x1 x2 x3.(a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_alleyway(x3) & (x1 = x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2 x3.((x1 = x2) & n_officer(x2) & of(x2,x3) & n_police(x3)))
4cd02c98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_walk(e1) & n_man(x1) & n_alleyway(x3) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_police(x3) & n_officer(x2) & (x1 = x2)))
a man walking down an alleyway
A man walking outside.
0
0.963002
The man walking down an alleyway means he must be outside.
exists e1 s1 x1 x2 x3.(a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_alleyway(x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2.(a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_man(x1))
4cd03116-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_walk(e1) & n_man(x1) & n_alleyway(x3) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2.(v_walk(e1) & n_man(x1) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
A man is by a shopping cart with people walking on the street.
The man is going somewhere important.
1
-100
walking doesn't always mean somewhere important.
exists p1 x1 x6.(n_street(x6) & exists e1 x2 x3 x4 x5.(by(x1,x2) & with(x2,x4) & on(e1,x6) & Actor(e1,x5) & v_walk(e1) & (x4 = x5) & n_people(x4) & n_cart(x2) & of(x2,x3) & n_shopping(x3)) & n_man(x1))
exists e1 p1 x1.(n_man(x1) & exists s1 x2.(Location(s1,x2) & n_location(x2) & Theme(s1,x1) & a_important(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1))
4cd06f00-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x6.(n_street(x6) & n_man(x1) & exists e1 x2 x3 x4 x5.(with(x2,x4) & v_walk(e1) & on(e1,x6) & of(x2,x3) & n_shopping(x3) & n_people(x4) & n_cart(x2) & by(x1,x2) & Actor(e1,x5) & (x4 = x5)))
exists e1 p1 x1.(v_go(e1) & n_man(x1) & exists s1 x2.(n_location(x2) & a_important(s1) & Theme(s1,x1) & Location(s1,x2)) & Topic(e1,p1) & Actor(e1,x1))
A man is by a shopping cart with people walking on the street.
The man is alone indoors.
2
-100
If the man is by people on the street, he is not alone indoors.
exists p1 x1 x6.(n_street(x6) & exists e1 x2 x3 x4 x5.(by(x1,x2) & with(x2,x4) & on(e1,x6) & Actor(e1,x5) & v_walk(e1) & (x4 = x5) & n_people(x4) & n_cart(x2) & of(x2,x3) & n_shopping(x3)) & n_man(x1))
exists p1 s1 x1.(n_man(x1) & a_alone(s1) & Manner(p1,s1) & exists x2.((x1 = x2) & n_indoor(x2)))
4cd07400-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x6.(n_street(x6) & n_man(x1) & exists e1 x2 x3 x4 x5.(with(x2,x4) & v_walk(e1) & on(e1,x6) & of(x2,x3) & n_shopping(x3) & n_people(x4) & n_cart(x2) & by(x1,x2) & Actor(e1,x5) & (x4 = x5)))
exists p1 s1 x1.(n_man(x1) & exists x2.(n_indoor(x2) & (x1 = x2)) & a_alone(s1) & Manner(p1,s1))
A man wearing a green headband is working on a construction project.
A construction worker working on a site.
1
-100
It is not known if the construction project is on a site.
exists e2 e1 s1 x1 x2 x3 x4 x5.(on(e2,x4) & n_project(x4) & of(x4,x5) & n_construction(x5) & Actor(e2,x1) & v_work(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_headband(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_site(x4) & Actor(e1,x3) & v_work(e1) & (x1 = x3) & n_worker(x1) & of(x1,x2) & n_construction(x2))
4cd07928-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5.(v_work(e2) & v_wear(e1) & on(e2,x4) & of(x4,x5) & n_project(x4) & n_man(x1) & n_headband(x3) & n_construction(x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_work(e1) & on(e1,x4) & of(x1,x2) & n_worker(x1) & n_site(x4) & n_construction(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3))
A man wearing a green headband is working on a construction project.
A woman driving down the street.
2
-100
A man in a headband is not a woman driving.
exists e2 e1 s1 x1 x2 x3 x4 x5.(on(e2,x4) & n_project(x4) & of(x4,x5) & n_construction(x5) & Actor(e2,x1) & v_work(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_headband(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(n_street(x3) & a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_drive(e1) & (x1 = x2) & n_woman(x1))
4cd07d9c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5.(v_work(e2) & v_wear(e1) & on(e2,x4) & of(x4,x5) & n_project(x4) & n_man(x1) & n_headband(x3) & n_construction(x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_drive(e1) & n_woman(x1) & n_street(x3) & a_topic(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2))
A man wearing a green headband is working on a construction project.
A man at work on constructing something.
0
-100
Working on a construction project means constructing.
exists e2 e1 s1 x1 x2 x3 x4 x5.(on(e2,x4) & n_project(x4) & of(x4,x5) & n_construction(x5) & Actor(e2,x1) & v_work(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_headband(x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_construct(e1) & n_thing(x4) & (x2 = x3) & n_work(x2) & n_man(x1))
4cd08210-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5.(v_work(e2) & v_wear(e1) & on(e2,x4) & of(x4,x5) & n_project(x4) & n_man(x1) & n_headband(x3) & n_construction(x5) & a_green(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_construct(e1) & n_work(x2) & n_thing(x4) & n_man(x1) & at(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
Two Asian woman at an archery competition getting ready to shoot with a crowd watching.
The women are celebrating after finishing the competition.
2
-100
If the women are getting ready to shoot, they wouldn't be celebrating as if after finishing.
exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & exists p2 s3.(Topic(s3,p2) & Actor(s3,x3) & a_ready(s3) & exists e2 x4 x5.(with(e2,x4) & n_watching(x4) & of(x4,x5) & n_crowd(x5) & Actor(e2,x3) & v_shoot(e2))) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x1 = x3) & at(x1,x2) & n_competition(x2) & a_archery(s2) & Theme(s2,x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e2 e1 x1 x2.(n_competition(x2) & n_woman(x1) & after(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_finish(e2) & Actor(e1,x1) & v_celebrate(e1))
4cd086e8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_woman(x1) & n_competition(x2) & exists p2 s3.(exists e2 x4 x5.(with(e2,x4) & v_shoot(e2) & of(x4,x5) & n_watching(x4) & n_crowd(x5) & Actor(e2,x3)) & a_ready(s3) & Topic(s3,p2) & Actor(s3,x3)) & card_eq_2(x1) & at(x1,x2) & a_topic(x1) & a_asian(s1) & a_archery(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e2 e1 x1 x2.(v_finish(e2) & v_celebrate(e1) & n_woman(x1) & n_competition(x2) & after(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1))
Two Asian woman at an archery competition getting ready to shoot with a crowd watching.
Two women are near a crowd at a competition.
0
-100
Crowd watching implies near a crowd.
exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & exists p2 s3.(Topic(s3,p2) & Actor(s3,x3) & a_ready(s3) & exists e2 x4 x5.(with(e2,x4) & n_watching(x4) & of(x4,x5) & n_crowd(x5) & Actor(e2,x3) & v_shoot(e2))) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x1 = x3) & at(x1,x2) & n_competition(x2) & a_archery(s2) & Theme(s2,x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_2(x1))
exists p1 x1.(exists x2 x3.(near(x1,x2) & at(x2,x3) & n_competition(x3) & n_crowd(x2)) & n_woman(x1) & card_eq_2(x1))
4cd08ba2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_woman(x1) & n_competition(x2) & exists p2 s3.(exists e2 x4 x5.(with(e2,x4) & v_shoot(e2) & of(x4,x5) & n_watching(x4) & n_crowd(x5) & Actor(e2,x3)) & a_ready(s3) & Topic(s3,p2) & Actor(s3,x3)) & card_eq_2(x1) & at(x1,x2) & a_topic(x1) & a_asian(s1) & a_archery(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists x1.(n_woman(x1) & exists x2 x3.(near(x1,x2) & n_crowd(x2) & n_competition(x3) & at(x2,x3)) & card_eq_2(x1))
Two Asian woman at an archery competition getting ready to shoot with a crowd watching.
The women are competing in the Olympics.
1
-100
It cannot be assumed that the women are competing against each other. It is also unknown if the competition is the Olympics.
exists e1 p1 s1 s2 x1 x2 x3.(a_topic(x1) & exists p2 s3.(Topic(s3,p2) & Actor(s3,x3) & a_ready(s3) & exists e2 x4 x5.(with(e2,x4) & n_watching(x4) & of(x4,x5) & n_crowd(x5) & Actor(e2,x3) & v_shoot(e2))) & Topic(e1,p1) & Actor(e1,x3) & v_get(e1) & (x1 = x3) & at(x1,x2) & n_competition(x2) & a_archery(s2) & Theme(s2,x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 x1 x2.(n_olympics(x2) & n_woman(x1) & in(e1,x2) & Actor(e1,x1) & v_compete(e1))
4cd09228-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(v_get(e1) & n_woman(x1) & n_competition(x2) & exists p2 s3.(exists e2 x4 x5.(with(e2,x4) & v_shoot(e2) & of(x4,x5) & n_watching(x4) & n_crowd(x5) & Actor(e2,x3)) & a_ready(s3) & Topic(s3,p2) & Actor(s3,x3)) & card_eq_2(x1) & at(x1,x2) & a_topic(x1) & a_asian(s1) & a_archery(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2.(v_compete(e1) & n_woman(x1) & n_olympics(x2) & in(e1,x2) & Actor(e1,x1))
A crowd watches two traditionally dressed Asian woman compete in an archery contest.
Women are shooting arrows
0
-100
Archery implies shooting arrows.
exists e3 e2 e1 s1 x1 x2 x3 x4 x5.(in(e3,x4) & n_contest(x4) & of(x4,x5) & n_archery(x5) & Actor(e3,x1) & v_compete(e3) & Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_woman(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e1,x3) & v_dress(e1) & r_traditionally(x3) & card_eq_2(x3) & (x1 = x2) & n_crowd(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1) & n_arrow(x2) & n_woman(x1))
4cd09732-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 s1 x1 x2 x3 x4 x5.(v_watch(e2) & v_dress(e1) & v_compete(e3) & r_traditionally(x3) & of(x4,x5) & n_woman(x3) & n_crowd(x1) & n_contest(x4) & n_archery(x5) & in(e3,x4) & card_eq_2(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
exists e1 x1 x2.(v_shoot(e1) & n_woman(x1) & n_arrow(x2) & Theme(e1,x2) & Actor(e1,x1))
A crowd watches two traditionally dressed Asian woman compete in an archery contest.
The women are shooting guns
2
-100
Archery does not involve guns.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(in(e3,x4) & n_contest(x4) & of(x4,x5) & n_archery(x5) & Actor(e3,x1) & v_compete(e3) & Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_woman(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e1,x3) & v_dress(e1) & r_traditionally(x3) & card_eq_2(x3) & (x1 = x2) & n_crowd(x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1) & n_gun(x2))
4cd09bce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(v_watch(e2) & v_dress(e1) & v_compete(e3) & r_traditionally(x3) & of(x4,x5) & n_woman(x3) & n_crowd(x1) & n_contest(x4) & n_archery(x5) & in(e3,x4) & card_eq_2(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
exists e1 x1 x2.(v_shoot(e1) & n_woman(x1) & n_gun(x2) & Theme(e1,x2) & Actor(e1,x1))
A crowd watches two traditionally dressed Asian woman compete in an archery contest.
The women are arch rivals
1
-100
the fact that the women are competing, does not infer they are arch rivals
exists e3 e1 e2 s1 x1 x2 x3 x4 x5.(in(e3,x4) & n_contest(x4) & of(x4,x5) & n_archery(x5) & Actor(e3,x1) & v_compete(e3) & Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_woman(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e1,x3) & v_dress(e1) & r_traditionally(x3) & card_eq_2(x3) & (x1 = x2) & n_crowd(x1))
exists p1 x1.(n_woman(x1) & exists s1 x2.((x1 = x2) & n_rival(x2) & a_arch(s1) & Theme(s1,x2)))
4cd0a042-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 s1 x1 x2 x3 x4 x5.(v_watch(e2) & v_dress(e1) & v_compete(e3) & r_traditionally(x3) & of(x4,x5) & n_woman(x3) & n_crowd(x1) & n_contest(x4) & n_archery(x5) & in(e3,x4) & card_eq_2(x3) & a_asian(s1) & Theme(s1,x3) & Theme(e2,x3) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
exists x1.(n_woman(x1) & exists s1 x2.(n_rival(x2) & a_arch(s1) & Theme(s1,x2) & (x1 = x2)))
Two oriental girls are aiming arrows while wearing a competition number; judges and public are looking at to the right, in the direction the girls are shooting.
Two boys jumping into the air trying to score a point.
2
-100
There are either girls or boys, but they are different genders and as such, cannot be the same at one time.
exists e2 e3 e1 p1 s1 x1 x2 x3 x4 x5 x11.(n_direction(x4) & n_right(x11) & while(e1,e3) & Theme(e3,x3) & Actor(e3,x1) & v_wear(e3) & in(x3,x4) & Theme(e2,x5) & Actor(e2,x1) & v_shoot(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & exists e4 x6 x7 x8 x9 x10.(r_at(e4) & to(e4,x11) & Actor(e4,x6) & v_look(e4) & subset_of(x8,x6) & n_public(x10) & n_judge(x9) & subset_of(x10,x8) & subset_of(x9,x8) & subset_of(x7,x6) & n_number(x7)) & that(x3,p1) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_aim(e1) & n_arrow(x2) & a_oriental(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_air(x3) & a_topic(x1) & into(e1,x3) & to(e2,x6) & n_score(x6) & Theme(e2,x5) & Actor(e2,x4) & v_try(e2) & n_point(x5) & (x3 = x4) & Actor(e1,x2) & v_jump(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1))
4cd0a4b6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 p1 s1 x1 x2 x3 x4 x5 x11.(while(e1,e3) & v_wear(e3) & v_shoot(e2) & v_aim(e1) & that(x3,p1) & n_right(x11) & n_girl(x1) & n_direction(x4) & n_competition(x3) & n_arrow(x2) & in(x3,x4) & exists e4 x6 x7 x8 x9 x10.(v_look(e4) & to(e4,x11) & subset_of(x9,x8) & subset_of(x8,x6) & subset_of(x7,x6) & subset_of(x10,x8) & r_at(e4) & n_public(x10) & n_number(x7) & n_judge(x9) & Actor(e4,x6)) & card_eq_2(x1) & a_oriental(s1) & Theme(s1,x1) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1) & (x4 = x5))
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_try(e2) & v_jump(e1) & to(e2,x6) & n_score(x6) & n_point(x5) & n_boy(x1) & n_air(x3) & into(e1,x3) & card_eq_2(x1) & a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x2) & (x3 = x4) & (x1 = x2))
Two oriental girls are aiming arrows while wearing a competition number; judges and public are looking at to the right, in the direction the girls are shooting.
Girls were trying to do their best to win the championship.
1
-100
There is no indication that this competition is a championship
exists e3 e2 e1 p1 s1 x1 x2 x3 x4 x5 x11.(n_direction(x4) & n_right(x11) & while(e1,e3) & Theme(e3,x3) & Actor(e3,x1) & v_wear(e3) & in(x3,x4) & Theme(e2,x5) & Actor(e2,x1) & v_shoot(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & exists e4 x6 x7 x8 x9 x10.(r_at(e4) & to(e4,x11) & Actor(e4,x6) & v_look(e4) & subset_of(x8,x6) & n_public(x10) & n_judge(x9) & subset_of(x10,x8) & subset_of(x9,x8) & subset_of(x7,x6) & n_number(x7)) & that(x3,p1) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_aim(e1) & n_arrow(x2) & a_oriental(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 p1 x1 x2 x3.(n_championship(x3) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2.(Topic(e2,p2) & exists e3.(Theme(e3,x3) & Actor(e3,x1) & v_win(e3)) & Theme(e2,x2) & Actor(e2,x1) & v_do(e2)) & r_most(x2) & n_good(x2) & of(x2,x1) & n_thing(x1) & n_girl(x1))
4cd0a92a-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 p1 s1 x1 x2 x3 x4 x5 x11.(while(e1,e3) & v_wear(e3) & v_shoot(e2) & v_aim(e1) & that(x3,p1) & n_right(x11) & n_girl(x1) & n_direction(x4) & n_competition(x3) & n_arrow(x2) & in(x3,x4) & exists e4 x6 x7 x8 x9 x10.(v_look(e4) & to(e4,x11) & subset_of(x9,x8) & subset_of(x8,x6) & subset_of(x7,x6) & subset_of(x10,x8) & r_at(e4) & n_public(x10) & n_number(x7) & n_judge(x9) & Actor(e4,x6)) & card_eq_2(x1) & a_oriental(s1) & Theme(s1,x1) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 p1 x1 x2 x3.(v_try(e1) & r_most(x2) & of(x2,x1) & n_thing(x1) & n_good(x2) & n_girl(x1) & n_championship(x3) & exists e2 p2.(v_do(e2) & exists e3.(v_win(e3) & Theme(e3,x3) & Actor(e3,x1)) & Topic(e2,p2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
Two oriental girls are aiming arrows while wearing a competition number; judges and public are looking at to the right, in the direction the girls are shooting.
Two girls aiming arrows while wearing a competition number.
0
-100
Two oriental girls are types of girls.
exists e2 e3 e1 p1 s1 x1 x2 x3 x4 x5 x11.(n_direction(x4) & n_right(x11) & while(e1,e3) & Theme(e3,x3) & Actor(e3,x1) & v_wear(e3) & in(x3,x4) & Theme(e2,x5) & Actor(e2,x1) & v_shoot(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & exists e4 x6 x7 x8 x9 x10.(r_at(e4) & to(e4,x11) & Actor(e4,x6) & v_look(e4) & subset_of(x8,x6) & n_public(x10) & n_judge(x9) & subset_of(x10,x8) & subset_of(x9,x8) & subset_of(x7,x6) & n_number(x7)) & that(x3,p1) & n_competition(x3) & Theme(e1,x2) & Actor(e1,x1) & v_aim(e1) & n_arrow(x2) & a_oriental(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & while(e1,e2) & Recipient(e2,x5) & Theme(e2,x4) & Actor(e2,x2) & v_wear(e2) & n_competition(x5) & n_number(x4) & Theme(e1,x3) & Actor(e1,x2) & v_aim(e1) & n_arrow(x3) & (x1 = x2) & n_girl(x1) & card_eq_2(x1))
4cd0ade4-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 p1 s1 x1 x2 x3 x4 x5 x11.(while(e1,e3) & v_wear(e3) & v_shoot(e2) & v_aim(e1) & that(x3,p1) & n_right(x11) & n_girl(x1) & n_direction(x4) & n_competition(x3) & n_arrow(x2) & in(x3,x4) & exists e4 x6 x7 x8 x9 x10.(v_look(e4) & to(e4,x11) & subset_of(x9,x8) & subset_of(x8,x6) & subset_of(x7,x6) & subset_of(x10,x8) & r_at(e4) & n_public(x10) & n_number(x7) & n_judge(x9) & Actor(e4,x6)) & card_eq_2(x1) & a_oriental(s1) & Theme(s1,x1) & Theme(e3,x3) & Theme(e2,x5) & Theme(e1,x2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1) & (x4 = x5))
exists e2 e1 x1 x2 x3 x4 x5.(while(e1,e2) & v_wear(e2) & v_aim(e1) & n_number(x4) & n_girl(x1) & n_competition(x5) & n_arrow(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e2,x4) & Theme(e1,x3) & Recipient(e2,x5) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
A crowd is watching two women dressed in traditional Asian attire preparing to shoot arrows with their bows.
Two women spar with swords.
2
-100
Bows and arrows are not swords.
exists e3 e1 e2 p1 s1 s2 x1 x2 x3 x4 x6.(Theme(e3,x2) & Actor(e3,x1) & v_watch(e3) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x3) & v_prepare(e2) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x3) & v_shoot(e4) & with(x5,x6) & n_arrow(x5)) & n_bow(x6) & of(x6,x1) & n_thing(x1) & in(e1,x4) & n_attire(x4) & a_asian(s2) & Theme(s2,x4) & a_traditional(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & card_eq_2(x2) & n_crowd(x1))
exists s1 x1 x2 x3.(a_topic(x1) & with(s1,x3) & n_sword(x3) & Theme(s1,x2) & a_spar(s1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
4cd0b29e-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 p1 s1 s2 x1 x2 x3 x4 x6.(v_watch(e3) & v_prepare(e2) & v_dress(e1) & of(x6,x1) & n_woman(x2) & n_thing(x1) & n_crowd(x1) & n_bow(x6) & n_attire(x4) & in(e1,x4) & for(e1,e2) & exists e4 x5.(with(x5,x6) & v_shoot(e4) & n_arrow(x5) & Theme(e4,x5) & Actor(e4,x3)) & card_eq_2(x2) & a_traditional(s1) & a_asian(s2) & Topic(e2,p1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e3,x2) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x3) & (x2 = x3))
exists s1 x1 x2 x3.(with(s1,x3) & n_woman(x1) & n_sword(x3) & card_eq_2(x1) & a_topic(x1) & a_spar(s1) & Theme(s1,x2) & (x1 = x2))
A crowd is watching two women dressed in traditional Asian attire preparing to shoot arrows with their bows.
Two women give a demonstration at a Renaissance Fair.
1
-100
the crowd watching does not infer the two women are at a renaissance fair
exists e1 e2 e3 p1 s1 s2 x1 x2 x3 x4 x6.(Theme(e3,x2) & Actor(e3,x1) & v_watch(e3) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x3) & v_prepare(e2) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x3) & v_shoot(e4) & with(x5,x6) & n_arrow(x5)) & n_bow(x6) & of(x6,x1) & n_thing(x1) & in(e1,x4) & n_attire(x4) & a_asian(s2) & Theme(s2,x4) & a_traditional(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & card_eq_2(x2) & n_crowd(x1))
exists e1 x1 x2 x3 x4.(at(e1,x3) & n_fair(x3) & (x3 = x4) & ne_org_renaissance(x4) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_demonstration(x2) & n_woman(x1) & card_eq_2(x1))
4cd0b938-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 e3 p1 s1 s2 x1 x2 x3 x4 x6.(v_watch(e3) & v_prepare(e2) & v_dress(e1) & of(x6,x1) & n_woman(x2) & n_thing(x1) & n_crowd(x1) & n_bow(x6) & n_attire(x4) & in(e1,x4) & for(e1,e2) & exists e4 x5.(with(x5,x6) & v_shoot(e4) & n_arrow(x5) & Theme(e4,x5) & Actor(e4,x3)) & card_eq_2(x2) & a_traditional(s1) & a_asian(s2) & Topic(e2,p1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e3,x2) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x3) & (x2 = x3))
exists e1 x1 x2 x3 x4.(v_give(e1) & ne_org_renaissance(x4) & n_woman(x1) & n_fair(x3) & n_demonstration(x2) & card_eq_2(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4))
A crowd is watching two women dressed in traditional Asian attire preparing to shoot arrows with their bows.
A crowd watches two women.
0
-100
Crowd is watching implies crowd watches.
exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x6.(Theme(e3,x2) & Actor(e3,x1) & v_watch(e3) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x3) & v_prepare(e2) & exists e4 x5.(Theme(e4,x5) & Actor(e4,x3) & v_shoot(e4) & with(x5,x6) & n_arrow(x5)) & n_bow(x6) & of(x6,x1) & n_thing(x1) & in(e1,x4) & n_attire(x4) & a_asian(s2) & Theme(s2,x4) & a_traditional(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_woman(x2) & card_eq_2(x2) & n_crowd(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_woman(x2) & card_eq_2(x2) & n_crowd(x1))
4cd0c004-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x6.(v_watch(e3) & v_prepare(e2) & v_dress(e1) & of(x6,x1) & n_woman(x2) & n_thing(x1) & n_crowd(x1) & n_bow(x6) & n_attire(x4) & in(e1,x4) & for(e1,e2) & exists e4 x5.(with(x5,x6) & v_shoot(e4) & n_arrow(x5) & Theme(e4,x5) & Actor(e4,x3)) & card_eq_2(x2) & a_traditional(s1) & a_asian(s2) & Topic(e2,p1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e3,x2) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x3) & (x2 = x3))
exists e1 x1 x2.(v_watch(e1) & n_woman(x2) & n_crowd(x1) & card_eq_2(x2) & Theme(e1,x2) & Actor(e1,x1))
A man in a blue shirt and who has scratches below his right elbow is working on a blue bicycle.
A man chews on some beef jerky.
2
-100
Working on a bicycle has nothing to do with chewing on beef jerky.
exists e3 e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(on(e3,x8) & n_bicycle(x8) & a_blue(s4) & Theme(s4,x8) & Actor(e3,x4) & v_work(e3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & below(x6,x7) & n_elbow(x7) & a_right(s3) & Theme(s3,x7) & of(x7,x1) & n_male(x1) & n_scratch(x6) & (x4 = x5) & n_man(x4) & on(e1,x3) & n_bicycle(x3) & a_blue(s2) & Theme(s2,x3) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(on(e1,x2) & n_jerky(x2) & of(x2,x3) & n_beef(x3) & Actor(e1,x1) & v_chew(e1) & n_man(x1))
4cd0c5cc-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(v_work(e3) & v_work(e1) & v_have(e2) & on(e3,x8) & on(e1,x3) & of(x7,x1) & n_shirt(x2) & n_scratch(x6) & n_man(x4) & n_man(x1) & n_male(x1) & n_elbow(x7) & n_bicycle(x8) & n_bicycle(x3) & in(x1,x2) & below(x6,x7) & a_right(s3) & a_blue(s4) & a_blue(s2) & a_blue(s1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Actor(e3,x4) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2 x3.(v_chew(e1) & on(e1,x2) & of(x2,x3) & n_man(x1) & n_jerky(x2) & n_beef(x3) & Actor(e1,x1))
A man in a blue shirt and who has scratches below his right elbow is working on a blue bicycle.
A man on a bike scratches his mosquito bite on his right elbow.
1
-100
the fact the man has scratches on his arm does not infer they are from mosquito bites
exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(on(e3,x8) & n_bicycle(x8) & a_blue(s4) & Theme(s4,x8) & Actor(e3,x4) & v_work(e3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & below(x6,x7) & n_elbow(x7) & a_right(s3) & Theme(s3,x7) & of(x7,x1) & n_male(x1) & n_scratch(x6) & (x4 = x5) & n_man(x4) & on(e1,x3) & n_bicycle(x3) & a_blue(s2) & Theme(s2,x3) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5.(Theme(e1,x3) & Actor(e1,x1) & v_scratch(e1) & on(x3,x5) & n_elbow(x5) & a_right(s1) & Theme(s1,x5) & of(x5,x1) & n_male(x1) & n_male(x1) & n_bite(x3) & of(x3,x4) & n_mosquito(x4) & of(x3,x1) & on(x1,x2) & n_bike(x2) & n_man(x1))
4cd0cacc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(v_work(e3) & v_work(e1) & v_have(e2) & on(e3,x8) & on(e1,x3) & of(x7,x1) & n_shirt(x2) & n_scratch(x6) & n_man(x4) & n_man(x1) & n_male(x1) & n_elbow(x7) & n_bicycle(x8) & n_bicycle(x3) & in(x1,x2) & below(x6,x7) & a_right(s3) & a_blue(s4) & a_blue(s2) & a_blue(s1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Actor(e3,x4) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 s1 x1 x2 x3 x4 x5.(v_scratch(e1) & on(x3,x5) & on(x1,x2) & of(x5,x1) & of(x3,x4) & of(x3,x1) & n_mosquito(x4) & n_man(x1) & n_male(x1) & n_elbow(x5) & n_bite(x3) & n_bike(x2) & a_right(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x1))
A man in a blue shirt and who has scratches below his right elbow is working on a blue bicycle.
A man rides his bicycle.
0
-100
Blue bicycle implies his bicycle.
exists e2 e1 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(on(e3,x8) & n_bicycle(x8) & a_blue(s4) & Theme(s4,x8) & Actor(e3,x4) & v_work(e3) & Theme(e2,x6) & Actor(e2,x5) & v_have(e2) & below(x6,x7) & n_elbow(x7) & a_right(s3) & Theme(s3,x7) & of(x7,x1) & n_male(x1) & n_scratch(x6) & (x4 = x5) & n_man(x4) & on(e1,x3) & n_bicycle(x3) & a_blue(s2) & Theme(s2,x3) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_bicycle(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
4cd0cfae-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8.(v_work(e3) & v_work(e1) & v_have(e2) & on(e3,x8) & on(e1,x3) & of(x7,x1) & n_shirt(x2) & n_scratch(x6) & n_man(x4) & n_man(x1) & n_male(x1) & n_elbow(x7) & n_bicycle(x8) & n_bicycle(x3) & in(x1,x2) & below(x6,x7) & a_right(s3) & a_blue(s4) & a_blue(s2) & a_blue(s1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x6) & Actor(e3,x4) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_ride(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_bicycle(x2) & Theme(e1,x2) & Actor(e1,x1))
twin action we are gonna hit that platform.
we're standing on the platform
1
-100
the fact that we are gonna hit the platform does not infer we are standing on it
exists p1 s1 x1 x2.(n_platform(x2) & a_topic(x1) & exists e1 p2.(Topic(e1,p2) & Actor(e1,x1) & v_gon(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_hit(e2))) & n_person(x1) & that(x1,p1) & n_action(x1) & a_twin(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_platform(x2) & n_person(x1) & on(e1,x2) & Actor(e1,x1) & v_stand(e1))
4cd0d486-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2.(that(x1,p1) & n_platform(x2) & n_person(x1) & n_action(x1) & exists e1 p2.(v_gon(e1) & exists e2.(v_hit(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p2) & Actor(e1,x1)) & a_twin(s1) & a_topic(x1) & Theme(s1,x1))
exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_platform(x2) & n_person(x1) & Actor(e1,x1))
twin action we are gonna hit that platform.
we're gonna hit the platform
0
-100
Hit that platform implies hit the platform.
exists p1 s1 x1 x2.(n_platform(x2) & a_topic(x1) & exists e1 p2.(Topic(e1,p2) & Actor(e1,x1) & v_gon(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_hit(e2))) & n_person(x1) & that(x1,p1) & n_action(x1) & a_twin(s1) & Theme(s1,x1))
exists e1 p1 x1 x2.(n_platform(x2) & n_person(x1) & Topic(e1,p1) & Actor(e1,x1) & v_gon(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_hit(e2)))
4cd0d9e0-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2.(that(x1,p1) & n_platform(x2) & n_person(x1) & n_action(x1) & exists e1 p2.(v_gon(e1) & exists e2.(v_hit(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p2) & Actor(e1,x1)) & a_twin(s1) & a_topic(x1) & Theme(s1,x1))
exists e1 p1 x1 x2.(v_gon(e1) & n_platform(x2) & n_person(x1) & exists e2.(v_hit(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
twin action we are gonna hit that platform.
we are rolling on the ground
2
-100
The word gonna indicates an action set in the future, while the word rolling indicates that the action is already happening in present time.
exists p1 s1 x1 x2.(n_platform(x2) & a_topic(x1) & exists e1 p2.(Topic(e1,p2) & Actor(e1,x1) & v_gon(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_hit(e2))) & n_person(x1) & that(x1,p1) & n_action(x1) & a_twin(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_ground(x2) & n_person(x1) & on(e1,x2) & Actor(e1,x1) & v_roll(e1))
4cd0e0fc-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1 x2.(that(x1,p1) & n_platform(x2) & n_person(x1) & n_action(x1) & exists e1 p2.(v_gon(e1) & exists e2.(v_hit(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p2) & Actor(e1,x1)) & a_twin(s1) & a_topic(x1) & Theme(s1,x1))
exists e1 x1 x2.(v_roll(e1) & on(e1,x2) & n_person(x1) & n_ground(x2) & Actor(e1,x1))
A man is climbing up a wall with a rope
The man is going to repel down the wall later.
1
-100
Just because a man is climbing up a wall doesn't necessarily mean he is going to repel down the wall.
exists e1 s1 x1 x2 x3.(with(e1,x3) & n_rope(x3) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_wall(x2) & n_man(x1))
exists e1 p1 x1 x2.(n_wall(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 s1 s2.(a_later(s2) & Manner(e2,s2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_repel(e2)))
4cd0e638-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x3) & v_climb(e1) & n_wall(x2) & n_rope(x3) & n_man(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1 x2.(v_go(e1) & n_wall(x2) & n_man(x1) & exists e2 s1 s2.(v_repel(e2) & a_later(s2) & a_down(s1) & Theme(e2,x2) & Manner(e2,s2) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man is climbing up a wall with a rope
The man is going up a wall.
0
-100
climbing up is inferred as going up
exists e1 s1 x1 x2 x3.(with(e1,x3) & n_rope(x3) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_wall(x2) & n_man(x1))
exists e1 s1 x1 x2.(n_man(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_go(e1) & n_wall(x2))
4cd0eb56-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x3) & v_climb(e1) & n_wall(x2) & n_rope(x3) & n_man(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_go(e1) & n_wall(x2) & n_man(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man is climbing up a wall with a rope
The man is climbing the wall with a ladder.
2
-100
One can not climb with both a rope and ladder at the same time.
exists e1 s1 x1 x2 x3.(with(e1,x3) & n_rope(x3) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_wall(x2) & n_man(x1))
exists e1 x1 x2 x3.(n_wall(x2) & n_man(x1) & with(e1,x3) & n_ladder(x3) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1))
4cd0f0a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x3) & v_climb(e1) & n_wall(x2) & n_rope(x3) & n_man(x1) & a_up(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2 x3.(with(e1,x3) & v_climb(e1) & n_wall(x2) & n_man(x1) & n_ladder(x3) & Theme(e1,x2) & Actor(e1,x1))
Man with helmet rock climbing in a snowy area.
A person is climbing.
0
-100
A person climbing is the same as man with helmlet rock climbing.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(e1,x4) & n_area(x4) & a_snowy(s2) & Theme(s2,x4) & Actor(e1,x3) & v_climb(e1) & (x2 = x3) & n_rock(x2) & a_helmet(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1.(Actor(e1,x1) & v_climb(e1) & n_person(x1))
4cd0f556-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_climb(e1) & n_rock(x2) & n_man(x1) & n_area(x4) & in(e1,x4) & a_topic(x1) & a_snowy(s2) & a_helmet(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists e1 x1.(v_climb(e1) & n_person(x1) & Actor(e1,x1))
Man with helmet rock climbing in a snowy area.
A man is competing in a race.
1
-100
A man doesn't have to be competing in a race to be climbing in a snowy area.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(e1,x4) & n_area(x4) & a_snowy(s2) & Theme(s2,x4) & Actor(e1,x3) & v_climb(e1) & (x2 = x3) & n_rock(x2) & a_helmet(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(in(e1,x2) & n_race(x2) & Actor(e1,x1) & v_compete(e1) & n_man(x1))
4cd0fa24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_climb(e1) & n_rock(x2) & n_man(x1) & n_area(x4) & in(e1,x4) & a_topic(x1) & a_snowy(s2) & a_helmet(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_compete(e1) & n_race(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1))
Man with helmet rock climbing in a snowy area.
A man is in a cabin.
2
-100
Either the man is rock climbing or he is in a cabin.
exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(e1,x4) & n_area(x4) & a_snowy(s2) & Theme(s2,x4) & Actor(e1,x3) & v_climb(e1) & (x2 = x3) & n_rock(x2) & a_helmet(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_cabin(x2)) & n_man(x1))
4cd0ff7e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x1,x2) & v_climb(e1) & n_rock(x2) & n_man(x1) & n_area(x4) & in(e1,x4) & a_topic(x1) & a_snowy(s2) & a_helmet(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists x1.(n_man(x1) & exists x2.(n_cabin(x2) & in(x1,x2)))
A man leans back while climbing a mountain tethered to a rope.
A guy is mountain climbing.
0
-100
Climbing a mountain implies mountain climbing.
exists e1 e3 e2 s1 x1 x2 x3 x4.(while(e1,e3) & Theme(e3,x2) & Actor(e3,x1) & v_climb(e3) & to(e2,x4) & n_rope(x4) & Theme(e2,x3) & v_tether(e2) & (x2 = x3) & n_mountain(x2) & a_back(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lean(e1) & n_man(x1))
exists p1 x1.(exists x2 x3.((x1 = x2) & n_climb(x2) & of(x2,x3) & n_mountain(x3)) & n_guy(x1))
4cd10640-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4.(while(e1,e3) & v_tether(e2) & v_lean(e1) & v_climb(e3) & to(e2,x4) & n_rope(x4) & n_mountain(x2) & n_man(x1) & a_back(s1) & Theme(e3,x2) & Theme(e2,x3) & Manner(e1,s1) & Actor(e3,x1) & Actor(e1,x1) & (x2 = x3))
exists x1.(n_guy(x1) & exists x2 x3.(of(x2,x3) & n_mountain(x3) & n_climb(x2) & (x1 = x2)))
A man leans back while climbing a mountain tethered to a rope.
A mountain climber falls to his death.
2
-100
You cannot fall while tethered to a rope.
exists e2 e3 e1 s1 x1 x2 x3 x4.(while(e1,e3) & Theme(e3,x2) & Actor(e3,x1) & v_climb(e3) & to(e2,x4) & n_rope(x4) & Theme(e2,x3) & v_tether(e2) & (x2 = x3) & n_mountain(x2) & a_back(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lean(e1) & n_man(x1))
exists e1 x1 x2 x3.(to(e1,x3) & n_death(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x1) & v_fall(e1) & n_climber(x1) & of(x1,x2) & n_mountain(x2))
4cd110c2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 s1 x1 x2 x3 x4.(while(e1,e3) & v_tether(e2) & v_lean(e1) & v_climb(e3) & to(e2,x4) & n_rope(x4) & n_mountain(x2) & n_man(x1) & a_back(s1) & Theme(e3,x2) & Theme(e2,x3) & Manner(e1,s1) & Actor(e3,x1) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2 x3.(v_fall(e1) & to(e1,x3) & of(x3,x1) & of(x1,x2) & n_mountain(x2) & n_male(x1) & n_death(x3) & n_climber(x1) & Actor(e1,x1))
A slender man playing guitar on stage.
The man is in a rock band.
1
-100
the fact the slender man is playing a guitar on stage does not infer the man is in a rock band
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x1 = x3) & n_man(x1) & of(x1,x2) & n_slender(x2))
exists p1 x1.(n_man(x1) & exists x2 x3.(in(x1,x2) & n_band(x2) & of(x2,x3) & n_rock(x3)))
4cd1157c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & on(e1,x5) & of(x1,x2) & n_stage(x5) & n_slender(x2) & n_man(x1) & n_guitar(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_rock(x3) & n_band(x2) & in(x1,x2)))
A slender man playing guitar on stage.
The man is playing the guitar in his bedroom.
2
-100
You cannot be on stage and in your bedroom simultaneously.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x1 = x3) & n_man(x1) & of(x1,x2) & n_slender(x2))
exists e1 x1 x2 x3.(n_bedroom(x3) & of(x3,x2) & n_male(x2) & n_guitar(x2) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
4cd11a04-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & on(e1,x5) & of(x1,x2) & n_stage(x5) & n_slender(x2) & n_man(x1) & n_guitar(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3.(v_play(e1) & of(x3,x2) & n_man(x1) & n_male(x2) & n_guitar(x2) & n_bedroom(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A slender man playing guitar on stage.
The man is holding the guitar.
0
-100
Playing implies holding.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x1 = x3) & n_man(x1) & of(x1,x2) & n_slender(x2))
exists e1 x1 x2.(n_guitar(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1))
4cd11e78-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & on(e1,x5) & of(x1,x2) & n_stage(x5) & n_slender(x2) & n_man(x1) & n_guitar(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A white male playing a bass guitar and kicking into the air.
A male is playing guitar.
0
-100
Male and male are the same.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_air(x5) & into(e2,x5) & Actor(e2,x4) & v_kick(e2) & n_male(x4) & a_white(s2) & Theme(s2,x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & of(x2,x3) & n_bass(x3) & n_male(x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_male(x1))
4cd12346-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & v_kick(e2) & of(x2,x3) & n_male(x4) & n_male(x1) & n_guitar(x2) & n_bass(x3) & n_air(x5) & into(e2,x5) & a_white(s2) & a_white(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_male(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A white male playing a bass guitar and kicking into the air.
A male is doing push ups.
2
-100
Playing a bass guitar and doing push ups require distinctly different body positions
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_air(x5) & into(e2,x5) & Actor(e2,x4) & v_kick(e2) & n_male(x4) & a_white(s2) & Theme(s2,x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & of(x2,x3) & n_bass(x3) & n_male(x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(Time(e1,x3) & n_up(x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_push(x2) & n_male(x1))
4cd1280a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & v_kick(e2) & of(x2,x3) & n_male(x4) & n_male(x1) & n_guitar(x2) & n_bass(x3) & n_air(x5) & into(e2,x5) & a_white(s2) & a_white(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_do(e1) & n_up(x3) & n_push(x2) & n_male(x1) & Time(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A white male playing a bass guitar and kicking into the air.
The male is playing the blues music on his guitar.
1
-100
the fact the male is playing a bass guitar does not infer he was playing blues music
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_air(x5) & into(e2,x5) & Actor(e2,x4) & v_kick(e2) & n_male(x4) & a_white(s2) & Theme(s2,x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & of(x2,x3) & n_bass(x3) & n_male(x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(n_guitar(x4) & of(x4,x2) & n_male(x2) & n_music(x2) & of(x2,x3) & n_blues(x3) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & on(x2,x4))
4cd12eb8-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & v_kick(e2) & of(x2,x3) & n_male(x4) & n_male(x1) & n_guitar(x2) & n_bass(x3) & n_air(x5) & into(e2,x5) & a_white(s2) & a_white(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_play(e1) & on(x2,x4) & of(x4,x2) & of(x2,x3) & n_music(x2) & n_male(x2) & n_male(x1) & n_guitar(x4) & n_blues(x3) & Theme(e1,x2) & Actor(e1,x1))
The man with the guitar kicking up his right leg as he play his guitar.
The woman with the guitar kicking up her right leg as he play her guitar.
2
-100
"His" refers to a man, not a woman.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_leg(x4) & a_right(s1) & Theme(s1,x4) & of(x4,x2) & n_guitar(x2) & n_man(x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s2) & Manner(e1,s2) & as(e1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_female(x2) & n_female(x2) & n_male(x4) & n_leg(x4) & a_right(s1) & Theme(s1,x4) & of(x4,x2) & n_guitar(x2) & n_woman(x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s2) & Manner(e1,s2) & as(e1,x4) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
4cd13372-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_man(x1) & n_male(x2) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & as(e1,x2) & a_up(s2) & a_right(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_woman(x1) & n_male(x4) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & n_female(x2) & as(e1,x4) & a_up(s2) & a_right(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
The man with the guitar kicking up his right leg as he play his guitar.
The person with the guitar kicking up his right leg as he play his guitar.
0
-100
Man implies person.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_leg(x4) & a_right(s1) & Theme(s1,x4) & of(x4,x2) & n_guitar(x2) & n_man(x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s2) & Manner(e1,s2) & as(e1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_leg(x4) & a_right(s1) & Theme(s1,x4) & of(x4,x2) & n_guitar(x2) & n_person(x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s2) & Manner(e1,s2) & as(e1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
4cd137f0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_man(x1) & n_male(x2) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & as(e1,x2) & a_up(s2) & a_right(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_person(x1) & n_male(x2) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & as(e1,x2) & a_up(s2) & a_right(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
The man with the guitar kicking up his right leg as he play his guitar.
The sad man with the guitar kicking up his right leg as he play his guitar.
1
-100
the man playing the guitar does not infer that he is sad
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_leg(x4) & a_right(s1) & Theme(s1,x4) & of(x4,x2) & n_guitar(x2) & n_man(x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s2) & Manner(e1,s2) & as(e1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_guitar(x5) & of(x5,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_leg(x4) & a_right(s2) & Theme(s2,x4) & of(x4,x2) & n_guitar(x2) & n_man(x1) & a_sad(s1) & Theme(s1,x1) & Theme(e2,x5) & Actor(e2,x1) & v_play(e2) & with(x1,x2) & a_up(s3) & Manner(e1,s3) & as(e1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_kick(e1) & (x2 = x3))
4cd13c78-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_man(x1) & n_male(x2) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & as(e1,x2) & a_up(s2) & a_right(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e2) & v_kick(e1) & of(x5,x2) & of(x4,x2) & n_man(x1) & n_male(x2) & n_leg(x4) & n_guitar(x5) & n_guitar(x2) & as(e1,x2) & a_up(s3) & a_sad(s1) & a_right(s2) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x5) & Theme(e1,x4) & Manner(e1,s3) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
A boy in a blue tank top is playing the bass guitar with one foot in the air.
A woman in a blue tank top is playing the drums.
2
-100
Boy playing bass versus woman playing drums.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_air(x7) & n_guitar(x4) & of(x4,x5) & n_bass(x5) & in(e1,x7) & with(e1,x6) & n_foot(x6) & card_eq_1(x6) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_blue(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 s1 x1 x2 x3 x4.(n_drum(x4) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
4cd140f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_play(e1) & of(x4,x5) & of(x2,x3) & n_top(x2) & n_tank(x3) & n_guitar(x4) & n_foot(x6) & n_boy(x1) & n_bass(x5) & n_air(x7) & in(x1,x2) & in(e1,x7) & card_eq_1(x6) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_play(e1) & of(x2,x3) & n_woman(x1) & n_top(x2) & n_tank(x3) & n_drum(x4) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
A boy in a blue tank top is playing the bass guitar with one foot in the air.
A boy in a blue tank top is playing the bass guitar with one foot in the air, and the rest of the band can be seen behind him.
1
-100
Just because the boy is playing a bass guitar that does not mean he is in a band.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_air(x7) & n_guitar(x4) & of(x4,x5) & n_bass(x5) & in(e1,x7) & with(e1,x6) & n_foot(x6) & card_eq_1(x6) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_blue(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_male(x4) & n_band(x9) & n_rest(x8) & n_air(x7) & n_guitar(x4) & of(x4,x5) & n_bass(x5) & exists e3.(behind(e3,x4) & Theme(e3,x8) & v_see(e3)) & Topic(e2,p1) & Actor(e2,x8) & v_can(e2) & of(x8,x9) & in(e1,x7) & with(e1,x6) & n_foot(x6) & card_eq_1(x6) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_blue(s1) & Theme(s1,x2) & n_boy(x1))
4cd14560-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_play(e1) & of(x4,x5) & of(x2,x3) & n_top(x2) & n_tank(x3) & n_guitar(x4) & n_foot(x6) & n_boy(x1) & n_bass(x5) & n_air(x7) & in(x1,x2) & in(e1,x7) & card_eq_1(x6) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e1,x6) & v_play(e1) & v_can(e2) & of(x8,x9) & of(x4,x5) & of(x2,x3) & n_top(x2) & n_tank(x3) & n_rest(x8) & n_male(x4) & n_guitar(x4) & n_foot(x6) & n_boy(x1) & n_bass(x5) & n_band(x9) & n_air(x7) & in(x1,x2) & in(e1,x7) & exists e3.(v_see(e3) & behind(e3,x4) & Theme(e3,x8)) & card_eq_1(x6) & a_blue(s1) & Topic(e2,p1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e2,x8) & Actor(e1,x1))
A boy in a blue tank top is playing the bass guitar with one foot in the air.
A man plays an instrument in a strange way.
0
-100
A bass guitar is an instrument, and playing it with one foot in the air is not the usual way to play it, so it is a strange way.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_air(x7) & n_guitar(x4) & of(x4,x5) & n_bass(x5) & in(e1,x7) & with(e1,x6) & n_foot(x6) & card_eq_1(x6) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_top(x2) & of(x2,x3) & n_tank(x3) & a_blue(s1) & Theme(s1,x2) & n_boy(x1))
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_way(x3) & a_strange(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1))
4cd149b6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_play(e1) & of(x4,x5) & of(x2,x3) & n_top(x2) & n_tank(x3) & n_guitar(x4) & n_foot(x6) & n_boy(x1) & n_bass(x5) & n_air(x7) & in(x1,x2) & in(e1,x7) & card_eq_1(x6) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_play(e1) & n_way(x3) & n_man(x1) & n_instrument(x2) & in(e1,x3) & a_strange(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A young man with sunglasses and a blue tank top is playing guitar and kicking up his right leg.
A man is playing an electric guitar.
1
-100
Not all guitars are electric.
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_up(s6) & Manner(e2,s6) & Theme(e2,x12) & Actor(e2,x7) & v_kick(e2) & n_leg(x12) & a_right(s5) & Theme(s5,x12) & of(x12,x1) & n_male(x1) & with(x7,x8) & subset_of(x10,x8) & n_top(x10) & of(x10,x11) & n_tank(x11) & a_blue(s4) & Theme(s4,x10) & subset_of(x9,x8) & n_sunglass(x9) & n_man(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & subset_of(x4,x2) & n_top(x4) & of(x4,x5) & n_tank(x5) & a_blue(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_sunglass(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & a_electric(s1) & Theme(s1,x2) & n_man(x1))
4cd14eca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x7,x8) & with(x1,x2) & v_play(e1) & v_kick(e2) & subset_of(x9,x8) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x10,x8) & of(x4,x5) & of(x12,x1) & of(x10,x11) & n_top(x4) & n_top(x10) & n_tank(x5) & n_tank(x11) & n_sunglass(x9) & n_sunglass(x3) & n_man(x7) & n_man(x1) & n_male(x1) & n_leg(x12) & n_guitar(x6) & a_young(s3) & a_young(s1) & a_up(s6) & a_right(s5) & a_blue(s4) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x10) & Theme(s3,x7) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x12) & Theme(e1,x6) & Manner(e2,s6) & Actor(e2,x7) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & a_electric(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A young man with sunglasses and a blue tank top is playing guitar and kicking up his right leg.
A man is playing an instrument.
0
-100
playing guitar is inferred as playing an instrument.
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_up(s6) & Manner(e2,s6) & Theme(e2,x12) & Actor(e2,x7) & v_kick(e2) & n_leg(x12) & a_right(s5) & Theme(s5,x12) & of(x12,x1) & n_male(x1) & with(x7,x8) & subset_of(x10,x8) & n_top(x10) & of(x10,x11) & n_tank(x11) & a_blue(s4) & Theme(s4,x10) & subset_of(x9,x8) & n_sunglass(x9) & n_man(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & subset_of(x4,x2) & n_top(x4) & of(x4,x5) & n_tank(x5) & a_blue(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_sunglass(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1))
4cd15442-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x7,x8) & with(x1,x2) & v_play(e1) & v_kick(e2) & subset_of(x9,x8) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x10,x8) & of(x4,x5) & of(x12,x1) & of(x10,x11) & n_top(x4) & n_top(x10) & n_tank(x5) & n_tank(x11) & n_sunglass(x9) & n_sunglass(x3) & n_man(x7) & n_man(x1) & n_male(x1) & n_leg(x12) & n_guitar(x6) & a_young(s3) & a_young(s1) & a_up(s6) & a_right(s5) & a_blue(s4) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x10) & Theme(s3,x7) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x12) & Theme(e1,x6) & Manner(e2,s6) & Actor(e2,x7) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
A young man with sunglasses and a blue tank top is playing guitar and kicking up his right leg.
A man is playing the violin.
2
-100
A guitar is a different instrument than a violin, and one can not play both at once.
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(a_up(s6) & Manner(e2,s6) & Theme(e2,x12) & Actor(e2,x7) & v_kick(e2) & n_leg(x12) & a_right(s5) & Theme(s5,x12) & of(x12,x1) & n_male(x1) & with(x7,x8) & subset_of(x10,x8) & n_top(x10) & of(x10,x11) & n_tank(x11) & a_blue(s4) & Theme(s4,x10) & subset_of(x9,x8) & n_sunglass(x9) & n_man(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_guitar(x6) & with(x1,x2) & subset_of(x4,x2) & n_top(x4) & of(x4,x5) & n_tank(x5) & a_blue(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_sunglass(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_violin(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
4cd158c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x7,x8) & with(x1,x2) & v_play(e1) & v_kick(e2) & subset_of(x9,x8) & subset_of(x4,x2) & subset_of(x3,x2) & subset_of(x10,x8) & of(x4,x5) & of(x12,x1) & of(x10,x11) & n_top(x4) & n_top(x10) & n_tank(x5) & n_tank(x11) & n_sunglass(x9) & n_sunglass(x3) & n_man(x7) & n_man(x1) & n_male(x1) & n_leg(x12) & n_guitar(x6) & a_young(s3) & a_young(s1) & a_up(s6) & a_right(s5) & a_blue(s4) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x10) & Theme(s3,x7) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x12) & Theme(e1,x6) & Manner(e2,s6) & Actor(e2,x7) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_violin(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
children playing at the beach
Children are watching television.
2
-100
You cannot watch television at the beach because there are no electrical outlets to plug a television set into.
exists e1 x1 x2 x3.(n_beach(x3) & a_topic(x1) & at(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_child(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_television(x2) & n_child(x1))
4cd15e24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_play(e1) & n_child(x1) & n_beach(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_watch(e1) & n_television(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
children playing at the beach
Children are building sandcastles on the beach.
1
-100
children playing at the beach does not infer they are building sandcastles on the beach
exists e1 x1 x2 x3.(n_beach(x3) & a_topic(x1) & at(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_child(x1))
exists e1 x1 x2 x3.(n_beach(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_build(e1) & n_sandcastle(x2) & n_child(x1))
4cd16342-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_play(e1) & n_child(x1) & n_beach(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_build(e1) & on(e1,x3) & n_sandcastle(x2) & n_child(x1) & n_beach(x3) & Theme(e1,x2) & Actor(e1,x1))
children playing at the beach
Children are playing in the sand.
0
-100
The beach has sand.
exists e1 x1 x2 x3.(n_beach(x3) & a_topic(x1) & at(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_child(x1))
exists e1 x1 x2.(n_sand(x2) & in(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
4cd167b6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_play(e1) & n_child(x1) & n_beach(x3) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_sand(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1))
A man in a red shirt wearing yellow gloves pulls brush in a field.
A man is outside.
0
-100
a man pulls brush in a field.implies he is outside
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_field(x6) & Theme(e2,x5) & Actor(e2,x1) & v_pull(e2) & n_brush(x5) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_glove(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_man(x1))
4cd16c0c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pull(e2) & n_shirt(x2) & n_man(x1) & n_glove(x4) & n_field(x6) & n_brush(x5) & in(x1,x2) & in(e2,x6) & a_yellow(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists s1 x1.(n_man(x1) & a_outside(s1) & Theme(s1,x1))
A man in a red shirt wearing yellow gloves pulls brush in a field.
A man is collecting brush.
1
-100
the man pulling brush in the field does not infer he is collecting the brush
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_field(x6) & Theme(e2,x5) & Actor(e2,x1) & v_pull(e2) & n_brush(x5) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_glove(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_collect(e1) & n_brush(x2) & n_man(x1))
4cd1718e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pull(e2) & n_shirt(x2) & n_man(x1) & n_glove(x4) & n_field(x6) & n_brush(x5) & in(x1,x2) & in(e2,x6) & a_yellow(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_collect(e1) & n_man(x1) & n_brush(x2) & Theme(e1,x2) & Actor(e1,x1))
A man in a red shirt wearing yellow gloves pulls brush in a field.
A woman is wearing a red shirt.
2
-100
The word man is not the same as the word woman.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(in(e2,x6) & n_field(x6) & Theme(e2,x5) & Actor(e2,x1) & v_pull(e2) & n_brush(x5) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_glove(x4) & a_yellow(s2) & Theme(s2,x4) & (x2 = x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1))
4cd17670-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_pull(e2) & n_shirt(x2) & n_man(x1) & n_glove(x4) & n_field(x6) & n_brush(x5) & in(x1,x2) & in(e2,x6) & a_yellow(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2.(v_wear(e1) & n_woman(x1) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
group of people running in the field
A group of people are running through a field.
0
-100
running in the field is inferred as running through a field.
exists e1 x1 x2 x3 x4.(n_field(x4) & a_topic(x1) & of(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(through(e1,x3) & n_field(x3) & Actor(e1,x1) & v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
4cd17c06-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3.(v_run(e1) & through(e1,x3) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x3) & Actor(e1,x1))
group of people running in the field
A dog plays with a pig in some mud.
2
-100
A dog and pig are not people, and running does not automatically imply playing.
exists e1 x1 x2 x3 x4.(n_field(x4) & a_topic(x1) & of(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 x1 x2 x3.(with(e1,x2) & in(x2,x3) & n_mud(x3) & n_pig(x2) & Actor(e1,x1) & v_play(e1) & n_dog(x1))
4cd180c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3.(with(e1,x2) & v_play(e1) & n_pig(x2) & n_mud(x3) & n_dog(x1) & in(x2,x3) & Actor(e1,x1))
group of people running in the field
A group of people are running from a vicious bear.
1
-100
Just because people are running doesn't mean they are running from a vicious bear.
exists e1 x1 x2 x3 x4.(n_field(x4) & a_topic(x1) & of(x1,x2) & in(e1,x4) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_people(x2) & n_group(x1))
exists e1 s1 x1 x2 x3.(from(e1,x3) & n_bear(x3) & a_vicious(s1) & Theme(s1,x3) & Actor(e1,x1) & v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1))
4cd18570-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_field(x4) & in(e1,x4) & a_topic(x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3.(v_run(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_bear(x3) & from(e1,x3) & a_vicious(s1) & Theme(s1,x3) & Actor(e1,x1))
A young black man wearing a red shirt and jeans is holding a bunch of weeds.
There is a young man dressing in a red wardrobe holding yard scarps.
0
-100
Weeds are part of yard scarps.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & of(x6,x7) & n_weed(x7) & n_bunch(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_jeans(x5) & subset_of(x4,x3) & n_shirt(x4) & a_red(s3) & Theme(s3,x4) & (x1 = x2) & n_man(x1) & a_black(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists p1 x1 e1 e2 s1 s2 x2 x3 x4 x5 x6 x7.((x1 = x2) & in(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_hold(e2) & n_scarp(x6) & of(x6,x7) & n_yard(x7) & (x4 = x5) & n_wardrobe(x4) & a_red(s2) & Theme(s2,x4) & Actor(e1,x3) & v_dress(e1) & (x2 = x3) & n_man(x2) & a_young(s1) & Theme(s1,x2))
4cd18f20-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x6,x7) & n_weed(x7) & n_shirt(x4) & n_man(x1) & n_jeans(x5) & n_bunch(x6) & a_young(s1) & a_red(s3) & a_black(s2) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1 e1 e2 s1 s2 x2 x3 x4 x5 x6 x7.(v_hold(e2) & v_dress(e1) & of(x6,x7) & n_yard(x7) & n_wardrobe(x4) & n_scarp(x6) & n_man(x2) & in(e1,x4) & a_young(s1) & a_red(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x3) & (x4 = x5) & (x2 = x3) & (x1 = x2))
A boy wearing yellow gloves and a red shirt is holding a branch on a path.
A little girl climbing the side of the house.
2
-100
The word boy is not the same as the word girl. Climbing and holding a branch are two distinctly different actions. A house and a path cannot exact in the same location.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(on(e2,x7) & n_path(x7) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_branch(x6) & subset_of(x5,x1) & n_shirt(x5) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_glove(x4) & a_yellow(s1) & Theme(s1,x4) & (x2 = x3) & n_boy(x2))
exists e1 s1 x1 x2 x3 x4.(n_house(x4) & n_side(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_climb(e1) & of(x3,x4) & (x1 = x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
4cd19e34-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_hold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & on(e2,x7) & n_shirt(x5) & n_path(x7) & n_glove(x4) & n_branch(x6) & n_boy(x2) & a_yellow(s1) & a_red(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3 x4.(v_climb(e1) & of(x3,x4) & n_side(x3) & n_house(x4) & n_girl(x1) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man with a red shirt and yellow gloves is holding a branch with leaves to the walkway.
A man with a black shirt and orange gloves is holding a branch with leaves to the ocean.
2
-100
The man��� shirt can not be both red and black. He is either by a walkway or by the ocean, not both.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_walkway(x7) & Theme(e1,x5) & Actor(e1,x1) & v_hold(e1) & to(x5,x7) & with(x5,x6) & n_leaf(x6) & n_branch(x5) & with(x1,x2) & subset_of(x4,x2) & n_glove(x4) & a_yellow(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_shirt(x3) & a_red(s1) & Theme(s1,x3) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_ocean(x8) & Theme(e1,x6) & Actor(e1,x1) & v_hold(e1) & to(x6,x8) & with(x6,x7) & n_leaf(x7) & n_branch(x6) & with(x1,x2) & subset_of(x4,x2) & n_glove(x4) & of(x4,x5) & n_orange(x5) & subset_of(x3,x2) & n_shirt(x3) & a_black(s1) & Theme(s1,x3) & n_man(x1))
4cd1a82a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & with(x1,x2) & v_hold(e1) & to(x5,x7) & subset_of(x4,x2) & subset_of(x3,x2) & n_walkway(x7) & n_shirt(x3) & n_man(x1) & n_leaf(x6) & n_glove(x4) & n_branch(x5) & a_yellow(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & with(x1,x2) & v_hold(e1) & to(x6,x8) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_shirt(x3) & n_orange(x5) & n_ocean(x8) & n_man(x1) & n_leaf(x7) & n_glove(x4) & n_branch(x6) & a_black(s1) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x1))
A man plays his guitar while sitting.
man giving concert
1
-100
Playing a guitar does not imply giving a concert.
exists e1 e2 x1 x2.(while(e1,e2) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_give(e1) & n_concert(x3) & (x1 = x2) & n_man(x1))
4cd1b5cc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2.(while(e1,e2) & v_sit(e2) & v_play(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_give(e1) & n_man(x1) & n_concert(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Man gets in a canoe and gets on top of the diving board.
A man is near water
1
-100
Not every diving board is above water, pools need to be emptied for cleaning.
exists e3 e1 e2 x1 x2 x3 x4 x5.(n_board(x5) & Actor(e3,x5) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & Actor(e2,x3) & v_get(e2) & n_man(x3) & in(e1,x2) & n_canoe(x2) & Actor(e1,x1) & v_get(e1) & n_man(x1))
exists p1 x1.(exists s1 x2.((x1 = x2) & n_water(x2) & a_near(s1) & Theme(s1,x2)) & n_man(x1))
4cd5335a-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 x1 x2 x3 x4 x5.(v_get(e2) & v_get(e1) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & n_man(x3) & n_man(x1) & n_canoe(x2) & n_board(x5) & in(e1,x2) & Actor(e3,x5) & Actor(e2,x3) & Actor(e1,x1))
exists x1.(n_man(x1) & exists s1 x2.(n_water(x2) & a_near(s1) & Theme(s1,x2) & (x1 = x2)))
Man gets in a canoe and gets on top of the diving board.
Man is doing things
0
-100
A man who gets in a canoe and gets on top of the diving board is doing things.
exists e3 e2 e1 x1 x2 x3 x4 x5.(n_board(x5) & Actor(e3,x5) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & Actor(e2,x3) & v_get(e2) & n_man(x3) & in(e1,x2) & n_canoe(x2) & Actor(e1,x1) & v_get(e1) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_thing(x2) & n_man(x1))
4cd537f6-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 x1 x2 x3 x4 x5.(v_get(e2) & v_get(e1) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & n_man(x3) & n_man(x1) & n_canoe(x2) & n_board(x5) & in(e1,x2) & Actor(e3,x5) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_do(e1) & n_thing(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
Man gets in a canoe and gets on top of the diving board.
A man is sitting indoors
2
-100
The man can't get a canoe while sitting.
exists e3 e2 e1 x1 x2 x3 x4 x5.(n_board(x5) & Actor(e3,x5) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & Actor(e2,x3) & v_get(e2) & n_man(x3) & in(e1,x2) & n_canoe(x2) & Actor(e1,x1) & v_get(e1) & n_man(x1))
exists e1 x1 x2.(Time(e1,x2) & n_indoor(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
4cd53c9c-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 x1 x2 x3 x4 x5.(v_get(e2) & v_get(e1) & v_dive(e3) & on(e2,x4) & of(x4,x5) & n_top(x4) & n_man(x3) & n_man(x1) & n_canoe(x2) & n_board(x5) & in(e1,x2) & Actor(e3,x5) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & n_man(x1) & n_indoor(x2) & Time(e1,x2) & Actor(e1,x1))
A child in a martial arts uniform is jumping in the air with his arms and legs spread.
The child is sitting .
2
-100
The child can't be sitting while jumping.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_spread(x7) & of(x7,x8) & n_leg(x8) & n_arm(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x5,x4) & n_male(x4) & n_air(x4) & with(e1,x5) & in(e1,x4) & Actor(e1,x1) & v_jump(e1) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_art(x3) & a_martial(s1) & Theme(s1,x2) & n_child(x1))
exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_sit(e1))
4cd54138-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x5,x4) & of(x2,x3) & n_uniform(x2) & n_spread(x7) & n_male(x4) & n_leg(x8) & n_child(x1) & n_art(x3) & n_arm(x6) & n_air(x4) & in(x1,x2) & in(e1,x4) & a_martial(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1.(v_sit(e1) & n_child(x1) & Actor(e1,x1))
A child in a martial arts uniform is jumping in the air with his arms and legs spread.
Child is in Karate class with other children
1
-100
Not all people in a martial arts uniform are in karate class.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_spread(x7) & of(x7,x8) & n_leg(x8) & n_arm(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x5,x4) & n_male(x4) & n_air(x4) & with(e1,x5) & in(e1,x4) & Actor(e1,x1) & v_jump(e1) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_art(x3) & a_martial(s1) & Theme(s1,x2) & n_child(x1))
exists p1 x1.(exists x2 x3 x4.(in(x1,x2) & with(x2,x4) & -(x4 = x1) & n_child(x4) & n_class(x2) & (x2 = x3) & ne_geo_karate(x3)) & n_child(x1) & n_child(x1))
4cd54674-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x5,x4) & of(x2,x3) & n_uniform(x2) & n_spread(x7) & n_male(x4) & n_leg(x8) & n_child(x1) & n_art(x3) & n_arm(x6) & n_air(x4) & in(x1,x2) & in(e1,x4) & a_martial(s1) & Theme(s1,x2) & Actor(e1,x1))
exists x1.(n_child(x1) & exists x2 x3 x4.(with(x2,x4) & ne_geo_karate(x3) & n_class(x2) & n_child(x4) & in(x1,x2) & -(x4 = x1) & (x2 = x3)))
A child in a martial arts uniform is jumping in the air with his arms and legs spread.
Child is in Karate class
0
-100
A child in a martial arts uniform is probably in a karate class.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_spread(x7) & of(x7,x8) & n_leg(x8) & n_arm(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x5,x4) & n_male(x4) & n_air(x4) & with(e1,x5) & in(e1,x4) & Actor(e1,x1) & v_jump(e1) & in(x1,x2) & n_uniform(x2) & of(x2,x3) & n_art(x3) & a_martial(s1) & Theme(s1,x2) & n_child(x1))
exists p1 x1.(exists x2 x3.(in(x1,x2) & n_class(x2) & (x2 = x3) & ne_geo_karate(x3)) & n_child(x1))
4cd54d18-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x5) & v_jump(e1) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x5,x4) & of(x2,x3) & n_uniform(x2) & n_spread(x7) & n_male(x4) & n_leg(x8) & n_child(x1) & n_art(x3) & n_arm(x6) & n_air(x4) & in(x1,x2) & in(e1,x4) & a_martial(s1) & Theme(s1,x2) & Actor(e1,x1))
exists x1.(n_child(x1) & exists x2 x3.(ne_geo_karate(x3) & n_class(x2) & in(x1,x2) & (x2 = x3)))
kid in white and girl in yellow boy is doing what looks like a karate move he has a yellow belt.
the girl in yellow is the boys sister and does not like karate
1
-100
when a boy and girl doing karate it doesn't denote that she is his sister.
exists s1 s2 x1 x2 x3.(exists e2 e1 p1 s3 x4 x5.(n_thing(x4) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & like(e1,x5) & exists e3 s4 x6.(Theme(e3,x6) & Actor(e3,x1) & v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6)) & that(x5,p1) & n_move(x5) & a_karate(s3) & Theme(s3,x5) & Actor(e1,x4) & v_look(e1)) & n_male(x1) & in(x1,x2) & in(x2,x3) & n_boy(x3) & a_yellow(s2) & Theme(s2,x3) & n_girl(x2) & a_white(s1) & Theme(s1,x2) & n_kid(x1))
exists p1 x1 x2 x3 x4 x5 x6.(n_girl(x3) & n_sister(x5) & of(x5,x6) & n_boy(x6) & n_girl(x1) & -exists e1 x7.(Theme(e1,x7) & Actor(e1,x3) & v_like(e1) & n_karate(x7)) & in(x3,x4) & n_yellow(x4) & (x1 = x5) & in(x1,x2) & n_yellow(x2))
4cd553a8-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(n_male(x1) & n_kid(x1) & n_girl(x2) & n_boy(x3) & in(x2,x3) & in(x1,x2) & exists e2 e1 p1 s3 x4 x5.(v_look(e1) & v_do(e2) & that(x5,p1) & n_thing(x4) & n_move(x5) & like(e1,x5) & exists e3 s4 x6.(v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6) & Theme(e3,x6) & Actor(e3,x1)) & a_karate(s3) & Theme(s3,x5) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x4)) & a_yellow(s2) & a_white(s1) & Theme(s2,x3) & Theme(s1,x2))
exists x1 x2 x3 x4 x5 x6.(of(x5,x6) & n_yellow(x4) & n_yellow(x2) & n_sister(x5) & n_girl(x3) & n_girl(x1) & n_boy(x6) & in(x3,x4) & in(x1,x2) & all e1 x7.(-v_like(e1) | -n_karate(x7) | -Theme(e1,x7) | -Actor(e1,x3)) & (x1 = x5))
kid in white and girl in yellow boy is doing what looks like a karate move he has a yellow belt.
the kid in a yellow belt is performing a karate move
0
-100
A yellow belt is a karate belt. Doing a karate move is performing one.
exists s1 s2 x1 x2 x3.(exists e1 e2 p1 s3 x4 x5.(n_thing(x4) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & like(e1,x5) & exists e3 s4 x6.(Theme(e3,x6) & Actor(e3,x1) & v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6)) & that(x5,p1) & n_move(x5) & a_karate(s3) & Theme(s3,x5) & Actor(e1,x4) & v_look(e1)) & n_male(x1) & in(x1,x2) & in(x2,x3) & n_boy(x3) & a_yellow(s2) & Theme(s2,x3) & n_girl(x2) & a_white(s1) & Theme(s1,x2) & n_kid(x1))
exists e1 s1 s2 x1 x2 x3.(n_kid(x1) & Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_move(x3) & a_karate(s2) & Theme(s2,x3) & in(x1,x2) & n_belt(x2) & a_yellow(s1) & Theme(s1,x2))
4cd558d0-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(n_male(x1) & n_kid(x1) & n_girl(x2) & n_boy(x3) & in(x2,x3) & in(x1,x2) & exists e1 e2 p1 s3 x4 x5.(v_look(e1) & v_do(e2) & that(x5,p1) & n_thing(x4) & n_move(x5) & like(e1,x5) & exists e3 s4 x6.(v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6) & Theme(e3,x6) & Actor(e3,x1)) & a_karate(s3) & Theme(s3,x5) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x4)) & a_yellow(s2) & a_white(s1) & Theme(s2,x3) & Theme(s1,x2))
exists e1 s1 s2 x1 x2 x3.(v_perform(e1) & n_move(x3) & n_kid(x1) & n_belt(x2) & in(x1,x2) & a_yellow(s1) & a_karate(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
kid in white and girl in yellow boy is doing what looks like a karate move he has a yellow belt.
the boy is a blackbelt and is performing the scene from karate kid where he waxes the cars
2
-100
The kids can't be doing karate while waxing the cars.
exists s1 s2 x1 x2 x3.(exists e2 e1 p1 s3 x4 x5.(n_thing(x4) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & like(e1,x5) & exists e3 s4 x6.(Theme(e3,x6) & Actor(e3,x1) & v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6)) & that(x5,p1) & n_move(x5) & a_karate(s3) & Theme(s3,x5) & Actor(e1,x4) & v_look(e1)) & n_male(x1) & in(x1,x2) & in(x2,x3) & n_boy(x3) & a_yellow(s2) & Theme(s2,x3) & n_girl(x2) & a_white(s1) & Theme(s1,x2) & n_kid(x1))
exists e1 p1 p2 s1 x1 x2 x3 x5.(n_car(x5) & n_male(x2) & n_scene(x2) & n_boy(x1) & from(e1,x3) & exists e2.(Theme(e2,x5) & Actor(e2,x2) & v_wax(e2)) & where(x3,p2) & n_kid(x3) & a_karate(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & exists x4.((x1 = x4) & n_blackbelt(x4)))
4cd55dd0-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(n_male(x1) & n_kid(x1) & n_girl(x2) & n_boy(x3) & in(x2,x3) & in(x1,x2) & exists e2 e1 p1 s3 x4 x5.(v_look(e1) & v_do(e2) & that(x5,p1) & n_thing(x4) & n_move(x5) & like(e1,x5) & exists e3 s4 x6.(v_have(e3) & n_belt(x6) & a_yellow(s4) & Theme(s4,x6) & Theme(e3,x6) & Actor(e3,x1)) & a_karate(s3) & Theme(s3,x5) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x4)) & a_yellow(s2) & a_white(s1) & Theme(s2,x3) & Theme(s1,x2))
exists e1 p2 s1 x1 x2 x3 x5.(where(x3,p2) & v_perform(e1) & n_scene(x2) & n_male(x2) & n_kid(x3) & n_car(x5) & n_boy(x1) & from(e1,x3) & exists x4.(n_blackbelt(x4) & (x1 = x4)) & exists e2.(v_wax(e2) & Theme(e2,x5) & Actor(e2,x2)) & a_karate(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A woman is manning a grill with some meat
A woman is cooking meat on a grill.
0
-100
Manning a grill with meat is cooking meat.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_man(e1) & with(x2,x3) & n_meat(x3) & n_grill(x2) & n_woman(x1))
exists p1 x1.(exists s1 x2 x3.((x1 = x2) & on(x2,x3) & n_grill(x3) & n_meat(x2) & a_cooking(s1) & Theme(s1,x2)) & n_woman(x1))
4cd5629e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(with(x2,x3) & v_man(e1) & n_woman(x1) & n_meat(x3) & n_grill(x2) & Theme(e1,x2) & Actor(e1,x1))
exists x1.(n_woman(x1) & exists s1 x2 x3.(on(x2,x3) & n_meat(x2) & n_grill(x3) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2)))
A woman is manning a grill with some meat
A woman is planting carrots.
2
-100
The woman can't grill while planting.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_man(e1) & with(x2,x3) & n_meat(x3) & n_grill(x2) & n_woman(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_plant(e1) & n_carrot(x2) & n_woman(x1))
4cd5676c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(with(x2,x3) & v_man(e1) & n_woman(x1) & n_meat(x3) & n_grill(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_plant(e1) & n_woman(x1) & n_carrot(x2) & Theme(e1,x2) & Actor(e1,x1))
A woman is manning a grill with some meat
A woman is cooking roadkill for a party.
1
-100
Not all woman is manning a grill for a party.
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_man(e1) & with(x2,x3) & n_meat(x3) & n_grill(x2) & n_woman(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & for(x2,x3) & n_party(x3) & n_roadkill(x2) & n_woman(x1))
4cd56d16-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(with(x2,x3) & v_man(e1) & n_woman(x1) & n_meat(x3) & n_grill(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_cook(e1) & n_woman(x1) & n_roadkill(x2) & n_party(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
An Asian child is blowing bubbles.
The boy is blowing bubbles while crying
1
-100
Not all Asian child are crying
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_bubble(x2) & n_child(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 e2 x1 x2.(n_boy(x1) & while(e1,e2) & Actor(e2,x1) & v_cry(e2) & Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_bubble(x2))
4cd57428-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_blow(e1) & n_child(x1) & n_bubble(x2) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 e2 x1 x2.(while(e1,e2) & v_cry(e2) & v_blow(e1) & n_bubble(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
An Asian child is blowing bubbles.
he is crying
2
-100
A child can't blow bubbles while crying.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_bubble(x2) & n_child(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 x1.(n_male(x1) & Actor(e1,x1) & v_cry(e1))
4cd57982-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_blow(e1) & n_child(x1) & n_bubble(x2) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1.(v_cry(e1) & n_male(x1) & Actor(e1,x1))
An Asian child is blowing bubbles.
The boy is blowing bubbles.
0
-100
A child can be a boy.
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_bubble(x2) & n_child(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_blow(e1) & n_bubble(x2))
4cd57e78-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_blow(e1) & n_child(x1) & n_bubble(x2) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_blow(e1) & n_bubble(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A woman with green hair, a sexy outfit and black stiletto boots is standing in a pose behind a few black railings.
A woman with green hair gets paid to model in a sexy outfit and black stiletto boots.
1
-100
Not all women possing for a photo are model.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x7) & behind(e2,x9) & n_railing(x9) & a_black(s5) & Theme(s5,x9) & a_few(s4) & Theme(s4,x9) & Actor(e2,x8) & v_pose(e2) & (x7 = x8) & n_a(x7) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_boot(x5) & of(x5,x6) & n_stiletto(x6) & a_black(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_outfit(x4) & a_sexy(s2) & Theme(s2,x4) & n_hair(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 p1 s1 x1 x2.(exists e2 s2 s3 x3 x4 x5 x6 x7.(to(e2,x3) & subset_of(x6,x3) & n_boot(x6) & of(x6,x7) & n_stiletto(x7) & a_black(s3) & Theme(s3,x6) & subset_of(x4,x3) & in(x4,x5) & n_outfit(x5) & a_sexy(s2) & Theme(s2,x5) & n_model(x4) & Theme(e2,x1) & v_pay(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & with(x1,x2) & n_hair(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1))
4cd59142-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_stand(e1) & v_pose(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x5,x6) & n_woman(x1) & n_stiletto(x6) & n_railing(x9) & n_outfit(x4) & n_hair(x2) & n_boot(x5) & n_a(x7) & in(e1,x7) & behind(e2,x9) & a_sexy(s2) & a_green(s1) & a_few(s4) & a_black(s5) & a_black(s3) & Theme(s5,x9) & Theme(s4,x9) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x2) & Actor(e2,x8) & Actor(e1,x1) & (x7 = x8))
exists e1 p1 s1 x1 x2.(with(x1,x2) & v_get(e1) & n_woman(x1) & n_hair(x2) & exists e2 s2 s3 x3 x4 x5 x6 x7.(v_pay(e2) & to(e2,x3) & subset_of(x6,x3) & subset_of(x4,x3) & of(x6,x7) & n_stiletto(x7) & n_outfit(x5) & n_model(x4) & n_boot(x6) & in(x4,x5) & a_sexy(s2) & a_black(s3) & Theme(s3,x6) & Theme(s2,x5) & Theme(e2,x1)) & a_green(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
A woman with green hair, a sexy outfit and black stiletto boots is standing in a pose behind a few black railings.
A woman with green hair, poses for pinup shots in a sexy outfit and black stiletto boots.
0
-100
Sexy photography tends to be a sexy pose for pinup shots.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x7) & behind(e2,x9) & n_railing(x9) & a_black(s5) & Theme(s5,x9) & a_few(s4) & Theme(s4,x9) & Actor(e2,x8) & v_pose(e2) & (x7 = x8) & n_a(x7) & Actor(e1,x1) & v_stand(e1) & with(x1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_boot(x5) & of(x5,x6) & n_stiletto(x6) & a_black(s3) & Theme(s3,x5) & subset_of(x4,x3) & n_outfit(x4) & a_sexy(s2) & Theme(s2,x4) & n_hair(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(for(e1,x3) & in(x3,x5) & n_boot(x7) & of(x7,x8) & n_stiletto(x8) & a_black(s3) & Theme(s3,x7) & n_outfit(x6) & subset_of(x7,x5) & subset_of(x6,x5) & a_sexy(s2) & Theme(s2,x5) & n_shot(x3) & of(x3,x4) & n_pinup(x4) & Actor(e1,x1) & v_pose(e1) & with(x1,x2) & n_hair(x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1))
4cd59b24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_stand(e1) & v_pose(e2) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x5,x6) & n_woman(x1) & n_stiletto(x6) & n_railing(x9) & n_outfit(x4) & n_hair(x2) & n_boot(x5) & n_a(x7) & in(e1,x7) & behind(e2,x9) & a_sexy(s2) & a_green(s1) & a_few(s4) & a_black(s5) & a_black(s3) & Theme(s5,x9) & Theme(s4,x9) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x2) & Actor(e2,x8) & Actor(e1,x1) & (x7 = x8))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x2) & v_pose(e1) & subset_of(x7,x5) & subset_of(x6,x5) & of(x7,x8) & of(x3,x4) & n_woman(x1) & n_stiletto(x8) & n_shot(x3) & n_pinup(x4) & n_outfit(x6) & n_hair(x2) & n_boot(x7) & in(x3,x5) & for(e1,x3) & a_sexy(s2) & a_green(s1) & a_black(s3) & Theme(s3,x7) & Theme(s2,x5) & Theme(s1,x2) & Actor(e1,x1))
An older man and woman sitting on a cement bench with frowns on their faces.
The man and woman on the bench are made of octopus ink
2
-100
The people sitting with frowns on their faces cannot be made of octopus ink.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(s1) & on(e1,x7) & n_face(x7) & of(x7,x1) & n_thing(x1) & with(e1,x6) & n_frown(x6) & on(e1,x4) & n_bench(x4) & of(x4,x5) & n_cement(x5) & Actor(e1,x3) & v_sit(e1) & (s1 = x3) & n_woman(x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists e1 s1 x1 x2 x3 x4 x5.(n_bench(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & of(e1,x5) & n_ink(x5) & a_octopus(s1) & Theme(s1,x5) & Theme(e1,x1) & v_make(e1) & on(x1,x4))
4cd644a2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & on(e1,x7) & on(e1,x4) & of(x7,x1) & of(x4,x5) & n_woman(x2) & n_thing(x1) & n_man(x1) & n_frown(x6) & n_face(x7) & n_cement(x5) & n_bench(x4) & a_topic(s1) & a_older(s2) & Theme(s2,s1) & Actor(e1,x3) & (s1 = x3))
exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(x1,x4) & of(e1,x5) & n_woman(x3) & n_man(x2) & n_ink(x5) & n_bench(x4) & a_octopus(s1) & Theme(s1,x5) & Theme(e1,x1))
An older man and woman sitting on a cement bench with frowns on their faces.
The man and woman are on the bench
0
-100
A man and woman sitting on a cement bench are on the bench
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(s1) & on(e1,x7) & n_face(x7) & of(x7,x1) & n_thing(x1) & with(e1,x6) & n_frown(x6) & on(e1,x4) & n_bench(x4) & of(x4,x5) & n_cement(x5) & Actor(e1,x3) & v_sit(e1) & (s1 = x3) & n_woman(x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists p1 x1 x2 x3 x4.(n_bench(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & on(x1,x4))
4cd652c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & on(e1,x7) & on(e1,x4) & of(x7,x1) & of(x4,x5) & n_woman(x2) & n_thing(x1) & n_man(x1) & n_frown(x6) & n_face(x7) & n_cement(x5) & n_bench(x4) & a_topic(s1) & a_older(s2) & Theme(s2,s1) & Actor(e1,x3) & (s1 = x3))
exists x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & on(x1,x4) & n_woman(x3) & n_man(x2) & n_bench(x4))
An older man and woman sitting on a cement bench with frowns on their faces.
The man and woman are arguing about money
1
-100
Not all people sitting on a cement bench are arguing about money.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(a_topic(s1) & on(e1,x7) & n_face(x7) & of(x7,x1) & n_thing(x1) & with(e1,x6) & n_frown(x6) & on(e1,x4) & n_bench(x4) & of(x4,x5) & n_cement(x5) & Actor(e1,x3) & v_sit(e1) & (s1 = x3) & n_woman(x2) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists e1 x1 x2 x3 x4.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & about(e1,x4) & n_money(x4) & Actor(e1,x1) & v_argue(e1))
4cd65ec4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x6) & v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & on(e1,x7) & on(e1,x4) & of(x7,x1) & of(x4,x5) & n_woman(x2) & n_thing(x1) & n_man(x1) & n_frown(x6) & n_face(x7) & n_cement(x5) & n_bench(x4) & a_topic(s1) & a_older(s2) & Theme(s2,s1) & Actor(e1,x3) & (s1 = x3))
exists e1 x1 x2 x3 x4.(v_argue(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_money(x4) & n_man(x2) & about(e1,x4) & Actor(e1,x1))
A lady gaga look a like poses for a photo.
A person that resembles Lady Gaga poses.
0
-100
A look a like is synonymous for someone that resembles someone else.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_look(e1) & for(x3,x4) & n_photo(x4) & n_pose(x3) & a_like(s1) & Theme(s1,x3) & n_gaga(x1) & of(x1,x2) & n_lady(x2))
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_resemble(e1) & n_pose(x3) & (x3 = x4) & ne_nam_gaga(x4) & a_lady(s1) & Theme(s1,x3) & (x1 = x2) & n_person(x1))
4cd66c70-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_pose(x3) & n_photo(x4) & n_lady(x2) & n_gaga(x1) & for(x3,x4) & a_like(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_resemble(e1) & ne_nam_gaga(x4) & n_pose(x3) & n_person(x1) & a_topic(x1) & a_lady(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x3 = x4) & (x1 = x2))
A lady gaga look a like poses for a photo.
A dog poses for a photo.
2
-100
A dog and a lady gaga look a like are different individuals.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_look(e1) & for(x3,x4) & n_photo(x4) & n_pose(x3) & a_like(s1) & Theme(s1,x3) & n_gaga(x1) & of(x1,x2) & n_lady(x2))
exists e1 x1 x2.(for(e1,x2) & n_photo(x2) & Actor(e1,x1) & v_pose(e1) & n_dog(x1))
4cd6760c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_pose(x3) & n_photo(x4) & n_lady(x2) & n_gaga(x1) & for(x3,x4) & a_like(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_pose(e1) & n_photo(x2) & n_dog(x1) & for(e1,x2) & Actor(e1,x1))
A lady gaga look a like poses for a photo.
A drag queen poses for a photo.
1
-100
Not all ladies are a drag queen.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_look(e1) & for(x3,x4) & n_photo(x4) & n_pose(x3) & a_like(s1) & Theme(s1,x3) & n_gaga(x1) & of(x1,x2) & n_lady(x2))
exists e1 x1 x2 x3.(for(e1,x3) & n_photo(x3) & Actor(e1,x1) & v_pose(e1) & n_queen(x1) & of(x1,x2) & n_drag(x2))
4cd67f26-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_look(e1) & of(x1,x2) & n_pose(x3) & n_photo(x4) & n_lady(x2) & n_gaga(x1) & for(x3,x4) & a_like(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_pose(e1) & of(x1,x2) & n_queen(x1) & n_photo(x3) & n_drag(x2) & for(e1,x3) & Actor(e1,x1))
A couple says goodbye while others hurry on to their flights.
The woman is leaving town.
1
-100
Although they are saying goodbye, it does not imply the woman is leaving town.
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & r_on(s1) & to(s1,x5) & n_flight(x5) & of(x5,x1) & n_thing(x1) & Theme(s1,x4) & a_hurry(s1) & (x3 = x4) & -(x3 = x1) & n_person(x1) & n_person(x3) & Time(e1,x2) & n_goodbye(x2) & Actor(e1,x1) & v_say(e1) & n_couple(x1))
exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_leave(e1) & n_town(x2))
4cd69024-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & v_say(e1) & to(s1,x5) & r_on(s1) & of(x5,x1) & n_thing(x1) & n_person(x3) & n_person(x1) & n_goodbye(x2) & n_flight(x5) & n_couple(x1) & a_hurry(s1) & Time(e1,x2) & Theme(s1,x4) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4))
exists e1 x1 x2.(v_leave(e1) & n_woman(x1) & n_town(x2) & Theme(e1,x2) & Actor(e1,x1))
A couple says goodbye while others hurry on to their flights.
A couple says goodbye while others rush to their airplanes.
0
-100
Rush and hurry are synonymous, and so are flights and airplanes in this example.
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & r_on(s1) & to(s1,x5) & n_flight(x5) & of(x5,x1) & n_thing(x1) & Theme(s1,x4) & a_hurry(s1) & (x3 = x4) & -(x3 = x1) & n_person(x1) & n_person(x3) & Time(e1,x2) & n_goodbye(x2) & Actor(e1,x1) & v_say(e1) & n_couple(x1))
exists e1 p1 x1 x2 x4.(exists e2 x3.(to(e2,x4) & Actor(e2,x3) & v_rush(e2) & -(x3 = x1) & n_person(x3)) & n_airplane(x4) & of(x4,x1) & n_thing(x1) & n_person(x1) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_say(e1) & n_goodbye(x2) & n_couple(x1))
4cd6ab4a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & v_say(e1) & to(s1,x5) & r_on(s1) & of(x5,x1) & n_thing(x1) & n_person(x3) & n_person(x1) & n_goodbye(x2) & n_flight(x5) & n_couple(x1) & a_hurry(s1) & Time(e1,x2) & Theme(s1,x4) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4))
exists e1 p1 x1 x2 x4.(while(e1,p1) & v_say(e1) & of(x4,x1) & n_thing(x1) & n_person(x1) & n_goodbye(x2) & n_couple(x1) & n_airplane(x4) & exists e2 x3.(v_rush(e2) & to(e2,x4) & n_person(x3) & Actor(e2,x3) & -(x3 = x1)) & Theme(e1,x2) & Actor(e1,x1))
A couple says goodbye while others hurry on to their flights.
The couple is at the Greyhound station.
2
-100
One takes a bus at a Greyhound station, not flights.
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & r_on(s1) & to(s1,x5) & n_flight(x5) & of(x5,x1) & n_thing(x1) & Theme(s1,x4) & a_hurry(s1) & (x3 = x4) & -(x3 = x1) & n_person(x1) & n_person(x3) & Time(e1,x2) & n_goodbye(x2) & Actor(e1,x1) & v_say(e1) & n_couple(x1))
exists p1 x1 x2 x3.(n_station(x2) & (x2 = x3) & ne_geo_greyhound(x3) & n_couple(x1) & at(x1,x2))
4cd6b540-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x3) & v_say(e1) & to(s1,x5) & r_on(s1) & of(x5,x1) & n_thing(x1) & n_person(x3) & n_person(x1) & n_goodbye(x2) & n_flight(x5) & n_couple(x1) & a_hurry(s1) & Time(e1,x2) & Theme(s1,x4) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4))
exists x1 x2 x3.(ne_geo_greyhound(x3) & n_station(x2) & n_couple(x1) & at(x1,x2) & (x2 = x3))
A man and a woman sitting on a bench
A man and a woman running a marathon.
2
-100
The man and the woman sitting cannot be the one running.
exists e1 s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & on(e1,x4) & n_bench(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & Theme(e1,x4) & Actor(e1,x3) & v_run(e1) & n_marathon(x4) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
4cd6bec8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(e1,x4) & n_woman(x2) & n_man(x1) & n_bench(x4) & a_topic(s1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3 x4.(v_run(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_woman(x2) & n_marathon(x4) & n_man(x1) & a_topic(s1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
A man and a woman sitting on a bench
A man and a woman resting.
0
-100
Sitting can be considered resting.
exists e1 s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & on(e1,x4) & n_bench(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
exists e1 s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & Actor(e1,x3) & v_rest(e1) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
4cd6c85a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(e1,x4) & n_woman(x2) & n_man(x1) & n_bench(x4) & a_topic(s1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3.(v_rest(e1) & subset_of(x2,s1) & subset_of(x1,s1) & n_woman(x2) & n_man(x1) & a_topic(s1) & Actor(e1,x3) & (x2 = x3))
A man and a woman sitting on a bench
A man and a woman eating a snack on a bench.
1
-100
Not all people sitting on a bench are eating snack.
exists e1 s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & on(e1,x4) & n_bench(x4) & Actor(e1,x3) & v_sit(e1) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & on(x4,x5) & n_bench(x5) & n_snack(x4) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1))
4cd6d48a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(e1,x4) & n_woman(x2) & n_man(x1) & n_bench(x4) & a_topic(s1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3 x4 x5.(v_eat(e1) & subset_of(x2,s1) & subset_of(x1,s1) & on(x4,x5) & n_woman(x2) & n_snack(x4) & n_man(x1) & n_bench(x5) & a_topic(s1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
Two girls enjoy themselves on a swing ride.
The girls have fun on the swings.
0
-100
To enjoy themselves is to have fun. A swing ride is on the swings.
exists e1 x1 x2 x3 x4.(n_group(x2) & on(e1,x3) & n_ride(x3) & of(x3,x4) & n_swing(x4) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_girl(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_swing(x3) & n_girl(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_fun(x2))
4cd6e146-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_enjoy(e1) & on(e1,x3) & of(x3,x4) & n_swing(x4) & n_ride(x3) & n_group(x2) & n_girl(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & on(e1,x3) & n_swing(x3) & n_girl(x1) & n_fun(x2) & Theme(e1,x2) & Actor(e1,x1))
Two girls enjoy themselves on a swing ride.
The girls play on the seesaw.
2
-100
The swing ride is different from the seesaw.
exists e1 x1 x2 x3 x4.(n_group(x2) & on(e1,x3) & n_ride(x3) & of(x3,x4) & n_swing(x4) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_girl(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_seesaw(x2) & n_girl(x1) & on(e1,x2) & Actor(e1,x1) & v_play(e1))
4cd6ebd2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_enjoy(e1) & on(e1,x3) & of(x3,x4) & n_swing(x4) & n_ride(x3) & n_group(x2) & n_girl(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & on(e1,x2) & n_seesaw(x2) & n_girl(x1) & Actor(e1,x1))
Two girls enjoy themselves on a swing ride.
The girls are best friends.
1
-100
girls enjoying on a swing ride need not to be a best friends.
exists e1 x1 x2 x3 x4.(n_group(x2) & on(e1,x3) & n_ride(x3) & of(x3,x4) & n_swing(x4) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_girl(x1) & card_eq_2(x1))
exists p1 x1.(n_girl(x1) & exists s1 x2.((x1 = x2) & n_friend(x2) & r_most(s1) & a_good(s1) & Theme(s1,x2)))
4cd6f6ea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_enjoy(e1) & on(e1,x3) & of(x3,x4) & n_swing(x4) & n_ride(x3) & n_group(x2) & n_girl(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists x1.(n_girl(x1) & exists s1 x2.(r_most(s1) & n_friend(x2) & a_good(s1) & Theme(s1,x2) & (x1 = x2)))
many people are sitting at wooden tables overlooking snow covered mountains.
People are riding over sand dunes.
2
-100
People cannot be riding and sitting at wooden tables simultaneously. Snow covered mountains and sand dunes are different geographic formations.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(at(e1,x2) & Theme(e3,x4) & Actor(e3,x3) & v_overlook(e3) & n_mountain(x4) & Theme(e2,x4) & v_cover(e2) & of(x4,x5) & n_snow(x5) & (x2 = x3) & n_table(x2) & a_wooden(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & n_quantity(x1))
exists e1 x1 x2 x3.(over(e1,x2) & n_dune(x2) & of(x2,x3) & n_sand(x3) & Actor(e1,x1) & v_ride(e1) & n_people(x1))
4cd70338-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(v_sit(e1) & v_overlook(e3) & v_cover(e2) & of(x4,x5) & n_table(x2) & n_snow(x5) & n_quantity(x1) & n_people(x1) & n_mountain(x4) & at(e1,x2) & a_wooden(s1) & Theme(s1,x2) & Theme(e3,x4) & Theme(e2,x4) & Actor(e3,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2 x3.(v_ride(e1) & over(e1,x2) & of(x2,x3) & n_sand(x3) & n_people(x1) & n_dune(x2) & Actor(e1,x1))
many people are sitting at wooden tables overlooking snow covered mountains.
Many people are at a ski resort.
1
-100
Although they are overlooking snow covered mountains, it does not imply they are at a ski resort.
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(at(e1,x2) & Theme(e3,x4) & Actor(e3,x3) & v_overlook(e3) & n_mountain(x4) & Theme(e2,x4) & v_cover(e2) & of(x4,x5) & n_snow(x5) & (x2 = x3) & n_table(x2) & a_wooden(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & n_quantity(x1))
exists p1 x1.(exists x2 x3.(at(x1,x2) & n_resort(x2) & of(x2,x3) & n_ski(x3)) & n_people(x1) & n_quantity(x1))
4cd7136e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 x1 x2 x3 x4 x5.(v_sit(e1) & v_overlook(e3) & v_cover(e2) & of(x4,x5) & n_table(x2) & n_snow(x5) & n_quantity(x1) & n_people(x1) & n_mountain(x4) & at(e1,x2) & a_wooden(s1) & Theme(s1,x2) & Theme(e3,x4) & Theme(e2,x4) & Actor(e3,x3) & Actor(e1,x1) & (x2 = x3))
exists x1.(n_quantity(x1) & n_people(x1) & exists x2 x3.(of(x2,x3) & n_ski(x3) & n_resort(x2) & at(x1,x2)))
many people are sitting at wooden tables overlooking snow covered mountains.
People are overlooking the mountains.
0
-100
The people are overlooking mountains even though they are sitting.
exists e2 e1 e3 s1 x1 x2 x3 x4 x5.(at(e1,x2) & Theme(e3,x4) & Actor(e3,x3) & v_overlook(e3) & n_mountain(x4) & Theme(e2,x4) & v_cover(e2) & of(x4,x5) & n_snow(x5) & (x2 = x3) & n_table(x2) & a_wooden(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & n_quantity(x1))
exists e1 x1 x2.(n_mountain(x2) & Theme(e1,x2) & Actor(e1,x1) & v_overlook(e1) & n_people(x1))
4cd71e40-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 e3 s1 x1 x2 x3 x4 x5.(v_sit(e1) & v_overlook(e3) & v_cover(e2) & of(x4,x5) & n_table(x2) & n_snow(x5) & n_quantity(x1) & n_people(x1) & n_mountain(x4) & at(e1,x2) & a_wooden(s1) & Theme(s1,x2) & Theme(e3,x4) & Theme(e2,x4) & Actor(e3,x3) & Actor(e1,x1) & (x2 = x3))
exists e1 x1 x2.(v_overlook(e1) & n_people(x1) & n_mountain(x2) & Theme(e1,x2) & Actor(e1,x1))
Two young girls are playing on swings, and one is holding the other girls swing "still."
A girl is telling her friend it is her turn to swing.
1
-100
when one one girl holding the other girls swing that need not to be telling her something.
exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5.(-(x4 = x1) & n_girl(x4) & Theme(e3,x4) & Actor(e3,x3) & v_hold(e3) & a_still(s2) & Manner(e2,s2) & Actor(e2,x5) & v_swing(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & n_thing(x3) & card_eq_1(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 p1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_tell(e1) & exists p2 p3.((x1 = x3) & Topic(x3,p3) & exists e2.(Actor(e2,x3) & v_swing(e2))) & n_turn(x3) & of(x3,x1) & n_female(x1) & n_female(x1) & n_thing(x1) & that(x2,p1) & n_friend(x2) & of(x2,x1) & n_girl(x1))
4cd72aa2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5.(v_swing(e2) & v_play(e1) & v_hold(e3) & on(e1,x2) & n_thing(x3) & n_swing(x2) & n_girl(x4) & n_girl(x1) & card_eq_2(x1) & card_eq_1(x3) & a_young(s1) & a_still(s2) & Theme(s1,x1) & Theme(e3,x4) & Manner(e2,s2) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & -(x4 = x1) & (x4 = x5))
exists e1 p1 x1 x2 x3.(v_tell(e1) & that(x2,p1) & of(x3,x1) & of(x2,x1) & n_turn(x3) & n_thing(x1) & n_girl(x1) & n_friend(x2) & n_female(x1) & exists p3.(exists e2.(v_swing(e2) & Actor(e2,x3)) & Topic(x3,p3) & (x1 = x3)) & Theme(e1,x2) & Actor(e1,x1))
Two young girls are playing on swings, and one is holding the other girls swing "still."
Two girls are selling cookies.
2
-100
The girls playing on swings cannot be the ones selling cookies.
exists e2 e1 e3 s1 s2 x1 x2 x3 x4 x5.(-(x4 = x1) & n_girl(x4) & Theme(e3,x4) & Actor(e3,x3) & v_hold(e3) & a_still(s2) & Manner(e2,s2) & Actor(e2,x5) & v_swing(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & n_thing(x3) & card_eq_1(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_cookie(x2) & n_girl(x1) & card_eq_2(x1))
4cd734ca-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 e3 s1 s2 x1 x2 x3 x4 x5.(v_swing(e2) & v_play(e1) & v_hold(e3) & on(e1,x2) & n_thing(x3) & n_swing(x2) & n_girl(x4) & n_girl(x1) & card_eq_2(x1) & card_eq_1(x3) & a_young(s1) & a_still(s2) & Theme(s1,x1) & Theme(e3,x4) & Manner(e2,s2) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & -(x4 = x1) & (x4 = x5))
exists e1 x1 x2.(v_sell(e1) & n_girl(x1) & n_cookie(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two young girls are playing on swings, and one is holding the other girls swing "still."
Two girls are playing on a swing set.
0
-100
Two young girls playing on swings are playing on a swing set.
exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5.(-(x4 = x1) & n_girl(x4) & Theme(e3,x4) & Actor(e3,x3) & v_hold(e3) & a_still(s2) & Manner(e2,s2) & Actor(e2,x5) & v_swing(e2) & (x4 = x5) & n_girl(x1) & n_girl(x1) & n_thing(x3) & card_eq_1(x3) & on(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_play(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(on(e1,x2) & n_set(x2) & of(x2,x3) & n_swing(x3) & Actor(e1,x1) & v_play(e1) & n_girl(x1) & card_eq_2(x1))
4cd73da8-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5.(v_swing(e2) & v_play(e1) & v_hold(e3) & on(e1,x2) & n_thing(x3) & n_swing(x2) & n_girl(x4) & n_girl(x1) & card_eq_2(x1) & card_eq_1(x3) & a_young(s1) & a_still(s2) & Theme(s1,x1) & Theme(e3,x4) & Manner(e2,s2) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & -(x4 = x1) & (x4 = x5))
exists e1 x1 x2 x3.(v_play(e1) & on(e1,x2) & of(x2,x3) & n_swing(x3) & n_set(x2) & n_girl(x1) & card_eq_2(x1) & Actor(e1,x1))
Two dogs run around together in the field.
Two dogs are playing over there in that field.
0
-100
If the dogs are running around together, then they are playing.
exists e1 s1 s2 x1 x2.(n_field(x2) & in(e1,x2) & a_together(s2) & Manner(e1,s2) & a_around(s1) & Manner(e1,s1) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_field(x3) & over(e1,x2) & in(x2,x3) & Actor(e1,x1) & v_play(e1) & n_dog(x1) & card_eq_2(x1))
4cd746cc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2.(v_run(e1) & n_field(x2) & n_dog(x1) & in(e1,x2) & card_eq_2(x1) & a_together(s2) & a_around(s1) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_play(e1) & over(e1,x2) & n_field(x3) & n_dog(x1) & in(x2,x3) & card_eq_2(x1) & Actor(e1,x1))