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
Four teenagers are in a church playing their instruments.
Teenagers are performing a concert in church
1
0.744968
Jut because they are playing their instruments doesn't mean they are performing in a church concert.
exists p1 x1 x4.(exists e1 x2 x3.(in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_church(x2)) & n_instrument(x4) & of(x4,x1) & n_thing(x1) & n_teenager(x1) & card_eq_4(x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_concert(x2) & n_teenager(x1))
76abeade-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x4.(of(x4,x1) & n_thing(x1) & n_teenager(x1) & n_instrument(x4) & exists e1 x2 x3.(v_play(e1) & n_church(x2) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) & card_eq_4(x1))
exists e1 x1 x2 x3.(v_perform(e1) & n_teenager(x1) & n_concert(x2) & n_church(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
Four teenagers are in a church playing their instruments.
They are in a band.
1
0.789912
Just because they are playing their instruments doesn't mean they are in a band.
exists p1 x1 x4.(exists e1 x2 x3.(in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_church(x2)) & n_instrument(x4) & of(x4,x1) & n_thing(x1) & n_teenager(x1) & card_eq_4(x1))
exists p1 x1.(n_thing(x1) & exists x2.(in(x1,x2) & n_band(x2)))
76abfa1a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x4.(of(x4,x1) & n_thing(x1) & n_teenager(x1) & n_instrument(x4) & exists e1 x2 x3.(v_play(e1) & n_church(x2) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) & card_eq_4(x1))
exists x1.(n_thing(x1) & exists x2.(n_band(x2) & in(x1,x2)))
Four teenagers are in a church playing their instruments.
The teens are all female.
1
0.001841
Just because the teenagers are in church playing their instruments that doesn't make them all female.
exists p1 x1 x4.(exists e1 x2 x3.(in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_church(x2)) & n_instrument(x4) & of(x4,x1) & n_thing(x1) & n_teenager(x1) & card_eq_4(x1))
exists p1 x1.(n_teens(x1) & all x2.(n_female(x2) -> (x1 = x2)))
76abff06-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x4.(of(x4,x1) & n_thing(x1) & n_teenager(x1) & n_instrument(x4) & exists e1 x2 x3.(v_play(e1) & n_church(x2) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) & card_eq_4(x1))
exists x1.(n_teens(x1) & all x2.(-n_female(x2) | (x1 = x2)))
Four teenagers are in a church playing their instruments.
A school band performs for a church group.
1
0.572007
Just because four teenagers are playing their instruments in church that doesn't make them a school band.
exists p1 x1 x4.(exists e1 x2 x3.(in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_church(x2)) & n_instrument(x4) & of(x4,x1) & n_thing(x1) & n_teenager(x1) & card_eq_4(x1))
exists e1 x1 x2 x3 x4.(for(e1,x3) & n_group(x3) & of(x3,x4) & n_church(x4) & Actor(e1,x1) & v_perform(e1) & n_band(x1) & of(x1,x2) & n_school(x2))
76ac08c0-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x4.(of(x4,x1) & n_thing(x1) & n_teenager(x1) & n_instrument(x4) & exists e1 x2 x3.(v_play(e1) & n_church(x2) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) & card_eq_4(x1))
exists e1 x1 x2 x3 x4.(v_perform(e1) & of(x3,x4) & of(x1,x2) & n_school(x2) & n_group(x3) & n_church(x4) & n_band(x1) & for(e1,x3) & Actor(e1,x1))
A man playing the guitar at a club.
The man is the lead singer for a band.
1
-100
A man playing the guitar at a club is not necessarily the lead singer for a band.
exists e1 x1 x2 x3 x4.(n_guitar(x3) & a_topic(x1) & at(e1,x4) & n_club(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_man(x1))
exists p1 x1 x2 x3.(n_singer(x2) & of(x2,x3) & n_lead(x3) & n_man(x1) & exists x4.((x1 = x2) & for(x2,x4) & n_band(x4)))
76acccec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_guitar(x3) & n_club(x4) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(of(x2,x3) & n_singer(x2) & n_man(x1) & n_lead(x3) & exists x4.(n_band(x4) & for(x2,x4) & (x1 = x2)))
A man playing the guitar at a club.
A man plays a guitar.
0
-100
Man and guitar are repeated.
exists e1 x1 x2 x3 x4.(n_guitar(x3) & a_topic(x1) & at(e1,x4) & n_club(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
76acd228-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_guitar(x3) & n_club(x4) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A man playing the guitar at a club.
A woman plays the violin in a concert hall.
2
-100
A human cannot be both a woman and a man simultaneously.
exists e1 x1 x2 x3 x4.(n_guitar(x3) & a_topic(x1) & at(e1,x4) & n_club(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_violin(x2) & in(e1,x3) & n_hall(x3) & of(x3,x4) & n_concert(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_woman(x1))
76acd714-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_play(e1) & n_man(x1) & n_guitar(x3) & n_club(x4) & at(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & n_woman(x1) & n_violin(x2) & n_hall(x3) & n_concert(x4) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man in a black cap and blue coat is playing the accordion while sitting down.
the woman in black played the flute
2
-100
It can either be a man or a woman. One cannot be playing the flute and playing the accordion simultaneously.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_accordion(x5) & while(e1,e2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_cap(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1))
exists e1 x1 x2 x3.(n_flute(x3) & n_woman(x1) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_black(x2))
76acdc28-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(while(e1,e2) & v_sit(e2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_coat(x4) & n_cap(x3) & n_accordion(x5) & in(x1,x2) & a_down(s3) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_play(e1) & n_woman(x1) & n_flute(x3) & n_black(x2) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1))
A man in a black cap and blue coat is playing the accordion while sitting down.
the man is performing for tips
1
-100
Not all performing is done for tips.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_accordion(x5) & while(e1,e2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_cap(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & for(e1,x2) & n_tip(x2) & Actor(e1,x1) & v_perform(e1))
76ace16e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5.(while(e1,e2) & v_sit(e2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_coat(x4) & n_cap(x3) & n_accordion(x5) & in(x1,x2) & a_down(s3) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_perform(e1) & n_tip(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1))
A man in a black cap and blue coat is playing the accordion while sitting down.
the man is playing music
0
-100
playing the accordion is inferred as playing music
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(n_accordion(x5) & while(e1,e2) & a_down(s3) & Manner(e2,s3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_coat(x4) & a_blue(s2) & Theme(s2,x4) & n_cap(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2))
76ace66e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5.(while(e1,e2) & v_sit(e2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_coat(x4) & n_cap(x3) & n_accordion(x5) & in(x1,x2) & a_down(s3) & a_blue(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_music(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
The man playing an accordion is outside.
1
0.854033
The fact that there is a man with a fedora hat and blue dress coat playing an accordion in front of a sign does not imply that he is playing an accordion outside.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 s1 x1 x2 x3.(n_man(x1) & Theme(s1,x1) & a_outside(s1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_accordion(x3) & (x1 = x2))
76aceb6e-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_accordion(x3) & a_outside(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
There is a man with no hat.
2
0.000253
If a man has no hat, then he cannot wear a fedora at the same time.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists p1 x1 x2.(-exists x3.((x1 = x2) & with(x2,x3) & n_hat(x3)) & n_man(x2))
76acf05a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists x1 x2.(n_man(x2) & all x3.(-with(x2,x3) | -n_hat(x3) | -(x1 = x2)))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
A man plays an instument
0
0.975737
Man is repeated, and an accordion is a type of instrument.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instument(x2) & n_man(x1))
76acf73a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instument(x2) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
There is a man with a white fedora hat.
1
0.938096
Sentence 1 is missing white hat.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists p1 x1 s1 x2 x3 x4.((x1 = x2) & with(x2,x3) & n_hat(x3) & of(x3,x4) & n_fedora(x4) & a_white(s1) & Theme(s1,x3) & n_man(x2))
76acfd02-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists x1 s1 x2 x3 x4.(with(x2,x3) & of(x3,x4) & n_man(x2) & n_hat(x3) & n_fedora(x4) & a_white(s1) & Theme(s1,x3) & (x1 = x2))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
The man is playing a trumpet.
2
-100
A man cannot play an accordion and a trumpet at the same time.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_trumpet(x2))
76ad022a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_trumpet(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
a guy plays jazz music in front of a sign
1
0.578468
We don't know that the guy plays jazz.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2 x3 x4 x5.(in(e1,x4) & of(x4,x5) & n_sign(x5) & n_front(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & of(x2,x3) & n_jazz(x3) & n_guy(x1))
76ad07ac-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2 x3 x4 x5.(v_play(e1) & of(x4,x5) & of(x2,x3) & n_sign(x5) & n_music(x2) & n_jazz(x3) & n_guy(x1) & n_front(x4) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
A man performs for tips
1
0.808248
tips is a shortcut to perform action
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2.(for(e1,x2) & n_tip(x2) & Actor(e1,x1) & v_perform(e1) & n_man(x1))
76ad0cc0-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2.(v_perform(e1) & n_tip(x2) & n_man(x1) & for(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
a guy plays music in front of a sign
0
-100
Man is synonym for guy, and an accordion makes music.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_sign(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_guy(x1))
76ad11ac-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & n_sign(x4) & n_music(x2) & n_guy(x1) & n_front(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
There is a man with a fedora hat.
0
-100
Man and fedora hat are repeated.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists p1 x1 x2 x3 x4.((x1 = x2) & with(x2,x3) & n_hat(x3) & of(x3,x4) & n_fedora(x4) & n_man(x2))
76ad16a2-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists x1 x2 x3 x4.(with(x2,x3) & of(x3,x4) & n_man(x2) & n_hat(x3) & n_fedora(x4) & (x1 = x2))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
A man is playing an accordion in a hat.
0
-100
Man and accordion are repeated, and a fedora hat is a specific kind of hat.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2 x3.(in(e1,x3) & n_hat(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_accordion(x2) & n_man(x1))
76ad1cb0-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_hat(x3) & n_accordion(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
a guy plays football in space
2
-100
A person cannot play an accordion and football at the same time. A person cannot play in front of a sign and in space at the same time.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2 x3.(in(e1,x3) & n_space(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_football(x2) & n_guy(x1))
76ad21e2-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_space(x3) & n_guy(x1) & n_football(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
A man scuba diving.
2
-100
A man cannot play an accordion and go scuba diving at the same time.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists x1 x2 x3.(a_topic(x1) & n_diving(x1) & of(x1,x3) & n_scuba(x3) & of(x1,x2) & n_man(x2))
76ad26ce-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists x1 x2 x3.(of(x1,x3) & of(x1,x2) & n_scuba(x3) & n_man(x2) & n_diving(x1) & a_topic(x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
The man is playing the piano.
2
-100
A man cannot play an accordion and a piano at the same time.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1 x2.(n_piano(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
76ad2c0a-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_piano(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
There is a man wearing a hat playing an instrument in front of a sign.
0
-100
Fedora hat is a specific kind of hat, and accordion is an instrument.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists p1 x1 e2 e1 x2 x3 x4 x5 x6 x7 x8.((x1 = x2) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & in(e1,x7) & of(x7,x8) & n_sign(x8) & n_front(x7) & Theme(e1,x6) & Actor(e1,x5) & v_play(e1) & n_instrument(x6) & (x4 = x5) & n_hat(x4) & (x2 = x3) & n_man(x2))
76ad3146-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists x1 e2 e1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_play(e1) & of(x7,x8) & n_sign(x8) & n_man(x2) & n_instrument(x6) & n_hat(x4) & n_front(x7) & in(e1,x7) & Theme(e2,x4) & Theme(e1,x6) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x2 = x3) & (x1 = x2))
There is a man with a fedora hat and blue dress coat playing an accordion in front of a sign.
The fedora is brown.
1
0.001638
A fedora does not have to be brown.
exists p1 x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.((x1 = x2) & in(e1,x10) & of(x10,x11) & n_sign(x11) & n_front(x10) & Theme(e1,x9) & Actor(e1,x8) & v_play(e1) & n_accordion(x9) & (x2 = x8) & with(x2,x3) & n_coat(x5) & of(x5,x7) & n_dress(x7) & a_blue(s1) & Theme(s1,x5) & n_hat(x4) & of(x4,x6) & n_fedora(x6) & subset_of(x5,x3) & subset_of(x4,x3) & n_man(x2))
exists e1 x1.(n_fedora(x1) & Theme(e1,x1) & v_brown(e1))
76ad3632-e4c8-11ec-9cdd-0242ac1c0002
exists x1 e1 s1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x2,x3) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & of(x10,x11) & n_sign(x11) & n_man(x2) & n_hat(x4) & n_front(x10) & n_fedora(x6) & n_dress(x7) & n_coat(x5) & n_accordion(x9) & in(e1,x10) & a_blue(s1) & Theme(s1,x5) & Theme(e1,x9) & Actor(e1,x8) & (x2 = x8) & (x1 = x2))
exists e1 x1.(v_brown(e1) & n_fedora(x1) & Theme(e1,x1))
A man with a tattoo on his right arm is playing a guitar on stage at a bar.
A man has a tattoo on his left arm
2
-100
The right and left arms are different arms.
exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x6) & n_bar(x6) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & with(x1,x2) & on(x2,x3) & n_arm(x3) & a_right(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_tattoo(x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_arm(x3) & of(x3,x4) & n_left(x4) & of(x3,x1) & n_male(x1) & n_tattoo(x2) & n_man(x1))
76ad3b28-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & on(x2,x3) & on(e1,x5) & of(x3,x1) & n_tattoo(x2) & n_stage(x5) & n_man(x1) & n_male(x1) & n_guitar(x4) & n_bar(x6) & n_arm(x3) & at(e1,x6) & a_right(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_have(e1) & on(x2,x3) & of(x3,x4) & of(x3,x1) & n_tattoo(x2) & n_man(x1) & n_male(x1) & n_left(x4) & n_arm(x3) & Theme(e1,x2) & Actor(e1,x1))
A man with a tattoo on his right arm is playing a guitar on stage at a bar.
A man has a tattoo on his right arm
0
-100
Man with a tattoo on his right arm is mentioned in both sentences
exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x6) & n_bar(x6) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & with(x1,x2) & on(x2,x3) & n_arm(x3) & a_right(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_tattoo(x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_arm(x3) & a_right(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_tattoo(x2) & n_man(x1))
76ad401e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & on(x2,x3) & on(e1,x5) & of(x3,x1) & n_tattoo(x2) & n_stage(x5) & n_man(x1) & n_male(x1) & n_guitar(x4) & n_bar(x6) & n_arm(x3) & at(e1,x6) & a_right(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_have(e1) & on(x2,x3) & of(x3,x1) & n_tattoo(x2) & n_man(x1) & n_male(x1) & n_arm(x3) & a_right(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man with a tattoo on his right arm is playing a guitar on stage at a bar.
A man is performing for a crowd
1
-100
Just because he is playing a guitar on stage does not mean there is a crowd.
exists e1 s1 x1 x2 x3 x4 x5 x6.(at(e1,x6) & n_bar(x6) & on(e1,x5) & n_stage(x5) & Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_guitar(x4) & with(x1,x2) & on(x2,x3) & n_arm(x3) & a_right(s1) & Theme(s1,x3) & of(x3,x1) & n_male(x1) & n_tattoo(x2) & n_man(x1))
exists e1 x1 x2.(for(e1,x2) & n_crowd(x2) & Actor(e1,x1) & v_perform(e1) & n_man(x1))
76ad45d2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & on(x2,x3) & on(e1,x5) & of(x3,x1) & n_tattoo(x2) & n_stage(x5) & n_man(x1) & n_male(x1) & n_guitar(x4) & n_bar(x6) & n_arm(x3) & at(e1,x6) & a_right(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_perform(e1) & n_man(x1) & n_crowd(x2) & for(e1,x2) & Actor(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
A man dressed up to play music.
1
0.65945
A white shirt and vest does not imply being dressed up.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 p1 s1 x1 x2 x3.(a_topic(x1) & Topic(e1,p1) & exists e2 x4.(Theme(e2,x4) & Actor(e2,x2) & v_play(e2) & n_music(x4)) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & v_dress(e1) & (x1 = x3) & (x1 = x2) & n_man(x1))
76ad4ad2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 p1 s1 x1 x2 x3.(v_dress(e1) & n_man(x1) & exists e2 x4.(v_play(e2) & n_music(x4) & Theme(e2,x4) & Actor(e2,x2)) & a_up(s1) & a_topic(x1) & Topic(e1,p1) & Theme(e1,x3) & Manner(e1,s1) & (x1 = x3) & (x1 = x2))
A man dressed in a white shirt and black vest is playing an electric guitar.
The man is playing the cello.
2
-100
One cannot be playing the cello and playing an electric guitar simultaneously.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_cello(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
76ad4fb4-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_cello(x2) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
The man is dressed nicely.
0
-100
dressed in a white shirt and black vest is inferred as dressed nicely.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1.(n_man(x1) & a_nicely(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1))
76ad5522-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 s1 x1.(v_dress(e1) & n_man(x1) & a_nicely(s1) & Theme(e1,x1) & Manner(e1,s1))
A man dressed in a white shirt and black vest is playing an electric guitar.
A man cleaning his guitar.
2
-100
A man cannot play and clean his guitar at the same time. An electric guitar is different from a guitar.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_clean(e1) & n_guitar(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1))
76ad5a40-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_clean(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_guitar(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man dressed in a white shirt and black vest is playing an electric guitar.
A man going to play an electric guitar who is with black and white costumes.
1
0.812022
not every man is in white.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 p1 x1 x2.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & v_go(e1) & exists e2 p2 s1 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_play(e2) & exists s2 s3 x5.(with(x4,x5) & n_costume(x5) & a_white(s3) & Theme(s3,x5) & a_black(s2) & Theme(s2,x5)) & (x3 = x4) & n_guitar(x3) & a_electric(s1) & Theme(s1,x3)) & (x1 = x2) & n_man(x1))
76ad5f4a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 p1 x1 x2.(v_go(e1) & n_man(x1) & exists e2 s1 x3 x4.(v_play(e2) & n_guitar(x3) & exists s2 s3 x5.(with(x4,x5) & n_costume(x5) & a_white(s3) & a_black(s2) & Theme(s3,x5) & Theme(s2,x5)) & a_electric(s1) & Theme(s1,x3) & Theme(e2,x3) & Actor(e2,x2) & (x3 = x4)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
A man dressed in a white shirt and black vest is playing an electric guitar.
A guitarist is playing jazz on stage
1
0.591317
playing doesn't always mean jazz
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_jazz(x2) & n_guitarist(x1))
76ad644a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_stage(x3) & n_jazz(x2) & n_guitarist(x1) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
A guy without any object in his hand and not in identifiable dress.
2
0.000214
A white shirt and black vest are identifiable dress. A man cannot play an electric guitar without any object in his hand.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists x1 x3.(a_topic(x1) & -(-all x4.(n_object(x4) -> exists s1 x5.(with(x1,x4) & in(x4,x5) & n_dress(x5) & a_identifiable(s1) & Theme(s1,x5))) & all x2.(n_object(x2) -> (with(x1,x2) & in(x2,x3)))) & n_hand(x3) & of(x3,x1) & n_male(x1) & n_guy(x1))
76ad6a4e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists x1 x3.(of(x3,x1) & n_male(x1) & n_hand(x3) & n_guy(x1) & a_topic(x1) & (exists x2.(n_object(x2) & (-with(x1,x2) | -in(x2,x3))) | all x4.(exists s1 x5.(with(x1,x4) & n_dress(x5) & in(x4,x5) & a_identifiable(s1) & Theme(s1,x5)) | -n_object(x4))))
A man dressed in a white shirt and black vest is playing an electric guitar.
The guitar is plugged into an amplifier.
1
0.993682
guitar doesn't always mean amplifier
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_guitar(x1) & into(e1,x2) & n_amplifier(x2) & Theme(e1,x1) & v_plug(e1))
76ad6f26-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2.(v_plug(e1) & n_guitar(x1) & n_amplifier(x2) & into(e1,x2) & Theme(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
One Person is playing an electric guitar who is with white shirt and black vest.
0
-100
A man is a person.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 p1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & exists s2 s3 x4 x5 x6.(with(x3,x4) & n_vest(x6) & a_black(s3) & Theme(s3,x6) & n_shirt(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_white(s2) & Theme(s2,x4)) & (x2 = x3) & n_guitar(x2) & a_electric(s1) & Theme(s1,x2) & n_person(x1) & card_eq_1(x1))
76ad73d6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_guitar(x2) & exists s2 s3 x4 x5 x6.(with(x3,x4) & subset_of(x6,x4) & subset_of(x5,x4) & n_vest(x6) & n_shirt(x5) & a_white(s2) & a_black(s3) & Theme(s3,x6) & Theme(s2,x4)) & card_eq_1(x1) & a_electric(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3))
A man dressed in a white shirt and black vest is playing an electric guitar.
The electric guitar is plugged into an amp
0
0.86673
An electric guitar is featured in both sentences.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2.(n_guitar(x1) & a_electric(s1) & Theme(s1,x1) & into(e1,x2) & n_amp(x2) & Theme(e1,x1) & v_plug(e1))
76ad7886-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 s1 x1 x2.(v_plug(e1) & n_guitar(x1) & n_amp(x2) & into(e1,x2) & a_electric(s1) & Theme(s1,x1) & Theme(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
The man is playing in a band
1
0.58761
guitar doesn't always mean band
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & in(e1,x2) & n_band(x2) & Actor(e1,x1) & v_play(e1))
76ad7da4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_band(x2) & in(e1,x2) & Actor(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
A man plays the piano in a clown costume
2
-100
An electric guitar and a piano are two different instruments and cannot be played at the same time. A clown costume is different from a white shirt and black vest.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(n_piano(x2) & in(e1,x3) & n_costume(x3) & a_clown(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
76ad8272-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_play(e1) & n_piano(x2) & n_man(x1) & n_costume(x3) & in(e1,x3) & a_clown(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man dressed in a white shirt and black vest is playing an electric guitar.
The man has no arms.
2
-100
A man with no arms cannot play a guitar.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists x1.(n_man(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_arm(x2)))
76ad8718-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists x1.(n_man(x1) & all e1 x2.(-v_have(e1) | -n_arm(x2) | -Theme(e1,x2) | -Actor(e1,x1)))
A man dressed in a white shirt and black vest is playing an electric guitar.
A male in outfit playing guitar.
0
-100
A man and a male are the same thing.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_guitar(x2) & Actor(e1,x2) & v_play(e1) & of(x2,x3) & n_outfit(x3) & n_male(x1))
76ad8bbe-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_outfit(x3) & n_male(x1) & n_guitar(x2) & in(x1,x2) & a_topic(x1) & Actor(e1,x2))
A man dressed in a white shirt and black vest is playing an electric guitar.
A nicely dressed man plays a musical instrument.
0
-100
An electric guitar is a musical instrument.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_guitar(x6) & a_electric(s3) & Theme(s3,x6) & in(e1,x3) & n_vest(x5) & a_black(s2) & Theme(s2,x5) & n_shirt(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 e2 s1 x1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_instrument(x2) & a_musical(s1) & Theme(s1,x2) & n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_nicely(x1))
76ad9244-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_play(e2) & v_dress(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_vest(x5) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & in(e1,x3) & a_white(s1) & a_electric(s3) & a_black(s2) & Theme(s3,x6) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2))
exists e1 e2 s1 x1 x2.(v_play(e2) & v_dress(e1) & r_nicely(x1) & n_man(x1) & n_instrument(x2) & a_musical(s1) & Theme(s1,x2) & Theme(e2,x2) & Theme(e1,x1) & Actor(e2,x1))
A man in formal wear plays the guitar and sings.
The well dressed man is performing.
1
-100
Formal wear does not imply being well dressed.
exists e1 s1 x1 x2 x3 x4 x5.(n_sing(x5) & n_guitar(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_wear(x2) & a_formal(s1) & Theme(s1,x2) & n_man(x1))
exists e1 e2 x1.(n_man(x1) & Theme(e1,x1) & v_dress(e1) & r_well(x1) & Actor(e2,x1) & v_perform(e2))
76ad98c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_wear(x2) & n_sing(x5) & n_man(x1) & n_guitar(x4) & in(x1,x2) & a_formal(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 e2 x1.(v_perform(e2) & v_dress(e1) & r_well(x1) & n_man(x1) & Theme(e1,x1) & Actor(e2,x1))
A man in formal wear plays the guitar and sings.
A man in formal wear is running a marathon.
2
-100
One cannot play and be running simultaneously.
exists e1 s1 x1 x2 x3 x4 x5.(n_sing(x5) & n_guitar(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_wear(x2) & a_formal(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & n_marathon(x3) & in(x1,x2) & n_wear(x2) & a_formal(s1) & Theme(s1,x2) & n_man(x1))
76ad9dde-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_wear(x2) & n_sing(x5) & n_man(x1) & n_guitar(x4) & in(x1,x2) & a_formal(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_run(e1) & n_wear(x2) & n_marathon(x3) & n_man(x1) & in(x1,x2) & a_formal(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
A man in formal wear plays the guitar and sings.
There is a man singing and playing guitar.
0
-100
plays the guitar and sings is inferred as singing and playing guitar.
exists e1 s1 x1 x2 x3 x4 x5.(n_sing(x5) & n_guitar(x4) & subset_of(x5,x3) & subset_of(x4,x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_wear(x2) & a_formal(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1 e2 e1 x2 x3 x4 x5 x6.((x1 = x2) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & n_guitar(x6) & (x2 = x5) & Theme(e1,x4) & Actor(e1,x3) & v_sing(e1) & n_guitar(x4) & (x2 = x3) & n_man(x2))
76ada34c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_wear(x2) & n_sing(x5) & n_man(x1) & n_guitar(x4) & in(x1,x2) & a_formal(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists x1 e2 e1 x2 x3 x4 x5 x6.(v_sing(e1) & v_play(e2) & n_man(x2) & n_guitar(x6) & n_guitar(x4) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x3) & (x2 = x5) & (x2 = x3) & (x1 = x2))
A man playing a guitar on stage, wearing a black suit.
A man in a black suit performs onstage with a guitar.
0
-100
In both sentences, a man plays a guitar onstage.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_suit(x6) & a_black(s1) & Theme(s1,x6) & (x1 = x5) & on(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_guitar(x4) & Theme(e1,x3) & Actor(e1,x1) & v_perform(e1) & n_onstage(x3) & in(x1,x2) & n_suit(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
76ada8a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_play(e1) & on(e1,x4) & n_suit(x6) & n_stage(x4) & n_man(x1) & n_guitar(x3) & a_topic(x1) & a_black(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2))
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_perform(e1) & n_suit(x2) & n_onstage(x3) & n_man(x1) & n_guitar(x4) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
A man playing a guitar on stage, wearing a black suit.
A man plays guitar in his bedroom.
2
-100
On stage and in his bedroom are two different locations and cannot be done at the same time.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_suit(x6) & a_black(s1) & Theme(s1,x6) & (x1 = x5) & on(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_bedroom(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
76adadba-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_play(e1) & on(e1,x4) & n_suit(x6) & n_stage(x4) & n_man(x1) & n_guitar(x3) & a_topic(x1) & a_black(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_guitar(x2) & n_bedroom(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A man playing a guitar on stage, wearing a black suit.
A suited man plays guitar to a large crowd.
1
-100
stage doesn't always mean crowd.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_suit(x6) & a_black(s1) & Theme(s1,x6) & (x1 = x5) & on(e1,x4) & n_stage(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_guitar(x3) & (x1 = x2) & n_man(x1))
exists e1 s1 s2 x1 x2 x3.(to(e1,x3) & n_crowd(x3) & a_large(s2) & Theme(s2,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1) & a_suited(s1) & Theme(s1,x1))
76adb2a6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_play(e1) & on(e1,x4) & n_suit(x6) & n_stage(x4) & n_man(x1) & n_guitar(x3) & a_topic(x1) & a_black(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2))
exists e1 s1 s2 x1 x2 x3.(v_play(e1) & to(e1,x3) & n_man(x1) & n_guitar(x2) & n_crowd(x3) & a_suited(s1) & a_large(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A young boy in a blue hat is pointing.
A girl is waving to the crowd of people.
2
-100
It can either be a boy or a girl. One cannot be pointing and waving simultaneously.
exists e1 s1 s2 x1 x2.(Actor(e1,x1) & v_point(e1) & in(x1,x2) & n_hat(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(n_crowd(x2) & to(e1,x2) & of(x2,x3) & n_people(x3) & Actor(e1,x1) & v_wave(e1) & n_girl(x1))
76adb8a0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2.(v_point(e1) & n_hat(x2) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_wave(e1) & to(e1,x2) & of(x2,x3) & n_people(x3) & n_girl(x1) & n_crowd(x2) & Actor(e1,x1))
A young boy in a blue hat is pointing.
A boy has his hand in the air.
1
-100
Not all pointing is done with a hand.
exists e1 s1 s2 x1 x2.(Actor(e1,x1) & v_point(e1) & in(x1,x2) & n_hat(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(n_air(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hand(x2) & of(x2,x1) & n_male(x1) & n_boy(x1))
76adbdc8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2.(v_point(e1) & n_hat(x2) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & of(x2,x1) & n_male(x1) & n_hand(x2) & n_boy(x1) & n_air(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A young boy in a blue hat is pointing.
A nine year old wearing a hat with his hand raised.
0
-100
A young boy in a blue is inferred as A nine year old wearing a hat
exists e1 s1 s2 x1 x2.(Actor(e1,x1) & v_point(e1) & in(x1,x2) & n_hat(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e2 e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & Theme(e2,x5) & v_raise(e2) & (x4 = x5) & n_hand(x4) & of(x4,x3) & n_male(x3) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_hat(x3) & Theme(s1,x2) & a_old(s1) & (x1 = x2) & n_year(x1) & card_eq_9(x1))
76adc2b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2.(v_point(e1) & n_hat(x2) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_blue(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e2 e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_wear(e1) & v_raise(e2) & of(x4,x3) & n_year(x1) & n_male(x3) & n_hat(x3) & n_hand(x4) & card_eq_9(x1) & a_old(s1) & Theme(s1,x2) & Theme(e2,x5) & Theme(e1,x3) & Actor(e1,x1) & (x4 = x5) & (x1 = x2))
Shoppers in a fruit and vegetables market looking around.
There are shoppers in a market throwing fruit and vegetables on the ground.
2
-100
Shoppers are either looking around or throwing fruit and vegetables.
exists e1 p1 x1 x2 x3 x4 x5.(exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_market(x4) & of(x4,x5) & n_vegetable(x5) & n_fruit(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_shopper(x1))
exists p1 x1 x2.(n_ground(x2) & on(p1,x2) & exists x3 x4 x5 x6 x7 x8.((x1 = x3) & subset_of(x8,x3) & n_vegetable(x8) & subset_of(x4,x3) & in(x4,x5) & n_fruit(x5) & of(x5,x7) & n_throwing(x7) & of(x5,x6) & n_market(x6) & n_shopper(x4)))
76adc7a0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_look(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_vegetable(x5) & n_shopper(x1) & n_market(x4) & n_fruit(x3) & in(x1,x2) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists p1 x1 x2.(on(p1,x2) & n_ground(x2) & exists x3 x4 x5 x6 x7 x8.(subset_of(x8,x3) & subset_of(x4,x3) & of(x5,x7) & of(x5,x6) & n_vegetable(x8) & n_throwing(x7) & n_shopper(x4) & n_market(x6) & n_fruit(x5) & in(x4,x5) & (x1 = x3)))
Shoppers in a fruit and vegetables market looking around.
There are mostly women in a fruit and vegetable market looking around.
1
-100
Women are not the only ones who do shopping
exists e1 p1 x1 x2 x3 x4 x5.(exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_market(x4) & of(x4,x5) & n_vegetable(x5) & n_fruit(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_shopper(x1))
exists e1 p1 p2 s1 x1.(for(p1,e1) & exists s3.(Theme(s3,x1) & a_around(s3)) & Topic(e1,p2) & Actor(e1,x1) & v_look(e1) & a_mostly(s1) & Manner(p1,s1) & exists s2 x2 x3 x4 x5.((x1 = x2) & in(x2,x3) & n_market(x5) & a_vegetable(s2) & Theme(s2,x5) & n_fruit(x4) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x2)))
76adcd04-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_look(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_vegetable(x5) & n_shopper(x1) & n_market(x4) & n_fruit(x3) & in(x1,x2) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 p1 p2 s1 x1.(v_look(e1) & for(p1,e1) & exists s3.(a_around(s3) & Theme(s3,x1)) & exists s2 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x2) & n_market(x5) & n_fruit(x4) & in(x2,x3) & a_vegetable(s2) & Theme(s2,x5) & (x1 = x2)) & a_mostly(s1) & Topic(e1,p2) & Manner(p1,s1) & Actor(e1,x1))
Shoppers in a fruit and vegetables market looking around.
There are shoppers in a fruit and vegetable market looking around.
0
-100
Shoppers in a market are described as looking around, therefore there are shoppers in the market looking around
exists e1 p1 x1 x2 x3 x4 x5.(exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_market(x4) & of(x4,x5) & n_vegetable(x5) & n_fruit(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_shopper(x1))
exists e1 p1 p2 s1 x1 x2 x3 x4.(for(p1,e1) & exists s2.(Theme(s2,x1) & a_around(s2)) & Topic(e1,p2) & Actor(e1,x1) & v_look(e1) & in(p1,x2) & n_market(x4) & a_vegetable(s1) & Theme(s1,x4) & n_fruit(x3) & subset_of(x4,x2) & subset_of(x3,x2) & exists x5.((x1 = x5) & n_shopper(x5)))
76add20e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 x1 x2 x3 x4 x5.(v_look(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_vegetable(x5) & n_shopper(x1) & n_market(x4) & n_fruit(x3) & in(x1,x2) & exists s1.(a_around(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
exists e1 p1 p2 s1 x1 x2 x3 x4.(v_look(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_market(x4) & n_fruit(x3) & in(p1,x2) & for(p1,e1) & exists x5.(n_shopper(x5) & (x1 = x5)) & exists s2.(a_around(s2) & Theme(s2,x1)) & a_vegetable(s1) & Topic(e1,p2) & Theme(s1,x4) & Actor(e1,x1))
The little boy is holding a cookie while sitting on a log and pointing upward.
A little girl has a teaparty
2
-100
A boy is different from a girl. Holding a cookie is not the same as a tea party.
exists e1 e2 e3 s1 s2 x1 x2 x3.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & while(e1,e3) & a_upward(s2) & Manner(e3,s2) & Actor(e3,x1) & v_point(e3) & while(e1,e2) & on(e2,x3) & n_log(x3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cookie(x2))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_teaparty(x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1))
76add704-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 e3 s1 s2 x1 x2 x3.(while(e1,e3) & while(e1,e2) & v_sit(e2) & v_point(e3) & v_hold(e1) & on(e2,x3) & n_log(x3) & n_cookie(x2) & n_boy(x1) & a_upward(s2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_have(e1) & n_teaparty(x2) & n_girl(x1) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
The little boy is holding a cookie while sitting on a log and pointing upward.
A little boy sitting on a log and holding a cookie, points upward.
0
-100
In both sentences, a little boy is holding a cookie.
exists e1 e3 e2 s1 s2 x1 x2 x3.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & while(e1,e3) & a_upward(s2) & Manner(e3,s2) & Actor(e3,x1) & v_point(e3) & while(e1,e2) & on(e2,x3) & n_log(x3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cookie(x2))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & a_upward(s2) & Manner(e2,s2) & rel(e2,x6) & n_point(x6) & Theme(e2,x5) & Actor(e2,x4) & v_hold(e2) & n_cookie(x5) & (x1 = x4) & on(e1,x3) & n_log(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
76addbe6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 x1 x2 x3.(while(e1,e3) & while(e1,e2) & v_sit(e2) & v_point(e3) & v_hold(e1) & on(e2,x3) & n_log(x3) & n_cookie(x2) & n_boy(x1) & a_upward(s2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & v_hold(e2) & rel(e2,x6) & on(e1,x3) & n_point(x6) & n_log(x3) & n_cookie(x5) & n_boy(x1) & a_upward(s2) & a_topic(x1) & a_little(s1) & Theme(s1,x1) & Theme(e2,x5) & Manner(e2,s2) & Actor(e2,x4) & Actor(e1,x2) & (x1 = x4) & (x1 = x2))
The little boy is holding a cookie while sitting on a log and pointing upward.
A small boy points at the sky while sitting on a log
1
-100
upward. doesn't always mean at the sky
exists e1 e2 e3 s1 s2 x1 x2 x3.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & while(e1,e3) & a_upward(s2) & Manner(e3,s2) & Actor(e3,x1) & v_point(e3) & while(e1,e2) & on(e2,x3) & n_log(x3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_cookie(x2))
exists e1 s1 x1 x2 x3 x4 x5 x6.(n_sky(x3) & while(x6,e1) & n_event(x6) & for(e1,x1) & on(e1,x5) & n_log(x5) & Actor(e1,x4) & v_sit(e1) & n_thing(x4) & at(x1,x3) & n_point(x1) & of(x1,x2) & n_boy(x2) & a_small(s1) & Theme(s1,x1))
76ade17c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 e3 s1 s2 x1 x2 x3.(while(e1,e3) & while(e1,e2) & v_sit(e2) & v_point(e3) & v_hold(e1) & on(e2,x3) & n_log(x3) & n_cookie(x2) & n_boy(x1) & a_upward(s2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Manner(e3,s2) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5 x6.(while(x6,e1) & v_sit(e1) & on(e1,x5) & of(x1,x2) & n_thing(x4) & n_sky(x3) & n_point(x1) & n_log(x5) & n_event(x6) & n_boy(x2) & for(e1,x1) & at(x1,x3) & a_small(s1) & Theme(s1,x1) & Actor(e1,x4))
A young boy in a red shirt points at something.
A sad boy in a red shirt points at something.
1
-100
Not all boys are sad.
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_thing(x4) & in(x1,x2) & n_point(x2) & of(x2,x3) & n_shirt(x3) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_thing(x4) & in(x1,x2) & n_point(x2) & of(x2,x3) & n_shirt(x3) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_sad(s1) & Theme(s1,x1))
76ade686-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_thing(x4) & n_shirt(x3) & n_point(x2) & n_boy(x1) & in(x1,x2) & at(x1,x4) & a_young(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x1))
exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_thing(x4) & n_shirt(x3) & n_point(x2) & n_boy(x1) & in(x1,x2) & at(x1,x4) & a_topic(x1) & a_sad(s1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x1))
A young boy in a red shirt points at something.
A young girl in a red shirt points at something.
2
-100
It can either be a boy or a girl.
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_thing(x4) & in(x1,x2) & n_point(x2) & of(x2,x3) & n_shirt(x3) & a_red(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & at(x1,x4) & n_thing(x4) & in(x1,x2) & n_point(x2) & of(x2,x3) & n_shirt(x3) & a_red(s2) & Theme(s2,x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
76adec6c-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_thing(x4) & n_shirt(x3) & n_point(x2) & n_boy(x1) & in(x1,x2) & at(x1,x4) & a_young(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x1))
exists s1 s2 x1 x2 x3 x4.(of(x2,x3) & n_thing(x4) & n_shirt(x3) & n_point(x2) & n_girl(x1) & in(x1,x2) & at(x1,x4) & a_young(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x2) & Theme(s1,x1))
A three man band is performing on stage.
A three woman band is performing on stage.
2
-100
either man or woman
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Actor(e1,x1) & v_perform(e1) & n_band(x1) & of(x1,x2) & n_man(x2) & card_eq_3(x1))
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Actor(e1,x1) & v_perform(e1) & n_band(x1) & of(x1,x2) & n_woman(x2) & card_eq_3(x1))
76adf752-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & of(x1,x2) & n_stage(x3) & n_man(x2) & n_band(x1) & card_eq_3(x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & of(x1,x2) & n_woman(x2) & n_stage(x3) & n_band(x1) & card_eq_3(x1) & Actor(e1,x1))
Two men are playing guitars and one man is singing into a microphone on a stage with the spotlight on them.
A concert hall is quiet and empty.
2
-100
singing can not be quitely
exists e1 e2 x1 x2 x3 x4 x5 x6.(n_spotlight(x6) & with(e2,x6) & on(x6,x1) & n_thing(x1) & into(e2,x4) & on(x4,x5) & n_stage(x5) & n_microphone(x4) & Actor(e2,x3) & v_sing(e2) & n_man(x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1) & card_eq_2(x1))
exists s1 s2 x1 x2 x3 x4.(Theme(s2,x3) & a_empty(s2) & n_hall(x3) & of(x3,x4) & n_concert(x4) & Theme(s1,x1) & a_quiet(s1) & n_hall(x1) & of(x1,x2) & n_concert(x2))
76ae0756-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(with(e2,x6) & v_sing(e2) & v_play(e1) & on(x6,x1) & on(x4,x5) & n_thing(x1) & n_stage(x5) & n_spotlight(x6) & n_microphone(x4) & n_man(x3) & n_man(x1) & n_guitar(x2) & into(e2,x4) & card_eq_2(x1) & card_eq_1(x3) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1))
exists s1 s2 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_hall(x3) & n_hall(x1) & n_concert(x4) & n_concert(x2) & a_quiet(s1) & a_empty(s2) & Theme(s2,x3) & Theme(s1,x1))
Two men are playing guitars and one man is singing into a microphone on a stage with the spotlight on them.
Men are performing music.
0
-100
Playing guitars and singing are examples of performing music.
exists e1 e2 x1 x2 x3 x4 x5 x6.(n_spotlight(x6) & with(e2,x6) & on(x6,x1) & n_thing(x1) & into(e2,x4) & on(x4,x5) & n_stage(x5) & n_microphone(x4) & Actor(e2,x3) & v_sing(e2) & n_man(x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_music(x2) & n_man(x1))
76ae11a6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(with(e2,x6) & v_sing(e2) & v_play(e1) & on(x6,x1) & on(x4,x5) & n_thing(x1) & n_stage(x5) & n_spotlight(x6) & n_microphone(x4) & n_man(x3) & n_man(x1) & n_guitar(x2) & into(e2,x4) & card_eq_2(x1) & card_eq_1(x3) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_perform(e1) & n_music(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
A baby wearing a nice clothes
A baby is wearing old clothes.
1
-100
Old clothes are always not nice
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_clothes(x3) & a_nice(s1) & Theme(s1,x3) & (x1 = x2) & n_baby(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_clothes(x2) & a_old(s1) & Theme(s1,x2) & n_baby(x1))
76ae2150-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_wear(e1) & n_clothes(x3) & n_baby(x1) & a_topic(x1) & a_nice(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2.(v_wear(e1) & n_clothes(x2) & n_baby(x1) & a_old(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
The man is by the shore in the city he lives in.
1
0.758477
Standing along a shoreline does not imply that the man lives there.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists p1 x1 x2 x3.(n_male(x3) & n_city(x3) & n_shore(x2) & n_man(x1) & exists e1 x4.(by(x1,x2) & in(x2,x3) & in(e1,x4) & (x3 = x4) & Actor(e1,x3) & v_live(e1)))
76aef382-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2 x3.(n_shore(x2) & n_man(x1) & n_male(x3) & n_city(x3) & exists e1 x4.(v_live(e1) & in(x2,x3) & in(e1,x4) & by(x1,x2) & Actor(e1,x3) & (x3 = x4)))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
The man is fishing.
1
0.14295
standing and fishing are different actions
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_fishing(x2)))
76aefd82-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists x1.(n_man(x1) & exists x2.(n_fishing(x2) & (x1 = x2)))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
The man is gazing over the water thinking about his life.
1
0.130732
standing and gazing are different actions
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e2 e1 x1 x2 x3 x4.(n_life(x4) & of(x4,x2) & n_male(x2) & n_water(x2) & n_man(x1) & over(e1,x2) & about(e2,x4) & Actor(e2,x3) & v_think(e2) & (x2 = x3) & Actor(e1,x1) & v_gaze(e1))
76af0c8c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e2 e1 x1 x2 x3 x4.(v_think(e2) & v_gaze(e1) & over(e1,x2) & of(x4,x2) & n_water(x2) & n_man(x1) & n_male(x2) & n_life(x4) & about(e2,x4) & Actor(e2,x3) & Actor(e1,x1) & (x2 = x3))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
A woman goes into Walmart.
2
0.047834
A gentleman refers to a man not a woman.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 x1 x2.(ne_geo_walmart(x2) & into(e1,x2) & Actor(e1,x1) & v_go(e1) & n_woman(x1))
76af1128-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_go(e1) & ne_geo_walmart(x2) & n_woman(x1) & into(e1,x2) & Actor(e1,x1))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
An old man contemplates suicide by drowning.
1
0.000358
Just because a man stands by a lake does not mean he contemplating suicide by drowning.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 e2 s1 x1 x2.(by(e1,e2) & Actor(e2,x1) & v_drown(e2) & Theme(e1,x2) & Actor(e1,x1) & v_contemplate(e1) & n_suicide(x2) & n_man(x1) & a_old(s1) & Theme(s1,x1))
76af170e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 e2 s1 x1 x2.(v_drown(e2) & v_contemplate(e1) & n_suicide(x2) & n_man(x1) & by(e1,e2) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
An elderly male enjoys the scenery
0
0.907109
Older is another way to say elderly and a gentleman is a male.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_scenery(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_male(x1) & a_elderly(s1) & Theme(s1,x1))
76af304a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_enjoy(e1) & n_scenery(x2) & n_male(x1) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An older gentleman stands along the shore of an immense lake with a cityscape across the water.
An old man thinks about his past
1
0.143687
We are not told that the man is thinking of anything in particular and not necessarily his past.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_water(x5) & n_shore(x2) & along(e1,x2) & of(x2,x3) & with(x3,x4) & across(x4,x5) & n_cityscape(x4) & n_lake(x3) & a_immense(s2) & Theme(s2,x3) & Actor(e1,x1) & v_stand(e1) & n_gentleman(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(about(e1,x2) & n_past(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_think(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
76af352c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_stand(e1) & r_more(s1) & of(x2,x3) & n_water(x5) & n_shore(x2) & n_lake(x3) & n_gentleman(x1) & n_cityscape(x4) & along(e1,x2) & across(x4,x5) & a_older(s1) & a_immense(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_think(e1) & of(x2,x1) & n_past(x2) & n_man(x1) & n_male(x1) & about(e1,x2) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1))
Two runners with marathon tags wearing black shirts.
Two runners are running in the marathon.
1
1
Having marathon tags does not imply running in a marathon.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_marathon(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_runner(x1) & card_eq_2(x1))
76b03490-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 x1 x2.(v_run(e1) & n_runner(x1) & n_marathon(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
Two runners with marathon tags wearing black shirts.
Two people are wearing black shirts.
0
0.954616
Two runners means they are two people
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1))
76b0395e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_people(x1) & card_eq_2(x1) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
Two runners with marathon tags wearing black shirts.
Two runners compete in a race.
1
0.965209
Just because two runners have marathon tags doesn't imply to compete in a race.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 x1 x2.(in(e1,x2) & n_race(x2) & Actor(e1,x1) & v_compete(e1) & n_runner(x1) & card_eq_2(x1))
76b0560a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 x1 x2.(v_compete(e1) & n_runner(x1) & n_race(x2) & in(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
Two runners with marathon tags wearing black shirts.
The person on the left has won the race.
1
0.101469
The fact that two runners have marathon tags doesn't imply runner on the left has won the race.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_race(x3) & n_left(x2) & n_person(x1) & Theme(e1,x3) & Actor(e1,x1) & v_win(e1) & on(x1,x2))
76b05ba0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 x1 x2 x3.(v_win(e1) & on(x1,x2) & n_race(x3) & n_person(x1) & n_left(x2) & Theme(e1,x3) & Actor(e1,x1))
Two runners with marathon tags wearing black shirts.
The marathon runner used vehicles
2
0.000255
wearing and using are different actions
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_vehicle(x1) & Theme(e1,x1) & v_use(e1) & r_runner(x1) & of(x1,x2) & n_marathon(x2) & a_topic(x1))
76b06082-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 x1 x2.(v_use(e1) & r_runner(x1) & of(x1,x2) & n_vehicle(x1) & n_marathon(x2) & a_topic(x1) & Theme(e1,x1))
Two runners with marathon tags wearing black shirts.
The marathon runners are on the same tem
1
0.54925
The fact that two runners have marathon tags doesn't imply they are on the same tem.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists p1 s1 x1 x2 x3.(n_tem(x3) & a_same(s1) & Theme(s1,x3) & n_runner(x1) & of(x1,x2) & n_marathon(x2) & on(x1,x3))
76b069c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists s1 x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_tem(x3) & n_runner(x1) & n_marathon(x2) & a_same(s1) & Theme(s1,x3))
Two runners with marathon tags wearing black shirts.
The runners are running a 5k for their friend with cancer.
1
0.04498
The fact that two runners have marathon tags doesn't mean running a 5k for their friend with cancer.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_wear(e1) & n_shirt(x5) & a_black(s1) & Theme(s1,x5) & (x2 = x4) & n_tag(x2) & of(x2,x3) & n_marathon(x3) & n_runner(x1) & card_eq_2(x1))
exists e1 x1 x2 x3 x4.(n_friend(x3) & of(x3,x1) & n_thing(x1) & n_runner(x1) & with(e1,x4) & n_cancer(x4) & Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & for(x2,x3) & n_5k(x2))
76b07824-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(with(x1,x2) & v_wear(e1) & of(x2,x3) & n_tag(x2) & n_shirt(x5) & n_runner(x1) & n_marathon(x3) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x5) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4))
exists e1 x1 x2 x3 x4.(with(e1,x4) & v_run(e1) & of(x3,x1) & n_thing(x1) & n_runner(x1) & n_friend(x3) & n_cancer(x4) & n_5k(x2) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
A man falling onto a bed.
0
0.967631
A man falling onto a bed is a rephrasing of man appears to be falling onto the bed
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & onto(e1,x3) & n_bed(x3) & Actor(e1,x2) & v_fall(e1) & (x1 = x2) & n_man(x1))
76b0a90c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 x1 x2 x3.(v_fall(e1) & onto(e1,x3) & n_man(x1) & n_bed(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
A man in a messy room jumping onto his bed.
1
0.715946
falling and jumping are different actions
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & onto(e1,x4) & n_bed(x4) & of(x4,x1) & n_male(x1) & Actor(e1,x3) & v_jump(e1) & (x2 = x3) & n_room(x2) & a_messy(s1) & Theme(s1,x2) & n_man(x1))
76b0adb2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 s1 x1 x2 x3 x4.(v_jump(e1) & onto(e1,x4) & of(x4,x1) & n_room(x2) & n_man(x1) & n_male(x1) & n_bed(x4) & in(x1,x2) & a_topic(x1) & a_messy(s1) & Theme(s1,x2) & Actor(e1,x3) & (x2 = x3))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
The man breaks the bed as he falls.
1
0.037688
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance does not indicate that the man breaks the bed as he falls.
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 p1 x1 x2.(n_male(x2) & n_bed(x2) & n_man(x1) & exists e2.(Actor(e2,x2) & v_fall(e2)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_break(e1))
76b0b2e4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 p1 x1 x2.(v_break(e1) & n_man(x1) & n_male(x2) & n_bed(x2) & exists e2.(v_fall(e2) & Actor(e2,x2)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
In a messy room with clothes strewn on the bed, a man falls backward onto his bed in after tripping on something.
1
0.135755
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance does not indicate that a man falls backward onto his bed in after tripping on something.
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_bed(x2) & n_bed(x3) & of(x3,x2) & n_male(x2) & after(e1,e3) & on(e3,x7) & n_thing(x7) & Actor(e3,x1) & v_trip(e3) & in(e1,x4) & with(x4,x5) & on(e2,x2) & Theme(e2,x6) & v_strew(e2) & (x5 = x6) & n_clothes(x5) & n_room(x4) & a_messy(s2) & Theme(s2,x4) & a_in(s1) & Manner(e1,s1) & onto(e1,x3) & exists s3.(Theme(s3,x1) & a_backward(s3)) & Topic(e1,p1) & Actor(e1,x1) & v_fall(e1) & n_man(x1))
76b0c0ea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 e3 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(x4,x5) & v_trip(e3) & v_strew(e2) & v_fall(e1) & onto(e1,x3) & on(e3,x7) & on(e2,x2) & of(x3,x2) & n_thing(x7) & n_room(x4) & n_man(x1) & n_male(x2) & n_clothes(x5) & n_bed(x3) & n_bed(x2) & in(e1,x4) & exists s3.(a_backward(s3) & Theme(s3,x1)) & after(e1,e3) & a_messy(s2) & a_in(s1) & Topic(e1,p1) & Theme(s2,x4) & Theme(e2,x6) & Manner(e1,s1) & Actor(e3,x1) & Actor(e1,x1) & (x5 = x6))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
A man with flailing legs falls down onto a bed.
1
0.578737
falling is different from flailing
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 e2 s1 x1 x2 x3.(onto(e2,x3) & n_bed(x3) & a_down(s1) & Manner(e2,s1) & Actor(e2,x1) & v_fall(e2) & with(x1,x2) & n_leg(x2) & Actor(e1,x2) & v_flail(e1) & n_man(x1))
76b0c6a8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 e2 s1 x1 x2 x3.(with(x1,x2) & v_flail(e1) & v_fall(e2) & onto(e2,x3) & n_man(x1) & n_leg(x2) & n_bed(x3) & a_down(s1) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x2))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
In a messy room with clothes strewn on the bed, a man falls backward onto his bed in an attempt to shatter the bed frame.
2
0.000376
The clothes are strewn on the bed and the room is messy in sentence 2.
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 e2 p1 p2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_bed(x2) & n_bed(x2) & n_frame(x8) & of(x8,x2) & n_bed(x3) & of(x3,x2) & n_male(x2) & in(e1,x5) & with(x5,x6) & on(e2,x2) & Theme(e2,x7) & v_strew(e2) & (x6 = x7) & n_clothes(x6) & n_room(x5) & a_messy(s1) & Theme(s1,x5) & in(e1,x4) & Topic(x4,p2) & exists e3.(Theme(e3,x8) & Actor(e3,x4) & v_shatter(e3)) & n_attempt(x4) & onto(e1,x3) & exists s2.(Theme(s2,x1) & a_backward(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_fall(e1) & n_man(x1))
76b0d030-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 e2 p1 p2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x5,x6) & v_strew(e2) & v_fall(e1) & onto(e1,x3) & on(e2,x2) & of(x8,x2) & of(x3,x2) & n_room(x5) & n_man(x1) & n_male(x2) & n_frame(x8) & n_clothes(x6) & n_bed(x3) & n_bed(x2) & n_attempt(x4) & in(e1,x5) & in(e1,x4) & exists s2.(a_backward(s2) & Theme(s2,x1)) & exists e3.(v_shatter(e3) & Theme(e3,x8) & Actor(e3,x4)) & a_messy(s1) & Topic(x4,p2) & Topic(e1,p1) & Theme(s1,x5) & Theme(e2,x7) & Actor(e1,x1) & (x6 = x7))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
There is a man in the bedroom.
0
-100
man appears shows that there is a man.
exists e2 e1 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists p1 x1 x3.(n_bedroom(x3) & exists x2.((x1 = x2) & in(x2,x3) & n_man(x2)))
76b0d4c2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists x1 x3.(n_bedroom(x3) & exists x2.(n_man(x2) & in(x2,x3) & (x1 = x2)))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
The man is going to have a soft landing.
0
-100
a man appears to be falling onto the bed shows that he is going to have a soft landing
exists e2 e1 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 p1 x1.(n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 s1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & n_landing(x2) & a_soft(s1) & Theme(s1,x2)))
76b0d9cc-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 p1 x1.(v_go(e1) & n_man(x1) & exists e2 s1 x2.(v_have(e2) & n_landing(x2) & a_soft(s1) & Theme(s1,x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
The man is hitting the hard floor.
2
-100
A man falling onto the bed would be hitting the bed not hitting the floor.
exists e2 e1 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 s1 x1 x2.(n_floor(x2) & a_hard(s1) & Theme(s1,x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hit(e1))
76b0de68-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 s1 x1 x2.(v_hit(e1) & n_man(x1) & n_floor(x2) & a_hard(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
There is a man eating dinner at a restaurant.
2
-100
A bed would not be found in a restaurant.
exists e2 e1 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & at(x4,x5) & n_restaurant(x5) & n_dinner(x4) & (x2 = x3) & n_man(x2))
76b0e2fa-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists x1 e1 x2 x3 x4 x5.(v_eat(e1) & n_restaurant(x5) & n_man(x2) & n_dinner(x4) & at(x4,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
In a messy room with clothes strewn on the bed, a man falls backward onto his bed in exhaustion.
0
-100
in a room with clothes strewn on the bed implies a messy room.
exists e1 e2 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7.(n_bed(x2) & n_bed(x3) & of(x3,x2) & n_male(x2) & in(e1,x5) & with(x5,x6) & on(e2,x2) & Theme(e2,x7) & v_strew(e2) & (x6 = x7) & n_clothes(x6) & n_room(x5) & a_messy(s1) & Theme(s1,x5) & in(e1,x4) & n_exhaustion(x4) & onto(e1,x3) & exists s2.(Theme(s2,x1) & a_backward(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_fall(e1) & n_man(x1))
76b0e796-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_strew(e2) & v_fall(e1) & onto(e1,x3) & on(e2,x2) & of(x3,x2) & n_room(x5) & n_man(x1) & n_male(x2) & n_exhaustion(x4) & n_clothes(x6) & n_bed(x3) & n_bed(x2) & in(e1,x5) & in(e1,x4) & exists s2.(a_backward(s2) & Theme(s2,x1)) & a_messy(s1) & Topic(e1,p1) & Theme(s1,x5) & Theme(e2,x7) & Actor(e1,x1) & (x6 = x7))
In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance.
The man is getting ready for bed.
1
0.118001
Just because In a room with clothes strewn on the bed, a man appears to be falling onto the bed from a high distance does not indicate that he is getting ready for bed.
exists e2 e1 p1 x1 x2 x3 x4 x5.(n_bed(x5) & n_bed(x5) & in(e1,x2) & with(x2,x3) & on(e2,x5) & Theme(e2,x4) & v_strew(e2) & (x3 = x4) & n_clothes(x3) & n_room(x2) & Topic(e1,p1) & Actor(e1,x1) & v_appear(e1) & exists e3 s1 x6.(from(e3,x6) & n_distance(x6) & a_high(s1) & Theme(s1,x6) & onto(e3,x5) & Actor(e3,x1) & v_fall(e3)) & n_man(x1))
exists e1 p1 x1.(n_man(x1) & exists s1 x2.(for(s1,x2) & n_bed(x2) & Theme(s1,x1) & a_ready(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1))
76b0ecdc-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 p1 x1 x2 x3 x4 x5.(with(x2,x3) & v_strew(e2) & v_appear(e1) & on(e2,x5) & n_room(x2) & n_man(x1) & n_clothes(x3) & n_bed(x5) & in(e1,x2) & exists e3 s1 x6.(v_fall(e3) & onto(e3,x5) & n_distance(x6) & from(e3,x6) & a_high(s1) & Theme(s1,x6) & Actor(e3,x1)) & Topic(e1,p1) & Theme(e2,x4) & Actor(e1,x1) & (x3 = x4))
exists e1 p1 x1.(v_get(e1) & n_man(x1) & exists s1 x2.(n_bed(x2) & for(s1,x2) & a_ready(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man suspended in the air is about to fall onto a pile of laundry on his bed.
A man fell through the floor into a bedroom below.
1
-100
Falling onto a bed does not imply falling through the floor.
exists e1 p1 s1 x1 x2 x3 x6.(n_bed(x6) & of(x6,x3) & n_male(x3) & n_air(x3) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e2 x4 x5.(on(e2,x6) & onto(e2,x4) & of(x4,x5) & n_laundry(x5) & n_pile(x4) & Actor(e2,x1) & v_fall(e2)) & in(e1,x3) & Theme(e1,x2) & v_suspend(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(n_floor(x2) & into(e1,x3) & r_below(x3) & n_bedroom(x3) & through(e1,x2) & Actor(e1,x1) & v_fall(e1) & n_man(x1))
76b0f506-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x6.(v_suspend(e1) & of(x6,x3) & n_man(x1) & n_male(x3) & n_bed(x6) & n_air(x3) & in(e1,x3) & exists e2 x4 x5.(v_fall(e2) & onto(e2,x4) & on(e2,x6) & of(x4,x5) & n_pile(x4) & n_laundry(x5) & Actor(e2,x1)) & a_about(s1) & Topic(s1,p1) & Theme(e1,x2) & Actor(s1,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_fall(e1) & through(e1,x2) & r_below(x3) & n_man(x1) & n_floor(x2) & n_bedroom(x3) & into(e1,x3) & Actor(e1,x1))
A man suspended in the air is about to fall onto a pile of laundry on his bed.
A man is carrying a load of laundry to the dryer.
2
-100
The man cannot be suspended in the air while carrying a load of laundry to the dryer.
exists e1 p1 s1 x1 x2 x3 x6.(n_bed(x6) & of(x6,x3) & n_male(x3) & n_air(x3) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e2 x4 x5.(on(e2,x6) & onto(e2,x4) & of(x4,x5) & n_laundry(x5) & n_pile(x4) & Actor(e2,x1) & v_fall(e2)) & in(e1,x3) & Theme(e1,x2) & v_suspend(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_dryer(x4) & Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & of(x2,x3) & to(x3,x4) & n_laundry(x3) & n_load(x2) & n_man(x1))
76b0fc9a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x6.(v_suspend(e1) & of(x6,x3) & n_man(x1) & n_male(x3) & n_bed(x6) & n_air(x3) & in(e1,x3) & exists e2 x4 x5.(v_fall(e2) & onto(e2,x4) & on(e2,x6) & of(x4,x5) & n_pile(x4) & n_laundry(x5) & Actor(e2,x1)) & a_about(s1) & Topic(s1,p1) & Theme(e1,x2) & Actor(s1,x1) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_carry(e1) & to(x3,x4) & of(x2,x3) & n_man(x1) & n_load(x2) & n_laundry(x3) & n_dryer(x4) & Theme(e1,x2) & Actor(e1,x1))
A man suspended in the air is about to fall onto a pile of laundry on his bed.
A man is falling into a pile of clothes.
0
-100
One falls into a pile of laundry clothes
exists e1 p1 s1 x1 x2 x3 x6.(n_bed(x6) & of(x6,x3) & n_male(x3) & n_air(x3) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e2 x4 x5.(on(e2,x6) & onto(e2,x4) & of(x4,x5) & n_laundry(x5) & n_pile(x4) & Actor(e2,x1) & v_fall(e2)) & in(e1,x3) & Theme(e1,x2) & v_suspend(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(into(e1,x2) & of(x2,x3) & n_clothes(x3) & n_pile(x2) & Actor(e1,x1) & v_fall(e1) & n_man(x1))
76b1021c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3 x6.(v_suspend(e1) & of(x6,x3) & n_man(x1) & n_male(x3) & n_bed(x6) & n_air(x3) & in(e1,x3) & exists e2 x4 x5.(v_fall(e2) & onto(e2,x4) & on(e2,x6) & of(x4,x5) & n_pile(x4) & n_laundry(x5) & Actor(e2,x1)) & a_about(s1) & Topic(s1,p1) & Theme(e1,x2) & Actor(s1,x1) & (x1 = x2))
exists e1 x1 x2 x3.(v_fall(e1) & of(x2,x3) & n_pile(x2) & n_man(x1) & n_clothes(x3) & into(e1,x2) & Actor(e1,x1))
Two men in black leather jackets, glasses, and hats, open them up for walkers.
Nobody has a jacket.
2
-100
Either the men are in jackets or nobody has a jacket.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(for(e1,x7) & n_walker(x7) & a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_open(e1) & n_thing(x2) & in(x1,x2) & rel(x2,x4) & subset_of(x6,x4) & n_hat(x6) & subset_of(x5,x4) & n_glass(x5) & n_jacket(x2) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1))
-exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_jacket(x2) & n_person(x1))
76b10744-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_open(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x4) & of(x2,x3) & n_walker(x7) & n_thing(x2) & n_man(x1) & n_leather(x3) & n_jacket(x2) & n_hat(x6) & n_glass(x5) & in(x1,x2) & for(e1,x7) & card_eq_2(x1) & a_up(s2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
all e1 x1 x2.(-v_have(e1) | -n_person(x1) | -n_jacket(x2) | -Theme(e1,x2) | -Actor(e1,x1))
Two men in black leather jackets, glasses, and hats, open them up for walkers.
huge humans with jackets
1
-100
Just because two men are mentioned it doesn't mean that they are huge.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(for(e1,x7) & n_walker(x7) & a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_open(e1) & n_thing(x2) & in(x1,x2) & rel(x2,x4) & subset_of(x6,x4) & n_hat(x6) & subset_of(x5,x4) & n_glass(x5) & n_jacket(x2) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1))
exists s1 x1 x2.(a_topic(x1) & with(x1,x2) & n_jacket(x2) & n_human(x1) & a_huge(s1) & Theme(s1,x1))
76b10c62-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_open(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x4) & of(x2,x3) & n_walker(x7) & n_thing(x2) & n_man(x1) & n_leather(x3) & n_jacket(x2) & n_hat(x6) & n_glass(x5) & in(x1,x2) & for(e1,x7) & card_eq_2(x1) & a_up(s2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
exists s1 x1 x2.(with(x1,x2) & n_jacket(x2) & n_human(x1) & a_topic(x1) & a_huge(s1) & Theme(s1,x1))
Two men in black leather jackets, glasses, and hats, open them up for walkers.
Humans with jackets
0
-100
men refers to humans.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(for(e1,x7) & n_walker(x7) & a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_open(e1) & n_thing(x2) & in(x1,x2) & rel(x2,x4) & subset_of(x6,x4) & n_hat(x6) & subset_of(x5,x4) & n_glass(x5) & n_jacket(x2) & of(x2,x3) & n_leather(x3) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1))
exists x1 x2.(a_topic(x1) & with(x1,x2) & n_jacket(x2) & n_human(x1))
76b11202-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_open(e1) & subset_of(x6,x4) & subset_of(x5,x4) & rel(x2,x4) & of(x2,x3) & n_walker(x7) & n_thing(x2) & n_man(x1) & n_leather(x3) & n_jacket(x2) & n_hat(x6) & n_glass(x5) & in(x1,x2) & for(e1,x7) & card_eq_2(x1) & a_up(s2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1))
exists x1 x2.(with(x1,x2) & n_jacket(x2) & n_human(x1) & a_topic(x1))
A man in a pointed red hat holds a white umbrella.
the man is asleep on the bridge
2
-100
One who is asleep is not going to holds anything simultaneously..
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_umbrella(x3) & a_white(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & a_pointed(s1) & Theme(s1,x2) & n_man(x1))
exists s1 x1 x2.(n_bridge(x2) & n_man(x1) & on(s1,x2) & Theme(s1,x1) & a_asleep(s1))
76b11770-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_umbrella(x3) & n_man(x1) & n_hat(x2) & in(x1,x2) & a_white(s3) & a_red(s2) & a_pointed(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists s1 x1 x2.(on(s1,x2) & n_man(x1) & n_bridge(x2) & a_asleep(s1) & Theme(s1,x1))
A man in a pointed red hat holds a white umbrella.
the man is a wizard
1
-100
Just because a man in a pointed red hat holds a white umbrella does not necessary that he is a wizard
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_umbrella(x3) & a_white(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & a_pointed(s1) & Theme(s1,x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_wizard(x2)))
76b11c8e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_umbrella(x3) & n_man(x1) & n_hat(x2) & in(x1,x2) & a_white(s3) & a_red(s2) & a_pointed(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists x1.(n_man(x1) & exists x2.(n_wizard(x2) & (x1 = x2)))
A man in a pointed red hat holds a white umbrella.
a man in a hat
0
-100
A man in a pointed red hat shows that a man in a hat.
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_umbrella(x3) & a_white(s3) & Theme(s3,x3) & in(x1,x2) & n_hat(x2) & a_red(s2) & Theme(s2,x2) & a_pointed(s1) & Theme(s1,x2) & n_man(x1))
exists x1 x2.(a_topic(x1) & in(x1,x2) & n_hat(x2) & n_man(x1))
76b121a2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_hold(e1) & n_umbrella(x3) & n_man(x1) & n_hat(x2) & in(x1,x2) & a_white(s3) & a_red(s2) & a_pointed(s1) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists x1 x2.(n_man(x1) & n_hat(x2) & in(x1,x2) & a_topic(x1))
The woman is walking next to a subway with shopping bags in hand.
A person is walking
0
-100
women is a person.
exists e1 x1 x2 x3 x4 x5.(n_woman(x1) & with(e1,x3) & in(x3,x5) & n_hand(x5) & n_bag(x3) & of(x3,x4) & n_shopping(x4) & to(e1,x2) & n_subway(x2) & r_next(e1) & Actor(e1,x1) & v_walk(e1))
exists e1 x1.(Actor(e1,x1) & v_walk(e1) & n_person(x1))
76b1279c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(with(e1,x3) & v_walk(e1) & to(e1,x2) & r_next(e1) & of(x3,x4) & n_woman(x1) & n_subway(x2) & n_shopping(x4) & n_hand(x5) & n_bag(x3) & in(x3,x5) & Actor(e1,x1))
exists e1 x1.(v_walk(e1) & n_person(x1) & Actor(e1,x1))