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
Some elements are too small to visualize without a microscope.
Some elements are small to visualize
1
-100
Not all small elements are visualizing using microscope.
exists p1 s1 x1.(Topic(s1,p1) & exists e1 x2.(-exists x3.(with(e1,x3) & n_microscope(x3)) & Actor(e1,x2) & v_visualize(e1)) & Theme(s1,x1) & a_small(s1) & n_element(x1))
exists p1 s1 x1 x2.(Topic(s1,p1) & exists e1.(Actor(e1,x1) & v_visualize(e1)) & Theme(s1,x2) & a_small(s1) & n_element(x2) & n_element(x1))
4ec0803e-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1.(n_element(x1) & exists e1 x2.(v_visualize(e1) & all x3.(-with(e1,x3) | -n_microscope(x3)) & Actor(e1,x2)) & a_small(s1) & Topic(s1,p1) & Theme(s1,x1))
exists p1 s1 x1 x2.(n_element(x2) & n_element(x1) & exists e1.(v_visualize(e1) & Actor(e1,x1)) & a_small(s1) & Topic(s1,p1) & Theme(s1,x2))
Some elements are too small to visualize without a microscope.
Some Elements are too small
0
-100
Elements that are too small without a microscope
exists p1 s1 x1.(Topic(s1,p1) & exists e1 x2.(-exists x3.(with(e1,x3) & n_microscope(x3)) & Actor(e1,x2) & v_visualize(e1)) & Theme(s1,x1) & a_small(s1) & n_element(x1))
exists s1 x1.(r_too(s1) & Theme(s1,x1) & a_small(s1) & n_element(x1))
4ec08502-e4c8-11ec-9cdd-0242ac1c0002
exists p1 s1 x1.(n_element(x1) & exists e1 x2.(v_visualize(e1) & all x3.(-with(e1,x3) | -n_microscope(x3)) & Actor(e1,x2)) & a_small(s1) & Topic(s1,p1) & Theme(s1,x1))
exists s1 x1.(r_too(s1) & n_element(x1) & a_small(s1) & Theme(s1,x1))
A bald man wearing a Native American costume is dancing.
The bald man is breakdancing.
1
-100
Not all dancing is breakdancing.
exists e1 e2 s1 s2 s3 x1 x2 x3.(Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_costume(x3) & a_american(s3) & Theme(s3,x3) & a_native(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_bald(s1) & Theme(s1,x1))
exists e1 s1 x1.(n_man(x1) & a_bald(s1) & Theme(s1,x1) & Actor(e1,x1) & v_breakdance(e1))
4ec089a8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3.(v_wear(e1) & v_dance(e2) & n_man(x1) & n_costume(x3) & a_native(s2) & a_bald(s1) & a_american(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1.(v_breakdance(e1) & n_man(x1) & a_bald(s1) & Theme(s1,x1) & Actor(e1,x1))
A bald man wearing a Native American costume is dancing.
The bald man is singing.
2
-100
Singing and dancing are two different actions.
exists e1 e2 s1 s2 s3 x1 x2 x3.(Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_costume(x3) & a_american(s3) & Theme(s3,x3) & a_native(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_bald(s1) & Theme(s1,x1))
exists e1 s1 x1.(n_man(x1) & a_bald(s1) & Theme(s1,x1) & Actor(e1,x1) & v_sing(e1))
4ec08ec6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3.(v_wear(e1) & v_dance(e2) & n_man(x1) & n_costume(x3) & a_native(s2) & a_bald(s1) & a_american(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1.(v_sing(e1) & n_man(x1) & a_bald(s1) & Theme(s1,x1) & Actor(e1,x1))
A bald man wearing a Native American costume is dancing.
The man is dancing.
0
-100
A bald man is a type of man.
exists e1 e2 s1 s2 s3 x1 x2 x3.(Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_costume(x3) & a_american(s3) & Theme(s3,x3) & a_native(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_bald(s1) & Theme(s1,x1))
exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_dance(e1))
4ec0938a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3.(v_wear(e1) & v_dance(e2) & n_man(x1) & n_costume(x3) & a_native(s2) & a_bald(s1) & a_american(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_dance(e1) & n_man(x1) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
He is a woman.
2
-100
a man and woman are not the same.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1.(n_male(x1) & exists x2.((x1 = x2) & n_woman(x2)))
4ec09830-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists x1.(n_male(x1) & exists x2.(n_woman(x2) & (x1 = x2)))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
The man is an office worker.
0
0.73535
an office worker looking a his thumb holding glasses
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2 x3.((x1 = x2) & n_worker(x2) & of(x2,x3) & n_office(x3)))
4ec09dc6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_worker(x2) & n_office(x3) & (x1 = x2)))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
The man is standing outside looking at his hand
1
0.305976
Not all men looking at his hand are standing.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 e2 s1 x1 x2.(n_hand(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & for(e1,e2) & at(e2,x2) & Actor(e2,x1) & v_look(e2) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1))
4ec0a2c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 e2 s1 x1 x2.(v_stand(e1) & v_look(e2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_hand(x2) & for(e1,e2) & at(e2,x2) & a_outside(s1) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
The man hurt his thumb.
1
0.713296
A man looking at his thumb doesn't denote that its hurt.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(n_thumb(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hurt(e1))
4ec0a762-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 x1 x2.(v_hurt(e1) & of(x2,x1) & n_thumb(x2) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
Man who wears glasses is looking at his hand.
0
-100
man looking at his thumb who wears glasses is holding them
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e2 e1 x1 x2 x3 x4.(at(e2,x4) & n_hand(x4) & of(x4,x1) & n_male(x1) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_glass(x3) & (x1 = x2) & n_man(x1))
4ec0abea-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e2 e1 x1 x2 x3 x4.(v_wear(e1) & v_look(e2) & of(x4,x1) & n_man(x1) & n_male(x1) & n_hand(x4) & n_glass(x3) & at(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
A man is washing dishes
2
-100
A man holding glasses is not likely washing dishes.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wash(e1) & n_dish(x2) & n_man(x1))
4ec0b162-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 x1 x2.(v_wash(e1) & n_man(x1) & n_dish(x2) & Theme(e1,x2) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
He may be right handed.
1
0.822061
looking at his thumb on one hand while holding glasses in his other hand doesn't denote that he is right handed.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 p1 x1.(n_male(x1) & exists s1.(r_right(s1) & Theme(s1,x1) & a_hand(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_may(e1))
4ec0b6ee-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 p1 x1.(v_may(e1) & n_male(x1) & exists s1.(r_right(s1) & a_hand(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
a man with glasses
1
0.964856
Not all men with glasses are looking at their hands.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists x1 x2.(a_topic(x1) & with(x1,x2) & n_glass(x2) & n_man(x1))
4ec0bc20-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists x1 x2.(with(x1,x2) & n_man(x1) & n_glass(x2) & a_topic(x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
Man in a pink shirt is running down the road holding is pipe.
2
-100
The shirt cannot be both blue and pink. The man cannot be running down the road holding his pipe while also looking at his thumb while holding glasses.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(n_holding(x3) & of(x3,x4) & n_road(x4) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & exists x6.((x5 = x6) & n_pipe(x6)) & (x3 = x5) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_man(x1))
4ec0c148-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_run(e1) & of(x3,x4) & n_shirt(x2) & n_road(x4) & n_man(x1) & n_holding(x3) & in(x1,x2) & exists x6.(n_pipe(x6) & (x5 = x6)) & a_pink(s1) & a_down(s2) & Theme(s1,x2) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1) & (x3 = x5))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
a man in a blue shirt
0
-100
There is a man in a blue shirt holding glasses
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
4ec0c72e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists s1 x1 x2.(n_shirt(x2) & n_man(x1) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
A man takes his glases off and holds them
0
-100
man takes off his glasses and holds them while looking at his thumb
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e2 e1 s1 x1 x2 x3.(Theme(e2,x1) & Actor(e2,x3) & v_hold(e2) & n_thing(x1) & n_man(x3) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_glase(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
4ec0cc7e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e2 e1 s1 x1 x2 x3.(v_take(e1) & v_hold(e2) & of(x2,x1) & n_thing(x1) & n_man(x3) & n_man(x1) & n_male(x1) & n_glase(x2) & a_off(s1) & Theme(e2,x1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
Man is thinking about what happened earlier today.
1
0.160098
Not all men thinking about what happened when they are holding a glass.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1.(exists e2 x2 x3.(n_thing(x2) & about(e1,x2) & r_earlier(e2) & Time(e2,x3) & n_today(x3) & Actor(e2,x2) & v_happen(e2)) & Actor(e1,x1) & v_think(e1) & n_man(x1))
4ec0d19c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 x1.(v_think(e1) & n_man(x1) & exists e2 x2 x3.(v_happen(e2) & r_earlier(e2) & n_today(x3) & n_thing(x2) & about(e1,x2) & Time(e2,x3) & Actor(e2,x2)) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
The man has no hands.
2
0
The man has a thumb on one hand and is holding glasses in his other hand so he has hands not no hands.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists x1.(n_man(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hand(x2)))
4ec0d6a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists x1.(n_man(x1) & all e1 x2.(-v_have(e1) | -n_hand(x2) | -Theme(e1,x2) | -Actor(e1,x1)))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
The man wears glasses.
0
-100
a man who wears glasses is holding them
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_glass(x2))
4ec0dc14-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_glass(x2) & Theme(e1,x2) & Actor(e1,x1))
Man in blue shirt and black pants is looking at his thumb on one hand while holding glasses in his other hand.
a man napping
2
-100
The man cannot be looking at things and holding glasses while napping.
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & in(e2,x7) & -(x7 = x5) & n_hand(x5) & n_hand(x5) & n_hand(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & Theme(e2,x6) & Actor(e2,x1) & v_hold(e2) & n_glass(x6) & at(e1,x4) & on(x4,x5) & card_eq_1(x5) & n_thumb(x4) & of(x4,x1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_pants(x2) & a_black(s2) & Theme(s2,x2) & of(x2,x3) & n_shirt(x3) & a_blue(s1) & Theme(s1,x2) & n_man(x1))
exists x1 x2.(a_topic(x1) & n_napping(x1) & of(x1,x2) & n_man(x2))
4ec0e218-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_look(e1) & v_hold(e2) & on(x4,x5) & of(x7,x1) & of(x4,x1) & of(x2,x3) & n_thumb(x4) & n_shirt(x3) & n_pants(x2) & n_man(x1) & n_male(x1) & n_hand(x7) & n_hand(x5) & n_glass(x6) & in(x1,x2) & in(e2,x7) & card_eq_1(x5) & at(e1,x4) & a_blue(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e2,x6) & Actor(e2,x1) & Actor(e1,x1) & -(x7 = x5))
exists x1 x2.(of(x1,x2) & n_napping(x1) & n_man(x2) & a_topic(x1))
Man and Woman viewing a lottery ticket in China.
The man and woman are in Asia.
0
-100
China is in Asia.
exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_geo_china(x6) & ne_nam_woman(x2) & ne_nam_man(x1) & a_topic(s1) & subset_of(x2,s1) & Theme(e1,x4) & Actor(e1,x3) & v_view(e1) & in(x4,x6) & n_ticket(x4) & of(x4,x5) & n_lottery(x5) & (x2 = x3) & subset_of(x1,s1))
exists p1 x1 x2 x3 x4.(ne_geo_asia(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & in(x1,x4))
4ec13a24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_view(e1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x4,x5) & ne_nam_woman(x2) & ne_nam_man(x1) & ne_geo_china(x6) & n_ticket(x4) & n_lottery(x5) & in(x4,x6) & a_topic(s1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & ne_geo_asia(x4) & n_woman(x3) & n_man(x2) & in(x1,x4))
Man and Woman viewing a lottery ticket in China.
They win the lottery.
1
-100
Just because they are viewing a lottery ticket, does not imply that they win the lottery.
exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_geo_china(x6) & ne_nam_woman(x2) & ne_nam_man(x1) & a_topic(s1) & subset_of(x2,s1) & Theme(e1,x4) & Actor(e1,x3) & v_view(e1) & in(x4,x6) & n_ticket(x4) & of(x4,x5) & n_lottery(x5) & (x2 = x3) & subset_of(x1,s1))
exists e1 x1 x2.(n_lottery(x2) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_win(e1))
4ec13f88-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_view(e1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x4,x5) & ne_nam_woman(x2) & ne_nam_man(x1) & ne_geo_china(x6) & n_ticket(x4) & n_lottery(x5) & in(x4,x6) & a_topic(s1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_win(e1) & n_thing(x1) & n_lottery(x2) & Theme(e1,x2) & Actor(e1,x1))
Man and Woman viewing a lottery ticket in China.
The man and woman are in America.
2
-100
China and America are two different countries.to be at the same time.
exists e1 s1 x1 x2 x3 x4 x5 x6.(ne_geo_china(x6) & ne_nam_woman(x2) & ne_nam_man(x1) & a_topic(s1) & subset_of(x2,s1) & Theme(e1,x4) & Actor(e1,x3) & v_view(e1) & in(x4,x6) & n_ticket(x4) & of(x4,x5) & n_lottery(x5) & (x2 = x3) & subset_of(x1,s1))
exists p1 x1 x2 x3 x4.(ne_geo_america(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & in(x1,x4))
4ec1447e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_view(e1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x4,x5) & ne_nam_woman(x2) & ne_nam_man(x1) & ne_geo_china(x6) & n_ticket(x4) & n_lottery(x5) & in(x4,x6) & a_topic(s1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & ne_geo_america(x4) & n_woman(x3) & n_man(x2) & in(x1,x4))
A man pushes a cart on a city street.
A man pushes a house off of its foundation.
2
-100
he is either pushing a house or a cart.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & on(x2,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & n_cart(x2) & n_man(x1))
exists e1 x1 x2 x3.(of(e1,x3) & n_foundation(x3) & of(x3,x1) & n_thing(x1) & r_off(e1) & Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & n_house(x2) & n_man(x1))
4ec14974-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_push(e1) & on(x2,x3) & of(x3,x4) & n_street(x3) & n_man(x1) & n_city(x4) & n_cart(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_push(e1) & r_off(e1) & of(x3,x1) & of(e1,x3) & n_thing(x1) & n_man(x1) & n_house(x2) & n_foundation(x3) & Theme(e1,x2) & Actor(e1,x1))
A man pushes a cart on a city street.
A man pushes a cart on a busy city street.
1
-100
Not all city streets are busy.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & on(x2,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & n_cart(x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & on(x2,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & a_busy(s1) & Theme(s1,x3) & n_cart(x2) & n_man(x1))
4ec14e7e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_push(e1) & on(x2,x3) & of(x3,x4) & n_street(x3) & n_man(x1) & n_city(x4) & n_cart(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_push(e1) & on(x2,x3) & of(x3,x4) & n_street(x3) & n_man(x1) & n_city(x4) & n_cart(x2) & a_busy(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man pushes a cart on a city street.
A man pushes a cart.
0
-100
A man that pushes a cart on a city street shows that he pushes a cart.
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & on(x2,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & n_cart(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_push(e1) & n_cart(x2) & n_man(x1))
4ec1541e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_push(e1) & on(x2,x3) & of(x3,x4) & n_street(x3) & n_man(x1) & n_city(x4) & n_cart(x2) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_push(e1) & n_man(x1) & n_cart(x2) & Theme(e1,x2) & Actor(e1,x1))
Six Asian women dressed in pastels pose for a picture.
Six asian women pose for a picture.
0
-100
The six Asian women are dressed in pastels and are posing for a picture.
exists e2 e1 s1 x1 x2 x3 x4.(for(e2,x4) & n_picture(x4) & Actor(e2,x1) & v_pose(e2) & in(e1,x3) & n_pastel(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_6(x1))
exists e1 s1 x1 x2.(for(e1,x2) & n_picture(x2) & Actor(e1,x1) & v_pose(e1) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_6(x1))
4ec158b0-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4.(v_pose(e2) & v_dress(e1) & n_woman(x1) & n_picture(x4) & n_pastel(x3) & in(e1,x3) & for(e2,x4) & card_eq_6(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 s1 x1 x2.(v_pose(e1) & n_woman(x1) & n_picture(x2) & for(e1,x2) & card_eq_6(x1) & a_asian(s1) & Theme(s1,x1) & Actor(e1,x1))
Six Asian women dressed in pastels pose for a picture.
Six men pose for a picture.
2
-100
Men and women contradict each other as they are opposite genders.
exists e1 e2 s1 x1 x2 x3 x4.(for(e2,x4) & n_picture(x4) & Actor(e2,x1) & v_pose(e2) & in(e1,x3) & n_pastel(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1) & card_eq_6(x1))
exists e1 x1 x2.(for(e1,x2) & n_picture(x2) & Actor(e1,x1) & v_pose(e1) & n_man(x1) & card_eq_6(x1))
4ec15d4c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4.(v_pose(e2) & v_dress(e1) & n_woman(x1) & n_picture(x4) & n_pastel(x3) & in(e1,x3) & for(e2,x4) & card_eq_6(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2.(v_pose(e1) & n_picture(x2) & n_man(x1) & for(e1,x2) & card_eq_6(x1) & Actor(e1,x1))
A native person doing a dance.
a person dancing
0
-100
doing a dance implies dancing
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & n_dance(x3) & (x1 = x2) & n_person(x1) & a_native(s1) & Theme(s1,x1))
exists x1 x2.(a_topic(x1) & Time(x1,x2) & n_dancing(x2) & n_person(x1))
4ec16846-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_do(e1) & n_person(x1) & n_dance(x3) & a_topic(x1) & a_native(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_person(x1) & n_dancing(x2) & a_topic(x1) & Time(x1,x2))
A baseball pitcher standing on a mound with the number 35 on his red and white uniform.
A baseball player is standing on a mound with the number 35 on his red and white uniform.
0
-100
A baseball pitcher is a baseball player.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_number(x5) & card_eq_35(x5) & a_topic(x1) & with(e1,x5) & on(x5,x6) & n_uniform(x6) & a_white(s2) & Theme(s2,x6) & a_red(s1) & Theme(s1,x6) & of(x6,x1) & n_male(x1) & on(e1,x4) & n_mound(x4) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & n_pitcher(x1) & of(x1,x2) & n_baseball(x2))
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_number(x4) & card_eq_35(x4) & with(e1,x4) & on(x4,x5) & n_uniform(x5) & a_white(s2) & Theme(s2,x5) & a_red(s1) & Theme(s1,x5) & of(x5,x1) & n_male(x1) & on(e1,x3) & n_mound(x3) & Actor(e1,x1) & v_stand(e1) & n_player(x1) & of(x1,x2) & n_baseball(x2))
4ec17746-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_stand(e1) & on(x5,x6) & on(e1,x4) & of(x6,x1) & of(x1,x2) & n_uniform(x6) & n_pitcher(x1) & n_number(x5) & n_mound(x4) & n_male(x1) & n_baseball(x2) & card_eq_35(x5) & a_white(s2) & a_topic(x1) & a_red(s1) & Theme(s2,x6) & Theme(s1,x6) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x4) & v_stand(e1) & on(x4,x5) & on(e1,x3) & of(x5,x1) & of(x1,x2) & n_uniform(x5) & n_player(x1) & n_number(x4) & n_mound(x3) & n_male(x1) & n_baseball(x2) & card_eq_35(x4) & a_white(s2) & a_red(s1) & Theme(s2,x5) & Theme(s1,x5) & Actor(e1,x1))
A baseball pitcher standing on a mound with the number 35 on his red and white uniform.
A baseball pitcher standing on a mound with the number 42 on his red and white uniform.
2
-100
The baseball pitcher cannot have both 35 and 42 on his uniform. They must be two different people.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_number(x5) & card_eq_35(x5) & a_topic(x1) & with(e1,x5) & on(x5,x6) & n_uniform(x6) & a_white(s2) & Theme(s2,x6) & a_red(s1) & Theme(s1,x6) & of(x6,x1) & n_male(x1) & on(e1,x4) & n_mound(x4) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & n_pitcher(x1) & of(x1,x2) & n_baseball(x2))
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_uniform(x7) & a_white(s2) & Theme(s2,x7) & a_red(s1) & Theme(s1,x7) & of(x7,x5) & n_male(x5) & n_number(x5) & a_topic(x1) & on(e1,x7) & with(e1,x5) & Time(x5,x6) & n_42(x6) & on(e1,x4) & n_mound(x4) & Actor(e1,x3) & v_stand(e1) & (x1 = x3) & n_pitcher(x1) & of(x1,x2) & n_baseball(x2))
4ec18128-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_stand(e1) & on(x5,x6) & on(e1,x4) & of(x6,x1) & of(x1,x2) & n_uniform(x6) & n_pitcher(x1) & n_number(x5) & n_mound(x4) & n_male(x1) & n_baseball(x2) & card_eq_35(x5) & a_white(s2) & a_topic(x1) & a_red(s1) & Theme(s2,x6) & Theme(s1,x6) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_stand(e1) & on(e1,x7) & on(e1,x4) & of(x7,x5) & of(x1,x2) & n_uniform(x7) & n_pitcher(x1) & n_number(x5) & n_mound(x4) & n_male(x5) & n_baseball(x2) & n_42(x6) & a_white(s2) & a_topic(x1) & a_red(s1) & Time(x5,x6) & Theme(s2,x7) & Theme(s1,x7) & Actor(e1,x3) & (x1 = x3))
Two young men walking on a city sidewalk in the rain.
Two guys walk to pick up storm supplies.
1
-100
Men walking on a city sidewalk in the rain are not necessarily going to pick up storm supplies.
exists e1 s1 x1 x2 x3 x4 x5.(n_rain(x5) & a_topic(x1) & in(e1,x5) & on(e1,x3) & n_sidewalk(x3) & of(x3,x4) & n_city(x4) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_man(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_walk(e1) & exists e2 s1 x2 x3.(a_up(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_pick(e2) & n_supplies(x2) & of(x2,x3) & n_storm(x3)) & n_guy(x1) & card_eq_2(x1))
4ec190d2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & on(e1,x3) & of(x3,x4) & n_sidewalk(x3) & n_rain(x5) & n_man(x1) & n_city(x4) & in(e1,x5) & card_eq_2(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1.(v_walk(e1) & n_guy(x1) & exists e2 s1 x2 x3.(v_pick(e2) & of(x2,x3) & n_supplies(x2) & n_storm(x3) & a_up(s1) & Theme(e2,x2) & Manner(e2,s1) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
The woman is in a park
1
0.681659
A dog stands next to a woman doesn't mean that they are in park
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists p1 x1.(n_woman(x1) & exists x2.(in(x1,x2) & n_park(x2)))
4ec2a7c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists x1.(n_woman(x1) & exists x2.(n_park(x2) & in(x1,x2)))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
A woman enjoys a latte while taking her dog to the groomer.
1
0.416052
A woman sitting on a bench with a dog doesn't meant that she is taking her dog to the groomer.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists e1 e2 x1 x2 x3 x4.(n_groomer(x4) & while(e1,e2) & to(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_take(e2) & n_dog(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_latte(x2) & n_woman(x1))
4ec2bc0a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4.(while(e1,e2) & v_take(e2) & v_enjoy(e1) & to(e2,x4) & of(x3,x1) & n_woman(x1) & n_latte(x2) & n_groomer(x4) & n_female(x1) & n_dog(x3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
Woman sitting on green bench with chocolate latte on her lap and husky dog to her side
1
0.007054
Not all bench are green
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(ne_nam_woman(s1) & a_topic(s1) & to(e1,x8) & n_side(x8) & of(x8,x2) & n_female(x2) & n_female(x2) & on(e1,x5) & n_dog(x7) & a_husky(s3) & Theme(s3,x7) & n_lap(x6) & subset_of(x7,x5) & subset_of(x6,x5) & of(x5,x2) & with(e1,x3) & n_latte(x3) & of(x3,x4) & n_chocolate(x4) & on(e1,x2) & n_bench(x2) & a_green(s2) & Theme(s2,x2) & Actor(e1,x1) & v_sit(e1) & (s1 = x1))
4ec2c862-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x7,x5) & subset_of(x6,x5) & on(e1,x5) & on(e1,x2) & of(x8,x2) & of(x5,x2) & of(x3,x4) & ne_nam_woman(s1) & n_side(x8) & n_latte(x3) & n_lap(x6) & n_female(x2) & n_dog(x7) & n_chocolate(x4) & n_bench(x2) & a_topic(s1) & a_husky(s3) & a_green(s2) & Theme(s3,x7) & Theme(s2,x2) & Actor(e1,x1) & (s1 = x1))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
Woman talking her dog for a walk while drinking coffee
2
0.811774
If she is sitting, she is not taking the dog for a walk.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists e1 x1 x2 x3 x4 x5.(ne_nam_woman(x1) & while(e1,x4) & n_coffee(x4) & of(x4,x5) & n_drinking(x5) & for(e1,x2) & n_walk(x2) & Theme(e1,x3) & Actor(e1,x1) & v_talk(e1) & n_dog(x3) & of(x3,x2) & n_female(x2))
4ec2d262-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(while(e1,x4) & v_talk(e1) & of(x4,x5) & of(x3,x2) & ne_nam_woman(x1) & n_walk(x2) & n_female(x2) & n_drinking(x5) & n_dog(x3) & n_coffee(x4) & for(e1,x2) & Theme(e1,x3) & Actor(e1,x1))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
There is a woman outside with her dog
0
0.948719
on a bench it means outside
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists p1 x1 x2 x3 x4.((x1 = x2) & with(x3,x4) & n_dog(x4) & of(x4,x2) & n_female(x2) & outside(x2,x3) & n_thing(x3) & n_woman(x2))
4ec2d820-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists x1 x2 x3 x4.(with(x3,x4) & outside(x2,x3) & of(x4,x2) & n_woman(x2) & n_thing(x3) & n_female(x2) & n_dog(x4) & (x1 = x2))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
A woman walking her dog takes a coffee break.
1
0.852728
Coffee break makes it seem like she is taking a break from work.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists e1 e2 x1 x2 x3 x4 x5.(Theme(e2,x4) & Actor(e2,x1) & v_take(e2) & n_break(x4) & of(x4,x5) & n_coffee(x5) & Theme(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_dog(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1))
4ec2ece8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4 x5.(v_walk(e1) & v_take(e2) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_female(x1) & n_dog(x3) & n_coffee(x5) & n_break(x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
a woman is sitting on a bench with a latte in her lap and a white dog on a blue leash to her side.
the woman is a dog sitter
1
0.230675
She could own the dog, it's not a given that she is a dog sitter.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_side(x8) & of(x8,x1) & n_female(x1) & n_female(x1) & with(e1,x3) & subset_of(x6,x3) & on(x6,x7) & n_leash(x7) & a_blue(s2) & Theme(s2,x7) & n_dog(x6) & a_white(s1) & Theme(s1,x6) & subset_of(x4,x3) & in(x4,x5) & n_lap(x5) & of(x5,x1) & n_latte(x4) & on(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1))
exists p1 x1.(n_woman(x1) & exists x2 x3.((x1 = x2) & n_sitter(x2) & of(x2,x3) & n_dog(x3)))
4ec2f1fc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x3) & v_sit(e1) & to(e1,x8) & subset_of(x6,x3) & subset_of(x4,x3) & on(x6,x7) & on(e1,x2) & of(x8,x1) & of(x5,x1) & n_woman(x1) & n_side(x8) & n_leash(x7) & n_latte(x4) & n_lap(x5) & n_female(x1) & n_dog(x6) & n_bench(x2) & in(x4,x5) & a_white(s1) & a_blue(s2) & Theme(s2,x7) & Theme(s1,x6) & Actor(e1,x1))
exists x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_sitter(x2) & n_dog(x3) & (x1 = x2)))
The marching band practicing outside during the night.
A marching band practices outside.
1
-100
While sentence one says that the marching band is practicing outside sentence 2 tells us that their practices are outside typically
exists e1 x1 x2 x3 x4.(n_night(x4) & n_practicing(x1) & of(x1,x2) & n_band(x2) & Actor(e1,x1) & v_march(e1) & a_topic(x1) & during(x3,x4) & outside(x1,x3) & n_thing(x3))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(s1,x3) & a_outside(s1) & (x1 = x3) & n_practice(x1) & of(x1,x2) & n_band(x2) & Actor(e1,x1) & v_march(e1))
4ec45e70-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_march(e1) & outside(x1,x3) & of(x1,x2) & n_thing(x3) & n_practicing(x1) & n_night(x4) & n_band(x2) & during(x3,x4) & a_topic(x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_march(e1) & of(x1,x2) & n_practice(x1) & n_band(x2) & a_topic(x1) & a_outside(s1) & Theme(s1,x3) & Actor(e1,x1) & (x1 = x3))
A Marching Band practicing at night.
It is daytime.
2
-100
When it is night, it is not daytime.
exists e1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_night(x3) & n_practicing(x1) & of(x1,x2) & n_band(x2) & Actor(e1,x1) & v_march(e1))
exists s1 x1.(n_thing(x1) & Theme(s1,x1) & a_daytime(s1))
4ec46334-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_march(e1) & of(x1,x2) & n_practicing(x1) & n_night(x3) & n_band(x2) & at(x1,x3) & a_topic(x1) & Actor(e1,x1))
exists s1 x1.(n_thing(x1) & a_daytime(s1) & Theme(s1,x1))
A Marching Band practicing at night.
The march band is rehearsing.
0
-100
Practicing is a synonym of rehearsing.
exists e1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_night(x3) & n_practicing(x1) & of(x1,x2) & n_band(x2) & Actor(e1,x1) & v_march(e1))
exists e1 x1 x2.(n_band(x1) & of(x1,x2) & n_march(x2) & Actor(e1,x1) & v_rehearse(e1))
4ec469d8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_march(e1) & of(x1,x2) & n_practicing(x1) & n_night(x3) & n_band(x2) & at(x1,x3) & a_topic(x1) & Actor(e1,x1))
exists e1 x1 x2.(v_rehearse(e1) & of(x1,x2) & n_march(x2) & n_band(x1) & Actor(e1,x1))
A Marching Band practicing at night.
The marching band is practicing quickly.
1
-100
You can't practice quickly, they'd be warming up.
exists e1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_night(x3) & n_practicing(x1) & of(x1,x2) & n_band(x2) & Actor(e1,x1) & v_march(e1))
exists e1 s1 x1 x2.(n_band(x1) & of(x1,x2) & n_marching(x2) & a_quickly(s1) & Manner(e1,s1) & Actor(e1,x1) & v_practice(e1))
4ec470ea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_march(e1) & of(x1,x2) & n_practicing(x1) & n_night(x3) & n_band(x2) & at(x1,x3) & a_topic(x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_practice(e1) & of(x1,x2) & n_marching(x2) & n_band(x1) & a_quickly(s1) & Manner(e1,s1) & Actor(e1,x1))
A bunch of people near a christmas type tree.
A bunch of people at a party.
1
-100
Being near a Christmas tree doesn't make it a party.
exists x1 x2 x3 x4 x5.(a_topic(x1) & near(x1,x3) & n_tree(x3) & of(x3,x5) & n_type(x5) & of(x3,x4) & n_christmas(x4) & of(x1,x2) & n_people(x2) & n_bunch(x1))
exists x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_party(x3) & of(x1,x2) & n_people(x2) & n_bunch(x1))
4ec4769e-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4 x5.(of(x3,x5) & of(x3,x4) & of(x1,x2) & near(x1,x3) & n_type(x5) & n_tree(x3) & n_people(x2) & n_christmas(x4) & n_bunch(x1) & a_topic(x1))
exists x1 x2 x3.(of(x1,x2) & n_people(x2) & n_party(x3) & n_bunch(x1) & at(x1,x3) & a_topic(x1))
A bunch of people near a christmas type tree.
A group of people near an oak tree.
2
-100
An oak tree is not a Christmas type tree
exists x1 x2 x3 x4 x5.(a_topic(x1) & near(x1,x3) & n_tree(x3) & of(x3,x5) & n_type(x5) & of(x3,x4) & n_christmas(x4) & of(x1,x2) & n_people(x2) & n_bunch(x1))
exists x1 x2 x3 x4.(a_topic(x1) & near(x1,x3) & n_tree(x3) & of(x3,x4) & n_oak(x4) & of(x1,x2) & n_people(x2) & n_group(x1))
4ec47b6c-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4 x5.(of(x3,x5) & of(x3,x4) & of(x1,x2) & near(x1,x3) & n_type(x5) & n_tree(x3) & n_people(x2) & n_christmas(x4) & n_bunch(x1) & a_topic(x1))
exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & near(x1,x3) & n_tree(x3) & n_people(x2) & n_oak(x4) & n_group(x1) & a_topic(x1))
A bunch of people near a christmas type tree.
A group of people near a evergreen.
0
-100
A bunch is a group. Christmas type tree is a evergreen tree.
exists x1 x2 x3 x4 x5.(a_topic(x1) & near(x1,x3) & n_tree(x3) & of(x3,x5) & n_type(x5) & of(x3,x4) & n_christmas(x4) & of(x1,x2) & n_people(x2) & n_bunch(x1))
exists x1 x2 x3.(a_topic(x1) & near(x1,x3) & n_evergreen(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
4ec48012-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4 x5.(of(x3,x5) & of(x3,x4) & of(x1,x2) & near(x1,x3) & n_type(x5) & n_tree(x3) & n_people(x2) & n_christmas(x4) & n_bunch(x1) & a_topic(x1))
exists x1 x2 x3.(of(x1,x2) & near(x1,x3) & n_people(x2) & n_group(x1) & n_evergreen(x3) & a_topic(x1))
Two men are dressed in white shirts, blue neckties, and suspenders.
The men are ready to go into a business meeting.
1
-100
Just because two men are dressed in neckties and suspenders doesn't always meen they are going to a business meeting.
exists e1 s1 s2 x1 x2 x3 x4 x5.(in(e1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_suspenders(x5) & subset_of(x4,x3) & n_necktie(x4) & a_blue(s2) & Theme(s2,x4) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1) & card_eq_2(x1))
exists p1 s1 x1.(n_man(x1) & Topic(s1,p1) & Actor(s1,x1) & a_ready(s1) & exists e1 x2 x3.(into(e1,x2) & n_meeting(x2) & of(x2,x3) & n_business(x3) & Actor(e1,x1) & v_go(e1)))
4ec4851c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & n_suspenders(x5) & n_shirt(x2) & n_necktie(x4) & n_man(x1) & in(e1,x2) & card_eq_2(x1) & a_white(s1) & a_blue(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x1))
exists p1 s1 x1.(n_man(x1) & exists e1 x2 x3.(v_go(e1) & of(x2,x3) & n_meeting(x2) & n_business(x3) & into(e1,x2) & Actor(e1,x1)) & a_ready(s1) & Topic(s1,p1) & Actor(s1,x1))
Two men are dressed in white shirts, blue neckties, and suspenders.
The men are wearing skirts.
2
-100
skirts are open articles of clothing that you wear on your lower half, shirts neckties and suspenders are clothes for the top half of your body and generally are not worn with skirts.
exists e1 s1 s2 x1 x2 x3 x4 x5.(in(e1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_suspenders(x5) & subset_of(x4,x3) & n_necktie(x4) & a_blue(s2) & Theme(s2,x4) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_skirt(x2))
4ec489d6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & n_suspenders(x5) & n_shirt(x2) & n_necktie(x4) & n_man(x1) & in(e1,x2) & card_eq_2(x1) & a_white(s1) & a_blue(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x1))
exists e1 x1 x2.(v_wear(e1) & n_skirt(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
Two men are dressed in white shirts, blue neckties, and suspenders.
The people are dressed up.
0
-100
More than one person indicates people.
exists e1 s1 s2 x1 x2 x3 x4 x5.(in(e1,x2) & rel(x2,x3) & subset_of(x5,x3) & n_suspenders(x5) & subset_of(x4,x3) & n_necktie(x4) & a_blue(s2) & Theme(s2,x4) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x1) & v_dress(e1) & n_man(x1) & card_eq_2(x1))
exists e1 s1 x1.(n_people(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1))
4ec48ed6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & rel(x2,x3) & n_suspenders(x5) & n_shirt(x2) & n_necktie(x4) & n_man(x1) & in(e1,x2) & card_eq_2(x1) & a_white(s1) & a_blue(s2) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x1))
exists e1 s1 x1.(v_dress(e1) & n_people(x1) & a_up(s1) & Theme(e1,x1) & Manner(e1,s1))
People in the city.
People in the countryside.
2
-100
The city is not the countryside
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists x1 x2.(n_countryside(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
4ec4932c-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2.(n_people(x1) & n_countryside(x2) & in(x1,x2) & a_topic(x1))
People in the city.
There are people working in the city.
1
0.945129
Being in a city doesn't mean the people are working.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1 x4.(n_city(x4) & exists e1 x2 x3.((x1 = x2) & in(e1,x4) & Actor(e1,x3) & v_work(e1) & (x2 = x3) & n_people(x2)))
4ec49872-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x4.(n_city(x4) & exists e1 x2 x3.(v_work(e1) & n_people(x2) & in(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)))
People in the city.
There is a city with people in it.
0
-100
the city has people in it
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1 x2 x3.((x1 = x2) & with(x2,x3) & in(x3,x2) & n_thing(x2) & n_people(x3) & n_city(x2))
4ec49cfa-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2 x3.(with(x2,x3) & n_thing(x2) & n_people(x3) & n_city(x2) & in(x3,x2) & (x1 = x2))
People in the city.
It is raining in the city.
1
0.185805
It is not raining in all cities with people.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists e1 x1 x2.(n_city(x2) & n_thing(x1) & in(e1,x2) & Actor(e1,x1) & v_rain(e1))
4ec4a15a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists e1 x1 x2.(v_rain(e1) & n_thing(x1) & n_city(x2) & in(e1,x2) & Actor(e1,x1))
People in the city.
People in the city enjoying the sights.
1
0.583256
Not all people in the city happen to be enjoying sights.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists e1 x1 x2 x3 x4.(n_sight(x4) & n_city(x2) & a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_enjoy(e1) & (x2 = x3) & n_people(x1))
4ec4a5c4-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists e1 x1 x2 x3 x4.(v_enjoy(e1) & n_sight(x4) & n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
People in the city.
People outside.
0
-100
outside is a city
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists s1 x1 x2.(a_topic(x1) & Theme(s1,x2) & a_outside(s1) & (x1 = x2) & n_people(x1))
4ec4ab46-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists s1 x1 x2.(n_people(x1) & a_topic(x1) & a_outside(s1) & Theme(s1,x2) & (x1 = x2))
People in the city.
The people are in a forest.
2
0
If you are in the city you are not likely to be in a forest
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1.(n_people(x1) & exists x2.(in(x1,x2) & n_forest(x2)))
4ec4b00a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1.(n_people(x1) & exists x2.(n_forest(x2) & in(x1,x2)))
People in the city.
There are people in a city.
0
-100
the city has people in it
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1 x2 x3.((x1 = x2) & in(x2,x3) & n_city(x3) & n_people(x2))
4ec4b49c-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2 x3.(n_people(x2) & n_city(x3) & in(x2,x3) & (x1 = x2))
People in the city.
People in a city park
1
0.016095
Not all people in the city are in the park.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_park(x2) & of(x2,x3) & n_city(x3) & n_people(x1))
4ec4b924-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2 x3.(of(x2,x3) & n_people(x1) & n_park(x2) & n_city(x3) & in(x1,x2) & a_topic(x1))
People in the city.
The people in the rural town are sleeping.
2
-100
People can either be in the city or the rural.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists e1 s1 x1 x2.(n_town(x2) & a_rural(s1) & Theme(s1,x2) & n_people(x1) & Actor(e1,x1) & v_sleep(e1) & in(x1,x2))
4ec4be6a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists e1 s1 x1 x2.(v_sleep(e1) & n_town(x2) & n_people(x1) & in(x1,x2) & a_rural(s1) & Theme(s1,x2) & Actor(e1,x1))
People in the city.
People are in New York City.
1
0.000236
Not all city is New York City.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1 x2 x3 x4.(ne_geo_city(x2) & (x2 = x4) & ne_geo_york(x4) & (x2 = x3) & ne_geo_new(x3) & in(x1,x2) & n_people(x1))
4ec4c32e-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2 x3 x4.(ne_geo_york(x4) & ne_geo_new(x3) & ne_geo_city(x2) & n_people(x1) & in(x1,x2) & (x2 = x4) & (x2 = x3))
People in the city.
People are in a small town.
2
-100
People can not be in a city and a small town at the same time.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1.(exists s1 x2.(in(x1,x2) & n_town(x2) & a_small(s1) & Theme(s1,x2)) & n_people(x1))
4ec4c7de-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1.(n_people(x1) & exists s1 x2.(n_town(x2) & in(x1,x2) & a_small(s1) & Theme(s1,x2)))
People in the city.
People are in the city.
0
-100
the people are in the city
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists p1 x1 x2.(n_city(x2) & in(x1,x2) & n_people(x1))
4ec4cc84-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2))
People in the city.
A city of people
0
0.868214
There are people in the city.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists x1 x2.(a_topic(x1) & of(x1,x2) & n_people(x2) & n_city(x1))
4ec4d170-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2.(of(x1,x2) & n_people(x2) & n_city(x1) & a_topic(x1))
People in the city.
People at a music festival
2
-100
A music festival is not necessarily held in the city.
exists x1 x2.(n_city(x2) & a_topic(x1) & in(x1,x2) & n_people(x1))
exists x1 x2 x3.(a_topic(x1) & at(x1,x2) & n_festival(x2) & of(x2,x3) & n_music(x3) & n_people(x1))
4ec4d648-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2.(n_people(x1) & n_city(x2) & in(x1,x2) & a_topic(x1))
exists x1 x2 x3.(of(x2,x3) & n_people(x1) & n_music(x3) & n_festival(x2) & at(x1,x2) & a_topic(x1))
a man stands next to a bus.
A woman is standing next to a imaginary bus.
2
-100
There can be either a man or woman.
exists e1 p1 x1.(exists s1 x2.(to(s1,x2) & n_bus(x2) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
exists e1 s1 x1 x2.(to(e1,x2) & n_bus(x2) & a_imaginary(s1) & Theme(s1,x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_woman(x1))
4ec4daf8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_stand(e1) & n_man(x1) & exists s1 x2.(to(s1,x2) & n_bus(x2) & a_next(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_woman(x1) & n_bus(x2) & a_imaginary(s1) & Theme(s1,x2) & Actor(e1,x1))
a man stands next to a bus.
The man is waiting to get on the bus.
1
-100
A man next to a bus is not necessarily waiting to get on it,
exists e1 p1 x1.(exists s1 x2.(to(s1,x2) & n_bus(x2) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
exists e1 p1 x1 x2.(n_bus(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2.(on(e2,x2) & Actor(e2,x1) & v_get(e2)))
4ec4df9e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_stand(e1) & n_man(x1) & exists s1 x2.(to(s1,x2) & n_bus(x2) & a_next(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 p1 x1 x2.(v_wait(e1) & n_man(x1) & n_bus(x2) & exists e2.(v_get(e2) & on(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
a man stands next to a bus.
A man is outside by a bus.
0
-100
the man is outside which is stands next to a bus
exists e1 p1 x1.(exists s1 x2.(to(s1,x2) & n_bus(x2) & Theme(s1,x1) & a_next(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
exists s1 x1 x2.(by(s1,x2) & n_bus(x2) & Theme(s1,x1) & a_outside(s1) & n_man(x1))
4ec4e4e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1.(v_stand(e1) & n_man(x1) & exists s1 x2.(to(s1,x2) & n_bus(x2) & a_next(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists s1 x1 x2.(n_man(x1) & n_bus(x2) & by(s1,x2) & a_outside(s1) & Theme(s1,x1))
People walking by an outdoor ice rink with a tree in the center.
There are people skating at rockefeller center.
1
-100
There are not always people skating at an outdoor ice rink.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_center(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_tree(x5) & by(e1,x3) & n_rink(x3) & of(x3,x4) & n_ice(x4) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & at(e1,x4) & n_center(x4) & of(x4,x5) & n_rockefeller(x5) & Actor(e1,x3) & v_skate(e1) & (x2 = x3) & n_people(x2))
4ec4e9bc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_walk(e1) & of(x3,x4) & n_tree(x5) & n_rink(x3) & n_people(x1) & n_ice(x4) & n_center(x6) & in(e1,x6) & by(e1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 e1 x2 x3 x4 x5.(v_skate(e1) & of(x4,x5) & n_rockefeller(x5) & n_people(x2) & n_center(x4) & at(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
People walking by an outdoor ice rink with a tree in the center.
There are people outside walking.
0
-100
outside is an outdoor ice rink with a tree in the center
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_center(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_tree(x5) & by(e1,x3) & n_rink(x3) & of(x3,x4) & n_ice(x4) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists p1 x1 s1 x2 x3 x4.((x1 = x2) & Time(s1,x4) & n_walking(x4) & Theme(s1,x3) & a_outside(s1) & (x2 = x3) & n_people(x2))
4ec4ee58-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_walk(e1) & of(x3,x4) & n_tree(x5) & n_rink(x3) & n_people(x1) & n_ice(x4) & n_center(x6) & in(e1,x6) & by(e1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 s1 x2 x3 x4.(n_walking(x4) & n_people(x2) & a_outside(s1) & Time(s1,x4) & Theme(s1,x3) & (x2 = x3) & (x1 = x2))
People walking by an outdoor ice rink with a tree in the center.
There is a person on a beach standing still alone.
2
-100
People means more than one person.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_center(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_tree(x5) & by(e1,x3) & n_rink(x3) & of(x3,x4) & n_ice(x4) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists p1 s1 x1.(r_still(p1) & a_alone(s1) & Manner(p1,s1) & exists x2 x3 x4.((x1 = x2) & on(x2,x3) & n_standing(x3) & of(x3,x4) & n_beach(x4) & n_person(x2)))
4ec4f2f4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x5) & v_walk(e1) & of(x3,x4) & n_tree(x5) & n_rink(x3) & n_people(x1) & n_ice(x4) & n_center(x6) & in(e1,x6) & by(e1,x3) & a_topic(x1) & a_outdoor(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2))
exists p1 s1 x1.(r_still(p1) & exists x2 x3 x4.(on(x2,x3) & of(x3,x4) & n_standing(x3) & n_person(x2) & n_beach(x4) & (x1 = x2)) & a_alone(s1) & Manner(p1,s1))
People walking down the street and past an open bus.
People on the bus use make shit fans to cool themselves after the air conditioning system failed.
2
-100
People must either be walking down the street past the bus, or be on the bus. They cannot be making fans and be walking. Second sentence has errors. Omit "use" and "shit."
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & past(e1,x4) & n_bus(x4) & a_open(s1) & Theme(s1,x4) & down(e1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_system(x6) & of(x6,x8) & n_conditioning(x8) & of(x6,x7) & n_air(x7) & n_group(x5) & n_use(x2) & of(x2,x3) & n_bus(x3) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & Topic(x4,p1) & exists e2 p2.(exists e3.(Actor(e3,x6) & v_fail(e3)) & after(e2,p2) & Theme(e2,x5) & Actor(e2,x4) & v_cool(e2)) & n_fan(x4) & a_shit(s1) & Theme(s1,x4) & on(x1,x2) & n_people(x1))
4ec4f790-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & past(e1,x4) & n_street(x3) & n_people(x1) & n_bus(x4) & down(e1,x3) & a_topic(x1) & a_open(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_make(e1) & on(x1,x2) & of(x6,x8) & of(x6,x7) & of(x2,x3) & n_use(x2) & n_system(x6) & n_people(x1) & n_group(x5) & n_fan(x4) & n_conditioning(x8) & n_bus(x3) & n_air(x7) & exists e2 p2.(v_cool(e2) & exists e3.(v_fail(e3) & Actor(e3,x6)) & after(e2,p2) & Theme(e2,x5) & Actor(e2,x4)) & a_shit(s1) & Topic(x4,p1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
People walking down the street and past an open bus.
A group of tourists hurries with their guide to catch the bus to their next landmark.
1
-100
The people are not necessarily a group tourists with their guide. Walking does not indicate they are hurried. Walking past the open bus does not imply the people got on the bus, nor that they are going to their next landmark.
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & past(e1,x4) & n_bus(x4) & a_open(s1) & Theme(s1,x4) & down(e1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists p1 s1 x1 x2 x3 x4 x5 x6.(n_bus(x5) & a_topic(x1) & of(x1,x2) & with(x2,x4) & Topic(x4,p1) & exists e1.(to(e1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_catch(e1)) & n_landmark(x6) & a_next(s1) & Theme(s1,x6) & of(x6,x1) & n_thing(x1) & n_thing(x1) & n_guide(x4) & of(x4,x1) & n_hurry(x2) & of(x2,x3) & n_tourist(x3) & n_group(x1))
4ec4fcae-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & past(e1,x4) & n_street(x3) & n_people(x1) & n_bus(x4) & down(e1,x3) & a_topic(x1) & a_open(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
exists p1 s1 x1 x2 x3 x4 x5 x6.(with(x2,x4) & of(x6,x1) & of(x4,x1) & of(x2,x3) & of(x1,x2) & n_tourist(x3) & n_thing(x1) & n_landmark(x6) & n_hurry(x2) & n_guide(x4) & n_group(x1) & n_bus(x5) & exists e1.(v_catch(e1) & to(e1,x6) & Theme(e1,x5) & Actor(e1,x4)) & a_topic(x1) & a_next(s1) & Topic(x4,p1) & Theme(s1,x6))
People walking down the street and past an open bus.
A bus has its doors open.
0
-100
In order to get on a bus the doors need to be open.
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & past(e1,x4) & n_bus(x4) & a_open(s1) & Theme(s1,x4) & down(e1,x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_people(x1))
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & Theme(s1,x3) & a_open(s1) & (x2 = x3) & n_door(x2) & of(x2,x1) & n_thing(x1) & n_bus(x1))
4ec5014a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & past(e1,x4) & n_street(x3) & n_people(x1) & n_bus(x4) & down(e1,x3) & a_topic(x1) & a_open(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_have(e1) & of(x2,x1) & n_thing(x1) & n_door(x2) & n_bus(x1) & a_open(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
A man is standing on a sidewalk in the background with a blurry image of another man in the foreground.
The person that is blurry is a stranger to the other person
1
-100
A person is not a stranger because they may appear blurry.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_foreground(x6) & n_background(x3) & in(e1,x6) & with(e1,x4) & of(x4,x5) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & n_image(x4) & a_blurry(s1) & Theme(s1,x4) & in(e1,x3) & on(e1,x2) & n_sidewalk(x2) & Actor(e1,x1) & v_stand(e1))
exists p1 p2 x1 x2.(-(x1 = x1) & n_person(x1) & n_person(x1) & exists x4.((x1 = x4) & to(x4,x1) & n_stranger(x4)) & exists x3.((x2 = x3) & n_blurry(x3)) & (x1 = x2))
4ec505f0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x4,x5) & n_sidewalk(x2) & n_man(x5) & n_man(x1) & n_image(x4) & n_foreground(x6) & n_background(x3) & in(e1,x6) & in(e1,x3) & a_blurry(s1) & Theme(s1,x4) & Actor(e1,x1) & -(x5 = x1))
exists x1 x2.(n_person(x1) & exists x4.(to(x4,x1) & n_stranger(x4) & (x1 = x4)) & exists x3.(n_blurry(x3) & (x2 = x3)) & -(x1 = x1) & (x1 = x2))
A man is standing on a sidewalk in the background with a blurry image of another man in the foreground.
A man is standing outside.
0
-100
outside is on a sidewalk with the blurry image of another man in the foreground
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_foreground(x6) & n_background(x3) & in(e1,x6) & with(e1,x4) & of(x4,x5) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & n_image(x4) & a_blurry(s1) & Theme(s1,x4) & in(e1,x3) & on(e1,x2) & n_sidewalk(x2) & Actor(e1,x1) & v_stand(e1))
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
4ec50c94-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x4,x5) & n_sidewalk(x2) & n_man(x5) & n_man(x1) & n_image(x4) & n_foreground(x6) & n_background(x3) & in(e1,x6) & in(e1,x3) & a_blurry(s1) & Theme(s1,x4) & Actor(e1,x1) & -(x5 = x1))
exists e1 s1 x1.(v_stand(e1) & n_man(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
A man is standing on a sidewalk in the background with a blurry image of another man in the foreground.
Both men were friends.
2
-100
If the image is blurry, it may not true there are two men.
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_foreground(x6) & n_background(x3) & in(e1,x6) & with(e1,x4) & of(x4,x5) & n_man(x5) & -(x5 = x1) & n_man(x1) & n_man(x1) & n_image(x4) & a_blurry(s1) & Theme(s1,x4) & in(e1,x3) & on(e1,x2) & n_sidewalk(x2) & Actor(e1,x1) & v_stand(e1))
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_friend(x2)))
4ec511e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x4,x5) & n_sidewalk(x2) & n_man(x5) & n_man(x1) & n_image(x4) & n_foreground(x6) & n_background(x3) & in(e1,x6) & in(e1,x3) & a_blurry(s1) & Theme(s1,x4) & Actor(e1,x1) & -(x5 = x1))
exists x1.(n_man(x1) & exists x2.(n_friend(x2) & (x1 = x2)))
The man surrounded by photographers is wearing a gray suit and glasses.
A man is being photographed
0
-100
the photographs are being taken by photographers who are wearing gray suit and glasses
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & v_wear(e2) & subset_of(x6,x4) & n_glass(x6) & subset_of(x5,x4) & n_suit(x5) & a_gray(s1) & Theme(s1,x5) & Actor(e1,x3) & n_photographer(x3) & Theme(e1,x2) & v_surround(e1) & (x1 = x2))
exists e1 x1.(Theme(e1,x1) & v_photograph(e1) & n_man(x1))
4ec51658-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_surround(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_suit(x5) & n_photographer(x3) & n_man(x1) & n_glass(x6) & a_gray(s1) & Theme(s1,x5) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2))
exists e1 x1.(v_photograph(e1) & n_man(x1) & Theme(e1,x1))
The man surrounded by photographers is wearing a gray suit and glasses.
The man is rich
1
-100
A man wearing a suit and glasses does not have to be rich.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & v_wear(e2) & subset_of(x6,x4) & n_glass(x6) & subset_of(x5,x4) & n_suit(x5) & a_gray(s1) & Theme(s1,x5) & Actor(e1,x3) & n_photographer(x3) & Theme(e1,x2) & v_surround(e1) & (x1 = x2))
exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_rich(s1))
4ec51aa4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_surround(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_suit(x5) & n_photographer(x3) & n_man(x1) & n_glass(x6) & a_gray(s1) & Theme(s1,x5) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2))
exists s1 x1.(n_man(x1) & a_rich(s1) & Theme(s1,x1))
The man surrounded by photographers is wearing a gray suit and glasses.
The man's suit is blue
2
-100
The suit the man wears can either be blue or gray.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & v_wear(e2) & subset_of(x6,x4) & n_glass(x6) & subset_of(x5,x4) & n_suit(x5) & a_gray(s1) & Theme(s1,x5) & Actor(e1,x3) & n_photographer(x3) & Theme(e1,x2) & v_surround(e1) & (x1 = x2))
exists s1 x1 x2.(n_suit(x2) & of(x2,x1) & n_man(x1) & Theme(s1,x2) & a_blue(s1))
4ec51ef0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_surround(e1) & subset_of(x6,x4) & subset_of(x5,x4) & n_suit(x5) & n_photographer(x3) & n_man(x1) & n_glass(x6) & a_gray(s1) & Theme(s1,x5) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2))
exists s1 x1 x2.(of(x2,x1) & n_suit(x2) & n_man(x1) & a_blue(s1) & Theme(s1,x2))
The competitor lunges forward seeking the point, while the defender easily steps aside
A competitor missed his opponent.
0
-100
If the defender easily steps aside, then the competitor missed his opponent.
exists e1 p1 s1 x1 x2 x3.(n_defender(x3) & n_point(x2) & n_competitor(x1) & a_forward(s1) & Manner(e1,s1) & exists e2 p2.(exists e3 s2 s3.(a_easily(s3) & Manner(e3,s3) & a_aside(s2) & Manner(e3,s2) & Actor(e3,x3) & v_step(e3)) & while(e2,p2) & Theme(e2,x2) & Actor(e2,x1) & v_seek(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_lunge(e1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_miss(e1) & n_opponent(x2) & of(x2,x1) & n_male(x1) & n_competitor(x1))
4ec523d2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_lunge(e1) & n_point(x2) & n_defender(x3) & n_competitor(x1) & exists e2 p2.(while(e2,p2) & v_seek(e2) & exists e3 s2 s3.(v_step(e3) & a_easily(s3) & a_aside(s2) & Manner(e3,s3) & Manner(e3,s2) & Actor(e3,x3)) & Theme(e2,x2) & Actor(e2,x1)) & a_forward(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 x1 x2.(v_miss(e1) & of(x2,x1) & n_opponent(x2) & n_male(x1) & n_competitor(x1) & Theme(e1,x2) & Actor(e1,x1))
The competitor lunges forward seeking the point, while the defender easily steps aside
Two experts are having an important fencing match.
1
-100
Not all competitors are experts, and just because they are fencing does not mean the match is important.
exists e1 p1 s1 x1 x2 x3.(n_defender(x3) & n_point(x2) & n_competitor(x1) & a_forward(s1) & Manner(e1,s1) & exists e2 p2.(exists e3 s2 s3.(a_easily(s3) & Manner(e3,s3) & a_aside(s2) & Manner(e3,s2) & Actor(e3,x3) & v_step(e3)) & while(e2,p2) & Theme(e2,x2) & Actor(e2,x1) & v_seek(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_lunge(e1))
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_match(x2) & of(x2,x3) & n_fencing(x3) & a_important(s1) & Theme(s1,x2) & n_expert(x1) & card_eq_2(x1))
4ec52828-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_lunge(e1) & n_point(x2) & n_defender(x3) & n_competitor(x1) & exists e2 p2.(while(e2,p2) & v_seek(e2) & exists e3 s2 s3.(v_step(e3) & a_easily(s3) & a_aside(s2) & Manner(e3,s3) & Manner(e3,s2) & Actor(e3,x3)) & Theme(e2,x2) & Actor(e2,x1)) & a_forward(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_match(x2) & n_fencing(x3) & n_expert(x1) & card_eq_2(x1) & a_important(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
The competitor lunges forward seeking the point, while the defender easily steps aside
Two people were fencing an someone was accidentally impaled.
2
-100
If the defender stepped aside hewould not bee impaled.
exists e1 p1 s1 x1 x2 x3.(n_defender(x3) & n_point(x2) & n_competitor(x1) & a_forward(s1) & Manner(e1,s1) & exists e2 p2.(exists e3 s2 s3.(a_easily(s3) & Manner(e3,s3) & a_aside(s2) & Manner(e3,s2) & Actor(e3,x3) & v_step(e3)) & while(e2,p2) & Theme(e2,x2) & Actor(e2,x1) & v_seek(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_lunge(e1))
exists e1 p1 x1.(exists e2 s1 x2.(a_accidentally(s1) & Manner(e2,s1) & Theme(e2,x2) & v_impale(e2) & n_someone(x2)) & Topic(e1,p1) & Actor(e1,x1) & v_fence(e1) & n_people(x1) & card_eq_2(x1))
4ec52c88-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(v_lunge(e1) & n_point(x2) & n_defender(x3) & n_competitor(x1) & exists e2 p2.(while(e2,p2) & v_seek(e2) & exists e3 s2 s3.(v_step(e3) & a_easily(s3) & a_aside(s2) & Manner(e3,s3) & Manner(e3,s2) & Actor(e3,x3)) & Theme(e2,x2) & Actor(e2,x1)) & a_forward(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1.(v_fence(e1) & n_people(x1) & exists e2 s1 x2.(v_impale(e2) & n_someone(x2) & a_accidentally(s1) & Theme(e2,x2) & Manner(e2,s1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
Fishermen repairing their fish nets.
Fisherman repairing their fish nets hoping to go to their boats soon.
1
-100
Not necessarily hoping to go to the boats soon.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_repair(e1) & n_net(x3) & of(x3,x4) & n_fish(x4) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_fisherman(x1))
exists e2 e1 p1 x1 x2 x3 x4.(n_boat(x4) & of(x4,x2) & n_thing(x2) & n_net(x2) & of(x2,x3) & n_fish(x3) & of(x2,x1) & n_thing(x1) & ne_nam_fisherman(x1) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_hope(e2) & exists e3 s1.(a_soon(s1) & Manner(e3,s1) & to(e3,x4) & Actor(e3,x1) & v_go(e3)) & Theme(e1,x2) & Actor(e1,x1) & v_repair(e1))
4ec531d8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_repair(e1) & of(x3,x4) & of(x3,x1) & n_thing(x1) & n_net(x3) & n_fisherman(x1) & n_fish(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e2 e1 p1 x1 x2 x3 x4.(v_repair(e1) & v_hope(e2) & of(x4,x2) & of(x2,x3) & of(x2,x1) & ne_nam_fisherman(x1) & n_thing(x2) & n_thing(x1) & n_net(x2) & n_fish(x3) & n_boat(x4) & for(e1,e2) & exists e3 s1.(v_go(e3) & to(e3,x4) & a_soon(s1) & Manner(e3,s1) & Actor(e3,x1)) & Topic(e2,p1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
Fishermen repairing their fish nets.
Fishermen work on their nets.
0
-100
To be repairing something also means to work on something.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_repair(e1) & n_net(x3) & of(x3,x4) & n_fish(x4) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_fisherman(x1))
exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_net(x3) & of(x3,x1) & n_thing(x1) & n_work(x1) & (x1 = x2) & ne_nam_fishermen(x2))
4ec53688-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_repair(e1) & of(x3,x4) & of(x3,x1) & n_thing(x1) & n_net(x3) & n_fisherman(x1) & n_fish(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(on(x1,x3) & of(x3,x1) & ne_nam_fishermen(x2) & n_work(x1) & n_thing(x1) & n_net(x3) & a_topic(x1) & (x1 = x2))
Fishermen repairing their fish nets.
Fisherman throwing their fish nets onto boats.
2
-100
There can be either a Fisherman or Fishermen.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_repair(e1) & n_net(x3) & of(x3,x4) & n_fish(x4) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_fisherman(x1))
exists e1 x1 x2 x3 x4.(ne_nam_fisherman(x1) & onto(e1,x2) & n_boat(x2) & Theme(e1,x3) & Actor(e1,x1) & v_throw(e1) & n_net(x3) & of(x3,x4) & n_fish(x4) & of(x3,x2) & n_thing(x2))
4ec53b92-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_repair(e1) & of(x3,x4) & of(x3,x1) & n_thing(x1) & n_net(x3) & n_fisherman(x1) & n_fish(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_throw(e1) & onto(e1,x2) & of(x3,x4) & of(x3,x2) & ne_nam_fisherman(x1) & n_thing(x2) & n_net(x3) & n_fish(x4) & n_boat(x2) & Theme(e1,x3) & Actor(e1,x1))
A deer jumps a fence.
The deer jumped the fence to get away from the bear.
1
-100
Just because it jumped a fence does not mean the deer did it to get away from the bear.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_fence(x2) & n_deer(x1))
exists e1 p1 x1 x2 x3.(n_bear(x3) & n_fence(x2) & n_deer(x1) & Topic(e1,p1) & exists e2.(from(e2,x3) & r_away(e2) & Actor(e2,x1) & v_get(e2)) & Theme(e1,x2) & Actor(e1,x1) & v_jump(e1))
4ec541be-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_jump(e1) & n_fence(x2) & n_deer(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 x1 x2 x3.(v_jump(e1) & n_fence(x2) & n_deer(x1) & n_bear(x3) & exists e2.(v_get(e2) & r_away(e2) & from(e2,x3) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A deer jumps a fence.
A deer is outdoors.
0
-100
Deer are generally found outside. If the deer is jumping a fence which is found in an outdoor environment, then the deer is outside.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_fence(x2) & n_deer(x1))
exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_deer(x1))
4ec54812-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_jump(e1) & n_fence(x2) & n_deer(x1) & Theme(e1,x2) & Actor(e1,x1))
exists x1.(n_deer(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
A deer jumps a fence.
The deer is asleep in the field.
2
-100
A deer cannot be jumping a fence while asleep.
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_fence(x2) & n_deer(x1))
exists s1 x1 x2.(n_field(x2) & n_deer(x1) & in(s1,x2) & Theme(s1,x1) & a_asleep(s1))
4ec54d3a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_jump(e1) & n_fence(x2) & n_deer(x1) & Theme(e1,x2) & Actor(e1,x1))
exists s1 x1 x2.(n_field(x2) & n_deer(x1) & in(s1,x2) & a_asleep(s1) & Theme(s1,x1))
Three men sit around a broken bicycle wheel.
men are seated
0
-100
Three men sitting means they are seated.
exists e1 s1 x1 x2 x3.(around(e1,x2) & n_wheel(x2) & of(x2,x3) & n_bicycle(x3) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_3(x1))
exists e1 x1.(Theme(e1,x1) & v_seat(e1) & n_man(x1))
4ec55244-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_wheel(x2) & n_man(x1) & n_bicycle(x3) & card_eq_3(x1) & around(e1,x2) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1.(v_seat(e1) & n_man(x1) & Theme(e1,x1))
Three men sit around a broken bicycle wheel.
friends are trying to figure out how to fix the bik wheel
1
-100
Three men are not necessarily friends and not all men near a broken bicycle wheel are trying to fix it.
exists e1 s1 x1 x2 x3.(around(e1,x2) & n_wheel(x2) & of(x2,x3) & n_bicycle(x3) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_3(x1))
exists e1 p1 x1 x4 x5.(n_wheel(x4) & of(x4,x5) & n_bik(x5) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(a_out(s1) & Manner(e2,s1) & Topic(e2,x2) & Actor(e2,x1) & v_figure(e2) & n_manner(x2) & exists e3 x3.(Theme(e3,x4) & Actor(e3,x3) & v_fix(e3))) & n_friend(x1))
4ec557f8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_wheel(x2) & n_man(x1) & n_bicycle(x3) & card_eq_3(x1) & around(e1,x2) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 p1 x1 x4 x5.(v_try(e1) & of(x4,x5) & n_wheel(x4) & n_friend(x1) & n_bik(x5) & exists e2 s1 x2.(v_figure(e2) & n_manner(x2) & exists e3 x3.(v_fix(e3) & Theme(e3,x4) & Actor(e3,x3)) & a_out(s1) & Topic(e2,x2) & Manner(e2,s1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
Three men sit around a broken bicycle wheel.
women are eating dinner at a restaurant
2
-100
Women can not be used to refer "three men", and the restaurant should not have a broken bicycle wheel inside.
exists e1 s1 x1 x2 x3.(around(e1,x2) & n_wheel(x2) & of(x2,x3) & n_bicycle(x3) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_3(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & at(x2,x3) & n_restaurant(x3) & n_dinner(x2) & n_woman(x1))
4ec55d7a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_wheel(x2) & n_man(x1) & n_bicycle(x3) & card_eq_3(x1) & around(e1,x2) & a_broken(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_eat(e1) & n_woman(x1) & n_restaurant(x3) & n_dinner(x2) & at(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
Two people are engaged in a fencing match.
Some girls are fighting outside.
1
-100
Not all people are girls, not all fencing matches are outside, and fencing matches would not really be considered fighting.
exists e1 s1 x1 x2.(in(e1,x2) & n_match(x2) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1) & v_engage(e1) & n_people(x1) & card_eq_2(x1))
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_fight(e1) & n_girl(x1))
4ec5628e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_engage(e1) & n_people(x1) & n_match(x2) & in(e1,x2) & card_eq_2(x1) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1))
exists e1 s1 x1.(v_fight(e1) & n_girl(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
Two people are engaged in a fencing match.
Two people are fencing.
0
-100
Two people can only be engaged in a fencing match if they are fencing.
exists e1 s1 x1 x2.(in(e1,x2) & n_match(x2) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1) & v_engage(e1) & n_people(x1) & card_eq_2(x1))
exists e1 x1.(Actor(e1,x1) & v_fence(e1) & n_people(x1) & card_eq_2(x1))
4ec56798-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_engage(e1) & n_people(x1) & n_match(x2) & in(e1,x2) & card_eq_2(x1) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1))
exists e1 x1.(v_fence(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
Two people are engaged in a fencing match.
Two people are in a dojo.
1
-100
Because they are in a fencing match it doesn't mean they're ina dojo.
exists e1 s1 x1 x2.(in(e1,x2) & n_match(x2) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1) & v_engage(e1) & n_people(x1) & card_eq_2(x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_dojo(x2)) & n_people(x1) & card_eq_2(x1))
4ec56ca2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_engage(e1) & n_people(x1) & n_match(x2) & in(e1,x2) & card_eq_2(x1) & a_fencing(s1) & Theme(s1,x2) & Theme(e1,x1))
exists x1.(n_people(x1) & exists x2.(n_dojo(x2) & in(x1,x2)) & card_eq_2(x1))
A child dressed in blue sits next to plants.
The child is waiting for her dad to pick her up.
1
-100
Because a child dressed in blue sits next to plants it doesn't mean she's waiting for her dad to pick her up.
exists e1 e2 x1 x2 x3 x4.(to(e2,x4) & n_plant(x4) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & in(e1,x3) & n_blue(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1))
exists e1 p1 x1 x2.(n_dad(x2) & of(x2,x1) & n_female(x1) & n_child(x1) & for(e1,x2) & Topic(x2,p1) & exists e2 s1 x3.(a_up(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x2) & v_pick(e2) & n_her(x3)) & Actor(e1,x1) & v_wait(e1))
4ec572f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_sit(e2) & v_dress(e1) & to(e2,x4) & r_next(e2) & n_plant(x4) & n_child(x1) & n_blue(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 p1 x1 x2.(v_wait(e1) & of(x2,x1) & n_female(x1) & n_dad(x2) & n_child(x1) & for(e1,x2) & exists e2 s1 x3.(v_pick(e2) & n_her(x3) & a_up(s1) & Theme(e2,x3) & Manner(e2,s1) & Actor(e2,x2)) & Topic(x2,p1) & Actor(e1,x1))
A child dressed in blue sits next to plants.
There are some plants next to a kid.
0
-100
The plants can only be next to the kid/child if the child is sitting next to the plants.
exists e1 e2 x1 x2 x3 x4.(to(e2,x4) & n_plant(x4) & r_next(e2) & Actor(e2,x1) & v_sit(e2) & in(e1,x3) & n_blue(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1))
exists p1 x1 x2 x3 x4.((x1 = x2) & to(x3,x4) & n_kid(x4) & next(x2,x3) & n_thing(x3) & n_plant(x2))
4ec57c88-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_sit(e2) & v_dress(e1) & to(e2,x4) & r_next(e2) & n_plant(x4) & n_child(x1) & n_blue(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists x1 x2 x3 x4.(to(x3,x4) & next(x2,x3) & n_thing(x3) & n_plant(x2) & n_kid(x4) & (x1 = x2))
A shirtless child plays with an adult indoors.
The child is playing with the babysitter.
1
-100
The adult indoors does not have to necessarily be the babysitter.
exists e1 s1 x1 x2 x3.(with(e1,x2) & n_indoor(x2) & of(x2,x3) & n_adult(x3) & Actor(e1,x1) & v_play(e1) & n_child(x1) & a_shirtless(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_babysitter(x2) & n_child(x1) & with(e1,x2) & Actor(e1,x1) & v_play(e1))
4ec58ba6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_play(e1) & of(x2,x3) & n_indoor(x2) & n_child(x1) & n_adult(x3) & a_shirtless(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(with(e1,x2) & v_play(e1) & n_child(x1) & n_babysitter(x2) & Actor(e1,x1))
A grown man and a topless girl are dancing.
A Morman woman attends Sunday church.
2
-100
The woman is unlikely dressing topless in church.
exists e1 s1 s2 x1 x2 x3.(Actor(e1,x1) & v_dance(e1) & subset_of(x3,x1) & n_girl(x3) & a_topless(s2) & Theme(s2,x3) & subset_of(x2,x1) & n_man(x2) & a_grown(s1) & Theme(s1,x2))
exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_attend(e1) & n_church(x3) & (x3 = x4) & ne_tim_sunday(x4) & n_woman(x1) & (x1 = x2) & ne_nam_morman(x2))
4ec5951a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(v_dance(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_girl(x3) & a_topless(s2) & a_grown(s1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_attend(e1) & ne_tim_sunday(x4) & ne_nam_morman(x2) & n_woman(x1) & n_church(x3) & Theme(e1,x3) & Actor(e1,x1) & (x3 = x4) & (x1 = x2))
A shirtless child dances with an adult man.
A shirtless child dances with their father.
1
-100
Adult man doesn't mean it's their father.
exists s1 s2 x1 x2 x3.(a_topic(x1) & with(x1,x3) & n_man(x3) & a_adult(s2) & Theme(s2,x3) & n_dance(x1) & of(x1,x2) & n_child(x2) & a_shirtless(s1) & Theme(s1,x1))
exists s1 x1 x2 x3.(a_topic(x1) & with(x1,x3) & n_father(x3) & of(x3,x1) & n_thing(x1) & n_dance(x1) & of(x1,x2) & n_child(x2) & a_shirtless(s1) & Theme(s1,x1))
4ec5a302-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3.(with(x1,x3) & of(x1,x2) & n_man(x3) & n_dance(x1) & n_child(x2) & a_topic(x1) & a_shirtless(s1) & a_adult(s2) & Theme(s2,x3) & Theme(s1,x1))
exists s1 x1 x2 x3.(with(x1,x3) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_father(x3) & n_dance(x1) & n_child(x2) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1))
A man, wearing a blue shirt, and holding a child wearing a white shirt with red stripe, looks through a telescope.
A man dances with his child at a restaurant.
2
-100
A restaurant wouldn't normally have a telescope.
exists e1 e4 e2 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(through(e4,x8) & n_telescope(x8) & Actor(e4,x1) & v_look(e4) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x4) & v_wear(e3) & with(x6,x7) & n_stripe(x7) & a_red(s3) & Theme(s3,x7) & n_shirt(x6) & a_white(s2) & Theme(s2,x6) & Theme(e2,x5) & Actor(e2,x4) & v_hold(e2) & n_child(x5) & (x1 = x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(at(e1,x3) & n_restaurant(x3) & with(e1,x2) & n_child(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_dance(e1) & n_man(x1))
4ec86330-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e4 e2 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & v_wear(e3) & v_wear(e1) & v_look(e4) & v_hold(e2) & through(e4,x8) & n_telescope(x8) & n_stripe(x7) & n_shirt(x6) & n_shirt(x3) & n_man(x1) & n_child(x5) & for(e2,e3) & a_white(s2) & a_red(s3) & a_blue(s1) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x3) & Theme(e3,x6) & Theme(e2,x5) & Theme(e1,x3) & Actor(e4,x1) & Actor(e3,x4) & Actor(e2,x4) & Actor(e1,x2) & (x1 = x4) & (x1 = x2))
exists e1 x1 x2 x3.(with(e1,x2) & v_dance(e1) & of(x2,x1) & n_restaurant(x3) & n_man(x1) & n_male(x1) & n_child(x2) & at(e1,x3) & Actor(e1,x1))