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
These two people are eating.
The people are chatting as they eat.
1
0.521799
Just because two people are eating together it doesn't mean they are chatting
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists e1 p1 x1.(n_thing(x1) & n_people(x1) & exists e2.(Actor(e2,x1) & v_eat(e2)) & as(e1,p1) & Actor(e1,x1) & v_chat(e1))
79fd510a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists e1 p1 x1.(v_chat(e1) & n_thing(x1) & n_people(x1) & exists e2.(v_eat(e2) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1))
These two people are eating.
Two people are eating lunch.
1
0.802124
Just because two people are eating it doesn't mean they are eating lunch
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_lunch(x2) & n_people(x1) & card_eq_2(x1))
79fd563c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists e1 x1 x2.(v_eat(e1) & n_people(x1) & n_lunch(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
These two people are eating.
Two dogs are eating.
2
0.000009
PEOPLE ARE NOT DOGS
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists e1 x1.(Actor(e1,x1) & v_eat(e1) & n_dog(x1) & card_eq_2(x1))
79fd5c36-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists e1 x1.(v_eat(e1) & n_dog(x1) & card_eq_2(x1) & Actor(e1,x1))
These two people are eating.
These two people are at an upscale restaurant eating their dinner.
1
0.581642
Just because they are eating it doesn't mean that they are having dinner nor that they are in an upscale restaurant
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists p1 x1 x4.(n_dinner(x4) & of(x4,x1) & n_thing(x1) & n_people(x1) & card_eq_2(x1) & exists e1 s1 x2 x3.(at(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_eat(e1) & (x2 = x3) & n_restaurant(x2) & a_upscale(s1) & Theme(s1,x2)))
79fd6140-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists x1 x4.(of(x4,x1) & n_thing(x1) & n_people(x1) & n_dinner(x4) & exists e1 s1 x2 x3.(v_eat(e1) & n_restaurant(x2) & at(x1,x2) & a_upscale(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) & card_eq_2(x1))
These two people are eating.
Two friends are meeting for lunch.
1
0.76291
Just because two people are eating we cannot infere that they are friends nor that they met for lunch
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists e1 x1 x2.(for(e1,x2) & n_lunch(x2) & Actor(e1,x1) & v_meet(e1) & n_friend(x1) & card_eq_2(x1))
79fd70b8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists e1 x1 x2.(v_meet(e1) & n_lunch(x2) & n_friend(x1) & for(e1,x2) & card_eq_2(x1) & Actor(e1,x1))
These two people are eating.
Two people are eating together.
1
0.796878
Just because two people are eating it doesn't mean that they are eating together
exists e1 x1.(n_people(x1) & card_eq_2(x1) & Actor(e1,x1) & v_eat(e1))
exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_together(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_eat(e1) & n_people(x1) & card_eq_2(x1))
79fd808a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1.(v_eat(e1) & n_people(x1) & card_eq_2(x1) & Actor(e1,x1))
exists e1 p1 x1.(v_eat(e1) & n_people(x1) & exists s1.(a_together(s1) & Theme(s1,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
Two people are eating barbecue ribs at night.
Two people are eating barbecue ribs.
0
0.978265
Eating barbecue ribs means the same thing as eating barbecue ribs.
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
79fd900c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_barbecue(x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two people are eating barbecue ribs at night.
Two people are eating chicken.
2
0.000001
RIBS ARE NOT CHICKEN
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_chicken(x2) & n_people(x1) & card_eq_2(x1))
79fda3b2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_eat(e1) & n_people(x1) & n_chicken(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two people are eating barbecue ribs at night.
Two brothers are enjoying barbecue.
1
0.644495
We cannot infere they are brothers nor that they are enjoying their barbecue just because they are eating it at night
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_barbecue(x2) & n_brother(x1) & card_eq_2(x1))
79fdb5f0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_enjoy(e1) & n_brother(x1) & n_barbecue(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two people are eating barbecue ribs at night.
Two people are eating large barbecue ribs.
1
0.695978
We know they are eating barbecue ribs, but we do not know that they are large
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & a_large(s1) & Theme(s1,x2) & n_people(x1) & card_eq_2(x1))
79fdbaa0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_barbecue(x3) & card_eq_2(x1) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
Two people are eating barbecue ribs at night.
There are people finishing up dinner
1
0.694512
We cannot infere that they are finishing up their dinner just because they are eating barbecue ribs at night
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_finish(e1) & n_dinner(x4) & (x2 = x3) & n_people(x2))
79fdc3e2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists x1 e1 s1 x2 x3 x4.(v_finish(e1) & n_people(x2) & n_dinner(x4) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
Two people are eating barbecue ribs at night.
Two people are outside eating barbecue ribs.
1
0.807005
Just because they are eating barbecue ribs at night, it doesn't mean they are doing it outside
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists p1 x1.(exists s1 s2 x2 x3.((x1 = x2) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & a_eating(s2) & Theme(s2,x2) & a_outside(s1) & Theme(s1,x2)) & n_people(x1) & card_eq_2(x1))
79fdc874-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists x1.(n_people(x1) & exists s1 s2 x2 x3.(of(x2,x3) & n_rib(x2) & n_barbecue(x3) & a_outside(s1) & a_eating(s2) & Theme(s2,x2) & Theme(s1,x2) & (x1 = x2)) & card_eq_2(x1))
Two people are eating barbecue ribs at night.
There are two people eating while sitting down.
1
0.85524
Just because two people are eating barbecue ribs at night it doesn't mean that they are doing it while sitting down.
exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_rib(x2) & of(x2,x3) & n_barbecue(x3) & n_people(x1) & card_eq_2(x1))
exists p1 x1 e1 e2 s1 x2 x3.((x1 = x2) & while(e1,e2) & a_down(s1) & Manner(e2,s1) & Actor(e2,x3) & v_sit(e2) & Actor(e1,x3) & v_eat(e1) & (x2 = x3) & n_people(x2) & card_eq_2(x2))
79fdd74c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_eat(e1) & of(x2,x3) & n_rib(x2) & n_people(x1) & n_night(x4) & n_barbecue(x3) & card_eq_2(x1) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
exists x1 e1 e2 s1 x2 x3.(while(e1,e2) & v_sit(e2) & v_eat(e1) & n_people(x2) & card_eq_2(x2) & a_down(s1) & Manner(e2,s1) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
The elderly man is playing his own original music.
1
0.033326
When an elderly man is playing an instrument it need not necessarily be his own original music.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1 x2.(n_music(x2) & a_original(s3) & Theme(s3,x2) & a_own(s2) & Theme(s2,x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
79fe28b4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 s1 s2 s3 x1 x2.(v_play(e1) & of(x2,x1) & n_music(x2) & n_man(x1) & n_male(x1) & a_own(s2) & a_original(s3) & a_elderly(s1) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
The man carved the instrument himself.
1
0.003104
A man does not have to have carved his own instrument to have an instrument made of bamboo.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_instrument(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_carve(e1) & n_male(x2))
79fe3232-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_carve(e1) & n_man(x1) & n_male(x2) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
The man is on stage, delivering a comedy routine.
2
0.002008
playing is contradictory to delivering
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 p1 x1 x2 x3.(n_man(x1) & for(p1,e1) & Theme(e1,x2) & Actor(e1,x1) & v_deliver(e1) & n_routine(x2) & of(x2,x3) & n_comedy(x3) & exists x4.(on(x1,x4) & n_stage(x4)))
79fe3fc0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 p1 x1 x2 x3.(v_deliver(e1) & of(x2,x3) & n_routine(x2) & n_man(x1) & n_comedy(x3) & for(p1,e1) & exists x4.(on(x1,x4) & n_stage(x4)) & Theme(e1,x2) & Actor(e1,x1))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
An older man plays traditional music outside on a porch.
1
0.176027
Not all people who play instruments play traditional music. Instruments can play any type of music.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3 x4.(on(e1,x4) & n_porch(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & of(x2,x3) & n_music(x3) & a_traditional(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
79fe50e6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 s1 s2 x1 x2 x3 x4.(v_play(e1) & r_more(s1) & on(e1,x4) & of(x2,x3) & n_porch(x4) & n_outside(x2) & n_music(x3) & n_man(x1) & a_traditional(s2) & a_older(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
The man playing the bamboo instrument is older and has gray hair.
0
0.94414
A older man with grey hair is playing an instrument. So the man playing the instrument is older and has grey hair.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_instrument(x7) & of(x7,x8) & n_bamboo(x8) & n_man(x5) & n_instrument(x3) & of(x3,x4) & n_bamboo(x4) & n_man(x1) & Theme(e3,x9) & Actor(e3,x5) & v_have(e3) & n_hair(x9) & a_gray(s2) & Theme(s2,x9) & Theme(e2,x7) & Actor(e2,x6) & v_play(e2) & (x5 = x6) & r_more(s1) & Theme(s1,x1) & a_older(s1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2))
79fe5ec4-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_play(e2) & v_play(e1) & v_have(e3) & r_more(s1) & of(x7,x8) & of(x3,x4) & n_man(x5) & n_man(x1) & n_instrument(x7) & n_instrument(x3) & n_hair(x9) & n_bamboo(x8) & n_bamboo(x4) & a_older(s1) & a_gray(s2) & Theme(s2,x9) & Theme(s1,x1) & Theme(e3,x9) & Theme(e2,x7) & Theme(e1,x3) & Actor(e3,x5) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
A man is playing a guitar.
1
0
An instrument made of bamboo does not imply the instrument is a guitar.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & n_man(x1))
79fe64c8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_guitar(x2) & Theme(e1,x2) & Actor(e1,x1))
An older man with gray hair is sitting in a chair playing a large instrument made of bamboo.
A old man is sitting in a chair
1
1
A man can play an instrument either standing or sitting. Playing an instrument does not mean the man needs to be sitting in a chair.
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(for(e1,e3) & Theme(e3,x4) & Actor(e3,x1) & v_play(e3) & of(e2,x6) & n_bamboo(x6) & Theme(e2,x5) & v_make(e2) & (x4 = x5) & n_instrument(x4) & a_large(s3) & Theme(s3,x4) & in(e1,x3) & n_chair(x3) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_hair(x2) & a_gray(s2) & Theme(s2,x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1))
exists e1 s1 x1 x2.(in(e1,x2) & n_chair(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & a_old(s1) & Theme(s1,x1))
79fe6aea-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & v_play(e3) & v_make(e2) & r_more(s1) & of(e2,x6) & n_man(x1) & n_instrument(x4) & n_hair(x2) & n_chair(x3) & n_bamboo(x6) & in(e1,x3) & for(e1,e3) & a_older(s1) & a_large(s3) & a_gray(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x5) & Actor(e3,x1) & Actor(e1,x1) & (x4 = x5))
exists e1 s1 x1 x2.(v_sit(e1) & n_man(x1) & n_chair(x2) & in(e1,x2) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
People are watching men make music that sounds good.
1
0.850696
When two men are performing and spectators look on , it does not mean that the music sounds good.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5.(Theme(e3,x4) & Actor(e3,x1) & v_make(e3) & exists s1.(Theme(s1,x5) & a_good(s1)) & Topic(e2,p1) & Actor(e2,x5) & v_sound(e2) & (x4 = x5) & n_music(x4) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_man(x3) & (x1 = x2) & n_people(x1))
79fe759e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 e3 e2 p1 x1 x2 x3 x4 x5.(v_watch(e1) & v_sound(e2) & v_make(e3) & n_people(x1) & n_music(x4) & n_man(x3) & exists s1.(a_good(s1) & Theme(s1,x5)) & Topic(e2,p1) & Theme(e3,x4) & Theme(e1,x3) & Actor(e3,x1) & Actor(e2,x5) & Actor(e1,x2) & (x4 = x5) & (x1 = x2))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
The small crowd is sitting on the ground.
1
0.052178
Not all spectators who are watching are sitting on the ground. Spectators could be sitting on the ground, sitting on a chair, or standing as they watch.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 s1 x1 x2.(n_ground(x2) & n_crowd(x1) & a_small(s1) & Theme(s1,x1) & on(e1,x2) & Actor(e1,x1) & v_sit(e1))
79fe7b70-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_ground(x2) & n_crowd(x1) & a_small(s1) & Theme(s1,x1) & Actor(e1,x1))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
The men are playing church music.
1
0.004377
A person who plays the oboe does not have to play church music. A man playing the oboe could be playing any type of music.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & of(x2,x3) & n_church(x3))
79fe80b6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_music(x2) & n_man(x1) & n_church(x3) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
The men are running down the street.
2
0.00014
Man sitting and playing cannot be running
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(n_street(x2) & n_man(x1) & down(e1,x2) & Actor(e1,x1) & v_run(e1))
79fe85f2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_run(e1) & n_street(x2) & n_man(x1) & down(e1,x2) & Actor(e1,x1))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
Two men are playing instruments.
0
0.977307
One person is playing the oboe. Other one is plays percussion. So both of them are playing instruments.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1) & card_eq_2(x1))
79fe8b24-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
The man playing the oboe and the man playing percussion are friends.
1
0.837128
Not all men are friends.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 p1 x1 x2 x3 x4 x5 x6.(n_percussion(x5) & of(x5,x6) & n_playing(x6) & of(x5,x1) & n_man(x1) & n_man(x1) & n_oboe(x4) & exists x7.((x1 = x7) & n_friend(x7)) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2))
79fea47e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & of(x5,x1) & n_playing(x6) & n_percussion(x5) & n_oboe(x4) & n_man(x1) & exists x7.(n_friend(x7) & (x1 = x7)) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man with glasses is sitting a chair playing the oboe while a man in a purple shirt plays percussion and spectators look on.
A jazz quartet is performing.
1
0.165826
Not all men are a jazz quartet.
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(n_oboe(x6) & exists s2.(Theme(s2,x3) & a_on(s2)) & Topic(e3,p2) & Actor(e3,x3) & v_look(e3) & subset_of(x7,x3) & n_spectator(x7) & subset_of(x4,x3) & exists e4 s1 x8 x9 x10.(Theme(e4,x10) & Actor(e4,x8) & v_play(e4) & n_percussion(x10) & in(x8,x9) & n_shirt(x9) & a_purple(s1) & Theme(s1,x9) & n_man(x8)) & while(e2,p1) & Theme(e2,x6) & Actor(e2,x5) & v_play(e2) & (x4 = x5) & n_chair(x4) & Actor(e1,x1) & v_sit(e1) & with(x1,x2) & n_glass(x2) & n_man(x1))
exists e1 x1 x2.(Actor(e1,x1) & v_perform(e1) & n_quartet(x1) & of(x1,x2) & n_jazz(x2))
79feb78e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e3 e2 p1 p2 x1 x2 x3 x4 x5 x6 x7.(with(x1,x2) & while(e2,p1) & v_sit(e1) & v_play(e2) & v_look(e3) & subset_of(x7,x3) & subset_of(x4,x3) & n_spectator(x7) & n_oboe(x6) & n_man(x1) & n_glass(x2) & n_chair(x4) & exists s2.(a_on(s2) & Theme(s2,x3)) & exists e4 s1 x8 x9 x10.(v_play(e4) & n_shirt(x9) & n_percussion(x10) & n_man(x8) & in(x8,x9) & a_purple(s1) & Theme(s1,x9) & Theme(e4,x10) & Actor(e4,x8)) & Topic(e3,p2) & Theme(e2,x6) & Actor(e3,x3) & Actor(e2,x5) & Actor(e1,x1) & (x4 = x5))
exists e1 x1 x2.(v_perform(e1) & of(x1,x2) & n_quartet(x1) & n_jazz(x2) & Actor(e1,x1))
A man playing a musical instrument.
The man is playing the drums.
1
0.072932
Not all instruments are the drums.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_drum(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
79fec4fe-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_drum(x2) & Theme(e1,x2) & Actor(e1,x1))
A man playing a musical instrument.
The man is playing a harmonica.
1
0.083861
Not all instruments are the harmonica.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_harmonica(x2))
79fed372-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_harmonica(x2) & Theme(e1,x2) & Actor(e1,x1))
A man playing a musical instrument.
A man playing the violin.
1
0.088588
Not all instruments are the violin.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2 x3.(n_violin(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_man(x1))
79fed8cc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_play(e1) & n_violin(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A man playing a musical instrument.
a tune of war is on
1
0.002725
Not all men have a tune of war.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists s1 x1 x2.(Theme(s1,x1) & a_on(s1) & of(x1,x2) & n_war(x2) & n_tune(x1))
79fee6c8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists s1 x1 x2.(of(x1,x2) & n_war(x2) & n_tune(x1) & a_on(s1) & Theme(s1,x1))
A man playing a musical instrument.
A man is playing a violin.
1
0.714491
Not all men play a violin.
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_instrument(x3) & a_musical(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_violin(x2) & n_man(x1))
79fef294-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & a_musical(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2.(v_play(e1) & n_violin(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1))
Two women wearing skirts dance on a stage.
Two women dance the samba on stage.
1
-100
While the women are dancing they are not necessarily dancing the samba.
exists e1 e2 x1 x2 x3 x4.(on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_skirt(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
exists e1 x1 x2 x3.(n_samba(x2) & on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_dance(e1) & n_woman(x1) & card_eq_2(x1))
79ffab6c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(v_wear(e1) & v_dance(e2) & on(e2,x4) & n_woman(x1) & n_stage(x4) & n_skirt(x3) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & n_woman(x1) & n_stage(x3) & n_samba(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
Two women wearing skirts dance on a stage.
Two women smoking cigarettes on their break.
2
-100
Dance on a stage is a very contradictory activity compared to smoking cigarettes.
exists e2 e1 x1 x2 x3 x4.(on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_skirt(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_break(x4) & of(x4,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x2) & v_smoke(e1) & n_cigarette(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
79ffb12a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_wear(e1) & v_dance(e2) & on(e2,x4) & n_woman(x1) & n_stage(x4) & n_skirt(x3) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1 x2 x3 x4.(v_smoke(e1) & on(e1,x4) & of(x4,x1) & n_woman(x1) & n_thing(x1) & n_cigarette(x3) & n_break(x4) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Two women wearing skirts dance on a stage.
Two women dance on stage.
0
-100
Dance on a stage is repeated in both sentences.
exists e2 e1 x1 x2 x3 x4.(on(e2,x4) & n_stage(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_skirt(x3) & (x1 = x2) & n_woman(x1) & card_eq_2(x1))
exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_stage(x3) & n_dance(x1) & of(x1,x2) & n_woman(x2) & card_eq_2(x1))
79ffb616-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(v_wear(e1) & v_dance(e2) & on(e2,x4) & n_woman(x1) & n_stage(x4) & n_skirt(x3) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_woman(x2) & n_stage(x3) & n_dance(x1) & card_eq_2(x1) & a_topic(x1))
A man and women dance together while a crowd looks on on a wooden surface.
opposite genders were dancing and every one standing on the surface of wood is watching
0
-100
A man and women are opposite genders and everyone standing implies a crowd.
exists e1 p1 s1 x1 x2 x3.(exists e2 s2 x4 x5.(r_on(e2) & on(e2,x5) & n_surface(x5) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4) & v_look(e2) & n_crowd(x4)) & while(e1,p1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_dance(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists e1 s1 x1 x3.(n_surface(x3) & all x2.((n_standing(x2) & card_eq_1(x2)) -> exists e2 x4.(Actor(e2,x2) & v_watch(e2) & on(x2,x3) & of(x3,x4) & n_wood(x4))) & Actor(e1,x1) & v_dance(e1) & n_gender(x1) & a_opposite(s1) & Theme(s1,x1))
79ffba6c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists e2 s2 x4 x5.(v_look(e2) & r_on(e2) & on(e2,x5) & n_surface(x5) & n_crowd(x4) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4)) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x3.(v_dance(e1) & n_surface(x3) & n_gender(x1) & all x2.(exists e2 x4.(v_watch(e2) & on(x2,x3) & of(x3,x4) & n_wood(x4) & Actor(e2,x2)) | -n_standing(x2) | -card_eq_1(x2)) & a_opposite(s1) & Theme(s1,x1) & Actor(e1,x1))
A man and women dance together while a crowd looks on on a wooden surface.
some crowed people's are laughing
2
-100
A man and women is a very specific statement compared to people's which is very vague.
exists e1 p1 s1 x1 x2 x3.(exists e2 s2 x4 x5.(r_on(e2) & on(e2,x5) & n_surface(x5) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4) & v_look(e2) & n_crowd(x4)) & while(e1,p1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_dance(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists e1 s1 x1 x2.(Actor(e1,x1) & v_laugh(e1) & Time(x1,x2) & n_'s(x2) & n_people(x1) & a_crowed(s1) & Theme(s1,x1))
79ffbec2-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists e2 s2 x4 x5.(v_look(e2) & r_on(e2) & on(e2,x5) & n_surface(x5) & n_crowd(x4) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4)) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_laugh(e1) & n_people(x1) & n_'s(x2) & a_crowed(s1) & Time(x1,x2) & Theme(s1,x1) & Actor(e1,x1))
A man and women dance together while a crowd looks on on a wooden surface.
some people's are watching the dance performance made by a man and women
0
-100
Dance together implies a dance performance and some people watching implies a crowd.
exists e1 p1 s1 x1 x2 x3.(exists e2 s2 x4 x5.(r_on(e2) & on(e2,x5) & n_surface(x5) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4) & v_look(e2) & n_crowd(x4)) & while(e1,p1) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_dance(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2))
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(n_performance(x3) & of(x3,x4) & n_dance(x4) & Theme(e2,x3) & Actor(e2,x1) & v_watch(e2) & Actor(e1,x6) & subset_of(x8,x6) & n_woman(x8) & subset_of(x7,x6) & n_man(x7) & Theme(e1,x5) & v_make(e1) & (x3 = x5) & Time(x1,x2) & n_'s(x2) & n_people(x1))
79ffc322-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2 x3.(while(e1,p1) & v_dance(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists e2 s2 x4 x5.(v_look(e2) & r_on(e2) & on(e2,x5) & n_surface(x5) & n_crowd(x4) & a_wooden(s2) & Theme(s2,x5) & Actor(e2,x4)) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_watch(e2) & v_make(e1) & subset_of(x8,x6) & subset_of(x7,x6) & of(x3,x4) & n_woman(x8) & n_performance(x3) & n_people(x1) & n_man(x7) & n_dance(x4) & n_'s(x2) & Time(x1,x2) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x6) & (x3 = x5))
A woman in a blue shirt looks unhappy.
A woman smiling and waving.
2
-100
Unhappy is in direct contradiction to smiling and waving.
exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_unhappy(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e2 e1 x1 x2 x3.(a_topic(x1) & Actor(e2,x3) & v_wave(e2) & (x1 = x3) & Actor(e1,x2) & v_smile(e1) & (x1 = x2) & n_woman(x1))
79ffc7e6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(v_look(e1) & n_woman(x1) & n_shirt(x2) & in(x1,x2) & exists s2.(a_unhappy(s2) & Theme(s2,x1)) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
exists e2 e1 x1 x2 x3.(v_wave(e2) & v_smile(e1) & n_woman(x1) & a_topic(x1) & Actor(e2,x3) & Actor(e1,x2) & (x1 = x3) & (x1 = x2))
A woman in a blue shirt looks unhappy.
A person looking unhappy.
0
-100
A woman is a type of person.
exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_unhappy(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 p1 x1 x2.(a_topic(x1) & exists s1.(Theme(s1,x2) & a_unhappy(s1)) & Topic(e1,p1) & Actor(e1,x2) & v_look(e1) & (x1 = x2) & n_person(x1))
79ffcc82-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(v_look(e1) & n_woman(x1) & n_shirt(x2) & in(x1,x2) & exists s2.(a_unhappy(s2) & Theme(s2,x1)) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 p1 x1 x2.(v_look(e1) & n_person(x1) & exists s1.(a_unhappy(s1) & Theme(s1,x2)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2))
A woman in a blue shirt looks unhappy.
A woman getting bad news.
1
-100
Although the woman looks unhappy there is no mention of her getting bad news.
exists e1 p1 s1 x1 x2.(exists s2.(Theme(s2,x1) & a_unhappy(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & in(x1,x2) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1))
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_get(e1) & n_news(x3) & a_bad(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1))
79ffd1aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 x1 x2.(v_look(e1) & n_woman(x1) & n_shirt(x2) & in(x1,x2) & exists s2.(a_unhappy(s2) & Theme(s2,x1)) & a_blue(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_get(e1) & n_woman(x1) & n_news(x3) & a_topic(x1) & a_bad(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
Two men stand on a pier next to a teal colored watercraft.
People are swimming.
2
-100
Two men is a very specific statement compared to People which is very vague. Stand and swimming are two contradictory activities.
exists e1 e2 x1 x2 x3 x4 x5.(on(e1,x2) & to(x3,x4) & n_watercraft(x4) & Theme(e2,x4) & v_color(e2) & of(x4,x5) & n_teal(x5) & next(x2,x3) & n_thing(x3) & n_pier(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
exists e1 x1.(Actor(e1,x1) & v_swim(e1) & n_people(x1))
79ffd6aa-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_color(e2) & to(x3,x4) & on(e1,x2) & of(x4,x5) & next(x2,x3) & n_watercraft(x4) & n_thing(x3) & n_teal(x5) & n_pier(x2) & n_man(x1) & card_eq_2(x1) & Theme(e2,x4) & Actor(e1,x1))
exists e1 x1.(v_swim(e1) & n_people(x1) & Actor(e1,x1))
Two men stand on a pier next to a teal colored watercraft.
Two men are standing next to a jetski.
1
-100
Although the men are standing next to a watercraft it may not be a jetski.
exists e1 e2 x1 x2 x3 x4 x5.(on(e1,x2) & to(x3,x4) & n_watercraft(x4) & Theme(e2,x4) & v_color(e2) & of(x4,x5) & n_teal(x5) & next(x2,x3) & n_thing(x3) & n_pier(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
exists e1 x1 x2.(to(e1,x2) & n_jetskus(x2) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
79ffdc54-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4 x5.(v_stand(e1) & v_color(e2) & to(x3,x4) & on(e1,x2) & of(x4,x5) & next(x2,x3) & n_watercraft(x4) & n_thing(x3) & n_teal(x5) & n_pier(x2) & n_man(x1) & card_eq_2(x1) & Theme(e2,x4) & Actor(e1,x1))
exists e1 x1 x2.(v_stand(e1) & to(e1,x2) & r_next(e1) & n_man(x1) & n_jetskus(x2) & card_eq_2(x1) & Actor(e1,x1))
Two men stand on a pier next to a teal colored watercraft.
Two men are near water.
0
-100
Piers are on the water therefore the men standing on the pier are near the water.
exists e2 e1 x1 x2 x3 x4 x5.(on(e1,x2) & to(x3,x4) & n_watercraft(x4) & Theme(e2,x4) & v_color(e2) & of(x4,x5) & n_teal(x5) & next(x2,x3) & n_thing(x3) & n_pier(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & card_eq_2(x1))
exists p1 x1.(exists s1 x2.((x1 = x2) & n_water(x2) & a_near(s1) & Theme(s1,x2)) & n_man(x1) & card_eq_2(x1))
79ffe17c-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4 x5.(v_stand(e1) & v_color(e2) & to(x3,x4) & on(e1,x2) & of(x4,x5) & next(x2,x3) & n_watercraft(x4) & n_thing(x3) & n_teal(x5) & n_pier(x2) & n_man(x1) & card_eq_2(x1) & Theme(e2,x4) & Actor(e1,x1))
exists x1.(n_man(x1) & exists s1 x2.(n_water(x2) & a_near(s1) & Theme(s1,x2) & (x1 = x2)) & card_eq_2(x1))
A man with black glasses plays a black guitar.
A man plays a black guitar in front of a crowd of cheering fans.
1
-100
We are told that the man is playing a guitar but not that he is in front of a crowd of cheering fans.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_black(s2) & Theme(s2,x3) & with(x1,x2) & n_glass(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
exists e1 e2 s1 x1 x2 x3 x4 x5.(in(e1,x3) & of(x3,x4) & of(x4,x5) & n_fan(x5) & Actor(e2,x5) & v_cheer(e2) & n_crowd(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_guitar(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
79ffe6e0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x3) & n_glass(x2) & a_black(s2) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_play(e1) & v_cheer(e2) & of(x4,x5) & of(x3,x4) & n_man(x1) & n_guitar(x2) & n_front(x3) & n_fan(x5) & n_crowd(x4) & in(e1,x3) & a_black(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e2,x5) & Actor(e1,x1))
A man with black glasses plays a black guitar.
A man plays xylophone in his bedroom, alone.
2
-100
A GUITAR IS NOT A XYLOPHONE
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_black(s2) & Theme(s2,x3) & with(x1,x2) & n_glass(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
exists e2 e1 x1 x2.(for(e1,e2) & in(e2,x2) & r_alone(x2) & n_bedroom(x2) & of(x2,x1) & n_male(x1) & Theme(e2,x1) & v_xylophone(e2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
79ffec08-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x3) & n_glass(x2) & a_black(s2) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e2 e1 x1 x2.(v_xylophone(e2) & v_play(e1) & r_alone(x2) & of(x2,x1) & n_man(x1) & n_male(x1) & n_bedroom(x2) & in(e2,x2) & for(e1,e2) & Theme(e2,x1) & Actor(e1,x1))
A man with black glasses plays a black guitar.
A man performing with an instrument.
0
-100
A guitar is a sort of instrument.
exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_guitar(x3) & a_black(s2) & Theme(s2,x3) & with(x1,x2) & n_glass(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_instrument(x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_man(x1))
79fff1da-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 x1 x2 x3.(with(x1,x2) & v_play(e1) & n_man(x1) & n_guitar(x3) & n_glass(x2) & a_black(s2) & a_black(s1) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3.(with(e1,x3) & v_perform(e1) & n_man(x1) & n_instrument(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
A dog runs with a large plate in its mouth.
A dog stole a kitchen plate from the dinner table
1
-100
Although a dog is running with a plate we do not know that he stole the plate from the dinner table. We do not know that it is a kitchen plate.
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & with(e1,x2) & n_plate(x2) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
exists e1 x1 x2 x3 x4 x5.(n_table(x4) & of(x4,x5) & n_dinner(x5) & Theme(e1,x2) & Actor(e1,x1) & v_steal(e1) & from(x2,x4) & n_plate(x2) & of(x2,x3) & n_kitchen(x3) & n_dog(x1))
79fff734-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_run(e1) & of(x3,x1) & n_thing(x1) & n_plate(x2) & n_mouth(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 x1 x2 x3 x4 x5.(v_steal(e1) & of(x4,x5) & of(x2,x3) & n_table(x4) & n_plate(x2) & n_kitchen(x3) & n_dog(x1) & n_dinner(x5) & from(x2,x4) & Theme(e1,x2) & Actor(e1,x1))
A dog runs with a large plate in its mouth.
A dog found a large plate
0
-100
A dog can only hold a plate with their mouth.
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & with(e1,x2) & n_plate(x2) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_find(e1) & n_plate(x2) & a_large(s1) & Theme(s1,x2) & n_dog(x1))
79fffcac-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_run(e1) & of(x3,x1) & n_thing(x1) & n_plate(x2) & n_mouth(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1))
exists e1 s1 x1 x2.(v_find(e1) & n_plate(x2) & n_dog(x1) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A dog runs with a large plate in its mouth.
A dog with a bone in is mouth
2
-100
A BONE IS NOT A PLATE
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & with(e1,x2) & n_plate(x2) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1))
exists p1 s1 x1 x2 x3.(exists x4.((x1 = x4) & n_mouth(x4)) & with(x1,x2) & Theme(s1,x3) & a_in(s1) & (x2 = x3) & n_bone(x2) & n_dog(x1))
7a000206-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3.(with(e1,x2) & v_run(e1) & of(x3,x1) & n_thing(x1) & n_plate(x2) & n_mouth(x3) & n_dog(x1) & in(e1,x3) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1))
exists s1 x1 x2 x3.(with(x1,x2) & n_dog(x1) & n_bone(x2) & exists x4.(n_mouth(x4) & (x1 = x4)) & a_in(s1) & Theme(s1,x3) & (x2 = x3))
People caught out in the rain during a rainstorm.
They didn't think they'd need their umbrellas today.
1
-100
Not everyone has umbrellas on a rainstorm.
exists e1 s1 x1 x2 x3 x4.(n_rain(x3) & a_topic(x1) & during(e1,x4) & n_rainstorm(x4) & in(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & v_catch(e1) & (x1 = x2) & n_people(x1))
exists x1 x2.(n_umbrella(x2) & of(x2,x1) & n_thing(x1) & n_thing(x1) & n_thing(x1) & -exists e1 p1.(exists e2 p2.(exists e3 x3.(Time(e3,x3) & n_today(x3) & Theme(e3,x2) & Actor(e3,x1) & v_need(e3)) & Topic(e2,p2) & Actor(e2,x1) & v_'d(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_think(e1)))
7a000738-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_catch(e1) & n_rainstorm(x4) & n_rain(x3) & n_people(x1) & in(e1,x3) & during(e1,x4) & a_topic(x1) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & (x1 = x2))
exists x1 x2.(of(x2,x1) & n_umbrella(x2) & n_thing(x1) & all e1 p1.(all e2 p2.(all e3 x3.(-v_need(e3) | -n_today(x3) | -Time(e3,x3) | -Theme(e3,x2) | -Actor(e3,x1)) | -v_'d(e2) | -Topic(e2,p2) | -Actor(e2,x1)) | -v_think(e1) | -Topic(e1,p1) | -Actor(e1,x1)))
People caught out in the rain during a rainstorm.
The sun is shining brightly.
2
-100
THE SUN IS NOT SHINING IN THE RAIN
exists e1 s1 x1 x2 x3 x4.(n_rain(x3) & a_topic(x1) & during(e1,x4) & n_rainstorm(x4) & in(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & v_catch(e1) & (x1 = x2) & n_people(x1))
exists e1 s1 x1.(n_sun(x1) & a_brightly(s1) & Manner(e1,s1) & Actor(e1,x1) & v_shine(e1))
7a000c56-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_catch(e1) & n_rainstorm(x4) & n_rain(x3) & n_people(x1) & in(e1,x3) & during(e1,x4) & a_topic(x1) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & (x1 = x2))
exists e1 s1 x1.(v_shine(e1) & n_sun(x1) & a_brightly(s1) & Manner(e1,s1) & Actor(e1,x1))
People caught out in the rain during a rainstorm.
People are getting wet.
0
-100
Typically people caught out in the rain will get wet
exists e1 s1 x1 x2 x3 x4.(n_rain(x3) & a_topic(x1) & during(e1,x4) & n_rainstorm(x4) & in(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & v_catch(e1) & (x1 = x2) & n_people(x1))
exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_wet(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_people(x1))
7a001174-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_catch(e1) & n_rainstorm(x4) & n_rain(x3) & n_people(x1) & in(e1,x3) & during(e1,x4) & a_topic(x1) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & (x1 = x2))
exists e1 p1 x1.(v_get(e1) & n_people(x1) & exists s1.(a_wet(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
Multiple people walking outside in the rain.
There are people walking in the rain.
0
-100
Multiple people walking is the same as people walking
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & in(e1,x4) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & n_people(x1) & (x1 = x2) & ne_nam_multiple(x2))
exists p1 x1 x4.(n_rain(x4) & exists e1 x2 x3.((x1 = x2) & in(e1,x4) & Actor(e1,x3) & v_walk(e1) & (x2 = x3) & n_people(x2)))
7a00185e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & ne_nam_multiple(x2) & n_rain(x4) & n_people(x1) & in(e1,x4) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists x1 x4.(n_rain(x4) & exists e1 x2 x3.(v_walk(e1) & n_people(x2) & in(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)))
Multiple people walking outside in the rain.
People are using an umbrella as they walk in the rain.
1
-100
People often walk in the rain without using an umbrella.
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & in(e1,x4) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & n_people(x1) & (x1 = x2) & ne_nam_multiple(x2))
exists e1 p1 x1 x2 x3.(n_rain(x3) & exists e2.(in(e2,x3) & Actor(e2,x1) & v_walk(e2)) & n_thing(x1) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_umbrella(x2) & n_people(x1))
7a001dd6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & ne_nam_multiple(x2) & n_rain(x4) & n_people(x1) & in(e1,x4) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists e1 p1 x1 x2 x3.(v_use(e1) & n_umbrella(x2) & n_thing(x1) & n_rain(x3) & n_people(x1) & exists e2.(v_walk(e2) & in(e2,x3) & Actor(e2,x1)) & as(e1,p1) & Theme(e1,x2) & Actor(e1,x1))
Multiple people walking outside in the rain.
The sun is shining brightly outside.
2
-100
It is either raining or the sun is shining, but not both.
exists e1 s1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & in(e1,x4) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & v_walk(e1) & (x1 = x3) & n_people(x1) & (x1 = x2) & ne_nam_multiple(x2))
exists e1 p1 x1.(n_sun(x1) & exists s1.(r_brightly(s1) & Theme(s1,x1) & a_outside(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_shine(e1))
7a002358-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_walk(e1) & ne_nam_multiple(x2) & n_rain(x4) & n_people(x1) & in(e1,x4) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x3) & (x1 = x3) & (x1 = x2))
exists e1 p1 x1.(v_shine(e1) & n_sun(x1) & exists s1.(r_brightly(s1) & a_outside(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1))
A man with thick black rimmed glasses and a guitar sitting out on the sidewalk.
A human and a guitar on the sidewalk.
0
-100
Humans can be a man or a woman
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_sidewalk(x6) & a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & on(e1,x6) & a_out(s4) & Manner(e1,s4) & Actor(e1,x5) & v_sit(e1) & (x4 = x5) & n_guitar(x4) & subset_of(x3,x2) & n_glass(x3) & a_rimmed(s3) & Theme(s3,x3) & a_black(s2) & Theme(s2,x3) & a_thick(s1) & Theme(s1,x3) & n_man(x1))
exists s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_sidewalk(x2) & a_topic(x3) & on(x3,x4) & n_guitar(x3) & a_topic(x1) & on(x1,x2) & n_guitar(x1) & a_human(s1) & Theme(s1,x1))
7a002920-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_sidewalk(x6) & n_man(x1) & n_guitar(x4) & n_glass(x3) & a_topic(x1) & a_thick(s1) & a_rimmed(s3) & a_out(s4) & a_black(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Manner(e1,s4) & Actor(e1,x5) & (x4 = x5))
exists s1 x1 x2 x3 x4.(on(x3,x4) & on(x1,x2) & n_sidewalk(x4) & n_sidewalk(x2) & n_guitar(x3) & n_guitar(x1) & a_topic(x3) & a_topic(x1) & a_human(s1) & Theme(s1,x1))
A man with thick black rimmed glasses and a guitar sitting out on the sidewalk.
A man using his guitar for panhandling on the sidewalk.
1
-100
All man do not have glasses.
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_sidewalk(x6) & a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & on(e1,x6) & a_out(s4) & Manner(e1,s4) & Actor(e1,x5) & v_sit(e1) & (x4 = x5) & n_guitar(x4) & subset_of(x3,x2) & n_glass(x3) & a_rimmed(s3) & Theme(s3,x3) & a_black(s2) & Theme(s2,x3) & a_thick(s1) & Theme(s1,x3) & n_man(x1))
exists e2 e1 x1 x2 x3 x4 x5.(n_sidewalk(x5) & a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_use(e2) & on(e1,x5) & Actor(e1,x4) & v_panhandle(e1) & (x3 = x4) & n_guitar(x3) & of(x3,x1) & n_male(x1) & (x1 = x2) & n_man(x1))
7a002dee-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_sidewalk(x6) & n_man(x1) & n_guitar(x4) & n_glass(x3) & a_topic(x1) & a_thick(s1) & a_rimmed(s3) & a_out(s4) & a_black(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Manner(e1,s4) & Actor(e1,x5) & (x4 = x5))
exists e2 e1 x1 x2 x3 x4 x5.(v_use(e2) & v_panhandle(e1) & on(e1,x5) & of(x3,x1) & n_sidewalk(x5) & n_man(x1) & n_male(x1) & n_guitar(x3) & a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2))
A man with thick black rimmed glasses and a guitar sitting out on the sidewalk.
A woman stealing a guitar.
2
-100
A MAN IS NOT A WOMAN
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(n_sidewalk(x6) & a_topic(x1) & with(x1,x2) & subset_of(x4,x2) & on(e1,x6) & a_out(s4) & Manner(e1,s4) & Actor(e1,x5) & v_sit(e1) & (x4 = x5) & n_guitar(x4) & subset_of(x3,x2) & n_glass(x3) & a_rimmed(s3) & Theme(s3,x3) & a_black(s2) & Theme(s2,x3) & a_thick(s1) & Theme(s1,x3) & n_man(x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_steal(e1) & n_guitar(x3) & (x1 = x2) & n_woman(x1))
7a00329e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(with(x1,x2) & v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & n_sidewalk(x6) & n_man(x1) & n_guitar(x4) & n_glass(x3) & a_topic(x1) & a_thick(s1) & a_rimmed(s3) & a_out(s4) & a_black(s2) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Manner(e1,s4) & Actor(e1,x5) & (x4 = x5))
exists e1 x1 x2 x3.(v_steal(e1) & n_woman(x1) & n_guitar(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
a black dog is following a brown dog that is carrying a brown plate through a grassy field.
A black dog is following a white dog.
2
-100
BROWN IS NOT WHITE
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_follow(e2) & through(e1,x5) & n_field(x5) & a_grassy(s4) & Theme(s4,x5) & Theme(e1,x4) & Actor(e1,x3) & v_carry(e1) & n_plate(x4) & a_brown(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_follow(e1) & n_dog(x2) & a_white(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
7a003744-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_follow(e2) & v_carry(e1) & through(e1,x5) & n_plate(x4) & n_field(x5) & n_dog(x2) & n_dog(x1) & a_grassy(s4) & a_brown(s3) & a_brown(s2) & a_black(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 s2 x1 x2.(v_follow(e1) & n_dog(x2) & n_dog(x1) & a_white(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
a black dog is following a brown dog that is carrying a brown plate through a grassy field.
A black dog is following a light brown dog.
1
-100
Not all dogs are light brown.
exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_follow(e2) & through(e1,x5) & n_field(x5) & a_grassy(s4) & Theme(s4,x5) & Theme(e1,x4) & Actor(e1,x3) & v_carry(e1) & n_plate(x4) & a_brown(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_follow(e1) & n_dog(x2) & a_brown(s3) & Theme(s3,x2) & a_light(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
7a003bd6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_follow(e2) & v_carry(e1) & through(e1,x5) & n_plate(x4) & n_field(x5) & n_dog(x2) & n_dog(x1) & a_grassy(s4) & a_brown(s3) & a_brown(s2) & a_black(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 s2 s3 x1 x2.(v_follow(e1) & n_dog(x2) & n_dog(x1) & a_light(s2) & a_brown(s3) & a_black(s1) & Theme(s3,x2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
a black dog is following a brown dog that is carrying a brown plate through a grassy field.
A black dog is following a brown dog.
0
-100
The black dog follows the brown dog
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_follow(e2) & through(e1,x5) & n_field(x5) & a_grassy(s4) & Theme(s4,x5) & Theme(e1,x4) & Actor(e1,x3) & v_carry(e1) & n_plate(x4) & a_brown(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_follow(e1) & n_dog(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
7a004284-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5.(v_follow(e2) & v_carry(e1) & through(e1,x5) & n_plate(x4) & n_field(x5) & n_dog(x2) & n_dog(x1) & a_grassy(s4) & a_brown(s3) & a_brown(s2) & a_black(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
exists e1 s1 s2 x1 x2.(v_follow(e1) & n_dog(x2) & n_dog(x1) & a_brown(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
A black dog following a tan dog fetching a large shallow bowl.
Two dogs are chasing each other.
1
-100
All dogs are not black.
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & follow(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_fetch(e1) & n_bowl(x4) & of(x4,x5) & n_shallow(x5) & a_large(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists x1.(all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_chase(e1))) & n_dog(x1) & card_eq_2(x1))
7a00478e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_fetch(e1) & of(x4,x5) & n_shallow(x5) & n_dog(x2) & n_dog(x1) & n_bowl(x4) & follow(x1,x2) & a_topic(x1) & a_tan(s2) & a_large(s3) & a_black(s1) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists x1.(n_dog(x1) & card_eq_2(x1) & all x2.(exists e1.(v_chase(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_other(x2)))
A black dog following a tan dog fetching a large shallow bowl.
The dogs are sitting on the porch.
2
-100
SITTING IS NOT FETCHING
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & follow(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_fetch(e1) & n_bowl(x4) & of(x4,x5) & n_shallow(x5) & a_large(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists e1 x1 x2.(n_porch(x2) & n_dog(x1) & on(e1,x2) & Actor(e1,x1) & v_sit(e1))
7a004c8e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_fetch(e1) & of(x4,x5) & n_shallow(x5) & n_dog(x2) & n_dog(x1) & n_bowl(x4) & follow(x1,x2) & a_topic(x1) & a_tan(s2) & a_large(s3) & a_black(s1) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_porch(x2) & n_dog(x1) & Actor(e1,x1))
A black dog following a tan dog fetching a large shallow bowl.
Two dogs are walking around.
0
-100
Following implies the dogs are going somewhere, which includes walking.
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(x1) & follow(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_fetch(e1) & n_bowl(x4) & of(x4,x5) & n_shallow(x5) & a_large(s3) & Theme(s3,x4) & (x2 = x3) & n_dog(x2) & a_tan(s2) & Theme(s2,x2) & n_dog(x1) & a_black(s1) & Theme(s1,x1))
exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_around(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_walk(e1) & n_dog(x1) & card_eq_2(x1))
7a005148-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_fetch(e1) & of(x4,x5) & n_shallow(x5) & n_dog(x2) & n_dog(x1) & n_bowl(x4) & follow(x1,x2) & a_topic(x1) & a_tan(s2) & a_large(s3) & a_black(s1) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3))
exists e1 p1 x1.(v_walk(e1) & n_dog(x1) & exists s1.(a_around(s1) & Theme(s1,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
A brown dog carrying a Frisbee like object in its mouth
The dog has something between its upper and lower teeth.
0
-100
Dogs carrying things use their teeth.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & like(x3,x4) & n_object(x4) & n_frisbee(x3) & (x1 = x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists e1 s1 s2 x1 x2 x3.(n_tooth(x3) & r_more(s2) & a_lower(s2) & Theme(s2,x3) & a_upper(s1) & Theme(s1,x3) & of(x3,x1) & n_thing(x1) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & between(x2,x3) & n_thing(x2))
7a005602-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & of(x5,x1) & n_thing(x1) & n_object(x4) & n_mouth(x5) & n_frisbee(x3) & n_dog(x1) & like(x3,x4) & in(e1,x5) & a_topic(x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 s2 x1 x2 x3.(v_have(e1) & r_more(s2) & of(x3,x1) & n_tooth(x3) & n_thing(x2) & n_thing(x1) & n_dog(x1) & between(x2,x3) & a_upper(s1) & a_lower(s2) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
A brown dog carrying a Frisbee like object in its mouth
The brown object is a flying dog.
2
-100
THE FRISBEE IS NOT IN THE DOG'S MOUTH IF THE DOG IS THE FLYING OBJECT
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & like(x3,x4) & n_object(x4) & n_frisbee(x3) & (x1 = x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists p1 s1 x1.(n_object(x1) & a_brown(s1) & Theme(s1,x1) & exists e1 x2.((x1 = x2) & n_dog(x2) & Actor(e1,x2) & v_fly(e1)))
7a005a9e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & of(x5,x1) & n_thing(x1) & n_object(x4) & n_mouth(x5) & n_frisbee(x3) & n_dog(x1) & like(x3,x4) & in(e1,x5) & a_topic(x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(n_object(x1) & exists e1 x2.(v_fly(e1) & n_dog(x2) & Actor(e1,x2) & (x1 = x2)) & a_brown(s1) & Theme(s1,x1))
A brown dog carrying a Frisbee like object in its mouth
The Frisbee is red.
1
-100
All frisbees are not red.
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & like(x3,x4) & n_object(x4) & n_frisbee(x3) & (x1 = x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1))
exists s1 x1.(ne_org_frisbee(x1) & Theme(s1,x1) & a_red(s1))
7a005f3a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & of(x5,x1) & n_thing(x1) & n_object(x4) & n_mouth(x5) & n_frisbee(x3) & n_dog(x1) & like(x3,x4) & in(e1,x5) & a_topic(x1) & a_brown(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
exists s1 x1.(ne_org_frisbee(x1) & a_red(s1) & Theme(s1,x1))
Two dogs, one carrying a large dish in its mouth.
A dog carrying a large dish and another dog.
0
-100
Difference between the two is that one is carrying a large dish.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_mouth(x4) & of(x4,x1) & n_thing(x1) & n_dish(x3) & a_large(s1) & Theme(s1,x3) & rel(x1,x2) & n_thing(x2) & card_eq_1(x2) & n_dog(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & subset_of(x5,x3) & n_dog(x5) & -(x5 = x1) & n_dog(x1) & n_dog(x1) & subset_of(x4,x3) & n_dish(x4) & a_large(s1) & Theme(s1,x4) & (x1 = x2))
7a00653e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_carry(e1) & rel(x1,x2) & of(x4,x1) & n_thing(x2) & n_thing(x1) & n_mouth(x4) & n_dog(x1) & n_dish(x3) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x2) & a_large(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & subset_of(x5,x3) & subset_of(x4,x3) & n_dog(x5) & n_dog(x1) & n_dish(x4) & a_topic(x1) & a_large(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & -(x5 = x1) & (x1 = x2))
Two dogs, one carrying a large dish in its mouth.
Two dogs lying next to a dish on the ground.
2
-100
LYING IS NOT CARRYING
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_mouth(x4) & of(x4,x1) & n_thing(x1) & n_dish(x3) & a_large(s1) & Theme(s1,x3) & rel(x1,x2) & n_thing(x2) & card_eq_1(x2) & n_dog(x1) & card_eq_2(x1))
exists e1 x1 x2 x3 x4.(n_ground(x4) & a_topic(x1) & on(e1,x4) & to(e1,x3) & n_dish(x3) & r_next(e1) & Actor(e1,x2) & v_lie(e1) & (x1 = x2) & n_dog(x1) & card_eq_2(x1))
7a006c14-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_carry(e1) & rel(x1,x2) & of(x4,x1) & n_thing(x2) & n_thing(x1) & n_mouth(x4) & n_dog(x1) & n_dish(x3) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x2) & a_large(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_lie(e1) & to(e1,x3) & r_next(e1) & on(e1,x4) & n_ground(x4) & n_dog(x1) & n_dish(x3) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
Two dogs, one carrying a large dish in its mouth.
Two mastiffs approach, one holding a large dish in its mouth.
1
-100
Not all dogs are mastiffs.
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_carry(e1) & in(x3,x4) & n_mouth(x4) & of(x4,x1) & n_thing(x1) & n_dish(x3) & a_large(s1) & Theme(s1,x3) & rel(x1,x2) & n_thing(x2) & card_eq_1(x2) & n_dog(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3 x4 x5.(in(e1,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_dish(x4) & a_large(s1) & Theme(s1,x4) & rel(x1,x3) & n_thing(x3) & card_eq_1(x3) & n_approach(x1) & of(x1,x2) & n_mastiff(x2) & card_eq_2(x1))
7a00725e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4.(v_carry(e1) & rel(x1,x2) & of(x4,x1) & n_thing(x2) & n_thing(x1) & n_mouth(x4) & n_dog(x1) & n_dish(x3) & in(x3,x4) & card_eq_2(x1) & card_eq_1(x2) & a_large(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_hold(e1) & rel(x1,x3) & of(x5,x1) & of(x1,x2) & n_thing(x3) & n_thing(x1) & n_mouth(x5) & n_mastiff(x2) & n_dish(x4) & n_approach(x1) & in(e1,x5) & card_eq_2(x1) & card_eq_1(x3) & a_large(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
A dog is attempting a turn by a nearby picnic bench and metal object.
The dog is outside.
0
-100
Picnic benches are usually located outside
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e1,x2) & Actor(e1,x1) & v_attempt(e1) & by(x2,x3) & n_object(x5) & of(x5,x7) & n_metal(x7) & n_bench(x4) & of(x4,x6) & n_picnic(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_nearby(s1) & Theme(s1,x3) & n_turn(x2) & n_dog(x1))
exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_outside(s1))
7a007790-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_attempt(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & n_turn(x2) & n_picnic(x6) & n_object(x5) & n_metal(x7) & n_dog(x1) & n_bench(x4) & by(x2,x3) & a_nearby(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1))
A dog is attempting a turn by a nearby picnic bench and metal object.
A dog relaxes in the sun.
2
-100
RELAXES IS NOT ATTEMPTING TO TURN
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e1,x2) & Actor(e1,x1) & v_attempt(e1) & by(x2,x3) & n_object(x5) & of(x5,x7) & n_metal(x7) & n_bench(x4) & of(x4,x6) & n_picnic(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_nearby(s1) & Theme(s1,x3) & n_turn(x2) & n_dog(x1))
exists e1 x1 x2.(n_sun(x2) & in(e1,x2) & Actor(e1,x1) & v_relax(e1) & n_dog(x1))
7a007cb8-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_attempt(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & n_turn(x2) & n_picnic(x6) & n_object(x5) & n_metal(x7) & n_dog(x1) & n_bench(x4) & by(x2,x3) & a_nearby(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 x1 x2.(v_relax(e1) & n_sun(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1))
A dog is attempting a turn by a nearby picnic bench and metal object.
A stray dog tries to find food at the park.
1
-100
All dogs are not stray.
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e1,x2) & Actor(e1,x1) & v_attempt(e1) & by(x2,x3) & n_object(x5) & of(x5,x7) & n_metal(x7) & n_bench(x4) & of(x4,x6) & n_picnic(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_nearby(s1) & Theme(s1,x3) & n_turn(x2) & n_dog(x1))
exists e1 p1 s1 x1 x3.(n_park(x3) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(at(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_find(e2) & n_food(x2)) & n_dog(x1) & a_stray(s1) & Theme(s1,x1))
7a00837a-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_attempt(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x7) & of(x4,x6) & n_turn(x2) & n_picnic(x6) & n_object(x5) & n_metal(x7) & n_dog(x1) & n_bench(x4) & by(x2,x3) & a_nearby(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
exists e1 p1 s1 x1 x3.(v_try(e1) & n_park(x3) & n_dog(x1) & exists e2 x2.(v_find(e2) & n_food(x2) & at(e2,x3) & Theme(e2,x2) & Actor(e2,x1)) & a_stray(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
Bearded man with glasses playing on a guitar.
A man with contacts is watching a show.
2
-100
THE MAN IS NOT WEARING BOTH CONTACTS AND GLASSES
exists e1 e2 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(e2,x4) & n_guitar(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_glass(x2) & n_man(x1) & Theme(e1,x1) & v_beard(e1))
exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_watch(e1) & n_show(x3) & with(x1,x2) & n_contact(x2) & n_man(x1))
7a0088c0-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 x1 x2 x3 x4.(with(x1,x2) & v_play(e2) & v_beard(e1) & on(e2,x4) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x3) & (x2 = x3))
exists e1 x1 x2 x3.(with(x1,x2) & v_watch(e1) & n_show(x3) & n_man(x1) & n_contact(x2) & Theme(e1,x3) & Actor(e1,x1))
Bearded man with glasses playing on a guitar.
A bearded man is playing in a band.
1
-100
Not all man have glasses.
exists e2 e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(e2,x4) & n_guitar(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_glass(x2) & n_man(x1) & Theme(e1,x1) & v_beard(e1))
exists e1 s1 x1 x2.(in(e1,x2) & n_band(x2) & Actor(e1,x1) & v_play(e1) & n_man(x1) & a_bearded(s1) & Theme(s1,x1))
7a008e56-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(with(x1,x2) & v_play(e2) & v_beard(e1) & on(e2,x4) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x3) & (x2 = x3))
exists e1 s1 x1 x2.(v_play(e1) & n_man(x1) & n_band(x2) & in(e1,x2) & a_bearded(s1) & Theme(s1,x1) & Actor(e1,x1))
Bearded man with glasses playing on a guitar.
Bearded man is playing an instrument.
0
-100
A guitar is an instrument.
exists e2 e1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & on(e2,x4) & n_guitar(x4) & Actor(e2,x3) & v_play(e2) & (x2 = x3) & n_glass(x2) & n_man(x1) & Theme(e1,x1) & v_beard(e1))
exists e1 e2 x1 x2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_instrument(x2) & n_man(x1) & Theme(e1,x1) & v_beard(e1))
7a00936a-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 x1 x2 x3 x4.(with(x1,x2) & v_play(e2) & v_beard(e1) & on(e2,x4) & n_man(x1) & n_guitar(x4) & n_glass(x2) & a_topic(x1) & Theme(e1,x1) & Actor(e2,x3) & (x2 = x3))
exists e1 e2 x1 x2.(v_play(e2) & v_beard(e1) & n_man(x1) & n_instrument(x2) & Theme(e2,x2) & Theme(e1,x1) & Actor(e2,x1))
A man wearing a white button down shirt looking out of a window of a train.
The man is on a trip.
0
-100
The man is on a train so he must be on a trip.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e2) & r_out(e2) & of(e2,x5) & of(x5,x6) & n_train(x6) & n_window(x5) & Actor(e2,x2) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & down(x3,x4) & n_shirt(x4) & n_button(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_trip(x2)))
7a009810-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & r_out(e2) & of(x5,x6) & of(e2,x5) & n_window(x5) & n_train(x6) & n_shirt(x4) & n_man(x1) & n_button(x3) & for(e1,e2) & down(x3,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_trip(x2)))
A man wearing a white button down shirt looking out of a window of a train.
The man is a business man.
1
-100
Not all man are business man.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e2) & r_out(e2) & of(e2,x5) & of(x5,x6) & n_train(x6) & n_window(x5) & Actor(e2,x2) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & down(x3,x4) & n_shirt(x4) & n_button(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2 x3.((x1 = x2) & n_man(x2) & of(x2,x3) & n_business(x3)))
7a009d2e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & r_out(e2) & of(x5,x6) & of(e2,x5) & n_window(x5) & n_train(x6) & n_shirt(x4) & n_man(x1) & n_button(x3) & for(e1,e2) & down(x3,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & exists x2 x3.(of(x2,x3) & n_man(x2) & n_business(x3) & (x1 = x2)))
A man wearing a white button down shirt looking out of a window of a train.
The man is on a plane.
2
-100
The man is on a train not a plane.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e2) & r_out(e2) & of(e2,x5) & of(x5,x6) & n_train(x6) & n_window(x5) & Actor(e2,x2) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & down(x3,x4) & n_shirt(x4) & n_button(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_plane(x2)))
7a00a2a6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & r_out(e2) & of(x5,x6) & of(e2,x5) & n_window(x5) & n_train(x6) & n_shirt(x4) & n_man(x1) & n_button(x3) & for(e1,e2) & down(x3,x4) & a_white(s1) & a_topic(x1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2))
exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_plane(x2)))
A man wearing a white shirt is looking out a window of a metal construction.
A man is wearing a white shirt
0
-100
Man is wearing a white shirt is same as a man wearing a white shirt
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(out(e2,x4) & of(x4,x5) & n_construction(x5) & of(x5,x6) & n_metal(x6) & n_window(x4) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1))
7a00a7a6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & out(e2,x4) & of(x5,x6) & of(x4,x5) & n_window(x4) & n_shirt(x3) & n_metal(x6) & n_man(x1) & n_construction(x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_white(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
A man wearing a white shirt is looking out a window of a metal construction.
A man is sleeping.
2
-100
If the man is sleeping then he cannot be looking out a window.
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(out(e2,x4) & of(x4,x5) & n_construction(x5) & of(x5,x6) & n_metal(x6) & n_window(x4) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_man(x1))
7a00aca6-e4c8-11ec-9cdd-0242ac1c0002
exists e2 e1 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & out(e2,x4) & of(x5,x6) & of(x4,x5) & n_window(x4) & n_shirt(x3) & n_metal(x6) & n_man(x1) & n_construction(x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 x1.(v_sleep(e1) & n_man(x1) & Actor(e1,x1))
A man wearing a white shirt is looking out a window of a metal construction.
A man is looking out the window
1
-100
When a man is looking at a metal construction , it does not imply that he is looking out the window.
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(out(e2,x4) & of(x4,x5) & n_construction(x5) & of(x5,x6) & n_metal(x6) & n_window(x4) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1))
exists e1 s1 x1 x2.(n_window(x2) & Time(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_man(x1))
7a00b1ec-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_look(e2) & out(e2,x4) & of(x5,x6) & of(x4,x5) & n_window(x4) & n_shirt(x3) & n_metal(x6) & n_man(x1) & n_construction(x5) & a_white(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
exists e1 s1 x1 x2.(v_look(e1) & n_window(x2) & n_man(x1) & a_out(s1) & Time(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
Man looking out the window of a train.
A man is in a train.
0
-100
The man is looking out the window of a train which implies that the man is in the train.
exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_train(x3) & Actor(e1,x1) & v_look(e1) & n_man(x1))
exists p1 x1.(exists x2.(in(x1,x2) & n_train(x2)) & n_man(x1))
7a00b764-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_man(x1) & Actor(e1,x1))
exists x1.(n_man(x1) & exists x2.(n_train(x2) & in(x1,x2)))
Man looking out the window of a train.
A man is sitting on an airplane.
2
-100
The man is on a train not an airplane.
exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_train(x3) & Actor(e1,x1) & v_look(e1) & n_man(x1))
exists e1 x1 x2.(on(e1,x2) & n_airplane(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1))
7a00bc32-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_man(x1) & Actor(e1,x1))
exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_man(x1) & n_airplane(x2) & Actor(e1,x1))
Man looking out the window of a train.
A man is going on a trip to Paris.
1
-100
Not all trip are on a train.
exists e1 x1 x2 x3.(n_window(x2) & out(e1,x2) & of(x2,x3) & n_train(x3) & Actor(e1,x1) & v_look(e1) & n_man(x1))
exists e1 x1 x2 x3.(ne_geo_paris(x3) & to(e1,x3) & on(e1,x2) & n_trip(x2) & Actor(e1,x1) & v_go(e1) & n_man(x1))
7a00c13c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & of(x2,x3) & n_window(x2) & n_train(x3) & n_man(x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_go(e1) & to(e1,x3) & on(e1,x2) & ne_geo_paris(x3) & n_trip(x2) & n_man(x1) & Actor(e1,x1))
Two women are sharing an umbrella.
women with umbrella
1
-100
just because two girls share one umbrella doesn't mean women with umbrella
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_share(e1) & n_umbrella(x2) & n_woman(x1) & card_eq_2(x1))
exists x1 x2.(a_topic(x1) & with(x1,x2) & n_umbrella(x2) & n_woman(x1))
7a01a85e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2.(v_share(e1) & n_woman(x1) & n_umbrella(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
exists x1 x2.(with(x1,x2) & n_woman(x1) & n_umbrella(x2) & a_topic(x1))
Two women are sharing an umbrella together.
Two sisters try to stay dry under an umbrella.
1
-100
Two women sharing an umbrella together need not necessarily mean that they are sisters.
exists e1 s1 x1 x2.(a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_share(e1) & n_umbrella(x2) & n_woman(x1) & card_eq_2(x1))
exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2 x2.(under(e2,x2) & n_umbrella(x2) & exists s1.(Theme(s1,x1) & a_dry(s1)) & Topic(e2,p2) & Actor(e2,x1) & v_stay(e2)) & n_sister(x1) & card_eq_2(x1))
7a01b916-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_share(e1) & n_woman(x1) & n_umbrella(x2) & card_eq_2(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 p1 x1.(v_try(e1) & n_sister(x1) & exists e2 p2 x2.(v_stay(e2) & under(e2,x2) & n_umbrella(x2) & exists s1.(a_dry(s1) & Theme(s1,x1)) & Topic(e2,p2) & Actor(e2,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1))
Two women are sharing an umbrella together.
A man enjoys a beautiful day on the beach.
2
-100
A man is not a woman.
exists e1 s1 x1 x2.(a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_share(e1) & n_umbrella(x2) & n_woman(x1) & card_eq_2(x1))
exists e1 s1 x1 x2 x3.(n_beach(x3) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & on(x2,x3) & n_day(x2) & a_beautiful(s1) & Theme(s1,x2) & n_man(x1))
7a01c5dc-e4c8-11ec-9cdd-0242ac1c0002
exists e1 s1 x1 x2.(v_share(e1) & n_woman(x1) & n_umbrella(x2) & card_eq_2(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3.(v_enjoy(e1) & on(x2,x3) & n_man(x1) & n_day(x2) & n_beach(x3) & a_beautiful(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
Two women in black jackets, sharing an umbrella while listening to a jazz orchestra playing on stage.
The two women wearing black jackets are listening to a performance.
0
-100
jazz orchestra playing on stage shows that is a performance
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & to(e2,x4) & on(e3,x7) & n_stage(x7) & Actor(e3,x6) & v_play(e3) & (x4 = x6) & n_orchestra(x4) & of(x4,x5) & n_jazz(x5) & Actor(e2,x1) & v_listen(e2) & Theme(e1,x3) & Actor(e1,x1) & v_share(e1) & n_umbrella(x3) & in(x1,x2) & n_jacket(x2) & a_black(s1) & Theme(s1,x2) & n_woman(x1) & card_eq_2(x1))
exists e2 e1 s1 x1 x2 x3 x4.(n_woman(x1) & card_eq_2(x1) & to(e2,x4) & n_performance(x4) & Actor(e2,x1) & v_listen(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jacket(x3) & a_black(s1) & Theme(s1,x3) & (x1 = x2))
7a01d72a-e4c8-11ec-9cdd-0242ac1c0002
exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_share(e1) & v_play(e3) & v_listen(e2) & to(e2,x4) & on(e3,x7) & of(x4,x5) & n_woman(x1) & n_umbrella(x3) & n_stage(x7) & n_orchestra(x4) & n_jazz(x5) & n_jacket(x2) & in(x1,x2) & card_eq_2(x1) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x4 = x6))
exists e2 e1 s1 x1 x2 x3 x4.(v_wear(e1) & v_listen(e2) & to(e2,x4) & n_woman(x1) & n_performance(x4) & n_jacket(x3) & card_eq_2(x1) & a_black(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
Church is outside today.
1
0.000097
the concrete benches need not be in a church.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists s1 x1 x2.(ne_nam_church(x1) & Time(s1,x2) & n_today(x2) & Theme(s1,x1) & a_outside(s1))
7a03e52e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1 x2.(ne_nam_church(x1) & n_today(x2) & a_outside(s1) & Time(s1,x2) & Theme(s1,x1))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
The group of people are sitting on top of concrete benches.
0
0.982782
There is a group of people watching a couple walk in front of them.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 s1 x1 x2 x3 x4.(n_group(x1) & on(e1,x3) & of(x3,x4) & n_bench(x4) & a_concrete(s1) & Theme(s1,x4) & n_top(x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2))
7a03efce-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x3) & of(x3,x4) & of(x1,x2) & n_top(x3) & n_people(x2) & n_group(x1) & n_bench(x4) & a_concrete(s1) & Theme(s1,x4) & Actor(e1,x1))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
A group of people are having lunch on the bench, looking at people.
1
0.515093
people sitting on benches need not be having lunch.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 e2 x1 x2 x3 x4 x5.(n_bench(x4) & for(e1,e2) & at(e2,x5) & n_people(x5) & Actor(e2,x1) & v_look(e2) & on(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_lunch(x3) & of(x1,x2) & n_people(x2) & n_group(x1))
7a03f56e-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 e2 x1 x2 x3 x4 x5.(v_look(e2) & v_have(e1) & on(e1,x4) & of(x1,x2) & n_people(x5) & n_people(x2) & n_lunch(x3) & n_group(x1) & n_bench(x4) & for(e1,e2) & at(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
its snowing and no one is outside
2
0.000016
A group of people in blue jeans would not be outside if it were snowing.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists s1 x1 x2 x3.(n_snowing(x3) & of(x3,x2) & n_thing(x2) & Theme(s1,x1) & a_outside(s1) & -exists x4.(subset_of(x4,x1) & n_one(x4)) & subset_of(x3,x1))
7a03fdb6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists s1 x1 x2 x3.(subset_of(x3,x1) & of(x3,x2) & n_thing(x2) & n_snowing(x3) & all x4.(-subset_of(x4,x1) | -n_one(x4)) & a_outside(s1) & Theme(s1,x1))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
A group having a party.
1
0.557777
the large group of people on concrete benches does not imply they are having a party.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_party(x3) & (x1 = x2) & n_group(x1))
7a040770-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3.(v_have(e1) & n_party(x3) & n_group(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
people are gathering in the park for a soccer game
1
0.006023
the large group on concrete benches does not imply they are sitting on a park for soccer game.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 x1 x2 x3 x4.(n_park(x2) & in(e1,x2) & for(x2,x3) & n_game(x3) & of(x3,x4) & n_soccer(x4) & Actor(e1,x1) & v_gather(e1) & n_people(x1))
7a040c0c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 x1 x2 x3 x4.(v_gather(e1) & of(x3,x4) & n_soccer(x4) & n_people(x1) & n_park(x2) & n_game(x3) & in(e1,x2) & for(x2,x3) & Actor(e1,x1))
A large group of people sit on concrete benches while two people walk along in front of it in blue jeans.
The concrete benches were just recently put in.
1
0.011903
the large group of people sitting on concrete benches does not imply they are recently put in.
exists e1 p1 s1 s2 x1 x2 x3.(exists e2 s3 x4 x5 x6.(in(e2,x6) & n_jeans(x6) & a_blue(s3) & Theme(s3,x6) & in(e2,x5) & of(x5,x1) & n_front(x5) & r_along(e2) & Actor(e2,x4) & v_walk(e2) & n_people(x4) & card_eq_2(x4)) & n_thing(x1) & while(e1,p1) & on(e1,x3) & n_bench(x3) & a_concrete(s2) & Theme(s2,x3) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & a_large(s1) & Theme(s1,x1))
exists e1 s1 s2 s3 x1.(n_bench(x1) & a_concrete(s1) & Theme(s1,x1) & r_just(e1) & a_recently(s3) & Manner(e1,s3) & a_in(s2) & Manner(e1,s2) & Theme(e1,x1) & v_put(e1))
7a04255c-e4c8-11ec-9cdd-0242ac1c0002
exists e1 p1 s1 s2 x1 x2 x3.(while(e1,p1) & v_sit(e1) & on(e1,x3) & of(x1,x2) & n_thing(x1) & n_people(x2) & n_group(x1) & n_bench(x3) & exists e2 s3 x4 x5 x6.(v_walk(e2) & r_along(e2) & of(x5,x1) & n_people(x4) & n_jeans(x6) & n_front(x5) & in(e2,x6) & in(e2,x5) & card_eq_2(x4) & a_blue(s3) & Theme(s3,x6) & Actor(e2,x4)) & a_large(s1) & a_concrete(s2) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1))
exists e1 s1 s2 s3 x1.(v_put(e1) & r_just(e1) & n_bench(x1) & a_recently(s3) & a_in(s2) & a_concrete(s1) & Theme(s1,x1) & Theme(e1,x1) & Manner(e1,s3) & Manner(e1,s2))
A man dressed as a pirate greeting a young boy in front of a crowd while underneath a bridge.
A performer is talking to a boy.
1
-100
You cant infer that the pirate is a performer
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & as(e1,x3) & all x8.(n_bridge(x8) -> exists x9.(while(e2,x9) & for(x9,x8) & n_underneath(x9))) & in(e2,x6) & of(x6,x7) & n_crowd(x7) & n_front(x6) & Theme(e2,x5) & Actor(e2,x4) & v_greet(e2) & n_boy(x5) & a_young(s1) & Theme(s1,x5) & (x3 = x4) & n_pirate(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1))
exists e1 x1 x2.(to(e1,x2) & n_boy(x2) & Actor(e1,x1) & v_talk(e1) & n_performer(x1))
7a04b4d6-e4c8-11ec-9cdd-0242ac1c0002
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_greet(e2) & v_dress(e1) & of(x6,x7) & n_pirate(x3) & n_man(x1) & n_front(x6) & n_crowd(x7) & n_boy(x5) & in(e2,x6) & as(e1,x3) & all x8.(exists x9.(while(e2,x9) & n_underneath(x9) & for(x9,x8)) | -n_bridge(x8)) & a_young(s1) & a_topic(x1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x4) & (x3 = x4) & (x1 = x2))
exists e1 x1 x2.(v_talk(e1) & to(e1,x2) & n_performer(x1) & n_boy(x2) & Actor(e1,x1))
A street performer dressed as a pirate in public.
Someone clothed as a pirate.
0
-100
street performer is someone
exists e1 x1 x2 x3 x4.(in(e1,x4) & n_public(x4) & as(e1,x3) & n_pirate(x3) & Theme(e1,x1) & v_dress(e1) & n_performer(x1) & of(x1,x2) & n_street(x2))
exists e1 x1 x2 x3.(a_topic(x1) & as(e1,x3) & n_pirate(x3) & Theme(e1,x2) & v_clothe(e1) & (x1 = x2) & n_person(x1))
7a04b9fe-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_dress(e1) & of(x1,x2) & n_street(x2) & n_public(x4) & n_pirate(x3) & n_performer(x1) & in(e1,x4) & as(e1,x3) & Theme(e1,x1))
exists e1 x1 x2 x3.(v_clothe(e1) & n_pirate(x3) & n_person(x1) & as(e1,x3) & a_topic(x1) & Theme(e1,x2) & (x1 = x2))
A street performer dressed as a pirate in public.
A person performing for the public in pirate attire for tips.
1
-100
We don't know that they are performing for tips.
exists e1 x1 x2 x3 x4.(in(e1,x4) & n_public(x4) & as(e1,x3) & n_pirate(x3) & Theme(e1,x1) & v_dress(e1) & n_performer(x1) & of(x1,x2) & n_street(x2))
exists e1 s1 x1 x2 x3 x4 x5.(n_public(x3) & a_topic(x1) & for(e1,x5) & n_tip(x5) & in(e1,x4) & n_attire(x4) & a_pirate(s1) & Theme(s1,x4) & for(e1,x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_person(x1))
7a04be90-e4c8-11ec-9cdd-0242ac1c0002
exists e1 x1 x2 x3 x4.(v_dress(e1) & of(x1,x2) & n_street(x2) & n_public(x4) & n_pirate(x3) & n_performer(x1) & in(e1,x4) & as(e1,x3) & Theme(e1,x1))
exists e1 s1 x1 x2 x3 x4 x5.(v_perform(e1) & n_tip(x5) & n_public(x3) & n_person(x1) & n_attire(x4) & in(e1,x4) & for(e1,x5) & for(e1,x3) & a_topic(x1) & a_pirate(s1) & Theme(s1,x4) & Actor(e1,x2) & (x1 = x2))