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
The two couples are in a kitchen.
The couples are on a double date.
1
-100
couples doesn't always mean double date.
exists p1 x1.(n_couple(x1) & card_eq_2(x1) & exists x2.(in(x1,x2) & n_kitchen(x2)))
exists p1 x1.(n_couple(x1) & exists s1 x2.(on(x1,x2) & n_date(x2) & a_double(s1) & Theme(s1,x2)))
7ab623e2-e4c8-11ec-9cdd-0242ac1c0002
exists x1.(n_couple(x1) & exists x2.(n_kitchen(x2) & in(x1,x2)) & card_eq_2(x1))
exists x1.(n_couple(x1) & exists s1 x2.(on(x1,x2) & n_date(x2) & a_double(s1) & Theme(s1,x2)))
Two men on the street at night, one smoking.
Two people on the street are smoking.
0
-100
THE PEOPLE ARE MEN. THEY ARE SMOKING OUTSIDE ON THE STREET.
exists x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & at(x1,x3) & rel(x3,x4) & n_smoking(x4) & card_eq_1(x4) & n_night(x3) & on(x1,x2) & n_man(x1) & card_eq_2(x1))
exists p1 x1 x2.(n_street(x2) & exists x3.((x1 = x3) & n_smoking(x3)) & on(x1,x2) & n_people(x1) & card_eq_2(x1))
7ab629a0-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(rel(x3,x4) & on(x1,x2) & n_street(x2) & n_smoking(x4) & n_night(x3) & n_man(x1) & card_eq_2(x1) & card_eq_1(x4) & at(x1,x3) & a_topic(x1))
exists x1 x2.(on(x1,x2) & n_street(x2) & n_people(x1) & exists x3.(n_smoking(x3) & (x1 = x3)) & card_eq_2(x1))
Two men on the street at night, one smoking.
Two people on the street are smoking pipes.
1
-100
smoking doesn't always mean pipes.
exists x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & at(x1,x3) & rel(x3,x4) & n_smoking(x4) & card_eq_1(x4) & n_night(x3) & on(x1,x2) & n_man(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_street(x2) & Theme(e1,x3) & Actor(e1,x1) & v_smoke(e1) & n_pipe(x3) & on(x1,x2) & n_people(x1) & card_eq_2(x1))
7ab62f04-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(rel(x3,x4) & on(x1,x2) & n_street(x2) & n_smoking(x4) & n_night(x3) & n_man(x1) & card_eq_2(x1) & card_eq_1(x4) & at(x1,x3) & a_topic(x1))
exists e1 x1 x2 x3.(v_smoke(e1) & on(x1,x2) & n_street(x2) & n_pipe(x3) & n_people(x1) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x1))
Two men on the street at night, one smoking.
Two people on the street are punching eachother.
2
-100
One can not be smoking and punching simultaneously.
exists x1 x2 x3 x4.(n_street(x2) & a_topic(x1) & at(x1,x3) & rel(x3,x4) & n_smoking(x4) & card_eq_1(x4) & n_night(x3) & on(x1,x2) & n_man(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_street(x2) & Theme(e1,x3) & Actor(e1,x1) & v_punch(e1) & n_eachother(x3) & on(x1,x2) & n_people(x1) & card_eq_2(x1))
7ab6345e-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3 x4.(rel(x3,x4) & on(x1,x2) & n_street(x2) & n_smoking(x4) & n_night(x3) & n_man(x1) & card_eq_2(x1) & card_eq_1(x4) & at(x1,x3) & a_topic(x1))
exists e1 x1 x2 x3.(v_punch(e1) & on(x1,x2) & n_street(x2) & n_people(x1) & n_eachother(x3) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x1))
Two couples make drinks and prepare food in the kitchen.
Some people are making some food.
0
-100
PREPARE IS ANOTHER WAY TO SAY MAKING. tHEY ARE MAKING FOOD IN THE KITCHEN.
exists e1 s1 x1 x2 x3 x4 x5.(n_kitchen(x5) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & subset_of(x4,x2) & in(x4,x5) & n_food(x4) & a_prepare(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_drink(x3) & n_couple(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_food(x2) & n_people(x1))
7ab63a08-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_kitchen(x5) & n_food(x4) & n_drink(x3) & n_couple(x1) & in(x4,x5) & card_eq_2(x1) & a_prepare(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_make(e1) & n_people(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1))
Two couples make drinks and prepare food in the kitchen.
Some people are having a food fight.
2
-100
One cant be having a fight and prepare food simultaneously.
exists e1 s1 x1 x2 x3 x4 x5.(n_kitchen(x5) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & subset_of(x4,x2) & in(x4,x5) & n_food(x4) & a_prepare(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_drink(x3) & n_couple(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_fight(x2) & of(x2,x3) & n_food(x3) & n_people(x1))
7ab63f94-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_kitchen(x5) & n_food(x4) & n_drink(x3) & n_couple(x1) & in(x4,x5) & card_eq_2(x1) & a_prepare(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & of(x2,x3) & n_people(x1) & n_food(x3) & n_fight(x2) & Theme(e1,x2) & Actor(e1,x1))
Two couples make drinks and prepare food in the kitchen.
Some people are getting ready for a party.
1
-100
Just because couples make drinks and prepare food doesn't imply getting ready for a party.
exists e1 s1 x1 x2 x3 x4 x5.(n_kitchen(x5) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & subset_of(x4,x2) & in(x4,x5) & n_food(x4) & a_prepare(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_drink(x3) & n_couple(x1) & card_eq_2(x1))
exists e1 p1 x1.(exists s1 x2.(for(s1,x2) & n_party(x2) & Theme(s1,x1) & a_ready(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_people(x1))
7ab646ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_make(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_kitchen(x5) & n_food(x4) & n_drink(x3) & n_couple(x1) & in(x4,x5) & card_eq_2(x1) & a_prepare(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 x1.(v_get(e1) & n_people(x1) & exists s1 x2.(n_party(x2) & for(s1,x2) & a_ready(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
One man smokes a cigarette in the presence of another man at night.
There are two men outside and it is dark
0
-100
One man smokes in the presence of another implies two men .
exists e1 x1 x2 x3 x4 x5.(n_presence(x3) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & in(x2,x3) & at(x3,x5) & n_night(x5) & of(x3,x4) & n_man(x4) & -(x4 = x1) & n_man(x1) & n_man(x1) & n_cigarette(x2) & card_eq_1(x1))
exists p1 s1 s2 x1 x2.(n_thing(x2) & Theme(s2,x2) & a_dark(s2) & a_outside(s1) & Manner(p1,s1) & exists x3.((x1 = x3) & n_man(x3) & card_eq_2(x3)))
7ab64e08-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_smoke(e1) & of(x3,x4) & n_presence(x3) & n_night(x5) & n_man(x4) & n_man(x1) & n_cigarette(x2) & in(x2,x3) & card_eq_1(x1) & at(x3,x5) & Theme(e1,x2) & Actor(e1,x1) & -(x4 = x1))
exists p1 s1 s2 x1 x2.(n_thing(x2) & exists x3.(n_man(x3) & card_eq_2(x3) & (x1 = x3)) & a_outside(s1) & a_dark(s2) & Theme(s2,x2) & Manner(p1,s1))
One man smokes a cigarette in the presence of another man at night.
the men are eating cake
2
-100
Usually one does not smoke while eating.
exists e1 x1 x2 x3 x4 x5.(n_presence(x3) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & in(x2,x3) & at(x3,x5) & n_night(x5) & of(x3,x4) & n_man(x4) & -(x4 = x1) & n_man(x1) & n_man(x1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cake(x2))
7ab652fe-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_smoke(e1) & of(x3,x4) & n_presence(x3) & n_night(x5) & n_man(x4) & n_man(x1) & n_cigarette(x2) & in(x2,x3) & card_eq_1(x1) & at(x3,x5) & Theme(e1,x2) & Actor(e1,x1) & -(x4 = x1))
exists e1 x1 x2.(v_eat(e1) & n_man(x1) & n_cake(x2) & Theme(e1,x2) & Actor(e1,x1))
One man smokes a cigarette in the presence of another man at night.
The man is trying out a new brand of cigarettes
1
-100
Smoking a cigarette does not imply that he is trying out a new brand.
exists e1 x1 x2 x3 x4 x5.(n_presence(x3) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & in(x2,x3) & at(x3,x5) & n_night(x5) & of(x3,x4) & n_man(x4) & -(x4 = x1) & n_man(x1) & n_man(x1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 s1 s2 x1 x2 x3.(n_man(x1) & a_out(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_try(e1) & of(x2,x3) & n_cigarette(x3) & n_brand(x2) & a_new(s1) & Theme(s1,x2))
7ab657b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_smoke(e1) & of(x3,x4) & n_presence(x3) & n_night(x5) & n_man(x4) & n_man(x1) & n_cigarette(x2) & in(x2,x3) & card_eq_1(x1) & at(x3,x5) & Theme(e1,x2) & Actor(e1,x1) & -(x4 = x1))
exists e1 s1 s2 x1 x2 x3.(v_try(e1) & of(x2,x3) & n_man(x1) & n_cigarette(x3) & n_brand(x2) & a_out(s2) & a_new(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
One man is smoking a cigarette and the other man is meeting his gaze.
Two men staring at each other as one smokes.
0
-100
BY MEETING HIS GAZE THEY ARE STARING. HE SMOKES A CIGARETTE.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 p1 x1 x2.(a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_smoke(e2) & n_thing(x4) & card_eq_1(x4)) & as(e1,p1) & all x3.(n_other(x3) -> at(e1,x3)) & Actor(e1,x2) & v_stare(e1) & (x1 = x2) & n_man(x1) & card_eq_2(x1))
7ab65c68-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 p1 x1 x2.(v_stare(e1) & n_man(x1) & exists e2 x4.(v_smoke(e2) & n_thing(x4) & card_eq_1(x4) & Actor(e2,x4)) & card_eq_2(x1) & as(e1,p1) & all x3.(at(e1,x3) | -n_other(x3)) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
One man is smoking a cigarette and the other man is meeting his gaze.
The two men are friend.
1
0.530612
The fact that one man is smoking and the other man is meeting his gaze doesn't imply men are friend.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists p1 x1.(n_man(x1) & card_eq_2(x1) & exists x2.((x1 = x2) & n_friend(x2)))
7ab66118-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists x1.(n_man(x1) & exists x2.(n_friend(x2) & (x1 = x2)) & card_eq_2(x1))
One man is smoking a cigarette and the other man is meeting his gaze.
A man is smoking.
0
-100
THE MAN IS SMOKING A CIGARETTE.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists p1 x1.(exists x2.((x1 = x2) & n_smoking(x2)) & n_man(x1))
7ab665be-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists x1.(n_man(x1) & exists x2.(n_smoking(x2) & (x1 = x2)))
One man is smoking a cigarette and the other man is meeting his gaze.
Two men engage in conversation.
1
0.691632
Just because one man is smoking and the other man is meeting his gaze doesn't imply engage in conversation.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 x1 x2.(in(e1,x2) & n_conversation(x2) & Actor(e1,x1) & v_engage(e1) & n_man(x1) & card_eq_2(x1))
7ab66ac8-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 x1 x2.(v_engage(e1) & n_man(x1) & n_conversation(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
One man is smoking a cigarette and the other man is meeting his gaze.
Two boys drinking soda on a hot day.
2
-100
Boys are not a man.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_day(x4) & a_hot(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_drink(e1) & n_soda(x3) & (x1 = x2) & n_boy(x1) & card_eq_2(x1))
7ab6711c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 s1 x1 x2 x3 x4.(v_drink(e1) & on(e1,x4) & n_soda(x3) & n_day(x4) & n_boy(x1) & card_eq_2(x1) & a_topic(x1) & a_hot(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
One man is smoking a cigarette and the other man is meeting his gaze.
The man has a cigarette.
1
0.695559
Just because one man is smoking and the other man is meeting his gaze doesn't mean other man has a cigarette.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_cigarette(x2))
7ab67680-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 x1 x2.(v_have(e1) & n_man(x1) & n_cigarette(x2) & Theme(e1,x2) & Actor(e1,x1))
One man is smoking a cigarette and the other man is meeting his gaze.
A woman is smoking.
2
0.000084
A man is not a woman.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists p1 x1.(exists x2.((x1 = x2) & n_smoking(x2)) & n_woman(x1))
7ab67fd6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists x1.(n_woman(x1) & exists x2.(n_smoking(x2) & (x1 = x2)))
One man is smoking a cigarette and the other man is meeting his gaze.
A man is smoking.
0
-100
THE MAN IS SMOKING A CIGARETTE.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists p1 x1.(exists x2.((x1 = x2) & n_smoking(x2)) & n_man(x1))
7ab68472-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists x1.(n_man(x1) & exists x2.(n_smoking(x2) & (x1 = x2)))
One man is smoking a cigarette and the other man is meeting his gaze.
Two men are standing near each other.
0
-100
THEY CAN GAZE AT EACH OTHER BECAUSE THEY ARE STANDING NEAR EACH OTHER.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 x1.(all x2.(n_other(x2) -> near(e1,x2)) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
7ab68904-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 x1.(v_stand(e1) & n_man(x1) & card_eq_2(x1) & all x2.(near(e1,x2) | -n_other(x2)) & Actor(e1,x1))
One man is smoking a cigarette and the other man is meeting his gaze.
A man is annoying his asthmatic brother by smoking a cigarette.
1
0.004954
Just because one man is smoking and the other man is meeting his gaze doesn't imply man is annoying his asthmatic brother by smoking.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 e2 s1 x1 x2 x3.(by(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_smoke(e2) & n_cigarette(x3) & Theme(e1,x2) & Actor(e1,x1) & v_annoy(e1) & n_brother(x2) & a_asthmatic(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & n_man(x1))
7ab68db4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 e2 s1 x1 x2 x3.(v_smoke(e2) & v_annoy(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_cigarette(x3) & n_brother(x2) & by(e1,e2) & a_asthmatic(s1) & Theme(s1,x2) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
One man is smoking a cigarette and the other man is meeting his gaze.
The men aren't looking at each other.
2
-100
Either they arent looking at each other or they are meeting their gaze.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists x1.(n_man(x1) & -exists e1.(all x2.(n_other(x2) -> at(e1,x2)) & Actor(e1,x1) & v_look(e1)))
7ab692c8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists x1.(n_man(x1) & all e1.(exists x2.(n_other(x2) & -at(e1,x2)) | -v_look(e1) | -Actor(e1,x1)))
One man is smoking a cigarette and the other man is meeting his gaze.
One man smokes while the other looks at him in disgust.
1
0.77418
The fact that one man is smoking a cigarette and the other man is meeting his gaze doesn't imply other looks at him in disgust.
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 x1 x2 x3.(-(x2 = x2) & n_look(x2) & in(e1,x3) & n_disgust(x3) & while(e1,x2) & at(x2,x3) & n_male(x3) & Actor(e1,x1) & v_smoke(e1) & n_man(x1) & card_eq_1(x1))
7ab69a52-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 x1 x2 x3.(while(e1,x2) & v_smoke(e1) & n_man(x1) & n_male(x3) & n_look(x2) & n_disgust(x3) & in(e1,x3) & card_eq_1(x1) & at(x2,x3) & Actor(e1,x1) & -(x2 = x2))
One man is smoking a cigarette and the other man is meeting his gaze.
A couch is floating down a muddy river with two children sitting on top of it.
2
-100
Man refers to grown adult male, where children refers to growing humans.
exists e1 e2 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e1,x3) & on(e2,x5) & of(x5,x1) & n_thing(x1) & n_top(x5) & Actor(e2,x4) & v_sit(e2) & (x3 = x4) & n_child(x3) & card_eq_2(x3) & a_down(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_float(e1) & n_river(x2) & a_muddy(s1) & Theme(s1,x2) & n_couch(x1))
7ab69fc0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e1,x3) & v_sit(e2) & v_float(e1) & on(e2,x5) & of(x5,x1) & n_top(x5) & n_thing(x1) & n_river(x2) & n_couch(x1) & n_child(x3) & card_eq_2(x3) & a_muddy(s1) & a_down(s2) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4))
One man is smoking a cigarette and the other man is meeting his gaze.
Two people are in the same place and can see each other.
0
0.98676
and other means there are two people
exists e2 e1 x1 x2 x3 x4.(-(x3 = x1) & n_man(x3) & Theme(e2,x4) & Actor(e2,x3) & v_meet(e2) & n_gaze(x4) & of(x4,x2) & n_male(x2) & n_man(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_smoke(e1) & n_cigarette(x2) & card_eq_1(x1))
exists e1 p1 p2 s1 x1 x2 x3.(n_place(x3) & a_same(s1) & Theme(s1,x3) & all x4.(n_other(x4) -> exists e2.(Theme(e2,x4) & Actor(e2,x2) & v_see(e2))) & Topic(e1,p2) & Actor(e1,x2) & v_can(e1) & n_people(x2) & card_eq_2(x2) & in(x1,x3) & n_people(x1) & card_eq_2(x1))
7ab6a4c0-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_smoke(e1) & v_meet(e2) & of(x4,x2) & n_man(x3) & n_man(x1) & n_male(x2) & n_gaze(x4) & n_cigarette(x2) & card_eq_1(x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & -(x3 = x1))
exists e1 p2 s1 x1 x2 x3.(v_can(e1) & n_place(x3) & n_people(x2) & n_people(x1) & in(x1,x3) & card_eq_2(x2) & card_eq_2(x1) & all x4.(exists e2.(v_see(e2) & Theme(e2,x4) & Actor(e2,x2)) | -n_other(x4)) & a_same(s1) & Topic(e1,p2) & Theme(s1,x3) & Actor(e1,x2))
While two men converse, the man on the right gestures, and the other takes a drag on a cigarette.
Two men are talking.
0
-100
converse and talking have the same meaning
exists p1 p2 p3 s1 x2 x3.(n_other(x3) & n_gesture(x2) & a_right(s1) & Theme(s1,x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & on(x4,x5) & n_cigarette(x5) & n_drag(x4) & rel(e1,x1) & on(x1,x2) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_converse(e1) & card_eq_2(x1)) & while(p2,p3))
exists e1 x1.(Actor(e1,x1) & v_talk(e1) & n_man(x1) & card_eq_2(x1))
7ab6a9c0-e4c8-11ec-9cdd-0242ac1c0002
exists p2 p3 s1 x2 x3.(while(p2,p3) & n_other(x3) & n_gesture(x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(v_take(e2) & v_converse(e1) & rel(e1,x1) & on(x4,x5) & on(x1,x2) & n_man(x1) & n_drag(x4) & n_cigarette(x5) & card_eq_2(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) & a_right(s1) & Theme(s1,x2))
exists e1 x1.(v_talk(e1) & n_man(x1) & card_eq_2(x1) & Actor(e1,x1))
While two men converse, the man on the right gestures, and the other takes a drag on a cigarette.
The men are arguing about their girlfriends.
1
-100
Just because two men converse doesn't imply men are arguing about their girlfriends.
exists p1 p2 p3 s1 x2 x3.(n_other(x3) & n_gesture(x2) & a_right(s1) & Theme(s1,x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & on(x4,x5) & n_cigarette(x5) & n_drag(x4) & rel(e1,x1) & on(x1,x2) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_converse(e1) & card_eq_2(x1)) & while(p2,p3))
exists e1 x1 x2.(n_girlfriend(x2) & of(x2,x1) & n_thing(x1) & n_man(x1) & about(e1,x2) & Actor(e1,x1) & v_argue(e1))
7ab6aea2-e4c8-11ec-9cdd-0242ac1c0002
exists p2 p3 s1 x2 x3.(while(p2,p3) & n_other(x3) & n_gesture(x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(v_take(e2) & v_converse(e1) & rel(e1,x1) & on(x4,x5) & on(x1,x2) & n_man(x1) & n_drag(x4) & n_cigarette(x5) & card_eq_2(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) & a_right(s1) & Theme(s1,x2))
exists e1 x1 x2.(v_argue(e1) & of(x2,x1) & n_thing(x1) & n_man(x1) & n_girlfriend(x2) & about(e1,x2) & Actor(e1,x1))
While two men converse, the man on the right gestures, and the other takes a drag on a cigarette.
The singer is playing guitar on stage.
2
-100
Two men is multiple. One singer is singular. Either they gesture and take a drag, or they are playing guitar. They cannot do both simultaneously.
exists p1 p2 p3 s1 x2 x3.(n_other(x3) & n_gesture(x2) & a_right(s1) & Theme(s1,x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(Theme(e2,x4) & Actor(e2,x3) & v_take(e2) & on(x4,x5) & n_cigarette(x5) & n_drag(x4) & rel(e1,x1) & on(x1,x2) & n_man(x1) & n_man(x1) & Actor(e1,x1) & v_converse(e1) & card_eq_2(x1)) & while(p2,p3))
exists e1 x1 x2 x3.(n_singer(x1) & on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2))
7ab6b3ac-e4c8-11ec-9cdd-0242ac1c0002
exists p2 p3 s1 x2 x3.(while(p2,p3) & n_other(x3) & n_gesture(x2) & exists x6.n_event(x6) & exists e1 e2 x1 x4 x5.(v_take(e2) & v_converse(e1) & rel(e1,x1) & on(x4,x5) & on(x1,x2) & n_man(x1) & n_drag(x4) & n_cigarette(x5) & card_eq_2(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x1)) & a_right(s1) & Theme(s1,x2))
exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_stage(x3) & n_singer(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A white car is parked near a house where a woman and child are sitting.
This woman admires her newly purchased white car.
1
-100
Although a white car is parked near the house, it does not mean that the woman admires her newly purchased white car.
exists e1 p1 s1 x1 x2.(near(e1,x2) & exists e2 x3 x4 x5.(Actor(e2,x3) & v_sit(e2) & n_child(x5) & n_woman(x4) & subset_of(x5,x3) & subset_of(x4,x3)) & where(x2,p1) & n_house(x2) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 e2 s1 x1 x2.(n_car(x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x2) & v_purchase(e1) & r_newly(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & Theme(e2,x2) & Actor(e2,x1) & v_admire(e2))
7ab6b942-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_park(e1) & near(e1,x2) & n_house(x2) & n_car(x1) & exists e2 x3 x4 x5.(v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x4) & n_child(x5) & Actor(e2,x3)) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 e2 s1 x1 x2.(v_purchase(e1) & v_admire(e2) & r_newly(x2) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_car(x2) & a_white(s1) & Theme(s1,x2) & Theme(e2,x2) & Theme(e1,x2) & Actor(e2,x1))
A white car is parked near a house where a woman and child are sitting.
A woman and a child are sitting outside.
0
-100
A car is only parked outside when near a house.
exists e1 p1 s1 x1 x2.(near(e1,x2) & exists e2 x3 x4 x5.(Actor(e2,x3) & v_sit(e2) & n_child(x5) & n_woman(x4) & subset_of(x5,x3) & subset_of(x4,x3)) & where(x2,p1) & n_house(x2) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 p1 x1 x2 x3.(exists s1.(Theme(s1,x1) & a_outside(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_child(x3) & subset_of(x2,x1) & n_woman(x2))
7ab6bf50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_park(e1) & near(e1,x2) & n_house(x2) & n_car(x1) & exists e2 x3 x4 x5.(v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x4) & n_child(x5) & Actor(e2,x3)) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 p1 x1 x2 x3.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_child(x3) & exists s1.(a_outside(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A white car is parked near a house where a woman and child are sitting.
A woman and child are sitting on the hood of their black car.
2
-100
Black and white are different colors
exists e1 p1 s1 x1 x2.(near(e1,x2) & exists e2 x3 x4 x5.(Actor(e2,x3) & v_sit(e2) & n_child(x5) & n_woman(x4) & subset_of(x5,x3) & subset_of(x4,x3)) & where(x2,p1) & n_house(x2) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(n_car(x5) & a_black(s1) & Theme(s1,x5) & of(x5,x4) & n_thing(x4) & n_hood(x4) & on(e1,x4) & of(x4,x5) & Actor(e1,x1) & v_sit(e1) & n_child(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1))
7ab6c46e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(where(x2,p1) & v_park(e1) & near(e1,x2) & n_house(x2) & n_car(x1) & exists e2 x3 x4 x5.(v_sit(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x4) & n_child(x5) & Actor(e2,x3)) & a_white(s1) & Theme(s1,x1) & Theme(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_sit(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & of(x5,x4) & of(x4,x5) & n_woman(x2) & n_thing(x4) & n_hood(x4) & n_child(x3) & n_car(x5) & a_black(s1) & Theme(s1,x5) & Actor(e1,x1))
A white car is parked next to some houses in a third world country.
A black car is parked next to some houses in a third world country.
2
-100
The car cannot be both black and white simultaneously.
exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x2) & in(x2,x3) & n_country(x3) & of(x3,x4) & n_world(x4) & a_third(s2) & Theme(s2,x3) & n_house(x2) & r_next(e1) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x2) & in(x2,x3) & n_country(x3) & of(x3,x4) & n_world(x4) & a_third(s2) & Theme(s2,x3) & n_house(x2) & r_next(e1) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_black(s1) & Theme(s1,x1))
7ab6c9b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_park(e1) & to(e1,x2) & r_next(e1) & of(x3,x4) & n_world(x4) & n_house(x2) & n_country(x3) & n_car(x1) & in(x2,x3) & a_white(s1) & a_third(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x1))
exists e1 s1 s2 x1 x2 x3 x4.(v_park(e1) & to(e1,x2) & r_next(e1) & of(x3,x4) & n_world(x4) & n_house(x2) & n_country(x3) & n_car(x1) & in(x2,x3) & a_third(s2) & a_black(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x1))
A white car is parked next to some houses in a third world country.
A car is parked on a street.
0
-100
streets are among houses
exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x2) & in(x2,x3) & n_country(x3) & of(x3,x4) & n_world(x4) & a_third(s2) & Theme(s2,x3) & n_house(x2) & r_next(e1) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2.(on(e1,x2) & n_street(x2) & Theme(e1,x1) & v_park(e1) & n_car(x1))
7ab6ce50-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_park(e1) & to(e1,x2) & r_next(e1) & of(x3,x4) & n_world(x4) & n_house(x2) & n_country(x3) & n_car(x1) & in(x2,x3) & a_white(s1) & a_third(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x1))
exists e1 x1 x2.(v_park(e1) & on(e1,x2) & n_street(x2) & n_car(x1) & Theme(e1,x1))
A white car is parked next to some houses in a third world country.
The car is owned by a rich foreigner.
1
-100
Just because car is parked in a third world country doesn't imply car is owned by a rich foreigner.
exists e1 s1 s2 x1 x2 x3 x4.(to(e1,x2) & in(x2,x3) & n_country(x3) & of(x3,x4) & n_world(x4) & a_third(s2) & Theme(s2,x3) & n_house(x2) & r_next(e1) & Theme(e1,x1) & v_park(e1) & n_car(x1) & a_white(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_car(x1) & Actor(e1,x2) & n_foreigner(x2) & a_rich(s1) & Theme(s1,x2) & Theme(e1,x1) & v_own(e1))
7ab6d2ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_park(e1) & to(e1,x2) & r_next(e1) & of(x3,x4) & n_world(x4) & n_house(x2) & n_country(x3) & n_car(x1) & in(x2,x3) & a_white(s1) & a_third(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x1))
exists e1 s1 x1 x2.(v_own(e1) & n_foreigner(x2) & n_car(x1) & a_rich(s1) & Theme(s1,x2) & Theme(e1,x1) & Actor(e1,x2))
A young female child looks at the photographer while an older woman sits and looks at the ground.
Someone is being photographed.
0
-100
female is someone
exists e1 p1 s1 s2 x1 x2 x5.(n_ground(x5) & n_photographer(x2) & exists e2 e3 s3 s4 x3 x4.(at(e3,x5) & Actor(e3,x4) & v_look(e3) & n_woman(x4) & r_more(s4) & a_older(s4) & Theme(s4,x4) & Actor(e2,x3) & v_sit(e2) & n_woman(x3) & r_more(s3) & a_older(s3) & Theme(s3,x3)) & while(e1,p1) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_child(x1) & a_female(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1.(Theme(e1,x1) & v_photograph(e1) & n_person(x1))
7ab6d79c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x5.(while(e1,p1) & v_look(e1) & n_photographer(x2) & n_ground(x5) & n_child(x1) & exists e2 e3 s3 s4 x3 x4.(v_sit(e2) & v_look(e3) & r_more(s4) & r_more(s3) & n_woman(x4) & n_woman(x3) & at(e3,x5) & a_older(s4) & a_older(s3) & Theme(s4,x4) & Theme(s3,x3) & Actor(e3,x4) & Actor(e2,x3)) & at(e1,x2) & a_young(s1) & a_female(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1.(v_photograph(e1) & n_person(x1) & Theme(e1,x1))
A young female child looks at the photographer while an older woman sits and looks at the ground.
Someone is sitting in the grass.
1
-100
The fact that older woman sits doesn't imply in the grass.
exists e1 p1 s1 s2 x1 x2 x5.(n_ground(x5) & n_photographer(x2) & exists e2 e3 s3 s4 x3 x4.(at(e3,x5) & Actor(e3,x4) & v_look(e3) & n_woman(x4) & r_more(s4) & a_older(s4) & Theme(s4,x4) & Actor(e2,x3) & v_sit(e2) & n_woman(x3) & r_more(s3) & a_older(s3) & Theme(s3,x3)) & while(e1,p1) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_child(x1) & a_female(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_grass(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_person(x1))
7ab6dc42-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x5.(while(e1,p1) & v_look(e1) & n_photographer(x2) & n_ground(x5) & n_child(x1) & exists e2 e3 s3 s4 x3 x4.(v_sit(e2) & v_look(e3) & r_more(s4) & r_more(s3) & n_woman(x4) & n_woman(x3) & at(e3,x5) & a_older(s4) & a_older(s3) & Theme(s4,x4) & Theme(s3,x3) & Actor(e3,x4) & Actor(e2,x3)) & at(e1,x2) & a_young(s1) & a_female(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & n_person(x1) & n_grass(x2) & in(e1,x2) & Actor(e1,x1))
A young female child looks at the photographer while an older woman sits and looks at the ground.
Nobody is looking at the ground.
2
-100
Older woman is looking at the ground. Older woman refers to somebody, therefore nobody can not be looking at the ground.
exists e1 p1 s1 s2 x1 x2 x5.(n_ground(x5) & n_photographer(x2) & exists e3 e2 s3 s4 x3 x4.(at(e3,x5) & Actor(e3,x4) & v_look(e3) & n_woman(x4) & r_more(s4) & a_older(s4) & Theme(s4,x4) & Actor(e2,x3) & v_sit(e2) & n_woman(x3) & r_more(s3) & a_older(s3) & Theme(s3,x3)) & while(e1,p1) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_child(x1) & a_female(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists x2.(n_ground(x2) & -exists e1 x1.(at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_person(x1)))
7ab6e160-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x5.(while(e1,p1) & v_look(e1) & n_photographer(x2) & n_ground(x5) & n_child(x1) & exists e3 e2 s3 s4 x3 x4.(v_sit(e2) & v_look(e3) & r_more(s4) & r_more(s3) & n_woman(x4) & n_woman(x3) & at(e3,x5) & a_older(s4) & a_older(s3) & Theme(s4,x4) & Theme(s3,x3) & Actor(e3,x4) & Actor(e2,x3)) & at(e1,x2) & a_young(s1) & a_female(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists x2.(n_ground(x2) & all e1 x1.(-v_look(e1) | -n_person(x1) | -at(e1,x2) | -Actor(e1,x1)))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
Two people with instruments are outside.
0
-100
the two people are a man and a girl
exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1 x2.(Theme(s1,x1) & a_outside(s1) & with(x1,x2) & n_instrument(x2) & n_people(x1) & card_eq_2(x1))
7ab6f4b6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists s1 x1 x2.(with(x1,x2) & n_people(x1) & n_instrument(x2) & card_eq_2(x1) & a_outside(s1) & Theme(s1,x1))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
Two people are performing outside.
0
-100
outdoors means outside
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_perform(e1) & n_people(x1) & card_eq_2(x1))
7ab6f952-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists e1 s1 x1.(v_perform(e1) & n_people(x1) & card_eq_2(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
Two people are outside playing instruments.
0
-100
banjo and drum are musical instruments
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1.(exists s1 x2 x3.((x1 = x2) & n_instrument(x2) & of(x2,x3) & n_playing(x3) & a_outside(s1) & Theme(s1,x2)) & n_people(x1) & card_eq_2(x1))
7ab6fede-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists x1.(n_people(x1) & exists s1 x2 x3.(of(x2,x3) & n_playing(x3) & n_instrument(x2) & a_outside(s1) & Theme(s1,x2) & (x1 = x2)) & card_eq_2(x1))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
The people have no idea what they're doing and the music sound terrible.
1
0.608642
A man playing a banjo outdoors with a young girl beating a drum not necessarily have no idea what they're doing and not necessarily sound terrible.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4 x5.(n_sound(x3) & of(x3,x4) & n_music(x4) & n_thing(x3) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & subset_of(x3,x2) & Theme(s1,x5) & a_terrible(s1) & (x3 = x5) & -exists e2 x6 x7.(subset_of(x6,x2) & Theme(e2,x7) & Actor(e2,x3) & v_do(e2) & (x6 = x7) & n_idea(x6)))
7ab703d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & subset_of(x3,x2) & of(x3,x4) & n_thing(x3) & n_sound(x3) & n_people(x1) & n_music(x4) & all e2 x6 x7.(-v_do(e2) | -subset_of(x6,x2) | -n_idea(x6) | -Theme(e2,x7) | -Actor(e2,x3) | -(x6 = x7)) & a_terrible(s1) & Theme(s1,x5) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x5))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
A man and a young girl play music.
0
0.981481
they are playing music using the drum
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists s1 s2 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & Time(x2,x4) & n_music(x4) & n_play(x2) & of(x2,x3) & n_girl(x3) & a_young(s2) & Theme(s2,x2) & subset_of(x1,s1) & n_man(x1))
7ab70ac8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists s1 s2 x1 x2 x3 x4.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_play(x2) & n_music(x4) & n_man(x1) & n_girl(x3) & a_young(s2) & a_topic(s1) & Time(x2,x4) & Theme(s2,x2))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
A man and a young girl in a red shirt are bowling.
2
-100
The couple are either playing banjo and beating a drum or they are bowling. They cannot do both simultaneously.
exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 s2 x1 x2 x3 x4.(Actor(e1,x1) & v_bowl(e1) & subset_of(x3,x1) & in(x3,x4) & n_shirt(x4) & a_red(s2) & Theme(s2,x4) & n_girl(x3) & a_young(s1) & Theme(s1,x3) & subset_of(x2,x1) & n_man(x2))
7ab71040-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists e1 s1 s2 x1 x2 x3 x4.(v_bowl(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_shirt(x4) & n_man(x2) & n_girl(x3) & in(x3,x4) & a_young(s1) & a_red(s2) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
A man and his girlfriend play music outside at a friend's party.
1
0.613352
A man playing a banjo with a girl beating a drum are not necessarily man and his girlfriend and not necessarily at a friend's party.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(s1) & subset_of(x2,s1) & at(x5,x7) & n_party(x7) & of(x7,x6) & n_friend(x6) & outside(x2,x5) & n_thing(x5) & Time(x2,x4) & n_music(x4) & n_play(x2) & of(x2,x3) & n_girlfriend(x3) & of(x2,x1) & n_male(x1) & subset_of(x1,s1) & n_man(x1))
7ab71572-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists s1 x1 x2 x3 x4 x5 x6 x7.(subset_of(x2,s1) & subset_of(x1,s1) & outside(x2,x5) & of(x7,x6) & of(x2,x3) & of(x2,x1) & n_thing(x5) & n_play(x2) & n_party(x7) & n_music(x4) & n_man(x1) & n_male(x1) & n_girlfriend(x3) & n_friend(x6) & at(x5,x7) & a_topic(s1) & Time(x2,x4))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
The young girl is playing a bongo drum.
1
0.69336
A girl beating a drum is not necessarily playing a bongo drum.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 e2 s1 x1 x2 x3.(n_girl(x1) & a_young(s1) & Theme(s1,x1) & Actor(e2,x1) & v_drum(e2) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_bongo(x3) & (x1 = x2))
7ab71fcc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists e1 e2 s1 x1 x2 x3.(v_play(e1) & v_drum(e2) & n_girl(x1) & n_bongo(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
The man and woman are in a band.
1
0.730242
A man playing a banjo with a girl beating a drum are not necessarily in a band.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 x2 x3.(n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & exists x4.(in(x1,x4) & n_band(x4)))
7ab72a08-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists x4.(n_band(x4) & in(x1,x4)))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
The man and the girl are perform on The Ed Sullivan Show.
2
-100
Either the couple are playing outside, or are to perform inside on The Ed Sullivan Show. They cannot be in both places at once.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 x2 x3 x5 x6 x7.(ne_org_show(x5) & (x5 = x7) & ne_org_sullivan(x7) & (x5 = x6) & ne_org_ed(x6) & n_girl(x3) & n_man(x2) & exists x4.((x1 = x4) & on(x4,x5) & n_perform(x4)) & subset_of(x3,x1) & subset_of(x2,x1))
7ab72fda-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists x1 x2 x3 x5 x6 x7.(subset_of(x3,x1) & subset_of(x2,x1) & ne_org_sullivan(x7) & ne_org_show(x5) & ne_org_ed(x6) & n_man(x2) & n_girl(x3) & exists x4.(on(x4,x5) & n_perform(x4) & (x1 = x4)) & (x5 = x7) & (x5 = x6))
A man in a red shirt with decorative fringe playing a banjo outdoors with a young girl in a red shirt is next to him beating a drum with her hand.
A man and his daughter in near matching clothes play music at the local music festival.
1
0.636251
A man playing a banjo with a girl beating a drum are not necessarily man and his daughter and not necessarily at the local music festival and not necessarily in matching clothes.
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(for(s5,e2) & Theme(e2,x9) & Actor(e2,x1) & v_beat(e2) & with(x9,x10) & n_hand(x10) & of(x10,x2) & n_female(x2) & n_drum(x9) & to(s5,x1) & n_male(x1) & Theme(s5,x1) & a_next(s5) & with(e1,x7) & in(x7,x8) & n_shirt(x8) & a_red(s4) & Theme(s4,x8) & n_girl(x7) & a_young(s3) & Theme(s3,x7) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_outdoors(x5) & of(x5,x6) & n_banjo(x6) & (x1 = x4) & in(x1,x2) & with(x2,x3) & n_fringe(x3) & a_decorative(s2) & Theme(s2,x3) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(at(e1,x7) & n_festival(x7) & of(x7,x6) & n_music(x6) & n_music(x6) & a_local(s2) & Theme(s2,x7) & Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & subset_of(x3,x1) & in(x3,x4) & n_clothes(x4) & of(x4,x5) & n_matching(x5) & a_near(s1) & Theme(s1,x4) & n_daughter(x3) & of(x3,x2) & n_male(x2) & subset_of(x2,x1) & n_man(x2))
7ab73ce6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(with(x9,x10) & with(x2,x3) & with(e1,x7) & v_play(e1) & v_beat(e2) & to(s5,x1) & of(x5,x6) & of(x10,x2) & n_shirt(x8) & n_shirt(x2) & n_outdoors(x5) & n_man(x1) & n_male(x1) & n_hand(x10) & n_girl(x7) & n_fringe(x3) & n_female(x2) & n_drum(x9) & n_banjo(x6) & in(x7,x8) & in(x1,x2) & for(s5,e2) & a_young(s3) & a_red(s4) & a_red(s1) & a_next(s5) & a_decorative(s2) & Theme(s5,x1) & Theme(s4,x8) & Theme(s3,x7) & Theme(s2,x3) & Theme(s1,x2) & Theme(e2,x9) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x1 = x4))
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_play(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x7,x6) & of(x4,x5) & of(x3,x2) & n_music(x6) & n_matching(x5) & n_man(x2) & n_male(x2) & n_festival(x7) & n_daughter(x3) & n_clothes(x4) & in(x3,x4) & at(e1,x7) & a_near(s1) & a_local(s2) & Theme(s2,x7) & Theme(s1,x4) & Theme(e1,x6) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
A man is playing a banjo for money on the street.
1
0.276578
A man playing a banjo is not necessarily for money on the street.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_street(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & on(x2,x4) & for(x2,x3) & n_money(x3) & n_banjo(x2) & n_man(x1))
7ab7477c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_play(e1) & on(x2,x4) & n_street(x4) & n_money(x3) & n_man(x1) & n_banjo(x2) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
A man is pounding on the drums on the stage.
2
0.000003
One who plays a banjo cannot be pounding on the drums simultaneously.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(n_stage(x3) & n_drum(x2) & on(e1,x2) & on(x2,x3) & Actor(e1,x1) & v_pound(e1) & n_man(x1))
7ab74c7c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_pound(e1) & on(x2,x3) & on(e1,x2) & n_stage(x3) & n_man(x1) & n_drum(x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
A performer plays a banjo at a concert.
1
0.575238
A man playing a banjo is not necessarily at a concert.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(at(e1,x3) & n_concert(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_banjo(x2) & n_performer(x1))
7ab76694-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_performer(x1) & n_concert(x3) & n_banjo(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
A man is playing a solo as his band performs at an outdoor concert.
1
0.557561
A man playing a banjo is not necessarily at an outdoor concert.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 p1 x1 x2 x3.(exists e2 s1 x4.(at(e2,x4) & n_concert(x4) & a_outdoor(s1) & Theme(s1,x4) & Actor(e2,x3) & v_perform(e2)) & n_band(x3) & of(x3,x1) & n_male(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_solo(x2) & n_man(x1))
7ab7704e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 p1 x1 x2 x3.(v_play(e1) & of(x3,x1) & n_solo(x2) & n_man(x1) & n_male(x1) & n_band(x3) & exists e2 s1 x4.(v_perform(e2) & n_concert(x4) & at(e2,x4) & a_outdoor(s1) & Theme(s1,x4) & Actor(e2,x3)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
A man plays the a banjo for a crowd of onlookers.
1
0.812865
A man playing a banjo is not necessarily for a crowd of onlookers.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_banjo(x2) & for(e1,x3) & of(x3,x4) & n_onlooker(x4) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
7ab77bde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & n_onlooker(x4) & n_man(x1) & n_crowd(x3) & n_banjo(x2) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
The man knows how to play an instrument.
1
0.694826
A man playing a banjo not necessarily implies knows how to play.
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Topic(e1,x2) & Actor(e1,x1) & v_know(e1) & n_manner(x2) & exists e2 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_play(e2) & n_instrument(x4)))
7ab78b60-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_know(e1) & n_manner(x2) & n_man(x1) & exists e2 x3 x4.(v_play(e2) & n_instrument(x4) & Theme(e2,x4) & Actor(e2,x3)) & Topic(e1,x2) & Actor(e1,x1))
A man dressed in red and white plays a banjo while others look on.
The man plays the banjo.
0
0.988484
A man who plays a banjo normally has on lookers around him
exists e1 x1 x2.(a_topic(x1) & all x3.(n_banjo(x3) -> exists p1 s1 s2 x4.(exists e2 p2 x5.(exists s3.(Theme(s3,x5) & a_on(s3)) & Topic(e2,p2) & Actor(e2,x5) & v_look(e2) & -(x5 = x1) & n_person(x5)) & while(e1,p1) & in(e1,x4) & for(x4,x3) & n_play(x4) & a_white(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4))) & n_person(x1) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_banjo(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
7ab79038-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_dress(e1) & n_person(x1) & n_man(x1) & all x3.(exists p1 s1 s2 x4.(while(e1,p1) & n_play(x4) & in(e1,x4) & for(x4,x3) & exists e2 p2 x5.(v_look(e2) & n_person(x5) & exists s3.(a_on(s3) & Theme(s3,x5)) & Topic(e2,p2) & Actor(e2,x5) & -(x5 = x1)) & a_white(s2) & a_red(s1) & Theme(s2,x4) & Theme(s1,x4)) | -n_banjo(x3)) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_banjo(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
a red neck strums his banjo
1
0.579275
playing doesn't always mean strums
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_strum(e1) & n_banjo(x2) & of(x2,x1) & n_male(x1) & n_neck(x1) & a_red(s1) & Theme(s1,x1))
7ab7a460-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_strum(e1) & of(x2,x1) & n_neck(x1) & n_male(x1) & n_banjo(x2) & a_red(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
Several band members play their instruments together.
2
0.004154
Members means more than a man. One cannot be play a banjo and instruments at the same time.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 s2 x1 x2 x3.(a_together(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_instrument(x3) & of(x3,x1) & n_thing(x1) & n_member(x1) & of(x1,x2) & n_band(x2) & a_several(s1) & Theme(s1,x1))
7ab7aef6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 s2 x1 x2 x3.(v_play(e1) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_member(x1) & n_instrument(x3) & n_band(x2) & a_together(s2) & a_several(s1) & Theme(s1,x1) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
A man with a red fringed shirt playing dueling banjos.
1
0.619876
banjo doesn't always mean dueling
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_banjo(x4) & of(x4,x5) & n_dueling(x5) & (x2 = x3) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
7ab7b3f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x1,x2) & v_play(e1) & of(x4,x5) & n_shirt(x2) & n_man(x1) & n_dueling(x5) & n_banjo(x4) & a_topic(x1) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
A man with a red fringed shirt is playing a banjo.
A man is playing an instrument.
0
0.981481
Banjo is an instrument
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1))
7ab7c2f6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
A man is playing an instrument.
0
0.981481
Banjo is an instrument
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1))
7ab7c83c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
Before a performance, the musician warms up.
1
0.658127
playing doesn't always mean warms up.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2.(n_musician(x1) & before(e1,x2) & n_performance(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_warm(e1))
7ab7dec6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_warm(e1) & n_performance(x2) & n_musician(x1) & before(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1))
A man with a red fringed shirt is playing a banjo.
The shirt is dirty.
1
0.002436
shirt doesn't always mean dirty.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1.(n_shirt(x1) & Theme(s1,x1) & a_dirty(s1))
7ab7e894-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists s1 x1.(n_shirt(x1) & a_dirty(s1) & Theme(s1,x1))
A man with a red fringed shirt is playing a banjo.
A man is playing the banjo outside.
1
0.739367
banjo doesn't always mean outside.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_banjo(x3) & with(x1,x2) & n_shirt(x2) & a_fringed(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(n_outside(x2) & of(x2,x3) & n_banjo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
7ab7ed8a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_shirt(x2) & n_man(x1) & n_banjo(x3) & a_red(s1) & a_fringed(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_outside(x2) & n_man(x1) & n_banjo(x3) & Theme(e1,x2) & Actor(e1,x1))
Small group of people putting on some kind of a performance.
A small group is barbecuing.
2
-100
putting and barbecuing are different actions
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & a_on(s2) & Manner(e1,s2) & of(e1,x5) & n_performance(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_kind(x4) & (x2 = x3) & n_people(x2) & n_group(x1) & a_small(s1) & Theme(s1,x1))
exists e1 s1 x1.(Actor(e1,x1) & v_barbecue(e1) & n_group(x1) & a_small(s1) & Theme(s1,x1))
7aba0642-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & of(x1,x2) & of(e1,x5) & n_performance(x5) & n_people(x2) & n_kind(x4) & n_group(x1) & a_topic(x1) & a_small(s1) & a_on(s2) & Theme(s1,x1) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1.(v_barbecue(e1) & n_group(x1) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1))
Small group of people putting on some kind of a performance.
A group is performing.
0
-100
Putting on some kind of performance implies that the group is performing.
exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & a_on(s2) & Manner(e1,s2) & of(e1,x5) & n_performance(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_kind(x4) & (x2 = x3) & n_people(x2) & n_group(x1) & a_small(s1) & Theme(s1,x1))
exists e1 x1.(Actor(e1,x1) & v_perform(e1) & n_group(x1))
7aba0aca-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & of(x1,x2) & of(e1,x5) & n_performance(x5) & n_people(x2) & n_kind(x4) & n_group(x1) & a_topic(x1) & a_small(s1) & a_on(s2) & Theme(s1,x1) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3))
exists e1 x1.(v_perform(e1) & n_group(x1) & Actor(e1,x1))
A bull rider in a white shirt jumping the fence to avoid being hit by the bull.
The man is at the rodeo.
1
-100
Not all bull riders are at the rodeo.
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_fence(x6) & a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 p2.(exists e3.(Actor(e3,x2) & Theme(e3,x4) & v_hit(e3)) & Topic(e2,p2) & Actor(e2,x4) & v_avoid(e2)) & n_bull(x2) & n_bull(x2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_rider(x1) & of(x1,x2))
exists p1 x1 x2.(n_rodeo(x2) & n_man(x1) & at(x1,x2))
7aba0f66-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(v_jump(e1) & of(x1,x2) & n_shirt(x3) & n_rider(x1) & n_fence(x6) & n_bull(x2) & in(x1,x3) & exists e2 p2.(v_avoid(e2) & exists e3.(v_hit(e3) & Theme(e3,x4) & Actor(e3,x2)) & Topic(e2,p2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x3 = x4))
exists x1 x2.(n_rodeo(x2) & n_man(x1) & at(x1,x2))
A bull rider in a white shirt jumping the fence to avoid being hit by the bull.
The person is trying to avoid getting hit by the bull.
0
-100
A bullrider is a person.
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_fence(x6) & a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 p2.(exists e3.(Actor(e3,x2) & Theme(e3,x4) & v_hit(e3)) & Topic(e2,p2) & Actor(e2,x4) & v_avoid(e2)) & n_bull(x2) & n_bull(x2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_rider(x1) & of(x1,x2))
exists e1 p1 x1 x2.(n_bull(x2) & n_person(x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2.(exists e3 p3.(exists e4.(Actor(e4,x2) & Theme(e4,x1) & v_hit(e4)) & Topic(e3,p3) & Actor(e3,x1) & v_get(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_avoid(e2)))
7aba1560-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(v_jump(e1) & of(x1,x2) & n_shirt(x3) & n_rider(x1) & n_fence(x6) & n_bull(x2) & in(x1,x3) & exists e2 p2.(v_avoid(e2) & exists e3.(v_hit(e3) & Theme(e3,x4) & Actor(e3,x2)) & Topic(e2,p2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x3 = x4))
exists e1 p1 x1 x2.(v_try(e1) & n_person(x1) & n_bull(x2) & exists e2 p2.(v_avoid(e2) & exists e3 p3.(v_get(e3) & exists e4.(v_hit(e4) & Theme(e4,x1) & Actor(e4,x2)) & Topic(e3,p3) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
A bull rider in a white shirt jumping the fence to avoid being hit by the bull.
The man is at the beach.
2
-100
it is not possible to find a bull at beach
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_fence(x6) & a_topic(x1) & in(x1,x3) & Topic(e1,p1) & exists e2 p2.(exists e3.(Actor(e3,x2) & Theme(e3,x4) & v_hit(e3)) & Topic(e2,p2) & Actor(e2,x4) & v_avoid(e2)) & n_bull(x2) & n_bull(x2) & Theme(e1,x6) & Actor(e1,x5) & v_jump(e1) & (x3 = x5) & (x3 = x4) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_rider(x1) & of(x1,x2))
exists p1 x1 x2.(n_beach(x2) & n_man(x1) & at(x1,x2))
7aba1c04-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(v_jump(e1) & of(x1,x2) & n_shirt(x3) & n_rider(x1) & n_fence(x6) & n_bull(x2) & in(x1,x3) & exists e2 p2.(v_avoid(e2) & exists e3.(v_hit(e3) & Theme(e3,x4) & Actor(e3,x2)) & Topic(e2,p2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x3) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5) & (x3 = x4))
exists x1 x2.(n_man(x1) & n_beach(x2) & at(x1,x2))
A troupe of three, one with a cello and one with a violin, perform in a room without a stage.
Tall people performing
1
-100
Not all troupes are tall.
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(in(e1,x8) & -exists x9.(with(x8,x9) & n_stage(x9)) & n_room(x8) & Actor(e1,x1) & v_perform(e1) & of(x1,x2) & rel(x2,x3) & subset_of(x6,x3) & with(x6,x7) & n_violin(x7) & n_thing(x6) & card_eq_1(x6) & subset_of(x4,x3) & with(x4,x5) & n_cello(x5) & n_thing(x4) & card_eq_1(x4) & n_thing(x2) & card_eq_3(x2) & n_troupe(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Actor(e1,x3) & v_perform(e1) & (x1 = x3) & n_people(x1) & (x1 = x2) & ne_nam_tall(x2))
7aba2140-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & with(x4,x5) & v_perform(e1) & subset_of(x6,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x1,x2) & n_violin(x7) & n_troupe(x1) & n_thing(x6) & n_thing(x4) & n_thing(x2) & n_room(x8) & n_cello(x5) & in(e1,x8) & card_eq_3(x2) & card_eq_1(x6) & card_eq_1(x4) & all x9.(-with(x8,x9) | -n_stage(x9)) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_perform(e1) & ne_nam_tall(x2) & n_people(x1) & a_topic(x1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
A troupe of three, one with a cello and one with a violin, perform in a room without a stage.
The people are on stage
2
-100
it is not possible to be and not to be on a stage at the same time
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(in(e1,x8) & -exists x9.(with(x8,x9) & n_stage(x9)) & n_room(x8) & Actor(e1,x1) & v_perform(e1) & of(x1,x2) & rel(x2,x3) & subset_of(x6,x3) & with(x6,x7) & n_violin(x7) & n_thing(x6) & card_eq_1(x6) & subset_of(x4,x3) & with(x4,x5) & n_cello(x5) & n_thing(x4) & card_eq_1(x4) & n_thing(x2) & card_eq_3(x2) & n_troupe(x1))
exists p1 x1.(n_people(x1) & exists x2.(on(x1,x2) & n_stage(x2)))
7aba265e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & with(x4,x5) & v_perform(e1) & subset_of(x6,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x1,x2) & n_violin(x7) & n_troupe(x1) & n_thing(x6) & n_thing(x4) & n_thing(x2) & n_room(x8) & n_cello(x5) & in(e1,x8) & card_eq_3(x2) & card_eq_1(x6) & card_eq_1(x4) & all x9.(-with(x8,x9) | -n_stage(x9)) & Actor(e1,x1))
exists x1.(n_people(x1) & exists x2.(on(x1,x2) & n_stage(x2)))
A troupe of three, one with a cello and one with a violin, perform in a room without a stage.
A person performing
1
-100
Not all persons are performing.
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(in(e1,x8) & -exists x9.(with(x8,x9) & n_stage(x9)) & n_room(x8) & Actor(e1,x1) & v_perform(e1) & of(x1,x2) & rel(x2,x3) & subset_of(x6,x3) & with(x6,x7) & n_violin(x7) & n_thing(x6) & card_eq_1(x6) & subset_of(x4,x3) & with(x4,x5) & n_cello(x5) & n_thing(x4) & card_eq_1(x4) & n_thing(x2) & card_eq_3(x2) & n_troupe(x1))
exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_person(x1))
7aba2b72-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x6,x7) & with(x4,x5) & v_perform(e1) & subset_of(x6,x3) & subset_of(x4,x3) & rel(x2,x3) & of(x1,x2) & n_violin(x7) & n_troupe(x1) & n_thing(x6) & n_thing(x4) & n_thing(x2) & n_room(x8) & n_cello(x5) & in(e1,x8) & card_eq_3(x2) & card_eq_1(x6) & card_eq_1(x4) & all x9.(-with(x8,x9) | -n_stage(x9)) & Actor(e1,x1))
exists e1 x1 x2.(v_perform(e1) & n_person(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
Four women dressed in red shirts are doing the hula dance while several people in the background watch.
a man is doing the hula
2
-100
women and man are different gender
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_watch(x7) & of(x7,x8) & n_background(x8) & n_dance(x4) & of(x4,x5) & n_hula(x5) & in(e2,x7) & while(e2,x6) & n_people(x6) & a_several(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & in(e1,x3) & n_shirt(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & card_eq_4(x1))
exists e1 x1 x2.(n_hula(x2) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_man(x1))
7aba4238-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & v_dress(e1) & v_do(e2) & of(x7,x8) & of(x4,x5) & n_woman(x1) & n_watch(x7) & n_shirt(x3) & n_people(x6) & n_hula(x5) & n_dance(x4) & n_background(x8) & in(e2,x7) & in(e1,x3) & card_eq_4(x1) & a_several(s2) & a_red(s1) & Theme(s2,x6) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2.(v_do(e1) & n_man(x1) & n_hula(x2) & Theme(e1,x2) & Actor(e1,x1))
Four women dressed in red shirts are doing the hula dance while several people in the background watch.
a group of women do the hula dance
0
-100
Four women is a group of women.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_watch(x7) & of(x7,x8) & n_background(x8) & n_dance(x4) & of(x4,x5) & n_hula(x5) & in(e2,x7) & while(e2,x6) & n_people(x6) & a_several(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & in(e1,x3) & n_shirt(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & card_eq_4(x1))
exists e1 x1 x2 x3 x4.(n_dance(x3) & of(x3,x4) & n_hula(x4) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & of(x1,x2) & n_woman(x2) & n_group(x1))
7aba481e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & v_dress(e1) & v_do(e2) & of(x7,x8) & of(x4,x5) & n_woman(x1) & n_watch(x7) & n_shirt(x3) & n_people(x6) & n_hula(x5) & n_dance(x4) & n_background(x8) & in(e2,x7) & in(e1,x3) & card_eq_4(x1) & a_several(s2) & a_red(s1) & Theme(s2,x6) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_do(e1) & of(x3,x4) & of(x1,x2) & n_woman(x2) & n_hula(x4) & n_group(x1) & n_dance(x3) & Theme(e1,x3) & Actor(e1,x1))
Four women dressed in red shirts are doing the hula dance while several people in the background watch.
there is a luau going on
1
-100
There is not always a luau.
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_watch(x7) & of(x7,x8) & n_background(x8) & n_dance(x4) & of(x4,x5) & n_hula(x5) & in(e2,x7) & while(e2,x6) & n_people(x6) & a_several(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_do(e2) & in(e1,x3) & n_shirt(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_woman(x1) & card_eq_4(x1))
exists p1 x1 e1 s1 x2 x3.((x1 = x2) & a_on(s1) & Manner(e1,s1) & Actor(e1,x3) & v_go(e1) & (x2 = x3) & n_luau(x2))
7aba4d5a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(while(e2,x6) & v_dress(e1) & v_do(e2) & of(x7,x8) & of(x4,x5) & n_woman(x1) & n_watch(x7) & n_shirt(x3) & n_people(x6) & n_hula(x5) & n_dance(x4) & n_background(x8) & in(e2,x7) & in(e1,x3) & card_eq_4(x1) & a_several(s2) & a_red(s1) & Theme(s2,x6) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists x1 e1 s1 x2 x3.(v_go(e1) & n_luau(x2) & a_on(s1) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
Two women in red skirts dancing for an audience.
The women are strippers.
1
-100
Not all women are strippers.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & for(e1,x4) & n_audience(x4) & Actor(e1,x3) & v_dance(e1) & (x2 = x3) & n_skirt(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1) & card_eq_2(x1))
exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_stripper(x2)))
7aba528c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_dance(e1) & n_woman(x1) & n_skirt(x2) & n_audience(x4) & in(x1,x2) & for(e1,x4) & card_eq_2(x1) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists x1.(n_woman(x1) & exists x2.(n_stripper(x2) & (x1 = x2)))
Two women in red skirts dancing for an audience.
The police officers in red skirts are dancing for an audience.
2
-100
not all the women are police officers
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & for(e1,x4) & n_audience(x4) & Actor(e1,x3) & v_dance(e1) & (x2 = x3) & n_skirt(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3 x4.(n_officer(x1) & of(x1,x2) & n_police(x2) & for(e1,x4) & n_audience(x4) & Actor(e1,x1) & v_dance(e1) & in(x1,x3) & n_skirt(x3) & a_red(s1) & Theme(s1,x3))
7aba57aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_dance(e1) & n_woman(x1) & n_skirt(x2) & n_audience(x4) & in(x1,x2) & for(e1,x4) & card_eq_2(x1) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 x1 x2 x3 x4.(v_dance(e1) & of(x1,x2) & n_skirt(x3) & n_police(x2) & n_officer(x1) & n_audience(x4) & in(x1,x3) & for(e1,x4) & a_red(s1) & Theme(s1,x3) & Actor(e1,x1))
Two women in red skirts dancing for an audience.
The women are dancing for an audience.
0
-100
Women are dancing in front of an audience.
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & for(e1,x4) & n_audience(x4) & Actor(e1,x3) & v_dance(e1) & (x2 = x3) & n_skirt(x2) & a_red(s1) & Theme(s1,x2) & n_woman(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_woman(x1) & for(e1,x2) & n_audience(x2) & Actor(e1,x1) & v_dance(e1))
7aba5cd2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_dance(e1) & n_woman(x1) & n_skirt(x2) & n_audience(x4) & in(x1,x2) & for(e1,x4) & card_eq_2(x1) & a_topic(x1) & a_red(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_dance(e1) & n_woman(x1) & n_audience(x2) & for(e1,x2) & Actor(e1,x1))
ladies dancing on a field while people watch.
People are sleeping while others watch.
2
-100
dancing and sleeping are different actions
exists e1 p1 x1 x2 x3.(a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_people(x4)) & while(e1,p1) & on(e1,x3) & n_field(x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_lady(x1))
exists e1 p1 x1.(exists e2 x2.(Actor(e2,x2) & v_watch(e2) & -(x2 = x1) & n_person(x2)) & n_person(x1) & while(e1,p1) & Actor(e1,x1) & v_sleep(e1) & n_people(x1))
7aba625e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & on(e1,x3) & n_lady(x1) & n_field(x3) & exists e2 x4.(v_watch(e2) & n_people(x4) & Actor(e2,x4)) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1.(while(e1,p1) & v_sleep(e1) & n_person(x1) & n_people(x1) & exists e2 x2.(v_watch(e2) & n_person(x2) & Actor(e2,x2) & -(x2 = x1)) & Actor(e1,x1))
ladies dancing on a field while people watch.
Friends are dancing while others watch intensely.
1
-100
Not all ladies are friends.
exists e1 p1 x1 x2 x3.(a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_people(x4)) & while(e1,p1) & on(e1,x3) & n_field(x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_lady(x1))
exists e1 p1 x1.(exists e2 x2 x3.(Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_intensely(x3) & -(x2 = x1) & n_person(x2)) & n_person(x1) & while(e1,p1) & Actor(e1,x1) & v_dance(e1) & n_friend(x1))
7aba6894-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & on(e1,x3) & n_lady(x1) & n_field(x3) & exists e2 x4.(v_watch(e2) & n_people(x4) & Actor(e2,x4)) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1.(while(e1,p1) & v_dance(e1) & n_person(x1) & n_friend(x1) & exists e2 x2 x3.(v_watch(e2) & n_person(x2) & n_intensely(x3) & Theme(e2,x3) & Actor(e2,x2) & -(x2 = x1)) & Actor(e1,x1))
ladies dancing on a field while people watch.
People are dancing.
0
-100
Ladies are people.
exists e1 p1 x1 x2 x3.(a_topic(x1) & exists e2 x4.(Actor(e2,x4) & v_watch(e2) & n_people(x4)) & while(e1,p1) & on(e1,x3) & n_field(x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_lady(x1))
exists e1 x1.(Actor(e1,x1) & v_dance(e1) & n_people(x1))
7aba6dda-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & on(e1,x3) & n_lady(x1) & n_field(x3) & exists e2 x4.(v_watch(e2) & n_people(x4) & Actor(e2,x4)) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_dance(e1) & n_people(x1) & Actor(e1,x1))
A white dog with tan ears is running through the snow
A dog is on his hind legs, begging for a treat.
2
-100
Running is a motion. Being on his hind legs implies the dog is sitting.
exists e1 s1 s2 x1 x2 x3.(n_snow(x3) & through(e1,x3) & Actor(e1,x1) & v_run(e1) & with(x1,x2) & n_ear(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
exists e1 p1 x1 x2 x3 x4.(for(p1,e1) & for(e1,x2) & n_treat(x2) & Actor(e1,x1) & v_beg(e1) & on(x1,x3) & n_leg(x3) & of(x3,x4) & n_hind(x4) & of(x3,x1) & n_male(x1) & n_dog(x1))
7aba7366-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_run(e1) & through(e1,x3) & n_snow(x3) & n_ear(x2) & n_dog(x1) & a_white(s1) & a_tan(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4.(v_beg(e1) & on(x1,x3) & of(x3,x4) & of(x3,x1) & n_treat(x2) & n_male(x1) & n_leg(x3) & n_hind(x4) & n_dog(x1) & for(p1,e1) & for(e1,x2) & Actor(e1,x1))
A white dog with tan ears is running through the snow
A dog is running through the snow chasing his own tail.
1
-100
The dog may not have been a male or chasing it's own tail.
exists e1 s1 s2 x1 x2 x3.(n_snow(x3) & through(e1,x3) & Actor(e1,x1) & v_run(e1) & with(x1,x2) & n_ear(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
exists e2 e1 s1 x1 x2 x3.(n_tail(x3) & a_own(s1) & Theme(s1,x3) & of(x3,x2) & n_male(x2) & n_snow(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_chase(e2) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
7aba7866-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_run(e1) & through(e1,x3) & n_snow(x3) & n_ear(x2) & n_dog(x1) & a_white(s1) & a_tan(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e2 e1 s1 x1 x2 x3.(v_run(e1) & v_chase(e2) & through(e1,x2) & of(x3,x2) & n_tail(x3) & n_snow(x2) & n_male(x2) & n_dog(x1) & for(e1,e2) & a_own(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1))
A white dog with tan ears is running through the snow
A dog is running through the snow.
0
-100
If the dog is already running through the snow, it can be assumed that they will continue running through the snow.
exists e1 s1 s2 x1 x2 x3.(n_snow(x3) & through(e1,x3) & Actor(e1,x1) & v_run(e1) & with(x1,x2) & n_ear(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_snow(x2) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
7aba7d5c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_run(e1) & through(e1,x3) & n_snow(x3) & n_ear(x2) & n_dog(x1) & a_white(s1) & a_tan(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_run(e1) & through(e1,x2) & n_snow(x2) & n_dog(x1) & Actor(e1,x1))
A young boy in a striped shirt shows off his arm muscle while holding an Easter egg hunt sign in the other hand.
A young boy is being paid to hold an Easter egg hunt sign.
1
-100
Just because someone hold an Easter egg, doesn't mean they are being paid.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(-(x9 = x9) & n_hand(x9) & while(e1,e2) & in(e2,x9) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_sign(x5) & of(x5,x8) & n_hunt(x8) & of(x5,x7) & n_egg(x7) & (x5 = x6) & ne_org_easter(x6) & a_off(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_show(e1) & n_muscle(x3) & of(x3,x4) & n_arm(x4) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_shirt(x2) & a_striped(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 p1 s1 x1.(Recipient(e1,p1) & Topic(e1,x1) & v_pay(e1) & exists e2 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_sign(x2) & of(x2,x5) & n_hunt(x5) & of(x2,x4) & n_egg(x4) & (x2 = x3) & ne_geo_easter(x3)) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
7aba9418-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e1,e2) & v_show(e1) & v_hold(e2) & of(x5,x8) & of(x5,x7) & of(x3,x4) & of(x3,x1) & ne_org_easter(x6) & n_sign(x5) & n_shirt(x2) & n_muscle(x3) & n_male(x1) & n_hunt(x8) & n_hand(x9) & n_egg(x7) & n_boy(x1) & n_arm(x4) & in(x1,x2) & in(e2,x9) & a_young(s1) & a_striped(s2) & a_off(s3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x5) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x1) & Actor(e1,x1) & -(x9 = x9) & (x5 = x6))
exists e1 p1 s1 x1.(v_pay(e1) & n_boy(x1) & exists e2 x2 x3 x4 x5.(v_hold(e2) & of(x2,x5) & of(x2,x4) & ne_geo_easter(x3) & n_sign(x2) & n_hunt(x5) & n_egg(x4) & Theme(e2,x2) & Actor(e2,x1) & (x2 = x3)) & a_young(s1) & Topic(e1,x1) & Theme(s1,x1) & Recipient(e1,p1))
A young boy in a striped shirt shows off his arm muscle while holding an Easter egg hunt sign in the other hand.
A young boy is holding a sign.
0
-100
A boy holding an Easter egg hunt sign in the other hand is definitely holding a sign.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(-(x9 = x9) & n_hand(x9) & while(e1,e2) & in(e2,x9) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_sign(x5) & of(x5,x8) & n_hunt(x8) & of(x5,x7) & n_egg(x7) & (x5 = x6) & ne_org_easter(x6) & a_off(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_show(e1) & n_muscle(x3) & of(x3,x4) & n_arm(x4) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_shirt(x2) & a_striped(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_sign(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
7aba9954-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e1,e2) & v_show(e1) & v_hold(e2) & of(x5,x8) & of(x5,x7) & of(x3,x4) & of(x3,x1) & ne_org_easter(x6) & n_sign(x5) & n_shirt(x2) & n_muscle(x3) & n_male(x1) & n_hunt(x8) & n_hand(x9) & n_egg(x7) & n_boy(x1) & n_arm(x4) & in(x1,x2) & in(e2,x9) & a_young(s1) & a_striped(s2) & a_off(s3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x5) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x1) & Actor(e1,x1) & -(x9 = x9) & (x5 = x6))
exists e1 s1 x1 x2.(v_hold(e1) & n_sign(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A young boy in a striped shirt shows off his arm muscle while holding an Easter egg hunt sign in the other hand.
A boy in a sweater is holding an Easter basket.
2
-100
It's either a shirt or a sweater.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(-(x9 = x9) & n_hand(x9) & while(e1,e2) & in(e2,x9) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_sign(x5) & of(x5,x8) & n_hunt(x8) & of(x5,x7) & n_egg(x7) & (x5 = x6) & ne_org_easter(x6) & a_off(s3) & Manner(e1,s3) & Theme(e1,x3) & Actor(e1,x1) & v_show(e1) & n_muscle(x3) & of(x3,x4) & n_arm(x4) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_shirt(x2) & a_striped(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_basket(x3) & of(x3,x4) & n_easter(x4) & in(x1,x2) & n_sweater(x2) & n_boy(x1))
7aba9e5e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e1,e2) & v_show(e1) & v_hold(e2) & of(x5,x8) & of(x5,x7) & of(x3,x4) & of(x3,x1) & ne_org_easter(x6) & n_sign(x5) & n_shirt(x2) & n_muscle(x3) & n_male(x1) & n_hunt(x8) & n_hand(x9) & n_egg(x7) & n_boy(x1) & n_arm(x4) & in(x1,x2) & in(e2,x9) & a_young(s1) & a_striped(s2) & a_off(s3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x5) & Theme(e1,x3) & Manner(e1,s3) & Actor(e2,x1) & Actor(e1,x1) & -(x9 = x9) & (x5 = x6))
exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_sweater(x2) & n_easter(x4) & n_boy(x1) & n_basket(x3) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1))
A group of men using sanding machines on rocks.
A group of men eating lunch.
2
-100
YOU CANNOT USE SANDING MACHINES ON ROCKS WHILE YOU ARE EATING LUNCH.
exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_use(e2) & on(x4,x5) & n_rock(x5) & n_machine(x4) & Actor(e1,x4) & v_sand(e1) & (x2 = x3) & n_man(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & n_lunch(x4) & (x2 = x3) & n_man(x2) & n_group(x1))
7abaa368-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(v_use(e2) & v_sand(e1) & on(x4,x5) & of(x1,x2) & n_rock(x5) & n_man(x2) & n_machine(x4) & n_group(x1) & a_topic(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x4) & (x2 = x3))
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x1,x2) & n_man(x2) & n_lunch(x4) & n_group(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
A group of men using sanding machines on rocks.
A group of men using machines.
0
-100
Sanding machines are machines.
exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_use(e2) & on(x4,x5) & n_rock(x5) & n_machine(x4) & Actor(e1,x4) & v_sand(e1) & (x2 = x3) & n_man(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_machine(x4) & (x2 = x3) & n_man(x2) & n_group(x1))
7abaa8d6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(v_use(e2) & v_sand(e1) & on(x4,x5) & of(x1,x2) & n_rock(x5) & n_man(x2) & n_machine(x4) & n_group(x1) & a_topic(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x4) & (x2 = x3))
exists e1 x1 x2 x3 x4.(v_use(e1) & of(x1,x2) & n_man(x2) & n_machine(x4) & n_group(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
A group of men using sanding machines on rocks.
A group of men smoothing the rocks.
1
-100
a sanding machine isn't always used for smoothing things out.
exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_use(e2) & on(x4,x5) & n_rock(x5) & n_machine(x4) & Actor(e1,x4) & v_sand(e1) & (x2 = x3) & n_man(x2) & n_group(x1))
exists e1 x1 x2 x3 x4.(n_rock(x4) & a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_smooth(e1) & (x2 = x3) & n_man(x2) & n_group(x1))
7abaaed0-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5.(v_use(e2) & v_sand(e1) & on(x4,x5) & of(x1,x2) & n_rock(x5) & n_man(x2) & n_machine(x4) & n_group(x1) & a_topic(x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x4) & (x2 = x3))
exists e1 x1 x2 x3 x4.(v_smooth(e1) & of(x1,x2) & n_rock(x4) & n_man(x2) & n_group(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
Boy making a muscle holding paper that says Easter egg hunt.
The boy is celebrating Easter.
1
-100
You can not infer they are celebrating.
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(ne_nam_boy(x1) & Theme(e3,x2) & Actor(e3,x1) & v_make(e3) & Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & n_hunt(x6) & of(x6,x8) & n_egg(x8) & (x6 = x7) & ne_geo_easter(x7) & (x4 = x5) & n_paper(x4) & (x2 = x3) & n_muscle(x2))
exists e1 x1 x2.(ne_per_easter(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_celebrate(e1))
7abab4f2-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_say(e1) & v_make(e3) & v_hold(e2) & of(x6,x8) & ne_nam_boy(x1) & ne_geo_easter(x7) & n_paper(x4) & n_muscle(x2) & n_hunt(x6) & n_egg(x8) & Theme(e3,x2) & Theme(e2,x4) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x3) & Actor(e1,x5) & (x6 = x7) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2.(v_celebrate(e1) & ne_per_easter(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
Boy making a muscle holding paper that says Easter egg hunt.
The boy is asleep.
2
-100
holding and asleep are two different actions
exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_nam_boy(x1) & Theme(e3,x2) & Actor(e3,x1) & v_make(e3) & Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & n_hunt(x6) & of(x6,x8) & n_egg(x8) & (x6 = x7) & ne_geo_easter(x7) & (x4 = x5) & n_paper(x4) & (x2 = x3) & n_muscle(x2))
exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_asleep(s1))
7ababa38-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_say(e1) & v_make(e3) & v_hold(e2) & of(x6,x8) & ne_nam_boy(x1) & ne_geo_easter(x7) & n_paper(x4) & n_muscle(x2) & n_hunt(x6) & n_egg(x8) & Theme(e3,x2) & Theme(e2,x4) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x3) & Actor(e1,x5) & (x6 = x7) & (x4 = x5) & (x2 = x3))
exists s1 x1.(n_boy(x1) & a_asleep(s1) & Theme(s1,x1))
Boy making a muscle holding paper that says Easter egg hunt.
The boy has muscles.
0
-100
Making a muscle is the same as has muscles.
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(ne_nam_boy(x1) & Theme(e3,x2) & Actor(e3,x1) & v_make(e3) & Theme(e2,x4) & Actor(e2,x3) & v_hold(e2) & Theme(e1,x6) & Actor(e1,x5) & v_say(e1) & n_hunt(x6) & of(x6,x8) & n_egg(x8) & (x6 = x7) & ne_geo_easter(x7) & (x4 = x5) & n_paper(x4) & (x2 = x3) & n_muscle(x2))
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_muscle(x2))
7ababf4c-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_say(e1) & v_make(e3) & v_hold(e2) & of(x6,x8) & ne_nam_boy(x1) & ne_geo_easter(x7) & n_paper(x4) & n_muscle(x2) & n_hunt(x6) & n_egg(x8) & Theme(e3,x2) & Theme(e2,x4) & Theme(e1,x6) & Actor(e3,x1) & Actor(e2,x3) & Actor(e1,x5) & (x6 = x7) & (x4 = x5) & (x2 = x3))
exists e1 x1 x2.(v_have(e1) & n_muscle(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A group of workers cutting cement blocks with electric saws.
A group of workers drinking soft drinks
2
-100
The same subjects cannot be cutting cement and drinking soft drinks.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(e1,x6) & n_saw(x6) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_block(x4) & of(x4,x5) & n_cement(x5) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_drink(e1) & n_drink(x4) & a_soft(s1) & Theme(s1,x4) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
7abac456-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_cut(e1) & of(x4,x5) & of(x1,x2) & n_worker(x2) & n_saw(x6) & n_group(x1) & n_cement(x5) & n_block(x4) & a_topic(x1) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2 x3 x4.(v_drink(e1) & of(x1,x2) & n_worker(x2) & n_group(x1) & n_drink(x4) & a_topic(x1) & a_soft(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
A group of workers cutting cement blocks with electric saws.
A group of workers cutting cement blocks
0
-100
workers cutting cement blocks is the same as workers cutting cement blocks
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(e1,x6) & n_saw(x6) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_block(x4) & of(x4,x5) & n_cement(x5) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_block(x4) & of(x4,x5) & n_cement(x5) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
7abac942-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_cut(e1) & of(x4,x5) & of(x1,x2) & n_worker(x2) & n_saw(x6) & n_group(x1) & n_cement(x5) & n_block(x4) & a_topic(x1) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists e1 x1 x2 x3 x4 x5.(v_cut(e1) & of(x4,x5) & of(x1,x2) & n_worker(x2) & n_group(x1) & n_cement(x5) & n_block(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
A group of workers cutting cement blocks with electric saws.
A group of workers cutting cement blocks accurately
1
-100
Just because they are cutting cement blocks, does not mean they are doing it accurately.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(e1,x6) & n_saw(x6) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_block(x4) & of(x4,x5) & n_cement(x5) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & a_accurately(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_cut(e1) & n_block(x4) & of(x4,x5) & n_cement(x5) & (x1 = x3) & of(x1,x2) & n_worker(x2) & n_group(x1))
7abace2e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_cut(e1) & of(x4,x5) & of(x1,x2) & n_worker(x2) & n_saw(x6) & n_group(x1) & n_cement(x5) & n_block(x4) & a_topic(x1) & a_electric(s1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
exists e1 s1 x1 x2 x3 x4 x5.(v_cut(e1) & of(x4,x5) & of(x1,x2) & n_worker(x2) & n_group(x1) & n_cement(x5) & n_block(x4) & a_topic(x1) & a_accurately(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x1 = x3))
A groom leaps off of a stone wall and into his wife's arms.
A groom jumps into his wife's arm.
0
-100
if he leaps he must be jumping
exists e1 e2 x1 x2 x3 x4 x5 x6.(into(e2,x6) & n_arm(x6) & of(x6,x5) & n_wife(x5) & of(x5,x1) & n_male(x1) & Actor(e2,x4) & v_leap(e2) & n_groom(x4) & of(e1,x2) & n_wall(x2) & of(x2,x3) & n_stone(x3) & r_off(e1) & Actor(e1,x1) & v_leap(e1) & n_groom(x1))
exists e1 x1 x2 x3.(into(e1,x3) & n_arm(x3) & of(x3,x2) & n_wife(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_jump(e1) & n_groom(x1))
7abad32e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_leap(e2) & v_leap(e1) & r_off(e1) & of(x6,x5) & of(x5,x1) & of(x2,x3) & of(e1,x2) & n_wife(x5) & n_wall(x2) & n_stone(x3) & n_male(x1) & n_groom(x4) & n_groom(x1) & n_arm(x6) & into(e2,x6) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_jump(e1) & of(x3,x2) & of(x2,x1) & n_wife(x2) & n_male(x1) & n_groom(x1) & n_arm(x3) & into(e1,x3) & Actor(e1,x1))
A groom leaps off of a stone wall and into his wife's arms.
A bride jumps into her grooms arms.
2
-100
The same subject cannot be both a groom and a bride.
exists e1 e2 x1 x2 x3 x4 x5 x6.(into(e2,x6) & n_arm(x6) & of(x6,x5) & n_wife(x5) & of(x5,x1) & n_male(x1) & Actor(e2,x4) & v_leap(e2) & n_groom(x4) & of(e1,x2) & n_wall(x2) & of(x2,x3) & n_stone(x3) & r_off(e1) & Actor(e1,x1) & v_leap(e1) & n_groom(x1))
exists e1 x1 x2 x3.(into(e1,x2) & n_arm(x2) & of(x2,x3) & n_groom(x3) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_jump(e1) & n_bride(x1))
7abad888-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_leap(e2) & v_leap(e1) & r_off(e1) & of(x6,x5) & of(x5,x1) & of(x2,x3) & of(e1,x2) & n_wife(x5) & n_wall(x2) & n_stone(x3) & n_male(x1) & n_groom(x4) & n_groom(x1) & n_arm(x6) & into(e2,x6) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_jump(e1) & of(x2,x3) & of(x2,x1) & n_groom(x3) & n_female(x1) & n_bride(x1) & n_arm(x2) & into(e1,x2) & Actor(e1,x1))
A groom leaps off of a stone wall and into his wife's arms.
A couple is taking wedding photographs.
1
-100
Just because there is a bride and groom does not mean they are taking wedding photographs.
exists e1 e2 x1 x2 x3 x4 x5 x6.(into(e2,x6) & n_arm(x6) & of(x6,x5) & n_wife(x5) & of(x5,x1) & n_male(x1) & Actor(e2,x4) & v_leap(e2) & n_groom(x4) & of(e1,x2) & n_wall(x2) & of(x2,x3) & n_stone(x3) & r_off(e1) & Actor(e1,x1) & v_leap(e1) & n_groom(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_photograph(x2) & a_wedding(s1) & Theme(s1,x2) & n_couple(x1))
7abade6e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_leap(e2) & v_leap(e1) & r_off(e1) & of(x6,x5) & of(x5,x1) & of(x2,x3) & of(e1,x2) & n_wife(x5) & n_wall(x2) & n_stone(x3) & n_male(x1) & n_groom(x4) & n_groom(x1) & n_arm(x6) & into(e2,x6) & Actor(e2,x4) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_take(e1) & n_photograph(x2) & n_couple(x1) & a_wedding(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A bride and groom jump towards each other with arms outstretched.
The bride and the groom had their backs to each other.
2
-100
The same subject cannot both jump towards each other and have their backs to each other.
exists e1 x1 x2 x3 x4.(Theme(e1,x1) & v_outstretch(e1) & all x5.(n_other(x5) -> exists x6.(subset_of(x3,x1) & with(x3,x6) & n_arm(x6) & towards(x3,x5))) & n_jump(x3) & of(x3,x4) & n_groom(x4) & subset_of(x2,x1) & n_bride(x2))
exists e1 x1 x2 x3 x4.(n_back(x4) & of(x4,x2) & n_thing(x2) & n_groom(x3) & n_bride(x2) & all x5.(n_other(x5) -> to(e1,x5)) & Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & subset_of(x3,x1) & subset_of(x2,x1))
7abae328-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_outstretch(e1) & subset_of(x2,x1) & of(x3,x4) & n_jump(x3) & n_groom(x4) & n_bride(x2) & all x5.(exists x6.(with(x3,x6) & towards(x3,x5) & subset_of(x3,x1) & n_arm(x6)) | -n_other(x5)) & Theme(e1,x1))
exists e1 x1 x2 x3 x4.(v_have(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x2) & n_thing(x2) & n_groom(x3) & n_bride(x2) & n_back(x4) & all x5.(to(e1,x5) | -n_other(x5)) & Theme(e1,x4) & Actor(e1,x1))
A bride and groom jump towards each other with arms outstretched.
The bride and the groom have their arms open.
0
-100
you cannot have your arms outstretched without your arms being open
exists e1 x1 x2 x3 x4.(Theme(e1,x1) & v_outstretch(e1) & all x5.(n_other(x5) -> exists x6.(subset_of(x3,x1) & with(x3,x6) & n_arm(x6) & towards(x3,x5))) & n_jump(x3) & of(x3,x4) & n_groom(x4) & subset_of(x2,x1) & n_bride(x2))
exists e1 s1 x1 x2 x3 x4 x5.(n_arm(x4) & of(x4,x2) & n_thing(x2) & n_groom(x3) & n_bride(x2) & Theme(e1,x4) & Actor(e1,x1) & v_have(e1) & Theme(s1,x5) & a_open(s1) & (x4 = x5) & subset_of(x3,x1) & subset_of(x2,x1))
7abae7c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_outstretch(e1) & subset_of(x2,x1) & of(x3,x4) & n_jump(x3) & n_groom(x4) & n_bride(x2) & all x5.(exists x6.(with(x3,x6) & towards(x3,x5) & subset_of(x3,x1) & n_arm(x6)) | -n_other(x5)) & Theme(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_have(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x2) & n_thing(x2) & n_groom(x3) & n_bride(x2) & n_arm(x4) & a_open(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x1) & (x4 = x5))
A bride and groom jump towards each other with arms outstretched.
The bride and the groom just got married.
1
-100
Just because the bride and groom are jumping towards each other does not mean they just got married.
exists e1 x1 x2 x3 x4.(Theme(e1,x1) & v_outstretch(e1) & all x5.(n_other(x5) -> exists x6.(subset_of(x3,x1) & with(x3,x6) & n_arm(x6) & towards(x3,x5))) & n_jump(x3) & of(x3,x4) & n_groom(x4) & subset_of(x2,x1) & n_bride(x2))
exists e1 p1 s1 x1 x2 x3.(n_groom(x3) & n_bride(x2) & a_just(s1) & Manner(e1,s1) & exists e2.(Actor(e2,x1) & v_marry(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & subset_of(x3,x1) & subset_of(x2,x1))
7abaec74-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_outstretch(e1) & subset_of(x2,x1) & of(x3,x4) & n_jump(x3) & n_groom(x4) & n_bride(x2) & all x5.(exists x6.(with(x3,x6) & towards(x3,x5) & subset_of(x3,x1) & n_arm(x6)) | -n_other(x5)) & Theme(e1,x1))
exists e1 p1 s1 x1 x2 x3.(v_get(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_groom(x3) & n_bride(x2) & exists e2.(v_marry(e2) & Actor(e2,x1)) & a_just(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1))