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
Two people ride the train.
Two friends are riding the train together.
1
0.348191
Not all people are friends.
exists e1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_people(x1) & card_eq_2(x1))
exists e1 s1 x1 x2.(n_train(x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_friend(x1) & card_eq_2(x1))
4c1ec6ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_ride(e1) & n_train(x2) & n_friend(x1) & card_eq_2(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
Two people ride the train.
A couple rides a train.
1
0.361237
Not all people are a couple.
exists e1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_train(x2) & n_couple(x1))
4c1ed98e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_couple(x1) & Theme(e1,x2) & Actor(e1,x1))
Two people ride the train.
The people are riding in a car
2
0
Car and train are different.
exists e1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2.(n_people(x1) & in(e1,x2) & n_car(x2) & Actor(e1,x1) & v_ride(e1))
4c1ee280-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_ride(e1) & n_people(x1) & n_car(x2) & in(e1,x2) & Actor(e1,x1))
Two people ride the train.
People having a conversation on the train.
1
0.55346
Not all people are having a conversation.
exists e1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2 x3 x4.(n_train(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & on(x3,x4) & n_conversation(x3) & (x1 = x2) & n_people(x1))
4c1ef07c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_ride(e1) & n_train(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_have(e1) & on(x3,x4) & n_train(x4) & n_people(x1) & n_conversation(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Two ladies are sitting and there are pulses around them.
Two ladies are sitting and talking.
1
-100
Just because two ladies are sitting and there are pulses around them does not mean they are talking.
exists e1 p1 x1 x2.(exists x3.((x2 = x3) & around(x3,x1) & n_pulse(x3)) & n_thing(x1) & Actor(e1,x1) & v_sit(e1) & n_lady(x1) & card_eq_2(x1))
exists e1 e2 x1 x2.(Actor(e2,x2) & v_talk(e2) & n_lady(x2) & card_eq_2(x2) & Actor(e1,x1) & v_sit(e1) & n_lady(x1) & card_eq_2(x1))
4c1f15de-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_sit(e1) & n_thing(x1) & n_lady(x1) & exists x3.(n_pulse(x3) & around(x3,x1) & (x2 = x3)) & card_eq_2(x1) & Actor(e1,x1))
exists e1 e2 x1 x2.(v_talk(e2) & v_sit(e1) & n_lady(x2) & n_lady(x1) & card_eq_2(x2) & card_eq_2(x1) & Actor(e2,x2) & Actor(e1,x1))
A woman selling her good's at a market.
A woman is running.
2
-100
Running is different than selling.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x5) & n_market(x5) & Theme(e1,x3) & Actor(e1,x2) & v_sell(e1) & n_'s(x3) & of(x3,x4) & n_good(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1))
exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_woman(x1))
4c1f1c14-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_sell(e1) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_market(x5) & n_good(x4) & n_female(x1) & n_'s(x3) & at(e1,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_run(e1) & n_woman(x1) & Actor(e1,x1))
A woman selling her good's at a market.
A woman is selling things.
0
-100
Her goods are her things
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x5) & n_market(x5) & Theme(e1,x3) & Actor(e1,x2) & v_sell(e1) & n_'s(x3) & of(x3,x4) & n_good(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_thing(x2) & n_woman(x1))
4c1f2092-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_sell(e1) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_market(x5) & n_good(x4) & n_female(x1) & n_'s(x3) & at(e1,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_sell(e1) & n_woman(x1) & n_thing(x2) & Theme(e1,x2) & Actor(e1,x1))
A woman selling her good's at a market.
A woman is selling food.
1
-100
Not all good's at a market are food.
exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e1,x5) & n_market(x5) & Theme(e1,x3) & Actor(e1,x2) & v_sell(e1) & n_'s(x3) & of(x3,x4) & n_good(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_food(x2) & n_woman(x1))
4c1f24c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_sell(e1) & of(x3,x4) & of(x3,x1) & n_woman(x1) & n_market(x5) & n_good(x4) & n_female(x1) & n_'s(x3) & at(e1,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_sell(e1) & n_woman(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses playing a guitar.
A singer and songwriter performs a song for a show.
1
-100
Not all man with glasses playing a guitar is a singer and songwriter.
exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_glass(x2) & n_man(x1))
exists e1 x1 x2 x3 x4 x5.(for(e1,x5) & n_show(x5) & Theme(e1,x4) & Actor(e1,x1) & v_perform(e1) & n_song(x4) & n_songwriter(x3) & n_singer(x2) & subset_of(x3,x1) & subset_of(x2,x1))
4c1f2a42-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2 x3 x4 x5.(v_perform(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_songwriter(x3) & n_song(x4) & n_singer(x2) & n_show(x5) & for(e1,x5) & Theme(e1,x4) & Actor(e1,x1))
A man with glasses playing a guitar.
A man plays guitar.
0
-100
Playing and plays guitar can be used interchangably
exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
4c1f2eac-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses playing a guitar.
A boy is playing piano.
2
-100
Guitar is different than piano.
exists e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_guitar(x4) & (x2 = x3) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_piano(x2) & n_boy(x1))
4c1f330c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_play(e1) & n_piano(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A man in glasses and a white shirt is playing the electric guitar.
The man is holding the guitar.
0
-100
In order to be playing the guitar you must be holding it
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & a_electric(s2) & Theme(s2,x5) & Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & subset_of(x4,x1) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x2,x1) & in(x2,x3) & n_glass(x3) & n_man(x2))
exists e1 x1 x2.(n_guitar(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1))
4c1f457c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & subset_of(x4,x1) & subset_of(x2,x1) & n_shirt(x4) & n_man(x2) & n_guitar(x5) & n_glass(x3) & in(x2,x3) & a_white(s1) & a_electric(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e1,x5) & Actor(e1,x1))
exists e1 x1 x2.(v_hold(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A man in glasses and a white shirt is playing the electric guitar.
The man is only wearing a towel in the bathroom.
2
-100
If a man is only wearing a towel, then he cannot be wearing a shirt.
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_guitar(x5) & a_electric(s2) & Theme(s2,x5) & Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & subset_of(x4,x1) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x2,x1) & in(x2,x3) & n_glass(x3) & n_man(x2))
exists e1 s1 x1 x2 x3.(n_bathroom(x3) & n_man(x1) & a_only(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & in(x2,x3) & n_towel(x2))
4c1f49c8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_play(e1) & subset_of(x4,x1) & subset_of(x2,x1) & n_shirt(x4) & n_man(x2) & n_guitar(x5) & n_glass(x3) & in(x2,x3) & a_white(s1) & a_electric(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e1,x5) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_wear(e1) & n_towel(x2) & n_man(x1) & n_bathroom(x3) & in(x2,x3) & a_only(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
A man in a white collared shirt plays a red guitar.
a flower is swaying in the breeze
2
-100
A man is not a flower.
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_red(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_collared(s2) & Theme(s2,x2) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(n_breeze(x2) & in(e1,x2) & Actor(e1,x1) & v_sway(e1) & n_flower(x1))
4c1f52ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_play(e1) & n_shirt(x2) & n_man(x1) & n_guitar(x3) & in(x1,x2) & a_white(s1) & a_red(s3) & a_collared(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_sway(e1) & n_flower(x1) & n_breeze(x2) & in(e1,x2) & Actor(e1,x1))
A man in a white collared shirt plays a red guitar.
the mak id very good
1
-100
we don't know the man is very good
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_red(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_collared(s2) & Theme(s2,x2) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 p1 x1.(n_mak(x1) & exists s1.(r_very(s1) & Theme(s1,x1) & a_good(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_id(e1))
4c1f5742-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_play(e1) & n_shirt(x2) & n_man(x1) & n_guitar(x3) & in(x1,x2) & a_white(s1) & a_red(s3) & a_collared(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 p1 x1.(v_id(e1) & n_mak(x1) & exists s1.(r_very(s1) & a_good(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man in a white collared shirt plays a red guitar.
the man is playing a guitar
0
-100
A red guitar is still a guitar and plays and playing are the same
exists e1 s1 s2 s3 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_red(s3) & Theme(s3,x3) & in(x1,x2) & n_shirt(x2) & a_collared(s2) & Theme(s2,x2) & a_white(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2))
4c1f5b98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3.(v_play(e1) & n_shirt(x2) & n_man(x1) & n_guitar(x3) & in(x1,x2) & a_white(s1) & a_red(s3) & a_collared(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses and a white shirt playing a red guitar.
Lisa went for a bike ride.
2
-100
you cannot play a guitar and go for a bike ride at the same time.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & Theme(e1,x6) & Actor(e1,x5) & v_play(e1) & n_guitar(x6) & a_red(s2) & Theme(s2,x6) & (x4 = x5) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_glass(x3) & n_man(x1))
exists e1 x1 x2 x3.(ne_per_lisa(x1) & for(e1,x2) & n_ride(x2) & of(x2,x3) & n_bike(x3) & Actor(e1,x1) & v_go(e1))
4c1f5fe4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & n_glass(x3) & a_white(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5))
exists e1 x1 x2 x3.(v_go(e1) & of(x2,x3) & ne_per_lisa(x1) & n_ride(x2) & n_bike(x3) & for(e1,x2) & Actor(e1,x1))
A man with glasses and a white shirt playing a red guitar.
Billy was playing his guitar.
1
-100
Not every man is called Billy.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & Theme(e1,x6) & Actor(e1,x5) & v_play(e1) & n_guitar(x6) & a_red(s2) & Theme(s2,x6) & (x4 = x5) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_glass(x3) & n_man(x1))
exists e1 x1 x2.(n_guitar(x2) & of(x2,x1) & n_male(x1) & ne_per_billy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
4c1f6430-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & n_glass(x3) & a_white(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5))
exists e1 x1 x2.(v_play(e1) & of(x2,x1) & ne_per_billy(x1) & n_male(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses and a white shirt playing a red guitar.
Billy decided to wear his white shirt with his new glasses for his guitar recital.
1
-100
Not all man is called Billy.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & Theme(e1,x6) & Actor(e1,x5) & v_play(e1) & n_guitar(x6) & a_red(s2) & Theme(s2,x6) & (x4 = x5) & n_shirt(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_glass(x3) & n_man(x1))
exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(n_recital(x4) & of(x4,x5) & n_guitar(x5) & of(x4,x1) & n_male(x1) & n_male(x1) & n_male(x1) & n_glass(x3) & a_new(s2) & Theme(s2,x3) & of(x3,x1) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & of(x2,x1) & ne_per_billy(x1) & Topic(e1,p1) & Actor(e1,x1) & v_decide(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & with(x2,x3) & for(x3,x4)))
4c1f6a98-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x4) & n_man(x1) & n_guitar(x6) & n_glass(x3) & a_white(s1) & a_topic(x1) & a_red(s2) & Theme(s2,x6) & Theme(s1,x4) & Theme(e1,x6) & Actor(e1,x5) & (x4 = x5))
exists e1 p1 s1 s2 x1 x2 x3 x4 x5.(v_decide(e1) & of(x4,x5) & of(x4,x1) & of(x3,x1) & of(x2,x1) & ne_per_billy(x1) & n_shirt(x2) & n_recital(x4) & n_male(x1) & n_guitar(x5) & n_glass(x3) & exists e2.(with(x2,x3) & v_wear(e2) & for(x3,x4) & Theme(e2,x2) & Actor(e2,x1)) & a_white(s1) & a_new(s2) & Topic(e1,p1) & Theme(s2,x3) & Theme(s1,x2) & Actor(e1,x1))
A girl plugging her nose underwater.
There is a man plugging his nose underwater.
2
-100
A man is not a girl.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_plug(e1) & n_underwater(x3) & of(x3,x4) & n_nose(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_girl(x1))
exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_plug(e1) & n_underwater(x4) & of(x4,x5) & n_nose(x5) & of(x4,x2) & n_male(x2) & (x2 = x3) & n_man(x2))
4c1f6f34-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_plug(e1) & of(x3,x4) & of(x3,x1) & n_underwater(x3) & n_nose(x4) & n_girl(x1) & n_female(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 e1 x2 x3 x4 x5.(v_plug(e1) & of(x4,x5) & of(x4,x2) & n_underwater(x4) & n_nose(x5) & n_man(x2) & n_male(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
A girl plugging her nose underwater.
The person underwater has her nose plugged
0
-100
A girl is a person. And plugging your nose will leave it plugged
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_plug(e1) & n_underwater(x3) & of(x3,x4) & n_nose(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_girl(x1))
exists e1 p1 x1 x3.(n_nose(x3) & of(x3,x1) & n_female(x1) & n_person(x1) & Actor(e1,x1) & v_plug(e1) & exists e2 x2.(Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & n_underwater(x2)) & that(x1,p1))
4c1f742a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_plug(e1) & of(x3,x4) & of(x3,x1) & n_underwater(x3) & n_nose(x4) & n_girl(x1) & n_female(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 p1 x1 x3.(v_plug(e1) & that(x1,p1) & of(x3,x1) & n_person(x1) & n_nose(x3) & n_female(x1) & exists e2 x2.(v_have(e2) & n_underwater(x2) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1))
A girl plugging her nose underwater.
The woman underwater doe not like to get water in her nose so she plugs it
1
-100
Just because a girl plugging her nose underwater does not mean she doe not like to get water in her nose so she plugs it.
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_plug(e1) & n_underwater(x3) & of(x3,x4) & n_nose(x4) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_girl(x1))
exists x1 x2 x3 x6.(n_thing(x2) & n_female(x1) & n_female(x1) & n_nose(x6) & of(x6,x1) & n_doe(x1) & of(x1,x3) & n_underwater(x3) & of(x1,x2) & n_woman(x2) & -exists e1 p1 x4.(a_topic(x1) & Topic(e1,p1) & Actor(e1,x4) & v_like(e1) & exists e2 p2 x5.(exists e3.(Theme(e3,x2) & Actor(e3,x1) & v_plug(e3)) & so(e2,p2) & in(e2,x6) & Theme(e2,x5) & Actor(e2,x4) & v_get(e2) & n_water(x5)) & (x1 = x4)))
4c1f78c6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_plug(e1) & of(x3,x4) & of(x3,x1) & n_underwater(x3) & n_nose(x4) & n_girl(x1) & n_female(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3 x6.(of(x6,x1) & of(x1,x3) & of(x1,x2) & n_woman(x2) & n_underwater(x3) & n_thing(x2) & n_nose(x6) & n_female(x1) & n_doe(x1) & all e1 p1 x4.(all e2 p2 x5.(all e3.(-v_plug(e3) | -Theme(e3,x2) | -Actor(e3,x1)) | -v_get(e2) | -so(e2,p2) | -n_water(x5) | -in(e2,x6) | -Theme(e2,x5) | -Actor(e2,x4)) | -v_like(e1) | -a_topic(x1) | -Topic(e1,p1) | -Actor(e1,x4) | -(x1 = x4)))
An older man in a dark suit is speaking into a microphone at a podium with an "AMBUC" banner.
An older man in a light suit is speaking into a microphone at a podium with an "AMBUC" banner.
2
-100
A suit cannot be both light and dark simultaneously.
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(at(e1,x4) & Time(x4,x6) & n_banner(x6) & with(x4,x5) & ne_nam_ambuc(x5) & a_''(s3) & Theme(s3,x5) & n_podium(x4) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_suit(x2) & a_dark(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(at(e1,x4) & Time(x4,x6) & n_banner(x6) & with(x4,x5) & ne_nam_ambuc(x5) & a_''(s3) & Theme(s3,x5) & n_podium(x4) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_suit(x2) & a_light(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
4c1f7d30-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_speak(e1) & r_more(s1) & ne_nam_ambuc(x5) & n_suit(x2) & n_podium(x4) & n_microphone(x3) & n_man(x1) & n_banner(x6) & into(e1,x3) & in(x1,x2) & at(e1,x4) & a_older(s1) & a_dark(s2) & a_''(s3) & Time(x4,x6) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_speak(e1) & r_more(s1) & ne_nam_ambuc(x5) & n_suit(x2) & n_podium(x4) & n_microphone(x3) & n_man(x1) & n_banner(x6) & into(e1,x3) & in(x1,x2) & at(e1,x4) & a_older(s1) & a_light(s2) & a_''(s3) & Time(x4,x6) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
An older man in a dark suit is speaking into a microphone at a podium with an "AMBUC" banner.
The man at the podium is the president of AMBUC
1
-100
In fact that an older man in a dark suit is speaking into a microphone at a podium with an 'AMBUC' banner does not imply he is the president of AMBUC.
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(at(e1,x4) & Time(x4,x6) & n_banner(x6) & with(x4,x5) & ne_nam_ambuc(x5) & a_''(s3) & Theme(s3,x5) & n_podium(x4) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_suit(x2) & a_dark(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists p1 x1 x2 x3 x4.(ne_org_ambuc(x4) & n_president(x3) & n_podium(x2) & n_man(x1) & (x1 = x3) & of(x3,x4) & at(x1,x2))
4c1f8186-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_speak(e1) & r_more(s1) & ne_nam_ambuc(x5) & n_suit(x2) & n_podium(x4) & n_microphone(x3) & n_man(x1) & n_banner(x6) & into(e1,x3) & in(x1,x2) & at(e1,x4) & a_older(s1) & a_dark(s2) & a_''(s3) & Time(x4,x6) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2 x3 x4.(of(x3,x4) & ne_org_ambuc(x4) & n_president(x3) & n_podium(x2) & n_man(x1) & at(x1,x2) & (x1 = x3))
An older man in a dark suit is speaking into a microphone at a podium with an "AMBUC" banner.
There is a guy speaking at a podium.
0
-100
A man is a person
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(at(e1,x4) & Time(x4,x6) & n_banner(x6) & with(x4,x5) & ne_nam_ambuc(x5) & a_''(s3) & Theme(s3,x5) & n_podium(x4) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_suit(x2) & a_dark(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists p1 x1 x2 x3 x4.((x1 = x2) & at(x2,x4) & n_podium(x4) & Time(x2,x3) & n_speaking(x3) & n_guy(x2))
4c1f85e6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_speak(e1) & r_more(s1) & ne_nam_ambuc(x5) & n_suit(x2) & n_podium(x4) & n_microphone(x3) & n_man(x1) & n_banner(x6) & into(e1,x3) & in(x1,x2) & at(e1,x4) & a_older(s1) & a_dark(s2) & a_''(s3) & Time(x4,x6) & Theme(s3,x5) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists x1 x2 x3 x4.(n_speaking(x3) & n_podium(x4) & n_guy(x2) & at(x2,x4) & Time(x2,x3) & (x1 = x2))
A child jumps over ocean waves at a beach.
A child plays in the sand on the beach.
2
-100
The child cannot be jumping over waves while playing in sand.
exists e1 x1 x2 x3 x4.(over(e1,x2) & at(x2,x4) & n_beach(x4) & n_wave(x2) & of(x2,x3) & n_ocean(x3) & Actor(e1,x1) & v_jump(e1) & n_child(x1))
exists e1 x1 x2 x3.(n_beach(x3) & n_sand(x2) & on(e1,x3) & in(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
4c1f8a3c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_jump(e1) & over(e1,x2) & of(x2,x3) & n_wave(x2) & n_ocean(x3) & n_child(x1) & n_beach(x4) & at(x2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_sand(x2) & n_child(x1) & n_beach(x3) & in(e1,x2) & Actor(e1,x1))
A child jumps over ocean waves at a beach.
A child jumps waves with a float at the beach.
1
-100
A child could jump over waves without a float.
exists e1 x1 x2 x3 x4.(over(e1,x2) & at(x2,x4) & n_beach(x4) & n_wave(x2) & of(x2,x3) & n_ocean(x3) & Actor(e1,x1) & v_jump(e1) & n_child(x1))
exists e1 x1 x2 x3 x4.(n_beach(x4) & with(e1,x3) & at(x3,x4) & n_float(x3) & Theme(e1,x2) & Actor(e1,x1) & v_jump(e1) & n_wave(x2) & n_child(x1))
4c1f8f5a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_jump(e1) & over(e1,x2) & of(x2,x3) & n_wave(x2) & n_ocean(x3) & n_child(x1) & n_beach(x4) & at(x2,x4) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(with(e1,x3) & v_jump(e1) & n_wave(x2) & n_float(x3) & n_child(x1) & n_beach(x4) & at(x3,x4) & Theme(e1,x2) & Actor(e1,x1))
A child jumps over ocean waves at a beach.
A child plays in the ocean.
0
-100
If he jumps he plays
exists e1 x1 x2 x3 x4.(over(e1,x2) & at(x2,x4) & n_beach(x4) & n_wave(x2) & of(x2,x3) & n_ocean(x3) & Actor(e1,x1) & v_jump(e1) & n_child(x1))
exists e1 x1 x2.(n_ocean(x2) & in(e1,x2) & Actor(e1,x1) & v_play(e1) & n_child(x1))
4c1f93ce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_jump(e1) & over(e1,x2) & of(x2,x3) & n_wave(x2) & n_ocean(x3) & n_child(x1) & n_beach(x4) & at(x2,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_ocean(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1))
Five people walk across a sport field, one man is wearing a moose hat.
A person in a group wears distinctive headgear.
0
-100
Multiple persons are people. A moose hat is distinctive headgear
exists e2 e1 x1 x2 x3 x4 x5 x6.(Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_hat(x5) & of(x5,x6) & n_moose(x6) & n_man(x4) & card_eq_1(x4) & across(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_5(x1))
exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_headgear(x3) & a_distinctive(s1) & Theme(s1,x3) & in(x1,x2) & n_group(x2) & n_person(x1))
4c1f9838-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_walk(e1) & of(x5,x6) & of(x2,x3) & n_sport(x3) & n_people(x1) & n_moose(x6) & n_man(x4) & n_hat(x5) & n_field(x2) & card_eq_5(x1) & card_eq_1(x4) & across(e1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_wear(e1) & n_person(x1) & n_headgear(x3) & n_group(x2) & in(x1,x2) & a_distinctive(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
Five people walk across a sport field, one man is wearing a moose hat.
The folks are riding on a ferry.
2
-100
People cannot be on a ferry and walking across a sport field at the same time.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_hat(x5) & of(x5,x6) & n_moose(x6) & n_man(x4) & card_eq_1(x4) & across(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_5(x1))
exists e1 x1 x2.(n_folk(x1) & on(e1,x2) & n_ferry(x2) & Actor(e1,x1) & v_ride(e1))
4c1f9d1a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_walk(e1) & of(x5,x6) & of(x2,x3) & n_sport(x3) & n_people(x1) & n_moose(x6) & n_man(x4) & n_hat(x5) & n_field(x2) & card_eq_5(x1) & card_eq_1(x4) & across(e1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_ride(e1) & on(e1,x2) & n_folk(x1) & n_ferry(x2) & Actor(e1,x1))
Five people walk across a sport field, one man is wearing a moose hat.
Friends prepare to play a game of touch football.
1
-100
People walking across a sport field does not imply that they will play a game of any kind, let alone touch football.
exists e1 e2 x1 x2 x3 x4 x5 x6.(Theme(e2,x5) & Actor(e2,x4) & v_wear(e2) & n_hat(x5) & of(x5,x6) & n_moose(x6) & n_man(x4) & card_eq_1(x4) & across(e1,x2) & n_field(x2) & of(x2,x3) & n_sport(x3) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_5(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & of(x2,x3) & n_football(x3) & of(x3,x4) & n_touch(x4) & n_game(x2)) & n_friend(x1))
4c1fa1b6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5 x6.(v_wear(e2) & v_walk(e1) & of(x5,x6) & of(x2,x3) & n_sport(x3) & n_people(x1) & n_moose(x6) & n_man(x4) & n_hat(x5) & n_field(x2) & card_eq_5(x1) & card_eq_1(x4) & across(e1,x2) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x1))
exists e1 p1 x1.(v_prepare(e1) & n_friend(x1) & exists e2 x2 x3 x4.(v_play(e2) & of(x3,x4) & of(x2,x3) & n_touch(x4) & n_game(x2) & n_football(x3) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1))
An asian lady in a brown shirt with glasses is making some food.
A naturally blonde man in a green shirt is mixing drinks
2
-100
A man is not a lady. A brown shirt is not a green shirt.
exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & in(x1,x2) & with(x2,x3) & n_glass(x3) & n_shirt(x2) & a_brown(s2) & Theme(s2,x2) & n_lady(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_mix(e1) & n_drink(x3) & in(x1,x2) & n_shirt(x2) & a_green(s2) & Theme(s2,x2) & n_man(x1) & a_blonde(s1) & Theme(s1,x1) & r_naturally(x1))
4c1fa620-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x2,x3) & v_make(e1) & n_shirt(x2) & n_lady(x1) & n_glass(x3) & n_food(x4) & in(x1,x2) & a_brown(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1))
exists e1 s1 s2 x1 x2 x3.(v_mix(e1) & r_naturally(x1) & n_shirt(x2) & n_man(x1) & n_drink(x3) & in(x1,x2) & a_green(s2) & a_blonde(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1))
An asian lady in a brown shirt with glasses is making some food.
A woman is cooking
0
-100
A woman is a lady. Cooking is the axt of making food
exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & in(x1,x2) & with(x2,x3) & n_glass(x3) & n_shirt(x2) & a_brown(s2) & Theme(s2,x2) & n_lady(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 x1.(Actor(e1,x1) & v_cook(e1) & n_woman(x1))
4c1faa76-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x2,x3) & v_make(e1) & n_shirt(x2) & n_lady(x1) & n_glass(x3) & n_food(x4) & in(x1,x2) & a_brown(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1))
exists e1 x1.(v_cook(e1) & n_woman(x1) & Actor(e1,x1))
An asian lady in a brown shirt with glasses is making some food.
A person with black hair cooks chinese food
1
-100
An Asian lady does not necessarily have black hair, and she could be making food that is not Chinese.
exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & in(x1,x2) & with(x2,x3) & n_glass(x3) & n_shirt(x2) & a_brown(s2) & Theme(s2,x2) & n_lady(x1) & a_asian(s1) & Theme(s1,x1))
exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & n_food(x2) & a_chinese(s2) & Theme(s2,x2) & of(x2,x4) & n_cook(x4) & of(x2,x3) & n_hair(x3) & a_black(s1) & Theme(s1,x2) & n_person(x1))
4c1faecc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(with(x2,x3) & v_make(e1) & n_shirt(x2) & n_lady(x1) & n_glass(x3) & n_food(x4) & in(x1,x2) & a_brown(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1))
exists s1 s2 x1 x2 x3 x4.(with(x1,x2) & of(x2,x4) & of(x2,x3) & n_person(x1) & n_hair(x3) & n_food(x2) & n_cook(x4) & a_topic(x1) & a_chinese(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x2))
A very happy looking young woman preparing a snack.
A lady is enjoying her snack
0
-100
A woman is a lady
exists e1 e2 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_prepare(e2) & n_snack(x3) & (x1 = x2) & n_woman(x1) & a_young(s2) & Theme(s2,x1) & Actor(e1,x1) & v_look(e1) & a_happy(s1) & Theme(s1,x1) & r_very(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_snack(x2) & of(x2,x1) & n_female(x1) & n_lady(x1))
4c1fb408-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3.(v_prepare(e2) & v_look(e1) & r_very(x1) & n_woman(x1) & n_snack(x3) & a_young(s2) & a_topic(x1) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1) & (x1 = x2))
exists e1 x1 x2.(v_enjoy(e1) & of(x2,x1) & n_snack(x2) & n_lady(x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1))
A very happy looking young woman preparing a snack.
Snack preparing her
2
-100
The snack can only be prepared by the woman. Snacks themselves are inert objects, and so cannot be preparing anything.
exists e1 e2 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_prepare(e2) & n_snack(x3) & (x1 = x2) & n_woman(x1) & a_young(s2) & Theme(s2,x1) & Actor(e1,x1) & v_look(e1) & a_happy(s1) & Theme(s1,x1) & r_very(x1))
exists e1 x1 x2.(a_topic(x1) & Theme(e1,x1) & Actor(e1,x2) & v_prepare(e1) & n_female(x1) & (x1 = x2) & n_snack(x1))
4c1fbb1a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3.(v_prepare(e2) & v_look(e1) & r_very(x1) & n_woman(x1) & n_snack(x3) & a_young(s2) & a_topic(x1) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1) & (x1 = x2))
exists e1 x1 x2.(v_prepare(e1) & n_snack(x1) & n_female(x1) & a_topic(x1) & Theme(e1,x1) & Actor(e1,x2) & (x1 = x2))
A very happy looking young woman preparing a snack.
A lady is enjoying her snack she prepared for herself
1
-100
A woman could prepare a snack for visitors or children rather than for herself, so it is possible that she is not enjoying her snack herself.
exists e1 e2 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_prepare(e2) & n_snack(x3) & (x1 = x2) & n_woman(x1) & a_young(s2) & Theme(s2,x1) & Actor(e1,x1) & v_look(e1) & a_happy(s1) & Theme(s1,x1) & r_very(x1))
exists e1 e2 x1 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_enjoy(e2) & for(e1,x1) & n_female(x1) & n_female(x1) & Theme(e1,x4) & v_prepare(e1) & (x2 = x4) & n_she(x2) & of(x2,x3) & n_snack(x3) & of(x2,x1) & n_lady(x1))
4c1fc0c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 x1 x2 x3.(v_prepare(e2) & v_look(e1) & r_very(x1) & n_woman(x1) & n_snack(x3) & a_young(s2) & a_topic(x1) & a_happy(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x1) & (x1 = x2))
exists e1 e2 x1 x2 x3 x4.(v_prepare(e1) & v_enjoy(e2) & of(x2,x3) & of(x2,x1) & n_snack(x3) & n_she(x2) & n_lady(x1) & n_female(x1) & for(e1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & (x2 = x4))
A lady in dark clothing is holding a plastic bag.
Lady holds a shopping bag while she walks to her car.
1
-100
A lady holding a plastic bag may be standing or walking home or to the bus. She does not necessarily walk to her car.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bag(x3) & of(x3,x4) & n_plastic(x4) & in(x1,x2) & n_clothing(x2) & a_dark(s1) & Theme(s1,x2) & n_lady(x1))
exists e1 p1 x1 x2 x3 x4.(ne_nam_lady(x1) & exists e2 x2.(to(e2,x4) & n_female(x2) & Actor(e2,x2) & v_walk(e2)) & n_car(x4) & of(x4,x2) & n_female(x2) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_bag(x2) & of(x2,x3) & n_shopping(x3))
4c1fc63c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_plastic(x4) & n_lady(x1) & n_clothing(x2) & n_bag(x3) & in(x1,x2) & a_dark(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 p1 x1 x2 x3 x4.(while(e1,p1) & v_hold(e1) & of(x4,x2) & of(x2,x3) & ne_nam_lady(x1) & n_shopping(x3) & n_female(x2) & n_car(x4) & n_bag(x2) & exists e2 x2.(v_walk(e2) & to(e2,x4) & n_female(x2) & Actor(e2,x2)) & Theme(e1,x2) & Actor(e1,x1))
A lady in dark clothing is holding a plastic bag.
Lady holds plastic bag.
0
-100
A lady in dark clothing is a lady.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bag(x3) & of(x3,x4) & n_plastic(x4) & in(x1,x2) & n_clothing(x2) & a_dark(s1) & Theme(s1,x2) & n_lady(x1))
exists e1 s1 x1 x2.(ne_nam_lady(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_bag(x2) & a_plastic(s1) & Theme(s1,x2))
4c1fcb3c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_plastic(x4) & n_lady(x1) & n_clothing(x2) & n_bag(x3) & in(x1,x2) & a_dark(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_hold(e1) & ne_nam_lady(x1) & n_bag(x2) & a_plastic(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A lady in dark clothing is holding a plastic bag.
Woman cooks dinner.
2
-100
You cannot hold a bag while preparing dinner.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_bag(x3) & of(x3,x4) & n_plastic(x4) & in(x1,x2) & n_clothing(x2) & a_dark(s1) & Theme(s1,x2) & n_lady(x1))
exists e1 x1 x2.(ne_nam_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & n_dinner(x2))
4c1fd00a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & n_plastic(x4) & n_lady(x1) & n_clothing(x2) & n_bag(x3) & in(x1,x2) & a_dark(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2.(v_cook(e1) & ne_nam_woman(x1) & n_dinner(x2) & Theme(e1,x2) & Actor(e1,x1))
An Asian women holding a bag and smiling.
women napping on a bench
2
-100
You cannot be holding a bag while napping.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_smiling(x5) & n_bag(x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_nap(e1) & (x1 = x2) & n_woman(x1))
4c1fd4d8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x1) & n_smiling(x5) & n_bag(x4) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_nap(e1) & on(e1,x3) & n_woman(x1) & n_bench(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
An Asian women holding a bag and smiling.
Women just finished shopping for christmas
1
-100
A bag could be empty or contain groceries. She has not necessarily been shopping for Christmas.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_smiling(x5) & n_bag(x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(ne_nam_women(x1) & a_just(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_finish(e1) & for(x2,x3) & n_christmas(x3) & n_shopping(x2))
4c1fda78-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x1) & n_smiling(x5) & n_bag(x4) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2 x3.(v_finish(e1) & ne_nam_women(x1) & n_shopping(x2) & n_christmas(x3) & for(x2,x3) & a_just(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
An Asian women holding a bag and smiling.
Women holding a bag
0
-100
Asian women are women.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_smiling(x5) & n_bag(x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_woman(x1) & a_asian(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_bag(x3) & (x1 = x2) & n_woman(x1))
4c1fdfd2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_woman(x1) & n_smiling(x5) & n_bag(x4) & a_topic(x1) & a_asian(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_hold(e1) & n_woman(x1) & n_bag(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A young boy with a blue cap with red stripes sitting on a concrete ledge.
The young boy is outside of a building.
1
-100
The concrete ledge could be inside a building instead of outside of a building.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & on(e1,x5) & n_ledge(x5) & a_concrete(s4) & Theme(s4,x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_stripe(x3) & a_red(s3) & Theme(s3,x3) & n_cap(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists p1 s1 x1.(n_boy(x1) & a_young(s1) & Theme(s1,x1) & exists x2 x3.((x1 = x2) & of(x2,x3) & n_building(x3) & n_outside(x2)))
4c1fe4b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & v_sit(e1) & on(e1,x5) & n_stripe(x3) & n_ledge(x5) & n_cap(x2) & n_boy(x1) & a_young(s1) & a_topic(x1) & a_red(s3) & a_concrete(s4) & a_blue(s2) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
exists s1 x1.(n_boy(x1) & exists x2 x3.(of(x2,x3) & n_outside(x2) & n_building(x3) & (x1 = x2)) & a_young(s1) & Theme(s1,x1))
A young boy with a blue cap with red stripes sitting on a concrete ledge.
The boy is wearing a hat.
0
-100
A blue cap is a type of hat.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & on(e1,x5) & n_ledge(x5) & a_concrete(s4) & Theme(s4,x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_stripe(x3) & a_red(s3) & Theme(s3,x3) & n_cap(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2))
4c1fea54-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & v_sit(e1) & on(e1,x5) & n_stripe(x3) & n_ledge(x5) & n_cap(x2) & n_boy(x1) & a_young(s1) & a_topic(x1) & a_red(s3) & a_concrete(s4) & a_blue(s2) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
exists e1 x1 x2.(v_wear(e1) & n_hat(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1))
A young boy with a blue cap with red stripes sitting on a concrete ledge.
The boy is swimming.
2
-100
The boy can not be both swimming and sitting on a ledge at the same time.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x2) & with(x2,x3) & on(e1,x5) & n_ledge(x5) & a_concrete(s4) & Theme(s4,x5) & Actor(e1,x4) & v_sit(e1) & (x3 = x4) & n_stripe(x3) & a_red(s3) & Theme(s3,x3) & n_cap(x2) & a_blue(s2) & Theme(s2,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists p1 x1.(n_boy(x1) & exists x2.((x1 = x2) & n_swimming(x2)))
4c1fefea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(x2,x3) & with(x1,x2) & v_sit(e1) & on(e1,x5) & n_stripe(x3) & n_ledge(x5) & n_cap(x2) & n_boy(x1) & a_young(s1) & a_topic(x1) & a_red(s3) & a_concrete(s4) & a_blue(s2) & Theme(s4,x5) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x4) & (x3 = x4))
exists x1.(n_boy(x1) & exists x2.(n_swimming(x2) & (x1 = x2)))
A young African boy sits in a dirt courtyard in front of a barbecue grill.
An African boy sits in the dirt courtyard after a long day of working in the village.
1
-100
There is no information about what the boy was doing prior to being in the courtyard, so we cannot know that it was after a long day of working in the village.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & of(x4,x5) & n_grill(x5) & of(x5,x6) & n_barbecue(x6) & n_front(x4) & in(e1,x2) & n_courtyard(x2) & of(x2,x3) & n_dirt(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_african(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_village(x6) & n_courtyard(x2) & of(x2,x3) & n_dirt(x3) & after(e1,x4) & in(e2,x6) & Actor(e2,x5) & v_work(e2) & (x4 = x5) & n_day(x4) & a_long(s2) & Theme(s2,x4) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_african(s1) & Theme(s1,x1))
4c1ff418-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_grill(x5) & n_front(x4) & n_dirt(x3) & n_courtyard(x2) & n_boy(x1) & n_barbecue(x6) & in(e1,x4) & in(e1,x2) & a_young(s1) & a_african(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_work(e2) & v_sit(e1) & of(x2,x3) & n_village(x6) & n_dirt(x3) & n_day(x4) & n_courtyard(x2) & n_boy(x1) & in(e2,x6) & in(e1,x2) & after(e1,x4) & a_long(s2) & a_african(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
A young African boy sits in a dirt courtyard in front of a barbecue grill.
An African boy sits in the dirt.
0
-100
Sitting in a dirt courtyard implies sitting in the dirt.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & of(x4,x5) & n_grill(x5) & of(x5,x6) & n_barbecue(x6) & n_front(x4) & in(e1,x2) & n_courtyard(x2) & of(x2,x3) & n_dirt(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_african(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(n_dirt(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_african(s1) & Theme(s1,x1))
4c1ff832-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_grill(x5) & n_front(x4) & n_dirt(x3) & n_courtyard(x2) & n_boy(x1) & n_barbecue(x6) & in(e1,x4) & in(e1,x2) & a_young(s1) & a_african(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_sit(e1) & n_dirt(x2) & n_boy(x1) & in(e1,x2) & a_african(s1) & Theme(s1,x1) & Actor(e1,x1))
A young African boy sits in a dirt courtyard in front of a barbecue grill.
An African boy learns how to use a firearm with bus father.
2
-100
Sitting in a courtyard is not the same as learning to use a firearm.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x4) & of(x4,x5) & n_grill(x5) & of(x5,x6) & n_barbecue(x6) & n_front(x4) & in(e1,x2) & n_courtyard(x2) & of(x2,x3) & n_dirt(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_african(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(Topic(e1,x2) & Actor(e1,x1) & v_learn(e1) & n_manner(x2) & exists e2 x3 x4 x5 x6.(Theme(e2,x4) & Actor(e2,x3) & v_use(e2) & with(x4,x5) & n_father(x5) & of(x5,x6) & n_bus(x6) & n_firearm(x4)) & n_boy(x1) & a_african(s1) & Theme(s1,x1))
4c1ffc42-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_sit(e1) & of(x5,x6) & of(x4,x5) & of(x2,x3) & n_grill(x5) & n_front(x4) & n_dirt(x3) & n_courtyard(x2) & n_boy(x1) & n_barbecue(x6) & in(e1,x4) & in(e1,x2) & a_young(s1) & a_african(s2) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_learn(e1) & n_manner(x2) & n_boy(x1) & exists e2 x3 x4 x5 x6.(with(x4,x5) & v_use(e2) & of(x5,x6) & n_firearm(x4) & n_father(x5) & n_bus(x6) & Theme(e2,x4) & Actor(e2,x3)) & a_african(s1) & Topic(e1,x2) & Theme(s1,x1) & Actor(e1,x1))
A boy wearing a striped shirt sits in a yard next to a smoking grill.
A boy is cooking burgers.
1
-100
The boy's proximity to the grill does not mean that he is cooking burgers.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(to(e2,x5) & n_grill(x5) & of(x5,x6) & n_smoking(x6) & r_next(e2) & in(e2,x4) & n_yard(x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_striped(s1) & Theme(s1,x3) & (x1 = x2) & n_boy(x1))
exists p1 x1.(exists s1 x2.((x1 = x2) & n_burger(x2) & a_cooking(s1) & Theme(s1,x2)) & n_boy(x1))
4c200048-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_sit(e2) & to(e2,x5) & r_next(e2) & of(x5,x6) & n_yard(x4) & n_smoking(x6) & n_shirt(x3) & n_grill(x5) & n_boy(x1) & in(e2,x4) & a_striped(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_boy(x1) & exists s1 x2.(n_burger(x2) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2)))
A boy wearing a striped shirt sits in a yard next to a smoking grill.
A boy in a denim jacket stands by a grill.
2
-100
A striped shirt is not a denim jacket and the boy can not be sitting and standing at the same time.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(to(e2,x5) & n_grill(x5) & of(x5,x6) & n_smoking(x6) & r_next(e2) & in(e2,x4) & n_yard(x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_striped(s1) & Theme(s1,x3) & (x1 = x2) & n_boy(x1))
exists e1 x1 x2 x3 x4.(by(e1,x4) & n_grill(x4) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & n_jacket(x2) & of(x2,x3) & n_denim(x3) & n_boy(x1))
4c200502-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_sit(e2) & to(e2,x5) & r_next(e2) & of(x5,x6) & n_yard(x4) & n_smoking(x6) & n_shirt(x3) & n_grill(x5) & n_boy(x1) & in(e2,x4) & a_striped(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_stand(e1) & of(x2,x3) & n_jacket(x2) & n_grill(x4) & n_denim(x3) & n_boy(x1) & in(x1,x2) & by(e1,x4) & Actor(e1,x1))
A boy wearing a striped shirt sits in a yard next to a smoking grill.
A boy sits.
0
-100
A boy wearing a striped shirt is a type of boy.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(to(e2,x5) & n_grill(x5) & of(x5,x6) & n_smoking(x6) & r_next(e2) & in(e2,x4) & n_yard(x4) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_striped(s1) & Theme(s1,x3) & (x1 = x2) & n_boy(x1))
exists e1 x1.(Actor(e1,x1) & v_sit(e1) & n_boy(x1))
4c20093a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_sit(e2) & to(e2,x5) & r_next(e2) & of(x5,x6) & n_yard(x4) & n_smoking(x6) & n_shirt(x3) & n_grill(x5) & n_boy(x1) & in(e2,x4) & a_striped(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_sit(e1) & n_boy(x1) & Actor(e1,x1))
A small boy is sitting on a step while a grill smokes in the background.
A old man stands in a room.
2
-100
boy and a old man are two different age group
exists e1 p1 s1 x1 x2 x4.(n_background(x4) & exists e2 x3.(in(e2,x4) & Actor(e2,x3) & v_smoke(e2) & n_grill(x3)) & while(e1,p1) & on(e1,x2) & n_step(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_small(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(in(e1,x2) & n_room(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
4c200d4a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x4.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_step(x2) & n_boy(x1) & n_background(x4) & exists e2 x3.(v_smoke(e2) & n_grill(x3) & in(e2,x4) & Actor(e2,x3)) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_stand(e1) & n_room(x2) & n_man(x1) & in(e1,x2) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1))
A small boy is sitting on a step while a grill smokes in the background.
A kid sits near a grill.
0
-100
The grill smokes in the background.
exists e1 p1 s1 x1 x2 x4.(n_background(x4) & exists e2 x3.(in(e2,x4) & Actor(e2,x3) & v_smoke(e2) & n_grill(x3)) & while(e1,p1) & on(e1,x2) & n_step(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_small(s1) & Theme(s1,x1))
exists e1 x1 x2.(near(e1,x2) & n_grill(x2) & Actor(e1,x1) & v_sit(e1) & n_kid(x1))
4c2011aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x4.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_step(x2) & n_boy(x1) & n_background(x4) & exists e2 x3.(v_smoke(e2) & n_grill(x3) & in(e2,x4) & Actor(e2,x3)) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & near(e1,x2) & n_kid(x1) & n_grill(x2) & Actor(e1,x1))
A small boy is sitting on a step while a grill smokes in the background.
A kid sits near a grill in a yard.
1
-100
The boy could be sitting anywhere. Just because the boy is sitting does not mean the boy is sitting near the grill in a yard.
exists e1 p1 s1 x1 x2 x4.(n_background(x4) & exists e2 x3.(in(e2,x4) & Actor(e2,x3) & v_smoke(e2) & n_grill(x3)) & while(e1,p1) & on(e1,x2) & n_step(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_small(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(in(e1,x3) & n_yard(x3) & near(e1,x2) & n_grill(x2) & Actor(e1,x1) & v_sit(e1) & n_kid(x1))
4c2015c4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x4.(while(e1,p1) & v_sit(e1) & on(e1,x2) & n_step(x2) & n_boy(x1) & n_background(x4) & exists e2 x3.(v_smoke(e2) & n_grill(x3) & in(e2,x4) & Actor(e2,x3)) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_sit(e1) & near(e1,x2) & n_yard(x3) & n_kid(x1) & n_grill(x2) & in(e1,x3) & Actor(e1,x1))
Men playing a game of sand volleyball on a sunny day.
Men are playing volleyball in the sun.
0
-100
Sand volleyball is a type of volleyball.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x6) & n_day(x6) & a_sunny(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & of(x3,x4) & n_volleyball(x4) & of(x4,x5) & n_sand(x5) & n_game(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(n_sun(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_volleyball(x2) & n_man(x1))
4c2019d4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_play(e1) & on(e1,x6) & of(x4,x5) & of(x3,x4) & n_volleyball(x4) & n_sand(x5) & n_man(x1) & n_game(x3) & n_day(x6) & a_topic(x1) & a_sunny(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_volleyball(x2) & n_sun(x3) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
Men playing a game of sand volleyball on a sunny day.
Women are playing tennis.
2
-100
Men are different than women and volleyball is not tennis.
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x6) & n_day(x6) & a_sunny(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & of(x3,x4) & n_volleyball(x4) & of(x4,x5) & n_sand(x5) & n_game(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_woman(x1))
4c2021e0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_play(e1) & on(e1,x6) & of(x4,x5) & of(x3,x4) & n_volleyball(x4) & n_sand(x5) & n_man(x1) & n_game(x3) & n_day(x6) & a_topic(x1) & a_sunny(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_woman(x1) & n_tennis(x2) & Theme(e1,x2) & Actor(e1,x1))
A man washing some dishes.
The man is guzzling beer in the family room.
2
-100
He is either washing dishes or guzzling beer in the family room, he can't be doing both at the same time.
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wash(e1) & n_dish(x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3 x4.(n_room(x3) & of(x3,x4) & n_family(x4) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_guzzle(e1) & n_beer(x2))
4c202ece-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_wash(e1) & n_man(x1) & n_dish(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_guzzle(e1) & of(x3,x4) & n_room(x3) & n_man(x1) & n_family(x4) & n_beer(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A young man and mother in the kitchen washing and drying the dishes.
a couple is cleaning the back ward
2
-100
No one would describe a young man and his mother as a couple, they are two different relationships.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_dish(x7) & n_washing(x3) & of(x3,x4) & n_kitchen(x4) & a_topic(s1) & subset_of(x5,s1) & Theme(e1,x7) & Actor(e1,x6) & v_dry(e1) & (x5 = x6) & n_mother(x5) & subset_of(x2,s1) & in(x2,x3) & n_mother(x2) & subset_of(x1,s1) & n_man(x1) & a_young(s2) & Theme(s2,x1))
exists e1 x1 x2 x3.(n_ward(x2) & of(x2,x3) & n_back(x3) & Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & n_couple(x1))
4c20372a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_dry(e1) & subset_of(x5,s1) & subset_of(x2,s1) & subset_of(x1,s1) & of(x3,x4) & n_washing(x3) & n_mother(x5) & n_mother(x2) & n_man(x1) & n_kitchen(x4) & n_dish(x7) & in(x2,x3) & a_young(s2) & a_topic(s1) & Theme(s2,x1) & Theme(e1,x7) & Actor(e1,x6) & (x5 = x6))
exists e1 x1 x2 x3.(v_clean(e1) & of(x2,x3) & n_ward(x2) & n_couple(x1) & n_back(x3) & Theme(e1,x2) & Actor(e1,x1))
An older woman and young man in a kitchen.
2 people are in a kitchen
0
-100
woman and young man in a kitchen shows that woman and young man in a kitchen.
exists s1 s2 s3 x1 x2 x3.(a_topic(s1) & in(s1,x3) & n_kitchen(x3) & n_man(x2) & a_young(s3) & Theme(s3,x2) & n_woman(x1) & subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & a_older(s2) & Theme(s2,s1))
exists p1 x1.(exists x2.(in(x1,x2) & n_kitchen(x2)) & n_people(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1))
4c204486-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & r_more(s2) & n_woman(x1) & n_man(x2) & n_kitchen(x3) & in(s1,x3) & a_young(s3) & a_topic(s1) & a_older(s2) & Theme(s3,x2) & Theme(s2,s1))
exists x1.(n_people(x1) & n_date(x1) & exists x2.(n_kitchen(x2) & in(x1,x2)) & a_date_day_02(x1))
Several workers in orange vests and white construction hats holding blue bags are working along side railroad tracks.
Workers are sitting along side an airplane runway.
2
-100
Airplanes do not use railroad tracks.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(along(e2,x9) & n_track(x9) & of(x9,x11) & n_railroad(x11) & of(x9,x10) & n_side(x10) & Actor(e2,x1) & v_work(e2) & in(x1,x2) & Theme(e1,x8) & Actor(e1,x7) & v_hold(e1) & n_bag(x8) & a_blue(s3) & Theme(s3,x8) & (x2 = x7) & n_hat(x5) & of(x5,x6) & n_construction(x6) & a_white(s2) & Theme(s2,x5) & n_vest(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_worker(x1) & a_several(s1) & Theme(s1,x1))
exists e1 x1.(all x3 x2.((n_runway(x2) & of(x2,x3) & n_airplane(x3)) -> exists x4.(along(e1,x4) & for(x4,x2) & n_side(x4))) & Actor(e1,x1) & v_sit(e1) & n_worker(x1))
4c233cc2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_work(e2) & v_hold(e1) & subset_of(x5,x2) & subset_of(x4,x2) & of(x9,x11) & of(x9,x10) & of(x5,x6) & of(x2,x3) & n_worker(x1) & n_vest(x4) & n_track(x9) & n_side(x10) & n_railroad(x11) & n_orange(x3) & n_hat(x5) & n_construction(x6) & n_bag(x8) & in(x1,x2) & along(e2,x9) & a_white(s2) & a_several(s1) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x8) & Actor(e2,x1) & Actor(e1,x7) & (x2 = x7))
exists e1 x1.(v_sit(e1) & n_worker(x1) & all x3 x2.(exists x4.(n_side(x4) & for(x4,x2) & along(e1,x4)) | -of(x2,x3) | -n_runway(x2) | -n_airplane(x3)) & Actor(e1,x1))
Several workers in orange vests and white construction hats holding blue bags are working along side railroad tracks.
Workers are working along side rail road tracks in the morning.
1
-100
Sentence one talks of workers on a railroad track, but we don't know that in sentence two they are working in the morning.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(along(e2,x9) & n_track(x9) & of(x9,x11) & n_railroad(x11) & of(x9,x10) & n_side(x10) & Actor(e2,x1) & v_work(e2) & in(x1,x2) & Theme(e1,x8) & Actor(e1,x7) & v_hold(e1) & n_bag(x8) & a_blue(s3) & Theme(s3,x8) & (x2 = x7) & n_hat(x5) & of(x5,x6) & n_construction(x6) & a_white(s2) & Theme(s2,x5) & n_vest(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_worker(x1) & a_several(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4 x5 x6.(n_morning(x6) & in(e1,x6) & along(e1,x2) & n_track(x2) & of(x2,x5) & n_road(x5) & of(x2,x4) & n_rail(x4) & of(x2,x3) & n_side(x3) & Actor(e1,x1) & v_work(e1) & n_worker(x1))
4c2343f2-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_work(e2) & v_hold(e1) & subset_of(x5,x2) & subset_of(x4,x2) & of(x9,x11) & of(x9,x10) & of(x5,x6) & of(x2,x3) & n_worker(x1) & n_vest(x4) & n_track(x9) & n_side(x10) & n_railroad(x11) & n_orange(x3) & n_hat(x5) & n_construction(x6) & n_bag(x8) & in(x1,x2) & along(e2,x9) & a_white(s2) & a_several(s1) & a_blue(s3) & Theme(s3,x8) & Theme(s2,x5) & Theme(s1,x1) & Theme(e1,x8) & Actor(e2,x1) & Actor(e1,x7) & (x2 = x7))
exists e1 x1 x2 x3 x4 x5 x6.(v_work(e1) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_worker(x1) & n_track(x2) & n_side(x3) & n_road(x5) & n_rail(x4) & n_morning(x6) & in(e1,x6) & along(e1,x2) & Actor(e1,x1))
Workers in orange vests are working on the train platform.
THe people are sleeping.
2
-100
One cannot be working while sleeping.
exists e1 x1 x2 x3 x4 x5.(n_platform(x4) & of(x4,x5) & n_train(x5) & on(e1,x4) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_vest(x2) & of(x2,x3) & n_orange(x3) & n_worker(x1))
exists e1 s1 x1.(Actor(e1,x1) & v_sleep(e1) & n_people(x1) & a_the(s1) & Theme(s1,x1))
4c23499c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_work(e1) & on(e1,x4) & of(x4,x5) & of(x2,x3) & n_worker(x1) & n_vest(x2) & n_train(x5) & n_platform(x4) & n_orange(x3) & in(x1,x2) & Actor(e1,x1))
exists e1 s1 x1.(v_sleep(e1) & n_people(x1) & a_the(s1) & Theme(s1,x1) & Actor(e1,x1))
Workers in orange vests are working on the train platform.
THe people are controlling the train
1
-100
Not all people are workers. The act of controlling a train isn't the same as working on a train platform.
exists e1 x1 x2 x3 x4 x5.(n_platform(x4) & of(x4,x5) & n_train(x5) & on(e1,x4) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_vest(x2) & of(x2,x3) & n_orange(x3) & n_worker(x1))
exists e1 s1 x1 x2.(n_train(x2) & Theme(e1,x2) & Actor(e1,x1) & v_control(e1) & n_people(x1) & a_the(s1) & Theme(s1,x1))
4c234ef6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_work(e1) & on(e1,x4) & of(x4,x5) & of(x2,x3) & n_worker(x1) & n_vest(x2) & n_train(x5) & n_platform(x4) & n_orange(x3) & in(x1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_control(e1) & n_train(x2) & n_people(x1) & a_the(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
Workers in orange vests are working on the train platform.
The workers are wearing vest
0
-100
Workers in orange vests are wearing vests.
exists e1 x1 x2 x3 x4 x5.(n_platform(x4) & of(x4,x5) & n_train(x5) & on(e1,x4) & Actor(e1,x1) & v_work(e1) & in(x1,x2) & n_vest(x2) & of(x2,x3) & n_orange(x3) & n_worker(x1))
exists e1 x1 x2.(n_worker(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_vest(x2))
4c2353b0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4 x5.(v_work(e1) & on(e1,x4) & of(x4,x5) & of(x2,x3) & n_worker(x1) & n_vest(x2) & n_train(x5) & n_platform(x4) & n_orange(x3) & in(x1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_wear(e1) & n_worker(x1) & n_vest(x2) & Theme(e1,x2) & Actor(e1,x1))
Men wearing orange safety vest are filling blue bags.
They are putting things in the bag.
0
-100
Men indicates several men, which can be referred to as they. If they are putting things in a bag, then they are filling that bag.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_fill(e2) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_vest(x3) & of(x3,x5) & n_safety(x5) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(n_bag(x3) & n_thing(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_thing(x2))
4c235932-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_fill(e2) & of(x3,x5) & of(x3,x4) & n_vest(x3) & n_safety(x5) & n_orange(x4) & n_man(x1) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_put(e1) & n_thing(x2) & n_thing(x1) & n_bag(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
Men wearing orange safety vest are filling blue bags.
They are outside.
1
-100
We know Men are working while filling bags, but sentence two says they are now outside.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_fill(e2) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_vest(x3) & of(x3,x5) & n_safety(x5) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1))
exists s1 x1.(n_thing(x1) & Theme(s1,x1) & a_outside(s1))
4c235f2c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_fill(e2) & of(x3,x5) & of(x3,x4) & n_vest(x3) & n_safety(x5) & n_orange(x4) & n_man(x1) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_thing(x1) & a_outside(s1) & Theme(s1,x1))
Men wearing orange safety vest are filling blue bags.
They are taking a nap.
2
-100
The man can not be filling and napping at the same time.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x6) & Actor(e2,x1) & v_fill(e2) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_vest(x3) & of(x3,x5) & n_safety(x5) & of(x3,x4) & n_orange(x4) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2))
4c236490-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_fill(e2) & of(x3,x5) & of(x3,x4) & n_vest(x3) & n_safety(x5) & n_orange(x4) & n_man(x1) & n_bag(x6) & a_blue(s1) & Theme(s1,x6) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_take(e1) & n_thing(x1) & n_nap(x2) & Theme(e1,x2) & Actor(e1,x1))
The Goalie, is defending his net
The goalie is playing soccer.
1
-100
Sentence one says this person is a goalie at a net, which means Soccer or hockey maybe, but sentence 2 says it was actually soccer
exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & ne_nam_goalie(x1) & Theme(e1,x2) & Actor(e1,x1) & v_defend(e1))
exists e1 x1 x2.(n_goalie(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_soccer(x2))
4c236986-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_defend(e1) & of(x2,x1) & ne_nam_goalie(x1) & n_net(x2) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_soccer(x2) & n_goalie(x1) & Theme(e1,x2) & Actor(e1,x1))
The Goalie, is defending his net
A goalie is standing on the sidelines.
2
-100
The goalie can't be defending his net and standing on the sidelines at the same time.
exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & ne_nam_goalie(x1) & Theme(e1,x2) & Actor(e1,x1) & v_defend(e1))
exists e1 x1 x2.(n_sideline(x2) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_goalie(x1))
4c237048-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_defend(e1) & of(x2,x1) & ne_nam_goalie(x1) & n_net(x2) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_sideline(x2) & n_goalie(x1) & Actor(e1,x1))
The Goalie, is defending his net
The goalie is playing a game.
0
-100
If a goalies is defending a net, then he is playing a game.
exists e1 x1 x2.(n_net(x2) & of(x2,x1) & n_male(x1) & ne_nam_goalie(x1) & Theme(e1,x2) & Actor(e1,x1) & v_defend(e1))
exists e1 x1 x2.(n_goalie(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2))
4c237570-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_defend(e1) & of(x2,x1) & ne_nam_goalie(x1) & n_net(x2) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_play(e1) & n_goalie(x1) & n_game(x2) & Theme(e1,x2) & Actor(e1,x1))
A man doing a one armed handstand in the grass.
a man is in the grass
0
-100
A handstand in the grass shows that man is in the grass.
exists e1 s1 x1 x2 x3 x4.(n_grass(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & n_handstand(x3) & a_armed(s1) & Theme(s1,x3) & card_eq_1(x3) & (x1 = x2) & n_man(x1))
exists p1 x1 x2.(n_grass(x2) & in(x1,x2) & n_man(x1))
4c237a52-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_do(e1) & n_man(x1) & n_handstand(x3) & n_grass(x4) & in(x3,x4) & card_eq_1(x3) & a_topic(x1) & a_armed(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_man(x1) & n_grass(x2) & in(x1,x2))
A man doing a one armed handstand in the grass.
the man is happy in the ggrass
1
-100
Not all men doing one armed hand stand are necessarily be happy.
exists e1 s1 x1 x2 x3 x4.(n_grass(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & n_handstand(x3) & a_armed(s1) & Theme(s1,x3) & card_eq_1(x3) & (x1 = x2) & n_man(x1))
exists s1 x1 x2.(n_ggrass(x2) & n_man(x1) & in(s1,x2) & Theme(s1,x1) & a_happy(s1))
4c237fa2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_do(e1) & n_man(x1) & n_handstand(x3) & n_grass(x4) & in(x3,x4) & card_eq_1(x3) & a_topic(x1) & a_armed(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists s1 x1 x2.(n_man(x1) & n_ggrass(x2) & in(s1,x2) & a_happy(s1) & Theme(s1,x1))
A man doing a one armed handstand in the grass.
the man is in the water
2
-100
you cannot do a handstand in water.
exists e1 s1 x1 x2 x3 x4.(n_grass(x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & n_handstand(x3) & a_armed(s1) & Theme(s1,x3) & card_eq_1(x3) & (x1 = x2) & n_man(x1))
exists p1 x1 x2.(n_water(x2) & n_man(x1) & in(x1,x2))
4c23859c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_do(e1) & n_man(x1) & n_handstand(x3) & n_grass(x4) & in(x3,x4) & card_eq_1(x3) & a_topic(x1) & a_armed(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists x1 x2.(n_water(x2) & n_man(x1) & in(x1,x2))
A game of hockey, with "Huppe" in the main part of the picture looking onto the field at the other players.
The people are looking in the picture
1
-100
It cannot be inferred that people are looking in the picture.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(-(x8 = x8) & n_player(x8) & n_field(x7) & n_picture(x5) & n_part(x4) & a_main(s1) & Theme(s1,x4) & ne_per_huppe(x3) & a_topic(x1) & with(x1,x3) & in(x3,x4) & of(x4,x5) & at(e1,x8) & onto(e1,x7) & Actor(e1,x6) & v_look(e1) & (x5 = x6) & of(x1,x2) & n_hockey(x2) & n_game(x1))
exists e1 x1 x2.(n_picture(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1) & v_look(e1))
4c238a06-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x3) & v_look(e1) & onto(e1,x7) & of(x4,x5) & of(x1,x2) & ne_per_huppe(x3) & n_player(x8) & n_picture(x5) & n_part(x4) & n_hockey(x2) & n_game(x1) & n_field(x7) & in(x3,x4) & at(e1,x8) & a_topic(x1) & a_main(s1) & Theme(s1,x4) & Actor(e1,x6) & -(x8 = x8) & (x5 = x6))
exists e1 x1 x2.(v_look(e1) & n_picture(x2) & n_people(x1) & in(e1,x2) & Actor(e1,x1))
A game of hockey, with "Huppe" in the main part of the picture looking onto the field at the other players.
The people are playing hockey with a huppe
0
-100
Players are people. If the huppe is in the picture, then they are playing with a huppe.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(-(x8 = x8) & n_player(x8) & n_field(x7) & n_picture(x5) & n_part(x4) & a_main(s1) & Theme(s1,x4) & ne_per_huppe(x3) & a_topic(x1) & with(x1,x3) & in(x3,x4) & of(x4,x5) & at(e1,x8) & onto(e1,x7) & Actor(e1,x6) & v_look(e1) & (x5 = x6) & of(x1,x2) & n_hockey(x2) & n_game(x1))
exists e1 x1 x2 x3.(n_people(x1) & with(e1,x3) & n_huppe(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_hockey(x2))
4c238e20-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x3) & v_look(e1) & onto(e1,x7) & of(x4,x5) & of(x1,x2) & ne_per_huppe(x3) & n_player(x8) & n_picture(x5) & n_part(x4) & n_hockey(x2) & n_game(x1) & n_field(x7) & in(x3,x4) & at(e1,x8) & a_topic(x1) & a_main(s1) & Theme(s1,x4) & Actor(e1,x6) & -(x8 = x8) & (x5 = x6))
exists e1 x1 x2 x3.(with(e1,x3) & v_play(e1) & n_people(x1) & n_huppe(x3) & n_hockey(x2) & Theme(e1,x2) & Actor(e1,x1))
A game of hockey, with "Huppe" in the main part of the picture looking onto the field at the other players.
The people are sleeping.
2
-100
People can't be playing hockey and sleeping at the same time.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(-(x8 = x8) & n_player(x8) & n_field(x7) & n_picture(x5) & n_part(x4) & a_main(s1) & Theme(s1,x4) & ne_per_huppe(x3) & a_topic(x1) & with(x1,x3) & in(x3,x4) & of(x4,x5) & at(e1,x8) & onto(e1,x7) & Actor(e1,x6) & v_look(e1) & (x5 = x6) & of(x1,x2) & n_hockey(x2) & n_game(x1))
exists e1 x1.(n_people(x1) & Actor(e1,x1) & v_sleep(e1))
4c239294-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x3) & v_look(e1) & onto(e1,x7) & of(x4,x5) & of(x1,x2) & ne_per_huppe(x3) & n_player(x8) & n_picture(x5) & n_part(x4) & n_hockey(x2) & n_game(x1) & n_field(x7) & in(x3,x4) & at(e1,x8) & a_topic(x1) & a_main(s1) & Theme(s1,x4) & Actor(e1,x6) & -(x8 = x8) & (x5 = x6))
exists e1 x1.(v_sleep(e1) & n_people(x1) & Actor(e1,x1))
A man in a brown shirt is balancing on one hand in a grassy field.
A man i
2
-100
The man isn't described in both instances.
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x3) & in(x3,x4) & n_field(x4) & a_grassy(s2) & Theme(s2,x4) & n_hand(x3) & card_eq_1(x3) & Actor(e1,x1) & v_balance(e1) & in(x1,x2) & n_shirt(x2) & a_brown(s1) & Theme(s1,x2) & n_man(x1))
exists x1 x2.(a_topic(x1) & n_i(x1) & of(x1,x2) & n_man(x2))
4c2396ea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_balance(e1) & on(e1,x3) & n_shirt(x2) & n_man(x1) & n_hand(x3) & n_field(x4) & in(x3,x4) & in(x1,x2) & card_eq_1(x3) & a_grassy(s2) & a_brown(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1))
exists x1 x2.(of(x1,x2) & n_man(x2) & n_i(x1) & a_topic(x1))
A man in a brown shirt is balancing on one hand in a grassy field.
A man is practicing his hand stands
1
-100
Just because a man is balancing on one hand in a field does not mean that he is practicing his hand stands.
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x3) & in(x3,x4) & n_field(x4) & a_grassy(s2) & Theme(s2,x4) & n_hand(x3) & card_eq_1(x3) & Actor(e1,x1) & v_balance(e1) & in(x1,x2) & n_shirt(x2) & a_brown(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_stand(x2) & of(x2,x3) & n_hand(x3) & of(x2,x1) & n_male(x1) & n_man(x1))
4c239b18-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_balance(e1) & on(e1,x3) & n_shirt(x2) & n_man(x1) & n_hand(x3) & n_field(x4) & in(x3,x4) & in(x1,x2) & card_eq_1(x3) & a_grassy(s2) & a_brown(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_practice(e1) & of(x2,x3) & of(x2,x1) & n_stand(x2) & n_man(x1) & n_male(x1) & n_hand(x3) & Theme(e1,x2) & Actor(e1,x1))
A man in a brown shirt is balancing on one hand in a grassy field.
A man is wearing a brown shirt
0
-100
"Wearing a brown shirt" is synonymous with "in a brown shirt".
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x3) & in(x3,x4) & n_field(x4) & a_grassy(s2) & Theme(s2,x4) & n_hand(x3) & card_eq_1(x3) & Actor(e1,x1) & v_balance(e1) & in(x1,x2) & n_shirt(x2) & a_brown(s1) & Theme(s1,x2) & n_man(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_brown(s1) & Theme(s1,x2) & n_man(x1))
4c239f3c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4.(v_balance(e1) & on(e1,x3) & n_shirt(x2) & n_man(x1) & n_hand(x3) & n_field(x4) & in(x3,x4) & in(x1,x2) & card_eq_1(x3) & a_grassy(s2) & a_brown(s1) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_brown(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A bearded man in a brown button down shirt and plaid shorts is standing on one hand in the grass.
A man stands in the grass on one hand.
0
-100
"Stands in the grass on one hand" is synonymous with "standing on one hand in the grass."
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_grass(x7) & in(e1,x7) & on(e1,x6) & n_hand(x6) & card_eq_1(x6) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & down(x2,x3) & n_shorts(x3) & of(x3,x5) & n_plaid(x5) & of(x3,x4) & n_shirt(x4) & n_button(x2) & a_brown(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(n_grass(x2) & in(e1,x2) & on(x2,x3) & n_hand(x3) & card_eq_1(x3) & Actor(e1,x1) & v_stand(e1) & n_man(x1))
4c23b3be-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & on(e1,x6) & of(x3,x5) & of(x3,x4) & n_shorts(x3) & n_shirt(x4) & n_plaid(x5) & n_man(x1) & n_hand(x6) & n_grass(x7) & n_button(x2) & in(x1,x2) & in(e1,x7) & down(x2,x3) & card_eq_1(x6) & a_brown(s2) & a_bearded(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_stand(e1) & on(x2,x3) & n_man(x1) & n_hand(x3) & n_grass(x2) & in(e1,x2) & card_eq_1(x3) & Actor(e1,x1))
A bearded man in a brown button down shirt and plaid shorts is standing on one hand in the grass.
A man performs a trick for his friends.
1
-100
Just because a man is standing on one hand in grass does not mean that he is performing a trick for his friends.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_grass(x7) & in(e1,x7) & on(e1,x6) & n_hand(x6) & card_eq_1(x6) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & down(x2,x3) & n_shorts(x3) & of(x3,x5) & n_plaid(x5) & of(x3,x4) & n_shirt(x4) & n_button(x2) & a_brown(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(for(e1,x3) & n_friend(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_man(x1))
4c23b850-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & on(e1,x6) & of(x3,x5) & of(x3,x4) & n_shorts(x3) & n_shirt(x4) & n_plaid(x5) & n_man(x1) & n_hand(x6) & n_grass(x7) & n_button(x2) & in(x1,x2) & in(e1,x7) & down(x2,x3) & card_eq_1(x6) & a_brown(s2) & a_bearded(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_perform(e1) & of(x3,x1) & n_trick(x2) & n_man(x1) & n_male(x1) & n_friend(x3) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
A bearded man in a brown button down shirt and plaid shorts is standing on one hand in the grass.
A man is reaching up on tip toes.
2
-100
The man can not be reaching and standing on one hand at the same time.
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_grass(x7) & in(e1,x7) & on(e1,x6) & n_hand(x6) & card_eq_1(x6) & Actor(e1,x1) & v_stand(e1) & in(x1,x2) & down(x2,x3) & n_shorts(x3) & of(x3,x5) & n_plaid(x5) & of(x3,x4) & n_shirt(x4) & n_button(x2) & a_brown(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3.(a_up(s1) & Manner(e1,s1) & on(e1,x2) & n_toe(x2) & of(x2,x3) & n_tip(x3) & Actor(e1,x1) & v_reach(e1) & n_man(x1))
4c23bd5a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_stand(e1) & on(e1,x6) & of(x3,x5) & of(x3,x4) & n_shorts(x3) & n_shirt(x4) & n_plaid(x5) & n_man(x1) & n_hand(x6) & n_grass(x7) & n_button(x2) & in(x1,x2) & in(e1,x7) & down(x2,x3) & card_eq_1(x6) & a_brown(s2) & a_bearded(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_reach(e1) & on(e1,x2) & of(x2,x3) & n_toe(x2) & n_tip(x3) & n_man(x1) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1))
Young boy holding poster in urban setting while three men, one on a bike, hang out in the background.
the young boy is trying to put up posters for a lost dog.
1
-100
The fact that young boy holding poster in urban setting doesn't imply that the boy is trying put up posters for a lost dog.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_background(x7) & in(e2,x7) & a_out(s3) & Manner(e2,s3) & Actor(e2,x5) & v_hang(e2) & on(x5,x6) & n_bike(x6) & n_thing(x5) & card_eq_1(x5) & while(e1,x4) & n_man(x4) & card_eq_3(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & in(x2,x3) & n_setting(x3) & a_urban(s2) & Theme(s2,x3) & n_poster(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 p1 s1 x1.(n_boy(x1) & a_young(s1) & Theme(s1,x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 s2 x2 x3.(a_up(s2) & Manner(e3,s2) & Theme(e3,x2) & Actor(e3,x1) & v_put(e3) & for(x2,x3) & n_dog(x3) & Theme(e2,x3) & v_lose(e2) & n_poster(x2)))
4c23c1d8-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x4) & v_hold(e1) & v_hang(e2) & on(x5,x6) & n_thing(x5) & n_setting(x3) & n_poster(x2) & n_man(x4) & n_boy(x1) & n_bike(x6) & n_background(x7) & in(x2,x3) & in(e2,x7) & card_eq_3(x4) & card_eq_1(x5) & a_young(s1) & a_urban(s2) & a_out(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 p1 s1 x1.(v_try(e1) & n_boy(x1) & exists e3 e2 s2 x2 x3.(v_put(e3) & v_lose(e2) & n_poster(x2) & n_dog(x3) & for(x2,x3) & a_up(s2) & Theme(e3,x2) & Theme(e2,x3) & Manner(e3,s2) & Actor(e3,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
Young boy holding poster in urban setting while three men, one on a bike, hang out in the background.
the young boy is holding a picture frame in his hands.
2
-100
A poster is not a picture frame.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_background(x7) & in(e2,x7) & a_out(s3) & Manner(e2,s3) & Actor(e2,x5) & v_hang(e2) & on(x5,x6) & n_bike(x6) & n_thing(x5) & card_eq_1(x5) & while(e1,x4) & n_man(x4) & card_eq_3(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & in(x2,x3) & n_setting(x3) & a_urban(s2) & Theme(s2,x3) & n_poster(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4.(n_hand(x4) & of(x4,x1) & n_male(x1) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_frame(x2) & of(x2,x3) & n_picture(x3))
4c23c642-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x4) & v_hold(e1) & v_hang(e2) & on(x5,x6) & n_thing(x5) & n_setting(x3) & n_poster(x2) & n_man(x4) & n_boy(x1) & n_bike(x6) & n_background(x7) & in(x2,x3) & in(e2,x7) & card_eq_3(x4) & card_eq_1(x5) & a_young(s1) & a_urban(s2) & a_out(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_hold(e1) & of(x4,x1) & of(x2,x3) & n_picture(x3) & n_male(x1) & n_hand(x4) & n_frame(x2) & n_boy(x1) & in(e1,x4) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
Young boy holding poster in urban setting while three men, one on a bike, hang out in the background.
a young boy in the city is hanging out in front of some guys on bikes
0
-100
urban setting is inferred as city and three men, one on a bike is inferred as some guys on bikes.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_background(x7) & in(e2,x7) & a_out(s3) & Manner(e2,s3) & Actor(e2,x5) & v_hang(e2) & on(x5,x6) & n_bike(x6) & n_thing(x5) & card_eq_1(x5) & while(e1,x4) & n_man(x4) & card_eq_3(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & in(x2,x3) & n_setting(x3) & a_urban(s2) & Theme(s2,x3) & n_poster(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(n_city(x2) & in(e1,x3) & of(x3,x4) & on(x4,x5) & n_bike(x5) & n_guy(x4) & n_front(x3) & a_out(s2) & Manner(e1,s2) & Actor(e1,x1) & v_hang(e1) & in(x1,x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1))
4c23caac-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x4) & v_hold(e1) & v_hang(e2) & on(x5,x6) & n_thing(x5) & n_setting(x3) & n_poster(x2) & n_man(x4) & n_boy(x1) & n_bike(x6) & n_background(x7) & in(x2,x3) & in(e2,x7) & card_eq_3(x4) & card_eq_1(x5) & a_young(s1) & a_urban(s2) & a_out(s3) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e2,s3) & Actor(e2,x5) & Actor(e1,x1))
exists e1 s1 s2 x1 x2 x3 x4 x5.(v_hang(e1) & on(x4,x5) & of(x3,x4) & n_guy(x4) & n_front(x3) & n_city(x2) & n_boy(x1) & n_bike(x5) & in(x1,x2) & in(e1,x3) & a_young(s1) & a_out(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
A man and a woman are spray painting a wall.
A man and woman is spraypainting a house.
1
-100
Spray painting a wall doesn't imply spray painting a house.
exists p1 x1 x2 x3.(all x4.(n_wall(x4) -> exists s1 x5.((x1 = x5) & for(x5,x4) & n_painting(x5) & a_spray(s1) & Theme(s1,x5))) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_spraypaint(e1) & n_house(x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1))
4c23cfde-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & all x4.(exists s1 x5.(n_painting(x5) & for(x5,x4) & a_spray(s1) & Theme(s1,x5) & (x1 = x5)) | -n_wall(x4)))
exists e1 x1 x2 x3 x4.(v_spraypaint(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & n_house(x4) & Theme(e1,x4) & Actor(e1,x1))
A man and a woman are spray painting a wall.
A man and woman spray painting on the wall.
0
-100
spray painting a wall is inferred as spray painting on the wall.
exists p1 x1 x2 x3.(all x4.(n_wall(x4) -> exists s1 x5.((x1 = x5) & for(x5,x4) & n_painting(x5) & a_spray(s1) & Theme(s1,x5))) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists s1 x1 x2 x3 x4 x5.(n_wall(x5) & a_topic(s1) & subset_of(x2,s1) & on(x2,x5) & n_painting(x2) & of(x2,x4) & n_spray(x4) & of(x2,x3) & n_woman(x3) & subset_of(x1,s1) & n_man(x1))
4c23d664-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & all x4.(exists s1 x5.(n_painting(x5) & for(x5,x4) & a_spray(s1) & Theme(s1,x5) & (x1 = x5)) | -n_wall(x4)))
exists s1 x1 x2 x3 x4 x5.(subset_of(x2,s1) & subset_of(x1,s1) & on(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x3) & n_wall(x5) & n_spray(x4) & n_painting(x2) & n_man(x1) & a_topic(s1))
A man and a woman are spray painting a wall.
A man and woman is kissing.
2
-100
If a man and a woman are spray painting a wall they are not kissing.
exists p1 x1 x2 x3.(all x4.(n_wall(x4) -> exists s1 x5.((x1 = x5) & for(x5,x4) & n_painting(x5) & a_spray(s1) & Theme(s1,x5))) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists e1 x1 x2 x3.(Actor(e1,x1) & v_kiss(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1))
4c23dbd2-e4c8-11ec-9cdd-0242ac1c0002
exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & all x4.(exists s1 x5.(n_painting(x5) & for(x5,x4) & a_spray(s1) & Theme(s1,x5) & (x1 = x5)) | -n_wall(x4)))
exists e1 x1 x2 x3.(v_kiss(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & Actor(e1,x1))
Guy with his shirt off has part of his Calvin Klein underwear showing and he is walking next to guy in white shirt and black skirt and black leggings.
Two guys compared their richness.
2
-100
The men are not walking and comparing.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(ne_nam_guy(x1) & to(e2,x8) & subset_of(x10,x8) & n_leggings(x10) & a_black(s3) & Theme(s3,x10) & of(x10,x11) & n_skirt(x11) & a_black(s2) & Theme(s2,x10) & subset_of(x9,x8) & in(x9,x3) & n_shirt(x3) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_guy(x9) & r_next(e2) & Actor(e2,x2) & v_walk(e2) & n_male(x2) & n_male(x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & of(x2,x4) & n_showing(x4) & of(x4,x7) & n_underwear(x7) & (x4 = x6) & ne_per_klein(x6) & (x4 = x5) & ne_per_calvin(x5) & of(x4,x2) & n_part(x2) & with(x1,x3) & r_off(x3) & of(x3,x2))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_compare(e1) & n_richness(x2) & of(x2,x1) & n_thing(x1) & n_guy(x1) & card_eq_2(x1))
4c23e12c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x1,x3) & v_walk(e2) & v_have(e1) & to(e2,x8) & subset_of(x9,x8) & subset_of(x10,x8) & r_off(x3) & r_next(e2) & of(x4,x7) & of(x4,x2) & of(x3,x2) & of(x2,x4) & of(x10,x11) & ne_per_klein(x6) & ne_per_calvin(x5) & ne_nam_guy(x1) & n_underwear(x7) & n_skirt(x11) & n_showing(x4) & n_shirt(x3) & n_part(x2) & n_male(x2) & n_leggings(x10) & n_guy(x9) & in(x9,x3) & a_white(s1) & a_black(s3) & a_black(s2) & Theme(s3,x10) & Theme(s2,x10) & Theme(s1,x3) & Theme(e1,x2) & Actor(e2,x2) & Actor(e1,x1) & (x4 = x6) & (x4 = x5))
exists e1 x1 x2.(v_compare(e1) & of(x2,x1) & n_thing(x1) & n_richness(x2) & n_guy(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Guy with his shirt off has part of his Calvin Klein underwear showing and he is walking next to guy in white shirt and black skirt and black leggings.
A guy is available with white shirt and black shirt and black leggings
0
-100
BLACK LEGGINGS ARE CLOTHING.
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(ne_nam_guy(x1) & to(e2,x8) & subset_of(x10,x8) & n_leggings(x10) & a_black(s3) & Theme(s3,x10) & of(x10,x11) & n_skirt(x11) & a_black(s2) & Theme(s2,x10) & subset_of(x9,x8) & in(x9,x3) & n_shirt(x3) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_guy(x9) & r_next(e2) & Actor(e2,x2) & v_walk(e2) & n_male(x2) & n_male(x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & of(x2,x4) & n_showing(x4) & of(x4,x7) & n_underwear(x7) & (x4 = x6) & ne_per_klein(x6) & (x4 = x5) & ne_per_calvin(x5) & of(x4,x2) & n_part(x2) & with(x1,x3) & r_off(x3) & of(x3,x2))
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(s1,x2) & subset_of(x4,x2) & n_leggings(x4) & a_black(s4) & Theme(s4,x4) & of(x4,x5) & n_shirt(x5) & a_black(s3) & Theme(s3,x4) & subset_of(x3,x2) & n_shirt(x3) & a_white(s2) & Theme(s2,x3) & Theme(s1,x1) & a_available(s1) & n_guy(x1))
4c23e65e-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x1,x3) & v_walk(e2) & v_have(e1) & to(e2,x8) & subset_of(x9,x8) & subset_of(x10,x8) & r_off(x3) & r_next(e2) & of(x4,x7) & of(x4,x2) & of(x3,x2) & of(x2,x4) & of(x10,x11) & ne_per_klein(x6) & ne_per_calvin(x5) & ne_nam_guy(x1) & n_underwear(x7) & n_skirt(x11) & n_showing(x4) & n_shirt(x3) & n_part(x2) & n_male(x2) & n_leggings(x10) & n_guy(x9) & in(x9,x3) & a_white(s1) & a_black(s3) & a_black(s2) & Theme(s3,x10) & Theme(s2,x10) & Theme(s1,x3) & Theme(e1,x2) & Actor(e2,x2) & Actor(e1,x1) & (x4 = x6) & (x4 = x5))
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(with(s1,x2) & subset_of(x4,x2) & subset_of(x3,x2) & of(x4,x5) & n_shirt(x5) & n_shirt(x3) & n_leggings(x4) & n_guy(x1) & a_white(s2) & a_black(s4) & a_black(s3) & a_available(s1) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x3) & Theme(s1,x1))
Guy with his shirt off has part of his Calvin Klein underwear showing and he is walking next to guy in white shirt and black skirt and black leggings.
A guy with his shirt off has part of his Calvin Klein fell down.
1
-100
Just because a guy is walking does not mean that he fell down.
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(ne_nam_guy(x1) & to(e2,x8) & subset_of(x10,x8) & n_leggings(x10) & a_black(s3) & Theme(s3,x10) & of(x10,x11) & n_skirt(x11) & a_black(s2) & Theme(s2,x10) & subset_of(x9,x8) & in(x9,x3) & n_shirt(x3) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & n_guy(x9) & r_next(e2) & Actor(e2,x2) & v_walk(e2) & n_male(x2) & n_male(x2) & n_male(x2) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & of(x2,x4) & n_showing(x4) & of(x4,x7) & n_underwear(x7) & (x4 = x6) & ne_per_klein(x6) & (x4 = x5) & ne_per_calvin(x5) & of(x4,x2) & n_part(x2) & with(x1,x3) & r_off(x3) & of(x3,x2))
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_have(e2) & of(x3,x4) & a_down(s1) & Manner(e1,s1) & Actor(e1,x6) & v_fall(e1) & (x4 = x6) & ne_per_klein(x4) & (x4 = x5) & ne_per_calvin(x5) & of(x4,x1) & n_male(x1) & n_male(x1) & n_part(x3) & with(x1,x2) & r_off(x2) & n_shirt(x2) & of(x2,x1) & n_guy(x1))
4c23ead2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(with(x1,x3) & v_walk(e2) & v_have(e1) & to(e2,x8) & subset_of(x9,x8) & subset_of(x10,x8) & r_off(x3) & r_next(e2) & of(x4,x7) & of(x4,x2) & of(x3,x2) & of(x2,x4) & of(x10,x11) & ne_per_klein(x6) & ne_per_calvin(x5) & ne_nam_guy(x1) & n_underwear(x7) & n_skirt(x11) & n_showing(x4) & n_shirt(x3) & n_part(x2) & n_male(x2) & n_leggings(x10) & n_guy(x9) & in(x9,x3) & a_white(s1) & a_black(s3) & a_black(s2) & Theme(s3,x10) & Theme(s2,x10) & Theme(s1,x3) & Theme(e1,x2) & Actor(e2,x2) & Actor(e1,x1) & (x4 = x6) & (x4 = x5))
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_have(e2) & v_fall(e1) & r_off(x2) & of(x4,x1) & of(x3,x4) & of(x2,x1) & ne_per_klein(x4) & ne_per_calvin(x5) & n_shirt(x2) & n_part(x3) & n_male(x1) & n_guy(x1) & a_down(s1) & Theme(e2,x3) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x6) & (x4 = x6) & (x4 = x5))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
The tourists are outdoors.
0
-100
waters almost the same as outdoors.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists p1 x1.(n_tourist(x1) & exists x2.((x1 = x2) & n_outdoors(x2)))
4c23ef46-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists x1.(n_tourist(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
They are in the Phillipines.
1
0.096389
Just because they are in a Southeast Asian country does not mean that they are in the Philippines.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists p1 x1 x2.(ne_geo_phillipines(x2) & n_thing(x1) & in(x1,x2))
4c23f3a6-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists x1 x2.(ne_geo_phillipines(x2) & n_thing(x1) & in(x1,x2))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
Tourists board a boat in a asian country
0
-100
THE TOURISTS ARE ON A BOAT.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
all x1.(n_boat(x1) -> exists s1 x2 x3 x4.(a_topic(x2) & in(x2,x4) & n_country(x4) & a_asian(s1) & Theme(s1,x4) & for(x2,x1) & n_board(x2) & (x2 = x3) & ne_nam_tourists(x3)))
4c23f810-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
all x1.(exists s1 x2 x3 x4.(ne_nam_tourists(x3) & n_country(x4) & n_board(x2) & in(x2,x4) & for(x2,x1) & a_topic(x2) & a_asian(s1) & Theme(s1,x4) & (x2 = x3)) | -n_boat(x1))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
Tourists ride a boat to their destination.
1
0.860973
Just because tourist board a boat does not mean that the boat will take them to their destination.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & to(x2,x3) & n_destination(x3) & of(x3,x1) & n_thing(x1) & n_boat(x2) & n_tourist(x1))
4c23fd7e-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists e1 x1 x2 x3.(v_ride(e1) & to(x2,x3) & of(x3,x1) & n_tourist(x1) & n_thing(x1) & n_destination(x3) & n_boat(x2) & Theme(e1,x2) & Actor(e1,x1))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
Tourists on a boat
0
-100
YOU GET ABOARD A BOAT.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists x1 x2.(a_topic(x1) & on(x1,x2) & n_boat(x2) & n_tourist(x1))
4c240210-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists x1 x2.(on(x1,x2) & n_tourist(x1) & n_boat(x2) & a_topic(x1))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
The tourists are on a bus in the city
2
-100
A boat is not a bus.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists p1 x1 x3.(n_city(x3) & n_tourist(x1) & exists x2.(on(x1,x2) & in(x2,x3) & n_bus(x2)))
4c240684-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists x1 x3.(n_tourist(x1) & n_city(x3) & exists x2.(on(x1,x2) & n_bus(x2) & in(x2,x3)))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
Tourists ride in a boat in the ocean.
0
0.176245
WATERS CAN MEAN OCEAN.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists e1 x1 x2 x3.(n_ocean(x3) & in(e1,x2) & in(x2,x3) & n_boat(x2) & Actor(e1,x1) & v_ride(e1) & n_tourist(x1))
4c240b48-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists e1 x1 x2 x3.(v_ride(e1) & n_tourist(x1) & n_ocean(x3) & n_boat(x2) & in(x2,x3) & in(e1,x2) & Actor(e1,x1))
A group of tourists aboard a small and colorful boat in the waters of a Southeast Asian country.
A man hikes a mountain trail.
2
0
A man can not be a group of tourists while a man hikes a mountain trail does not occur when aboard a boat.
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(n_waters(x4) & a_topic(x1) & of(x1,x2) & aboard(x2,x3) & in(x3,x4) & of(x4,x5) & n_country(x5) & a_asian(s4) & Theme(s4,x5) & a_southeast(s3) & Theme(s3,x5) & n_boat(x3) & a_colorful(s2) & Theme(s2,x3) & a_small(s1) & Theme(s1,x3) & n_tourist(x2) & n_group(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hike(e1) & n_trail(x2) & of(x2,x3) & n_mountain(x3) & n_man(x1))
4c240fb2-e4c8-11ec-9cdd-0242ac1c0002
exists s1 s2 s3 s4 x1 x2 x3 x4 x5.(of(x4,x5) & of(x1,x2) & n_waters(x4) & n_tourist(x2) & n_group(x1) & n_country(x5) & n_boat(x3) & in(x3,x4) & aboard(x2,x3) & a_topic(x1) & a_southeast(s3) & a_small(s1) & a_colorful(s2) & a_asian(s4) & Theme(s4,x5) & Theme(s3,x5) & Theme(s2,x3) & Theme(s1,x3))
exists e1 x1 x2 x3.(v_hike(e1) & of(x2,x3) & n_trail(x2) & n_mountain(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))