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
|
---|---|---|---|---|---|---|---|---|---|---|---|
An elderly woman grabs the arm of another woman while making her way across a crosswalk in a busy city. | An elephant rampages through the city | 2 | -100 | An elderly woman is not and elephant and cannot rampage through the city. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_arm(x2) & while(e1,e2) & in(e2,x6) & n_city(x6) & a_busy(s2) & Theme(s2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & across(x4,x5) & n_crosswalk(x5) & n_way(x4) & of(x4,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_grab(e1) & of(x2,x3) & n_woman(x3) & -(x3 = x1) & n_woman(x1) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_city(x2) & through(e1,x2) & Actor(e1,x1) & v_rampage(e1) & n_elephant(x1)) | 7bcd9904-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,e2) & v_make(e2) & v_grab(e1) & of(x4,x1) & of(x2,x3) & n_woman(x3) & n_woman(x1) & n_way(x4) & n_female(x1) & n_crosswalk(x5) & n_city(x6) & n_arm(x2) & in(e2,x6) & across(x4,x5) & a_elderly(s1) & a_busy(s2) & Theme(s2,x6) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1) & -(x3 = x1)) | exists e1 x1 x2.(v_rampage(e1) & through(e1,x2) & n_elephant(x1) & n_city(x2) & Actor(e1,x1)) |
||
A brown dog is laying on snow. | the dog is a lab | 1 | -100 | No mention of the breed of dog being a lab | exists e1 s1 x1 x2.(on(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists p1 x1.(n_dog(x1) & exists x2.((x1 = x2) & n_lab(x2))) | 7bcd9daa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & on(e1,x2) & n_snow(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_dog(x1) & exists x2.(n_lab(x2) & (x1 = x2))) |
||
A brown dog is laying on snow. | a dog is laying down | 0 | -100 | If a dog is laying on snow, it is laying down. | exists e1 s1 x1 x2.(on(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 s1 x1.(a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lay(e1) & n_dog(x1)) | 7bcda232-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & on(e1,x2) & n_snow(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1.(v_lay(e1) & n_dog(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A brown dog is laying on snow. | the dog is running in the field | 2 | -100 | The dog is either laying or running. | exists e1 s1 x1 x2.(on(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_field(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1) & v_run(e1)) | 7bcda7c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & on(e1,x2) & n_snow(x2) & n_dog(x1) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_field(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1)) |
||
An elderly woman walks down the streets of a busy city. | A man is watching tv | 2 | -100 | An elderly woman is not a man, and if she is watching tv she is not walking. | exists e1 s1 s2 s3 x1 x2 x3.(n_street(x2) & a_down(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & of(x2,x3) & n_city(x3) & a_busy(s2) & Theme(s2,x3) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_tv(x2) & n_man(x1)) | 7bcdaeb2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_woman(x1) & n_street(x2) & n_city(x3) & a_elderly(s1) & a_down(s3) & a_busy(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_tv(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An elderly woman walks down the streets of a busy city. | A woman walks down a street full of cars | 1 | -100 | busy doesn't always mean full of cars | exists e1 s1 s2 s3 x1 x2 x3.(n_street(x2) & a_down(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & of(x2,x3) & n_city(x3) & a_busy(s2) & Theme(s2,x3) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(a_down(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & of(x2,x4) & n_car(x4) & Theme(s1,x3) & a_full(s1) & (x2 = x3) & n_street(x2) & n_woman(x1)) | 7bcdb48e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_woman(x1) & n_street(x2) & n_city(x3) & a_elderly(s1) & a_down(s3) & a_busy(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & of(x2,x4) & n_woman(x1) & n_street(x2) & n_car(x4) & a_full(s1) & a_down(s2) & Theme(s1,x3) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1) & (x2 = x3)) |
||
An elderly woman walks down the streets of a busy city. | A woman is walking in the city | 0 | -100 | A woman is walking down in the streets of a city. | exists e1 s1 s2 s3 x1 x2 x3.(n_street(x2) & a_down(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & of(x2,x3) & n_city(x3) & a_busy(s2) & Theme(s2,x3) & n_woman(x1) & a_elderly(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_city(x2) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 7bcdbb1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_woman(x1) & n_street(x2) & n_city(x3) & a_elderly(s1) & a_down(s3) & a_busy(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & n_woman(x1) & n_city(x2) & in(e1,x2) & Actor(e1,x1)) |
||
An old woman in a black jacket is walking on the street | An old woman is walking down the street. | 0 | -100 | A woman could have a black jacket. | exists e1 s1 s2 x1 x2 x3.(n_street(x3) & on(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_jacket(x2) & a_black(s2) & Theme(s2,x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(n_street(x2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | 7bcdc0be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & on(e1,x3) & n_woman(x1) & n_street(x3) & n_jacket(x2) & in(x1,x2) & a_old(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_walk(e1) & n_woman(x1) & n_street(x2) & a_old(s1) & a_down(s2) & Theme(s1,x1) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
An old woman in a black jacket is walking on the street | An old woman is walking to the market down the street. | 1 | -100 | walking doesn't always mean market | exists e1 s1 s2 x1 x2 x3.(n_street(x3) & on(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_jacket(x2) & a_black(s2) & Theme(s2,x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_street(x3) & n_market(x2) & down(e1,x3) & to(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | 7bcdc60e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & on(e1,x3) & n_woman(x1) & n_street(x3) & n_jacket(x2) & in(x1,x2) & a_old(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_walk(e1) & to(e1,x2) & n_woman(x1) & n_street(x3) & n_market(x2) & down(e1,x3) & a_old(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
An old woman in a black jacket is walking on the street | An old woman is in a wheelchair in a nursing home. | 2 | -100 | A woman in a wheelchair cannot be walking. | exists e1 s1 s2 x1 x2 x3.(n_street(x3) & on(e1,x3) & Actor(e1,x1) & v_walk(e1) & in(x1,x2) & n_jacket(x2) & a_black(s2) & Theme(s2,x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | exists p1 s1 x1.(exists x2 x3 x4.(in(x1,x2) & in(x2,x3) & n_home(x3) & of(x3,x4) & n_nursing(x4) & n_wheelchair(x2)) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | 7bcdcb9a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_walk(e1) & on(e1,x3) & n_woman(x1) & n_street(x3) & n_jacket(x2) & in(x1,x2) & a_old(s1) & a_black(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_woman(x1) & exists x2 x3 x4.(of(x3,x4) & n_wheelchair(x2) & n_nursing(x4) & n_home(x3) & in(x2,x3) & in(x1,x2)) & a_old(s1) & Theme(s1,x1)) |
||
A brown dog is laying in the snow. | A dog in the snow cooling off. | 1 | -100 | snow doesn't always mean cooling off. | exists e1 s1 x1 x2.(n_snow(x2) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_snow(x2) & a_topic(x1) & in(x1,x2) & a_off(s1) & Manner(e1,s1) & Actor(e1,x3) & v_cool(e1) & (x2 = x3) & n_dog(x1)) | 7bcdd112-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_cool(e1) & n_snow(x2) & n_dog(x1) & in(x1,x2) & a_topic(x1) & a_off(s1) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3)) |
||
A brown dog is laying in the snow. | A dog in the snow. | 0 | -100 | A dog in the snow is shivering. | exists e1 s1 x1 x2.(n_snow(x2) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists x1 x2.(n_snow(x2) & a_topic(x1) & in(x1,x2) & n_dog(x1)) | 7bcdd69e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(n_snow(x2) & n_dog(x1) & in(x1,x2) & a_topic(x1)) |
||
A brown dog is laying in the snow. | A white dog in the snow. | 2 | -100 | Brown is not white. | exists e1 s1 x1 x2.(n_snow(x2) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_dog(x1) & a_brown(s1) & Theme(s1,x1)) | exists s1 x1 x2.(n_snow(x2) & a_topic(x1) & in(x1,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | 7bcddb6c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_lay(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_brown(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1 x2.(n_snow(x2) & n_dog(x1) & in(x1,x2) & a_white(s1) & a_topic(x1) & Theme(s1,x1)) |
||
a tan dog is sitting in some snow | A black dog is running in the park. | 2 | -100 | Brown is not black, and the dog cannot be sitting while running. | exists e1 s1 x1 x2.(in(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_sit(e1) & n_dog(x1) & a_tan(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_park(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1)) | 7bcdef62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_tan(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_run(e1) & n_park(x2) & n_dog(x1) & in(e1,x2) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
a tan dog is sitting in some snow | A tan dog who is lost is outside in the snow. | 1 | -100 | sitting doesn't always mean lost | exists e1 s1 x1 x2.(in(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_sit(e1) & n_dog(x1) & a_tan(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(n_snow(x3) & in(s2,x3) & Theme(s2,x1) & a_outside(s2) & Theme(e1,x2) & v_lose(e1) & (x1 = x2) & n_dog(x1) & a_tan(s1) & Theme(s1,x1)) | 7bcdf44e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_tan(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_lose(e1) & n_snow(x3) & n_dog(x1) & in(s2,x3) & a_tan(s1) & a_outside(s2) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & (x1 = x2)) |
||
a tan dog is sitting in some snow | A dog is outside. | 0 | -100 | tan dog shows that dog | exists e1 s1 x1 x2.(in(e1,x2) & n_snow(x2) & Actor(e1,x1) & v_sit(e1) & n_dog(x1) & a_tan(s1) & Theme(s1,x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_dog(x1)) | 7bcdf9e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & n_snow(x2) & n_dog(x1) & in(e1,x2) & a_tan(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A brown dog playing in the snow. | The dog is grabbing a stick. | 1 | -100 | playing doesn't always mean grabbing | exists s1 x1 x2 x3.(n_snow(x3) & a_topic(x1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_dog(x2) & a_brown(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_grab(e1) & n_stick(x2)) | 7bcdfef8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_snow(x3) & n_playing(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 x1 x2.(v_grab(e1) & n_stick(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A brown dog playing in the snow. | The dog is by the fireplace indoors. | 2 | -100 | The dog cannot be playing in the snow if he is indoors. | exists s1 x1 x2 x3.(n_snow(x3) & a_topic(x1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_dog(x2) & a_brown(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3.(n_indoor(x2) & of(x2,x3) & n_fireplace(x3) & n_dog(x1) & by(x1,x2)) | 7bce03f8-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_snow(x3) & n_playing(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_brown(s1) & Theme(s1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_indoor(x2) & n_fireplace(x3) & n_dog(x1) & by(x1,x2)) |
||
A brown dog playing in the snow. | The dog is outside. | 0 | -100 | A brown dog is a type of dog, and in the snow implies outside. | exists s1 x1 x2 x3.(n_snow(x3) & a_topic(x1) & in(x1,x3) & n_playing(x1) & of(x1,x2) & n_dog(x2) & a_brown(s1) & Theme(s1,x1)) | exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_outside(s1)) | 7bce097a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(of(x1,x2) & n_snow(x3) & n_playing(x1) & n_dog(x2) & in(x1,x3) & a_topic(x1) & a_brown(s1) & Theme(s1,x1)) | exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A woman is walking in a purple shirt and pink scarf. | a woman is walking in the city | 1 | -100 | walking doesn't always mean in the city | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x2) & n_scarf(x4) & a_pink(s2) & Theme(s2,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_purple(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1 x2.(n_city(x2) & in(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 7bce0e70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_shirt(x3) & n_scarf(x4) & in(e1,x2) & a_purple(s1) & a_pink(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & n_woman(x1) & n_city(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A woman is walking in a purple shirt and pink scarf. | a woman is walking | 0 | -100 | A woman in a purple shirt is a type of woman. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x2) & n_scarf(x4) & a_pink(s2) & Theme(s2,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_purple(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 7bce1352-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_shirt(x3) & n_scarf(x4) & in(e1,x2) & a_purple(s1) & a_pink(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_walk(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A woman is walking in a purple shirt and pink scarf. | a woman is sitting | 2 | -100 | The woman cannot be both walking and sitting. | exists e1 s1 s2 x1 x2 x3 x4.(in(e1,x2) & n_scarf(x4) & a_pink(s2) & Theme(s2,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_purple(s1) & Theme(s1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_sit(e1) & n_woman(x1)) | 7bce187a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_walk(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_shirt(x3) & n_scarf(x4) & in(e1,x2) & a_purple(s1) & a_pink(s2) & Theme(s2,x4) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1.(v_sit(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A man in a striped shirt is pretending to talk to a mannequin and shaking his hand on a street sidewalk | A personal watching baseball match on TV. | 2 | -100 | The man cannot be talking to a mannequin if he is watching baseball. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(on(e2,x6) & n_sidewalk(x6) & of(x6,x7) & n_street(x7) & Theme(e2,x5) & Actor(e2,x3) & v_shake(e2) & n_hand(x5) & of(x5,x1) & n_male(x1) & in(x3,x4) & n_shirt(x4) & a_striped(s2) & Theme(s2,x4) & n_man(x3) & Topic(e1,p1) & Actor(e1,x1) & v_pretend(e1) & exists e3 x8.(to(e3,x8) & n_mannequin(x8) & Actor(e3,x1) & v_talk(e3)) & in(x1,x2) & n_shirt(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1 x2 x3 x4.(a_topic(x1) & on(x1,x4) & n_tv(x4) & n_match(x1) & of(x1,x3) & n_baseball(x3) & of(x1,x2) & n_watching(x2) & a_personal(s1) & Theme(s1,x1)) | 7bce1d0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_shake(e2) & v_pretend(e1) & on(e2,x6) & of(x6,x7) & of(x5,x1) & n_street(x7) & n_sidewalk(x6) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_hand(x5) & in(x3,x4) & in(x1,x2) & exists e3 x8.(v_talk(e3) & to(e3,x8) & n_mannequin(x8) & Actor(e3,x1)) & a_striped(s2) & a_striped(s1) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1)) | exists s1 x1 x2 x3 x4.(on(x1,x4) & of(x1,x3) & of(x1,x2) & n_watching(x2) & n_tv(x4) & n_match(x1) & n_baseball(x3) & a_topic(x1) & a_personal(s1) & Theme(s1,x1)) |
||
A man in a striped shirt is pretending to talk to a mannequin and shaking his hand on a street sidewalk | A man discussing over political issue. | 1 | -100 | talk doesn't always mean discussing | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(on(e2,x6) & n_sidewalk(x6) & of(x6,x7) & n_street(x7) & Theme(e2,x5) & Actor(e2,x3) & v_shake(e2) & n_hand(x5) & of(x5,x1) & n_male(x1) & in(x3,x4) & n_shirt(x4) & a_striped(s2) & Theme(s2,x4) & n_man(x3) & Topic(e1,p1) & Actor(e1,x1) & v_pretend(e1) & exists e3 x8.(to(e3,x8) & n_mannequin(x8) & Actor(e3,x1) & v_talk(e3)) & in(x1,x2) & n_shirt(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_discuss(e1) & n_issue(x3) & a_political(s2) & Theme(s2,x3) & a_over(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 7bce232e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_shake(e2) & v_pretend(e1) & on(e2,x6) & of(x6,x7) & of(x5,x1) & n_street(x7) & n_sidewalk(x6) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_hand(x5) & in(x3,x4) & in(x1,x2) & exists e3 x8.(v_talk(e3) & to(e3,x8) & n_mannequin(x8) & Actor(e3,x1)) & a_striped(s2) & a_striped(s1) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3.(v_discuss(e1) & n_man(x1) & n_issue(x3) & a_topic(x1) & a_political(s2) & a_over(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man in a striped shirt is pretending to talk to a mannequin and shaking his hand on a street sidewalk | A man standed out on the street. | 0 | -100 | A man in a striped shirt is a type of man, and on a street sidewalk shows out on the street. | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(on(e2,x6) & n_sidewalk(x6) & of(x6,x7) & n_street(x7) & Theme(e2,x5) & Actor(e2,x3) & v_shake(e2) & n_hand(x5) & of(x5,x1) & n_male(x1) & in(x3,x4) & n_shirt(x4) & a_striped(s2) & Theme(s2,x4) & n_man(x3) & Topic(e1,p1) & Actor(e1,x1) & v_pretend(e1) & exists e3 x8.(to(e3,x8) & n_mannequin(x8) & Actor(e3,x1) & v_talk(e3)) & in(x1,x2) & n_shirt(x2) & a_striped(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_street(x2) & a_out(s1) & Manner(e1,s1) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 7bce2892-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_shake(e2) & v_pretend(e1) & on(e2,x6) & of(x6,x7) & of(x5,x1) & n_street(x7) & n_sidewalk(x6) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_hand(x5) & in(x3,x4) & in(x1,x2) & exists e3 x8.(v_talk(e3) & to(e3,x8) & n_mannequin(x8) & Actor(e3,x1)) & a_striped(s2) & a_striped(s1) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_stand(e1) & on(e1,x2) & n_street(x2) & n_man(x1) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A lady wearing a purple dress and black hat is walking down the street. | A man stares at the girls. | 2 | -100 | The lady cannot be a man. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_down(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x5) & a_black(s2) & Theme(s2,x5) & n_dress(x4) & a_purple(s1) & Theme(s1,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_lady(x1)) | exists e1 x1 x2.(n_girl(x2) & at(e1,x2) & Actor(e1,x1) & v_stare(e1) & n_man(x1)) | 7bce2eb4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_walk(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_street(x6) & n_lady(x1) & n_hat(x5) & n_dress(x4) & a_purple(s1) & a_down(s3) & a_black(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_stare(e1) & n_man(x1) & n_girl(x2) & at(e1,x2) & Actor(e1,x1)) |
||
A lady wearing a purple dress and black hat is walking down the street. | Someone walking on the road has colorful stuff on. | 0 | -100 | A lady is someone, and walking down the street is the same as walking on the road, and wearing a purple dress shows has colorful stuff on. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_down(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x5) & a_black(s2) & Theme(s2,x5) & n_dress(x4) & a_purple(s1) & Theme(s1,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_lady(x1)) | exists e1 s1 s2 x1 x2 x3.(n_road(x2) & a_on(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & n_stuff(x3) & a_colorful(s1) & Theme(s1,x3) & on(x1,x2) & n_walking(x1)) | 7bce33c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_walk(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_street(x6) & n_lady(x1) & n_hat(x5) & n_dress(x4) & a_purple(s1) & a_down(s3) & a_black(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3.(v_have(e1) & on(x1,x2) & n_walking(x1) & n_stuff(x3) & n_road(x2) & a_on(s2) & a_colorful(s1) & Theme(s1,x3) & Theme(e1,x3) & Manner(e1,s2) & Actor(e1,x1)) |
||
A lady wearing a purple dress and black hat is walking down the street. | A girl is walking on the road going to buy new clothes. | 1 | -100 | wearing doesn't always mean walking | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_street(x6) & a_down(s3) & Manner(e2,s3) & Theme(e2,x6) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x5) & a_black(s2) & Theme(s2,x5) & n_dress(x4) & a_purple(s1) & Theme(s1,x4) & subset_of(x5,x3) & subset_of(x4,x3) & (x1 = x2) & n_lady(x1)) | exists e1 e2 p1 x1 x2.(n_road(x2) & for(e1,e2) & Topic(e2,p1) & Actor(e2,x1) & v_go(e2) & exists e3 s1 x3.(Theme(e3,x3) & Actor(e3,x1) & v_buy(e3) & n_clothes(x3) & a_new(s1) & Theme(s1,x3)) & on(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_girl(x1)) | 7bce38c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_walk(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_street(x6) & n_lady(x1) & n_hat(x5) & n_dress(x4) & a_purple(s1) & a_down(s3) & a_black(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 p1 x1 x2.(v_walk(e1) & v_go(e2) & on(e1,x2) & n_road(x2) & n_girl(x1) & for(e1,e2) & exists e3 s1 x3.(v_buy(e3) & n_clothes(x3) & a_new(s1) & Theme(s1,x3) & Theme(e3,x3) & Actor(e3,x1)) & Topic(e2,p1) & Actor(e2,x1) & Actor(e1,x1)) |
||
Women in a purple dress and big black hat running down the street. | A man kills a bear. | 2 | -100 | The subject is either a man or woman. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_street(x5) & down(e1,x5) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_hat(x4) & a_black(s3) & Theme(s3,x4) & a_big(s2) & Theme(s2,x4) & n_dress(x3) & a_purple(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_kill(e1) & n_bear(x2) & n_man(x1)) | 7bce3ddc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_run(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_street(x5) & n_hat(x4) & n_dress(x3) & in(x1,x2) & down(e1,x5) & a_purple(s1) & a_black(s3) & a_big(s2) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_kill(e1) & n_man(x1) & n_bear(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Women in a purple dress and big black hat running down the street. | A woman runs down the street after her husband. | 1 | -100 | Just because a woman is running down the street does not mean she is chasing after her husband. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(n_street(x5) & down(e1,x5) & Actor(e1,x1) & v_run(e1) & in(x1,x2) & n_hat(x4) & a_black(s3) & Theme(s3,x4) & a_big(s2) & Theme(s2,x4) & n_dress(x3) & a_purple(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_husband(x3) & of(x3,x2) & n_female(x2) & n_street(x2) & after(e1,x3) & down(e1,x2) & Actor(e1,x1) & v_run(e1) & n_woman(x1)) | 7bce4322-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_run(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_street(x5) & n_hat(x4) & n_dress(x3) & in(x1,x2) & down(e1,x5) & a_purple(s1) & a_black(s3) & a_big(s2) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_run(e1) & of(x3,x2) & n_woman(x1) & n_street(x2) & n_husband(x3) & n_female(x2) & down(e1,x2) & after(e1,x3) & Actor(e1,x1)) |
||
A woman in a purple blouse and big black hat strolls down the street while listening to music on her mp3 player. | A woman is on an airplane. | 2 | -100 | The woman cannot be strolling down the street if she is on an airplane. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_player(x7) & of(x7,x8) & n_mp3(x8) & of(x7,x5) & n_female(x5) & n_street(x5) & while(e1,e2) & on(e2,x7) & to(e2,x6) & n_music(x6) & Actor(e2,x1) & v_listen(e2) & down(e1,x5) & Actor(e1,x1) & v_stroll(e1) & in(x1,x2) & n_hat(x4) & a_black(s3) & Theme(s3,x4) & a_big(s2) & Theme(s2,x4) & n_blouse(x3) & a_purple(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_airplane(x2)) & n_woman(x1)) | 7bce5038-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(while(e1,e2) & v_stroll(e1) & v_listen(e2) & to(e2,x6) & subset_of(x4,x2) & subset_of(x3,x2) & on(e2,x7) & of(x7,x8) & of(x7,x5) & n_woman(x1) & n_street(x5) & n_player(x7) & n_music(x6) & n_mp3(x8) & n_hat(x4) & n_female(x5) & n_blouse(x3) & in(x1,x2) & down(e1,x5) & a_purple(s1) & a_black(s3) & a_big(s2) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x1)) | exists x1.(n_woman(x1) & exists x2.(on(x1,x2) & n_airplane(x2))) |
||
A person in a purple dress, black hat, and pink scarf runs on a road. | A woman wearing jeans skips down the road. | 2 | -100 | The person cannot both runs and skips down the road. | exists s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(a_topic(s1) & subset_of(x4,s1) & on(x4,x6) & n_road(x6) & n_run(x4) & of(x4,x5) & n_scarf(x5) & a_pink(s4) & Theme(s4,x4) & subset_of(x1,s1) & in(x1,x2) & rel(x2,x3) & n_hat(x3) & a_black(s3) & Theme(s3,x3) & n_dress(x2) & a_purple(s2) & Theme(s2,x2) & n_person(x1)) | exists e1 x1 x2 x3 x4 x5.(n_road(x5) & a_topic(x1) & down(e1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_skip(x3) & of(x3,x4) & n_jeans(x4) & (x1 = x2) & n_woman(x1)) | 7bce6064-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(subset_of(x4,s1) & subset_of(x1,s1) & rel(x2,x3) & on(x4,x6) & of(x4,x5) & n_scarf(x5) & n_run(x4) & n_road(x6) & n_person(x1) & n_hat(x3) & n_dress(x2) & in(x1,x2) & a_topic(s1) & a_purple(s2) & a_pink(s4) & a_black(s3) & Theme(s4,x4) & Theme(s3,x3) & Theme(s2,x2)) | exists e1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x3,x4) & n_woman(x1) & n_skip(x3) & n_road(x5) & n_jeans(x4) & down(e1,x5) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A person in a purple dress, black hat, and pink scarf runs on a road. | A person is running away from a dog. | 1 | -100 | A person who runs on a road is not necessarily running away from a dog. | exists s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(a_topic(s1) & subset_of(x4,s1) & on(x4,x6) & n_road(x6) & n_run(x4) & of(x4,x5) & n_scarf(x5) & a_pink(s4) & Theme(s4,x4) & subset_of(x1,s1) & in(x1,x2) & rel(x2,x3) & n_hat(x3) & a_black(s3) & Theme(s3,x3) & n_dress(x2) & a_purple(s2) & Theme(s2,x2) & n_person(x1)) | exists e1 x1 x2.(from(e1,x2) & n_dog(x2) & r_away(e1) & Actor(e1,x1) & v_run(e1) & n_person(x1)) | 7bce6a96-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(subset_of(x4,s1) & subset_of(x1,s1) & rel(x2,x3) & on(x4,x6) & of(x4,x5) & n_scarf(x5) & n_run(x4) & n_road(x6) & n_person(x1) & n_hat(x3) & n_dress(x2) & in(x1,x2) & a_topic(s1) & a_purple(s2) & a_pink(s4) & a_black(s3) & Theme(s4,x4) & Theme(s3,x3) & Theme(s2,x2)) | exists e1 x1 x2.(v_run(e1) & r_away(e1) & n_person(x1) & n_dog(x2) & from(e1,x2) & Actor(e1,x1)) |
||
A man, with helmets on, is struggling to stay on the back of a bull in an enclosed area, as people look at them. | A man is riding a horse. | 2 | -100 | The man cannot ride both a horse and a bull. | exists e1 p1 s1 x1 x2 x3 x4.(n_thing(x4) & n_back(x4) & Topic(e1,p1) & Actor(e1,x1) & v_struggle(e1) & exists e2 p2 s2 x5 x6.(exists e3 x7.(at(e3,x4) & Actor(e3,x7) & v_look(e3) & n_people(x7)) & as(e2,p2) & on(e2,x4) & of(x4,x5) & in(x5,x6) & n_area(x6) & a_enclosed(s2) & Theme(s2,x6) & n_bull(x5) & Actor(e2,x1) & v_stay(e2)) & with(x1,x2) & Theme(s1,x3) & a_on(s1) & (x2 = x3) & n_helmet(x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2) & n_man(x1)) | 7bce7bee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(with(x1,x2) & v_struggle(e1) & n_thing(x4) & n_man(x1) & n_helmet(x2) & n_back(x4) & exists e2 p2 s2 x5 x6.(v_stay(e2) & on(e2,x4) & of(x4,x5) & n_bull(x5) & n_area(x6) & in(x5,x6) & exists e3 x7.(v_look(e3) & n_people(x7) & at(e3,x4) & Actor(e3,x7)) & as(e2,p2) & a_enclosed(s2) & Theme(s2,x6) & Actor(e2,x1)) & a_on(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2.(v_ride(e1) & n_man(x1) & n_horse(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | Two football players in a practice game | 1 | 0.000702 | The players are in a different uniform, two different teams with not be in a practice game. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_game(x3) & of(x3,x4) & n_practice(x4) & n_player(x1) & of(x1,x2) & n_football(x2) & card_eq_2(x1)) | 7bd2b592-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_practice(x4) & n_player(x1) & n_game(x3) & n_football(x2) & in(x1,x3) & card_eq_2(x1) & a_topic(x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player on the purple team runs for a touchdown but is stopped by an opponent from the white team. | 1 | 0.609231 | Just because a football player is running the ball doesn't imply that he runs for a touchdown and the white team is it's opponent. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_team(x3) & n_team(x3) & a_white(s1) & Theme(s1,x3) & n_team(x8) & of(x8,x9) & n_purple(x9) & of(x3,x4) & n_purple(x4) & Actor(e2,x10) & from(x10,x3) & n_opponent(x10) & Theme(e2,x6) & v_stop(e2) & on(x6,x8) & n_player(x6) & of(x6,x7) & n_football(x7) & for(e1,x5) & n_touchdown(x5) & Actor(e1,x1) & v_run(e1) & on(x1,x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd2c0e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_stop(e2) & v_run(e1) & on(x6,x8) & on(x1,x3) & of(x8,x9) & of(x6,x7) & of(x3,x4) & of(x1,x2) & n_touchdown(x5) & n_team(x8) & n_team(x3) & n_purple(x9) & n_purple(x4) & n_player(x6) & n_player(x1) & n_opponent(x10) & n_football(x7) & n_football(x2) & from(x10,x3) & for(e1,x5) & a_white(s1) & Theme(s1,x3) & Theme(e2,x6) & Actor(e2,x10) & Actor(e1,x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player in purple running in a touchdown. | 1 | 0.821814 | A football player running the ball is not necessarily running a touchdown. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & in(e1,x5) & n_touchdown(x5) & Actor(e1,x4) & v_run(e1) & (x3 = x4) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd2c622-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_run(e1) & of(x1,x2) & n_touchdown(x5) & n_purple(x3) & n_player(x1) & n_football(x2) & in(x1,x3) & in(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | The two players are watching their fellow players from the sidelines. | 2 | -100 | Running is not watching. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 x1 x2 x3 x4.(n_sideline(x4) & n_player(x2) & of(x2,x3) & n_fellow(x3) & of(x2,x1) & n_thing(x1) & n_player(x1) & card_eq_2(x1) & from(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1)) | 7bd2d360-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_watch(e1) & of(x2,x3) & of(x2,x1) & n_thing(x1) & n_sideline(x4) & n_player(x2) & n_player(x1) & n_fellow(x3) & from(e1,x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | People are playing football. | 0 | 0.982132 | football player in purple is running shows that People are playing football. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_football(x2) & n_people(x1)) | 7bd2dca2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_people(x1) & n_football(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player in purple running away from zombies. | 2 | -100 | To run the ball is different than to run away. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x3) & from(e1,x5) & n_zombie(x5) & r_away(e1) & Actor(e1,x4) & v_run(e1) & (x3 = x4) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd2e666-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_run(e1) & r_away(e1) & of(x1,x2) & n_zombie(x5) & n_purple(x3) & n_player(x1) & n_football(x2) & in(x1,x3) & from(e1,x5) & a_topic(x1) & Actor(e1,x4) & (x3 = x4)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | Some athletes on a bus to a big game, singing "The Wheels On The Bus Go 'Round and 'Round" | 2 | -100 | A football player is not some athletes. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(ne_nam_'round(x6) & ne_nam_'round(x6) & (x6 = x8) & ne_nam_go(x8) & (x6 = x7) & ne_nam_bus(x7) & n_wheel(x4) & on(e1,x5) & subset_of(x6,x5) & Theme(e1,x4) & Actor(e1,x1) & v_sing(e1) & on(x1,x2) & to(x2,x3) & n_game(x3) & a_big(s1) & Theme(s1,x3) & n_bus(x2) & n_athlete(x1)) | 7bd2f0b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_sing(e1) & to(x2,x3) & subset_of(x6,x5) & on(x1,x2) & on(e1,x5) & ne_nam_go(x8) & ne_nam_bus(x7) & ne_nam_'round(x6) & n_wheel(x4) & n_game(x3) & n_bus(x2) & n_athlete(x1) & a_big(s1) & Theme(s1,x3) & Theme(e1,x4) & Actor(e1,x1) & (x6 = x8) & (x6 = x7)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | The two players are on different teams | 0 | -100 | in a both sentence players are different. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists p1 x1 x3.(n_team(x3) & n_player(x1) & card_eq_2(x1) & exists x2.(on(x1,x2) & -(x2 = x3) & n_team(x2))) | 7bd2fb92-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x3.(n_team(x3) & n_player(x1) & exists x2.(on(x1,x2) & n_team(x2) & -(x2 = x3)) & card_eq_2(x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player is trying to score the gaming winning touchdown while almost being tackled. | 1 | 0.550384 | Not all touchdowns are game winning. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_gaming(x3) & to(e3,x6) & n_score(x6) & Theme(e3,x3) & Actor(e3,x1) & v_try(e3) & while(e1,e2) & a_almost(s1) & Manner(e2,s1) & Theme(e2,x4) & v_tackle(e2) & Theme(e1,x5) & Actor(e1,x4) & v_win(e1) & n_touchdown(x5) & (x3 = x4) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd30c68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6.(while(e1,e2) & v_win(e1) & v_try(e3) & v_tackle(e2) & to(e3,x6) & of(x1,x2) & n_touchdown(x5) & n_score(x6) & n_player(x1) & n_gaming(x3) & n_football(x2) & a_almost(s1) & Theme(e3,x3) & Theme(e2,x4) & Theme(e1,x5) & Manner(e2,s1) & Actor(e3,x1) & Actor(e1,x4) & (x3 = x4)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | An athlete runs | 0 | -100 | in a both sentence players are runs. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_athlete(x1)) | 7bd31352-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1.(v_run(e1) & n_athlete(x1) & Actor(e1,x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player in purple during a game. | 0 | -100 | running the ball is the same as during a game. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & during(x3,x4) & n_game(x4) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd31e10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x2 x3 x4.(of(x1,x2) & n_purple(x3) & n_player(x1) & n_game(x4) & n_football(x2) & in(x1,x3) & during(x3,x4) & a_topic(x1)) |
||
A football player in purple is running the ball while another in white attempts to tackle him. | A football player in purple threw the ball to a football player in white. | 2 | 0.000003 | A football player is either running or threw the ball. | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(n_male(x4) & n_ball(x4) & in(e1,x6) & Topic(x6,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x6) & v_tackle(e2)) & n_attempt(x6) & a_white(s1) & Theme(s1,x6) & while(e1,x5) & n_thing(x5) & Theme(e1,x4) & Actor(e1,x1) & v_run(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_ball(x4) & to(e1,x5) & Theme(s1,x7) & a_white(s1) & (x5 = x7) & n_player(x5) & of(x5,x6) & n_football(x6) & Theme(e1,x4) & Actor(e1,x1) & v_throw(e1) & in(x1,x3) & n_purple(x3) & n_player(x1) & of(x1,x2) & n_football(x2)) | 7bd32356-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4 x5 x6.(while(e1,x5) & v_run(e1) & of(x1,x2) & n_thing(x5) & n_purple(x3) & n_player(x1) & n_male(x4) & n_football(x2) & n_ball(x4) & n_attempt(x6) & in(x1,x3) & in(e1,x6) & exists e2.(v_tackle(e2) & Theme(e2,x4) & Actor(e2,x6)) & a_white(s1) & Topic(x6,p1) & Theme(s1,x6) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_throw(e1) & to(e1,x5) & of(x5,x6) & of(x1,x2) & n_purple(x3) & n_player(x5) & n_player(x1) & n_football(x6) & n_football(x2) & n_ball(x4) & in(x1,x3) & a_white(s1) & Theme(s1,x7) & Theme(e1,x4) & Actor(e1,x1) & (x5 = x7)) |
||
a man in a black sweater plays the stand up bass outdoors | The man is playing baseball. | 2 | -100 | No one wears a sweater while playing baseball. | exists e1 s1 x1 x2 x3 x4 x5.(n_stand(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & up(x3,x4) & n_outdoors(x4) & of(x4,x5) & n_bass(x5) & in(x1,x2) & n_sweater(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2)) | 7bd33e04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & up(x3,x4) & of(x4,x5) & n_sweater(x2) & n_stand(x3) & n_outdoors(x4) & n_man(x1) & n_bass(x5) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
a man in a black sweater plays the stand up bass outdoors | The man is in the orchestra. | 1 | -100 | orchestra will not be playing outdoors. | exists e1 s1 x1 x2 x3 x4 x5.(n_stand(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & up(x3,x4) & n_outdoors(x4) & of(x4,x5) & n_bass(x5) & in(x1,x2) & n_sweater(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x2.(n_orchestra(x2) & n_man(x1) & in(x1,x2)) | 7bd3432c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & up(x3,x4) & of(x4,x5) & n_sweater(x2) & n_stand(x3) & n_outdoors(x4) & n_man(x1) & n_bass(x5) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists x1 x2.(n_orchestra(x2) & n_man(x1) & in(x1,x2)) |
||
a man in a black sweater plays the stand up bass outdoors | The man is playing bass. | 0 | -100 | The man playing bass is part of the total description of man in a black sweater. | exists e1 s1 x1 x2 x3 x4 x5.(n_stand(x3) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & up(x3,x4) & n_outdoors(x4) & of(x4,x5) & n_bass(x5) & in(x1,x2) & n_sweater(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_bass(x2)) | 7bd34836-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & up(x3,x4) & of(x4,x5) & n_sweater(x2) & n_stand(x3) & n_outdoors(x4) & n_man(x1) & n_bass(x5) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_bass(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man standing in front of a crowd. | people gathered while a man standing in front of them | 0 | -100 | A man standing in front of them refers to man standing in front of a crowd which means people should have gathered. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & of(x3,x4) & n_crowd(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_man(x2)) | exists e1 x1 x2 x3 x4.(while(e1,x2) & in(x2,x4) & of(x4,x1) & n_thing(x1) & n_front(x4) & n_standing(x2) & of(x2,x3) & n_man(x3) & Actor(e1,x1) & v_gather(e1) & n_people(x1)) | 7bd34d4a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_standing(x1) & n_man(x2) & n_front(x3) & n_crowd(x4) & in(x1,x3) & a_topic(x1)) | exists e1 x1 x2 x3 x4.(while(e1,x2) & v_gather(e1) & of(x4,x1) & of(x2,x3) & n_thing(x1) & n_standing(x2) & n_people(x1) & n_man(x3) & n_front(x4) & in(x2,x4) & Actor(e1,x1)) |
||
A man standing in front of a crowd. | man sitting before crowd | 1 | -100 | man sitting will not be standing. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & of(x3,x4) & n_crowd(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_man(x2)) | exists e1 x1 x2 x3.(a_topic(x1) & before(e1,x3) & n_crowd(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_man(x1)) | 7bd3543e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_standing(x1) & n_man(x2) & n_front(x3) & n_crowd(x4) & in(x1,x3) & a_topic(x1)) | exists e1 x1 x2 x3.(v_sit(e1) & n_man(x1) & n_crowd(x3) & before(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man standing in front of a crowd. | man walking | 2 | -100 | One cannot be walking and standing at once. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & of(x3,x4) & n_crowd(x4) & n_front(x3) & n_standing(x1) & of(x1,x2) & n_man(x2)) | exists x1 x2.(n_walking(x1) & of(x1,x2) & n_man(x2) & a_topic(x1)) | 7bd359fc-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_standing(x1) & n_man(x2) & n_front(x3) & n_crowd(x4) & in(x1,x3) & a_topic(x1)) | exists x1 x2.(of(x1,x2) & n_walking(x1) & n_man(x2) & a_topic(x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | A man is wearing a white beret and black glasses | 1 | 0.600925 | beret comes in different color not just white. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_glass(x4) & a_black(s2) & Theme(s2,x4) & subset_of(x3,x2) & n_beret(x3) & a_white(s1) & Theme(s1,x3) & n_man(x1)) | 7bd35f24-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_glass(x4) & n_beret(x3) & a_white(s1) & a_black(s2) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | A man is playing a stringed instrument in a place far from civilization. | 2 | -100 | Cello is not a stringed instrument. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & in(x2,x3) & from(x4,x5) & n_civilization(x5) & far(x3,x4) & n_thing(x4) & n_place(x3) & n_instrument(x2) & Theme(e1,x2) & v_stringe(e1) & n_man(x1)) | 7bd427ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 x1 x2 x3 x4 x5.(v_stringe(e1) & v_play(e2) & n_thing(x4) & n_place(x3) & n_man(x1) & n_instrument(x2) & n_civilization(x5) & in(x2,x3) & from(x4,x5) & far(x3,x4) & Theme(e2,x2) & Theme(e1,x2) & Actor(e2,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man plays music on the street for 8 bucks an hour | 1 | 0.015352 | Just because he is playing music on the street, does not mean it is for 8 bucks an hour. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists x1 x2 x3.(n_street(x3) & all x4.(n_hour(x4) -> exists e1 x5.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & for(x2,x5) & for(x5,x4) & n_buck(x5) & n_date(x5) & a_date_day_08(x5) & a_date_day_08(x5))) & on(x2,x3) & n_music(x2) & n_man(x1)) | 7bd42de6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2 x3.(on(x2,x3) & n_street(x3) & n_music(x2) & n_man(x1) & all x4.(exists e1 x5.(v_play(e1) & n_date(x5) & n_buck(x5) & for(x5,x4) & for(x2,x5) & a_date_day_08(x5) & Theme(e1,x2) & Actor(e1,x1)) | -n_hour(x4))) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man plays music on the street | 0 | -100 | A man plays music refers to him strumming his cello (happily) on the street (in the streets of an urban area). | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_street(x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & on(x2,x3) & n_music(x2) & n_man(x1)) | 7bd43304-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & on(x2,x3) & n_street(x3) & n_music(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man wearing a beret plays music for others on the streets | 1 | 0.902549 | Just because he is playing music on the street does not mean he is doing it for others. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(n_street(x6) & on(e2,x6) & for(e2,x5) & -(x5 = x1) & n_person(x1) & n_person(x5) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & n_music(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_beret(x3) & (x1 = x2) & n_man(x1)) | 7bd437fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_play(e2) & on(e2,x6) & n_street(x6) & n_person(x5) & n_person(x1) & n_music(x4) & n_man(x1) & n_beret(x3) & for(e2,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & -(x5 = x1) & (x1 = x2)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man wearing a beret plays music in the streets | 0 | 0.982132 | in a both sentence a man is wearing. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e2 e1 x1 x2 x3 x4 x5.(n_street(x5) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & n_music(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_beret(x3) & (x1 = x2) & n_man(x1)) | 7bd43d86-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4 x5.(v_wear(e1) & v_play(e2) & n_street(x5) & n_music(x4) & n_man(x1) & n_beret(x3) & in(e2,x5) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | A man is wearing a beret and black glasses | 0 | -100 | man wearing a beret and black glasses is same as man wearing a beret and black glasses | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_glass(x4) & a_black(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_beret(x3) & n_man(x1)) | 7bd44376-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_glass(x4) & n_beret(x3) & a_black(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | A man is wearing a beret and white glasses | 2 | -100 | The glasses are either black or white. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_glass(x4) & a_white(s1) & Theme(s1,x4) & subset_of(x3,x2) & n_beret(x3) & n_man(x1)) | 7bd44a10-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_glass(x4) & n_beret(x3) & a_white(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man plays music on the moon | 2 | -100 | A man either strums his cello or plays music. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_moon(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_man(x1)) | 7bd44f24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & on(e1,x3) & n_music(x2) & n_moon(x3) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | a man wearing a beret eats cookies shaped like musical notes | 2 | -100 | A man either strums his cello or eats cookies. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e2 e1 p1 x1 x2 x3.(exists e3 s1 x4 x5.(like(e3,x5) & n_note(x5) & a_musical(s1) & Theme(s1,x5) & Actor(e3,x4) & v_shape(e3) & n_cookie(x4)) & Topic(e2,p1) & Actor(e2,x1) & v_eat(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_beret(x3) & (x1 = x2) & n_man(x1)) | 7bd45424-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 p1 x1 x2 x3.(v_wear(e1) & v_eat(e2) & n_man(x1) & n_beret(x3) & exists e3 s1 x4 x5.(v_shape(e3) & n_note(x5) & n_cookie(x4) & like(e3,x5) & a_musical(s1) & Theme(s1,x5) & Actor(e3,x4)) & Topic(e2,p1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | There is a person using a musical instruments. | 0 | -100 | man wearing a beret and black glasses strums his cello happily in the streets of an urban area is just as person using a musical instruments. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_use(e1) & n_instrument(x4) & a_musical(s1) & Theme(s1,x4) & (x2 = x3) & n_person(x2)) | 7bd45924-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 e1 s1 x2 x3 x4.(v_use(e1) & n_person(x2) & n_instrument(x4) & a_musical(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | A busker is performing. | 1 | 0.000055 | Not all men are a busker. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1.(Actor(e1,x1) & v_perform(e1) & n_busker(x1)) | 7bd45e10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_perform(e1) & n_busker(x1) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | The man is ironing a shirt | 2 | 0.000009 | He is either ironing a shirt or strumming a cello. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_iron(e1) & n_shirt(x2)) | 7bd46518-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_iron(e1) & n_shirt(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | The man is playing a street concert | 1 | 0.832579 | Just because he is on the street does not mean he is on the street corner. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_concert(x2) & of(x2,x3) & n_street(x3)) | 7bd46bda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_street(x3) & n_man(x1) & n_concert(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a beret and black glasses strums his cello happily in the streets of an urban area. | The man is playing music outside | 0 | -100 | man strums his cello in the streets implies he is playing music outside | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x7) & in(e2,x7) & of(x7,x8) & n_area(x8) & a_urban(s3) & Theme(s3,x8) & a_happily(s2) & Manner(e2,s2) & Theme(e2,x6) & Actor(e2,x1) & v_strum(e2) & n_cello(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_glass(x5) & a_black(s1) & Theme(s1,x5) & subset_of(x4,x3) & n_beret(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_man(x1) & a_outside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2)) | 7bd471ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & v_strum(e2) & subset_of(x5,x3) & subset_of(x4,x3) & of(x7,x8) & of(x6,x1) & n_street(x7) & n_man(x1) & n_male(x1) & n_glass(x5) & n_cello(x6) & n_beret(x4) & n_area(x8) & in(e2,x7) & a_urban(s3) & a_happily(s2) & a_black(s1) & Theme(s3,x8) & Theme(s1,x5) & Theme(e2,x6) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_play(e1) & n_music(x2) & n_man(x1) & a_outside(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Girls playing in the water fountain hugging and kissing and taking their clothes off. | Girls are getting dressed in the room. | 2 | -100 | The girls are either getting dressed or they are playing in a water fountain taking their clothes off. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_clothes(x11) & of(x11,x4) & n_thing(x4) & n_kissing(x6) & n_hugging(x5) & of(x5,x7) & n_fountain(x7) & subset_of(x6,x3) & subset_of(x5,x3) & of(x3,x4) & n_water(x4) & a_topic(x8) & a_off(s1) & Manner(e1,s1) & Theme(e1,x11) & Actor(e1,x10) & v_take(e1) & (x8 = x10) & n_playing(x8) & (x8 = x9) & ne_nam_girls(x9) & a_topic(x1) & in(x1,x3) & n_playing(x1) & (x1 = x2) & ne_nam_girls(x2)) | exists e1 p1 x1 x2.(n_room(x2) & exists e2.(in(e2,x2) & Theme(e2,x1) & v_dress(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_girl(x1)) | 7bd476e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_take(e1) & subset_of(x6,x3) & subset_of(x5,x3) & of(x5,x7) & of(x3,x4) & of(x11,x4) & ne_nam_girls(x9) & ne_nam_girls(x2) & n_water(x4) & n_thing(x4) & n_playing(x8) & n_playing(x1) & n_kissing(x6) & n_hugging(x5) & n_fountain(x7) & n_clothes(x11) & in(x1,x3) & a_topic(x8) & a_topic(x1) & a_off(s1) & Theme(e1,x11) & Manner(e1,s1) & Actor(e1,x10) & (x8 = x9) & (x8 = x10) & (x1 = x2)) | exists e1 p1 x1 x2.(v_get(e1) & n_room(x2) & n_girl(x1) & exists e2.(v_dress(e2) & in(e2,x2) & Theme(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Girls playing in the water fountain hugging and kissing and taking their clothes off. | Girls are making out in a water fountain. | 1 | -100 | Just because they are kissing does not mean they are making out. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_clothes(x11) & of(x11,x4) & n_thing(x4) & n_kissing(x6) & n_hugging(x5) & of(x5,x7) & n_fountain(x7) & subset_of(x6,x3) & subset_of(x5,x3) & of(x3,x4) & n_water(x4) & a_topic(x8) & a_off(s1) & Manner(e1,s1) & Theme(e1,x11) & Actor(e1,x10) & v_take(e1) & (x8 = x10) & n_playing(x8) & (x8 = x9) & ne_nam_girls(x9) & a_topic(x1) & in(x1,x3) & n_playing(x1) & (x1 = x2) & ne_nam_girls(x2)) | exists e1 s1 x1 x2 x3.(a_out(s1) & Manner(e1,s1) & in(e1,x2) & n_fountain(x2) & of(x2,x3) & n_water(x3) & Actor(e1,x1) & v_make(e1) & n_girl(x1)) | 7bd47c1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_take(e1) & subset_of(x6,x3) & subset_of(x5,x3) & of(x5,x7) & of(x3,x4) & of(x11,x4) & ne_nam_girls(x9) & ne_nam_girls(x2) & n_water(x4) & n_thing(x4) & n_playing(x8) & n_playing(x1) & n_kissing(x6) & n_hugging(x5) & n_fountain(x7) & n_clothes(x11) & in(x1,x3) & a_topic(x8) & a_topic(x1) & a_off(s1) & Theme(e1,x11) & Manner(e1,s1) & Actor(e1,x10) & (x8 = x9) & (x8 = x10) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_make(e1) & of(x2,x3) & n_water(x3) & n_girl(x1) & n_fountain(x2) & in(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Girls playing in the water fountain hugging and kissing and taking their clothes off. | Girls are hugging and kissing and taking their clothes off in a water fountain. | 0 | -100 | Girls are hugging and kissing is just as girls are hugging and kissing | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_clothes(x11) & of(x11,x4) & n_thing(x4) & n_kissing(x6) & n_hugging(x5) & of(x5,x7) & n_fountain(x7) & subset_of(x6,x3) & subset_of(x5,x3) & of(x3,x4) & n_water(x4) & a_topic(x8) & a_off(s1) & Manner(e1,s1) & Theme(e1,x11) & Actor(e1,x10) & v_take(e1) & (x8 = x10) & n_playing(x8) & (x8 = x9) & ne_nam_girls(x9) & a_topic(x1) & in(x1,x3) & n_playing(x1) & (x1 = x2) & ne_nam_girls(x2)) | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6.(in(e3,x5) & n_fountain(x5) & of(x5,x6) & n_water(x6) & a_off(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x3) & v_take(e3) & n_clothes(x4) & of(x4,x1) & n_thing(x1) & n_girl(x3) & Actor(e2,x2) & v_kiss(e2) & n_girl(x2) & Actor(e1,x1) & v_hug(e1) & n_girl(x1)) | 7bd4814c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_take(e1) & subset_of(x6,x3) & subset_of(x5,x3) & of(x5,x7) & of(x3,x4) & of(x11,x4) & ne_nam_girls(x9) & ne_nam_girls(x2) & n_water(x4) & n_thing(x4) & n_playing(x8) & n_playing(x1) & n_kissing(x6) & n_hugging(x5) & n_fountain(x7) & n_clothes(x11) & in(x1,x3) & a_topic(x8) & a_topic(x1) & a_off(s1) & Theme(e1,x11) & Manner(e1,s1) & Actor(e1,x10) & (x8 = x9) & (x8 = x10) & (x1 = x2)) | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6.(v_take(e3) & v_kiss(e2) & v_hug(e1) & of(x5,x6) & of(x4,x1) & n_water(x6) & n_thing(x1) & n_girl(x3) & n_girl(x2) & n_girl(x1) & n_fountain(x5) & n_clothes(x4) & in(e3,x5) & a_off(s1) & Theme(e3,x4) & Manner(e3,s1) & Actor(e3,x3) & Actor(e2,x2) & Actor(e1,x1)) |
||
one person performing a show in front of a large audience sitting on the lawn | There is one person performing. | 0 | -100 | "performing" is a rephrasing of "performing a show." | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_lawn(x7) & a_topic(x1) & in(e1,x4) & of(x4,x5) & on(e2,x7) & Actor(e2,x6) & v_sit(e2) & (x5 = x6) & n_audience(x5) & a_large(s1) & Theme(s1,x5) & n_front(x4) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_show(x3) & (x1 = x2) & n_person(x1) & card_eq_1(x1)) | exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_perform(e1) & (x2 = x3) & n_person(x2) & card_eq_1(x2)) | 7bd48656-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e2) & v_perform(e1) & on(e2,x7) & of(x4,x5) & n_show(x3) & n_person(x1) & n_lawn(x7) & n_front(x4) & n_audience(x5) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists x1 e1 x2 x3.(v_perform(e1) & n_person(x2) & card_eq_1(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
one person performing a show in front of a large audience sitting on the lawn | There is one person nervously performing. | 1 | -100 | There is no way to know that the person is nervously performing just because they are in front of a large audience. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_lawn(x7) & a_topic(x1) & in(e1,x4) & of(x4,x5) & on(e2,x7) & Actor(e2,x6) & v_sit(e2) & (x5 = x6) & n_audience(x5) & a_large(s1) & Theme(s1,x5) & n_front(x4) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_show(x3) & (x1 = x2) & n_person(x1) & card_eq_1(x1)) | exists p1 x1 e1 s1 x2 x3.((x1 = x2) & a_nervously(s1) & Manner(e1,s1) & Actor(e1,x3) & v_perform(e1) & (x2 = x3) & n_person(x2) & card_eq_1(x2)) | 7bd48c78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e2) & v_perform(e1) & on(e2,x7) & of(x4,x5) & n_show(x3) & n_person(x1) & n_lawn(x7) & n_front(x4) & n_audience(x5) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists x1 e1 s1 x2 x3.(v_perform(e1) & n_person(x2) & card_eq_1(x2) & a_nervously(s1) & Manner(e1,s1) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
one person performing a show in front of a large audience sitting on the lawn | There is a group of performers. | 2 | -100 | One person performing is not a group of performers. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_lawn(x7) & a_topic(x1) & in(e1,x4) & of(x4,x5) & on(e2,x7) & Actor(e2,x6) & v_sit(e2) & (x5 = x6) & n_audience(x5) & a_large(s1) & Theme(s1,x5) & n_front(x4) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_show(x3) & (x1 = x2) & n_person(x1) & card_eq_1(x1)) | exists p1 x1 x2 x3.((x1 = x2) & of(x2,x3) & n_performer(x3) & n_group(x2)) | 7bd4922c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e2) & v_perform(e1) & on(e2,x7) & of(x4,x5) & n_show(x3) & n_person(x1) & n_lawn(x7) & n_front(x4) & n_audience(x5) & in(e1,x4) & card_eq_1(x1) & a_topic(x1) & a_large(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_performer(x3) & n_group(x2) & (x1 = x2)) |
||
A man in a green sweater and hat plays red upright bass on a city street. | There are no people outside. | 2 | -100 | Either the man is outside or there are no people outside. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & on(x5,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_bass(x5) & of(x5,x6) & n_upright(x6) & a_red(s2) & Theme(s2,x5) & in(x1,x2) & n_hat(x4) & n_sweater(x3) & a_green(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists p1 s1 x1.(a_outside(s1) & Manner(p1,s1) & -exists x2.((x1 = x2) & n_people(x2))) | 7bd497f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(x5,x7) & of(x7,x8) & of(x5,x6) & n_upright(x6) & n_sweater(x3) & n_street(x7) & n_man(x1) & n_hat(x4) & n_city(x8) & n_bass(x5) & in(x1,x2) & a_red(s2) & a_green(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists p1 s1 x1.(all x2.(-n_people(x2) | -(x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
A man in a green sweater and hat plays red upright bass on a city street. | A man is playing an instrument. | 0 | -100 | A man playing red upright bass means playing an instrument. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & on(x5,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_bass(x5) & of(x5,x6) & n_upright(x6) & a_red(s2) & Theme(s2,x5) & in(x1,x2) & n_hat(x4) & n_sweater(x3) & a_green(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_man(x1)) | 7bd49cae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(x5,x7) & of(x7,x8) & of(x5,x6) & n_upright(x6) & n_sweater(x3) & n_street(x7) & n_man(x1) & n_hat(x4) & n_city(x8) & n_bass(x5) & in(x1,x2) & a_red(s2) & a_green(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a green sweater and hat plays red upright bass on a city street. | A man is playing an instrument for change. | 1 | -100 | A man can play an instrument without it being for change. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e1,x5) & Actor(e1,x1) & v_play(e1) & on(x5,x7) & n_street(x7) & of(x7,x8) & n_city(x8) & n_bass(x5) & of(x5,x6) & n_upright(x6) & a_red(s2) & Theme(s2,x5) & in(x1,x2) & n_hat(x4) & n_sweater(x3) & a_green(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & for(x2,x3) & n_change(x3) & n_instrument(x2) & n_man(x1)) | 7bd4a244-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_play(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(x5,x7) & of(x7,x8) & of(x5,x6) & n_upright(x6) & n_sweater(x3) & n_street(x7) & n_man(x1) & n_hat(x4) & n_city(x8) & n_bass(x5) & in(x1,x2) & a_red(s2) & a_green(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_instrument(x2) & n_change(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is walking down the street with a broken umbrella and her shopping bag on her arm. | The woman is going into the city. | 1 | -100 | Just because the woman is walking down the street does not mean she is going into the city. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_arm(x7) & of(x7,x2) & n_female(x2) & n_female(x2) & n_bag(x5) & of(x5,x6) & n_shopping(x6) & of(x5,x2) & n_street(x2) & with(e1,x3) & subset_of(x5,x3) & on(x5,x7) & subset_of(x4,x3) & n_umbrella(x4) & a_broken(s2) & Theme(s2,x4) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1 x2.(n_city(x2) & n_woman(x1) & into(e1,x2) & Actor(e1,x1) & v_go(e1)) | 7bd4a730-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_walk(e1) & subset_of(x5,x3) & subset_of(x4,x3) & on(x5,x7) & of(x7,x2) & of(x5,x6) & of(x5,x2) & n_woman(x1) & n_umbrella(x4) & n_street(x2) & n_shopping(x6) & n_female(x2) & n_bag(x5) & n_arm(x7) & a_down(s1) & a_broken(s2) & Theme(s2,x4) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_go(e1) & n_woman(x1) & n_city(x2) & into(e1,x2) & Actor(e1,x1)) |
||
A woman is walking down the street with a broken umbrella and her shopping bag on her arm. | Thw woman is walking. | 0 | -100 | woman is walking is simple as woman is walking. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_arm(x7) & of(x7,x2) & n_female(x2) & n_female(x2) & n_bag(x5) & of(x5,x6) & n_shopping(x6) & of(x5,x2) & n_street(x2) & with(e1,x3) & subset_of(x5,x3) & on(x5,x7) & subset_of(x4,x3) & n_umbrella(x4) & a_broken(s2) & Theme(s2,x4) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_walk(e1) & n_woman(x1) & (x1 = x2) & ne_nam_thw(x2)) | 7bd4ac1c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_walk(e1) & subset_of(x5,x3) & subset_of(x4,x3) & on(x5,x7) & of(x7,x2) & of(x5,x6) & of(x5,x2) & n_woman(x1) & n_umbrella(x4) & n_street(x2) & n_shopping(x6) & n_female(x2) & n_bag(x5) & n_arm(x7) & a_down(s1) & a_broken(s2) & Theme(s2,x4) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_walk(e1) & ne_nam_thw(x2) & n_woman(x1) & Actor(e1,x1) & (x1 = x2)) |
||
A woman is walking down the street with a broken umbrella and her shopping bag on her arm. | The woman is buried in the sand. | 2 | -100 | The woman is either walking or buried. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_arm(x7) & of(x7,x2) & n_female(x2) & n_female(x2) & n_bag(x5) & of(x5,x6) & n_shopping(x6) & of(x5,x2) & n_street(x2) & with(e1,x3) & subset_of(x5,x3) & on(x5,x7) & subset_of(x4,x3) & n_umbrella(x4) & a_broken(s2) & Theme(s2,x4) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1 x2.(n_sand(x2) & n_woman(x1) & in(e1,x2) & Theme(e1,x1) & v_bury(e1)) | 7bd4b19e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x3) & v_walk(e1) & subset_of(x5,x3) & subset_of(x4,x3) & on(x5,x7) & of(x7,x2) & of(x5,x6) & of(x5,x2) & n_woman(x1) & n_umbrella(x4) & n_street(x2) & n_shopping(x6) & n_female(x2) & n_bag(x5) & n_arm(x7) & a_down(s1) & a_broken(s2) & Theme(s2,x4) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_bury(e1) & n_woman(x1) & n_sand(x2) & in(e1,x2) & Theme(e1,x1)) |
||
Kid rides high on fair swing. | Kid rides a horse at the fair. | 2 | -100 | Riding a horse is not the same as riding a fair swing. | exists e1 p1 s1 x1 x2.(ne_nam_kid(x1) & on(e1,x2) & n_swing(x2) & a_fair(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_high(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_ride(e1)) | exists e1 x1 x2 x3.(n_fair(x3) & ne_nam_kid(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_horse(x2)) | 7bd4b6a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_ride(e1) & on(e1,x2) & ne_nam_kid(x1) & n_swing(x2) & exists s2.(a_high(s2) & Theme(s2,x1)) & a_fair(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_ride(e1) & ne_nam_kid(x1) & n_horse(x2) & n_fair(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Kid rides high on fair swing. | Kid rides high on a fair swing to see how high he can go. | 1 | -100 | kids ride on a swing doesn't mean they want to see how high it can go. | exists e1 p1 s1 x1 x2.(ne_nam_kid(x1) & on(e1,x2) & n_swing(x2) & a_fair(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_high(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_ride(e1)) | exists e1 p1 p2 s1 x1 x2.(ne_nam_kid(x1) & on(e1,x2) & Topic(x2,p2) & exists e2 e3 p3 s3 x3.(Topic(e2,s3) & Actor(e2,x2) & v_see(e2) & Theme(s3,x3) & a_high(s3) & n_manner(x3) & rel(e3,x3) & exists e4.(Actor(e4,x2) & v_go(e4)) & Topic(e3,p3) & Actor(e3,x2) & v_can(e3)) & n_male(x2) & n_swing(x2) & a_fair(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_high(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_ride(e1)) | 7bd4bc48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_ride(e1) & on(e1,x2) & ne_nam_kid(x1) & n_swing(x2) & exists s2.(a_high(s2) & Theme(s2,x1)) & a_fair(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 p1 p2 s1 x1 x2.(v_ride(e1) & on(e1,x2) & ne_nam_kid(x1) & n_swing(x2) & n_male(x2) & exists s2.(a_high(s2) & Theme(s2,x1)) & exists e2 e3 p3 s3 x3.(v_see(e2) & v_can(e3) & rel(e3,x3) & n_manner(x3) & exists e4.(v_go(e4) & Actor(e4,x2)) & a_high(s3) & Topic(e3,p3) & Topic(e2,s3) & Theme(s3,x3) & Actor(e3,x2) & Actor(e2,x2)) & a_fair(s1) & Topic(x2,p2) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Kid rides high on fair swing. | Kid rides a fair swing. | 0 | -100 | Kid rides a fair swing is part of the total description of kids riding high on fair swing. | exists e1 p1 s1 x1 x2.(ne_nam_kid(x1) & on(e1,x2) & n_swing(x2) & a_fair(s1) & Theme(s1,x2) & exists s2.(Theme(s2,x1) & a_high(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_ride(e1)) | exists e1 s1 x1 x2.(ne_nam_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_swing(x2) & a_fair(s1) & Theme(s1,x2)) | 7bd4c10c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2.(v_ride(e1) & on(e1,x2) & ne_nam_kid(x1) & n_swing(x2) & exists s2.(a_high(s2) & Theme(s2,x1)) & a_fair(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_ride(e1) & ne_nam_kid(x1) & n_swing(x2) & a_fair(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
The two people carrying skis are walking in the snow. | horse looks at barn | 2 | -100 | it is either people or a horse. They are either walking in the snow or looking at a barn. | exists e2 e1 x1 x2 x3 x4.(n_snow(x4) & n_people(x1) & card_eq_2(x1) & in(e2,x4) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & n_ski(x3) & (x1 = x2)) | exists e1 x1 x2.(at(e1,x2) & n_barn(x2) & Actor(e1,x1) & v_look(e1) & n_horse(x1)) | 7bd4c5a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_walk(e2) & v_carry(e1) & n_snow(x4) & n_ski(x3) & n_people(x1) & in(e2,x4) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_look(e1) & n_horse(x1) & n_barn(x2) & at(e1,x2) & Actor(e1,x1)) |
||
The two people carrying skis are walking in the snow. | people going to the lift | 1 | -100 | Just because they are carrying skis does not mean they are going to the lift. | exists e2 e1 x1 x2 x3 x4.(n_snow(x4) & n_people(x1) & card_eq_2(x1) & in(e2,x4) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & n_ski(x3) & (x1 = x2)) | exists e1 x1 x2 x3.(n_lift(x3) & a_topic(x1) & to(e1,x3) & Actor(e1,x2) & v_go(e1) & (x1 = x2) & n_people(x1)) | 7bd4ca44-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_walk(e2) & v_carry(e1) & n_snow(x4) & n_ski(x3) & n_people(x1) & in(e2,x4) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_go(e1) & to(e1,x3) & n_people(x1) & n_lift(x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
The two people carrying skis are walking in the snow. | people carry skies | 0 | -100 | people carrying skis is same as people carry skies | exists e2 e1 x1 x2 x3 x4.(n_snow(x4) & n_people(x1) & card_eq_2(x1) & in(e2,x4) & Actor(e2,x1) & v_walk(e2) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & n_ski(x3) & (x1 = x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_sky(x2) & n_people(x1)) | 7bd4cf94-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_walk(e2) & v_carry(e1) & n_snow(x4) & n_ski(x3) & n_people(x1) & in(e2,x4) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_carry(e1) & n_sky(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man is sitting in a swing on a carnival ride. | The man is at the fair. | 1 | -100 | man at the fair doesn't mean he is sitting. | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_ride(x3) & a_carnival(s1) & Theme(s1,x3) & in(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists p1 x1 x2.(n_fair(x2) & n_man(x1) & at(x1,x2)) | 7bd4e588-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_swing(x2) & n_ride(x3) & n_man(x1) & in(e1,x2) & a_carnival(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 x2.(n_man(x1) & n_fair(x2) & at(x1,x2)) |
||
Man is sitting in a swing on a carnival ride. | The man is sitting in the swing on the ride. | 0 | -100 | On a carnival ride and sitting in the swing on the ride are equivalent as part of the total description of the man. | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_ride(x3) & a_carnival(s1) & Theme(s1,x3) & in(e1,x2) & n_swing(x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | exists e1 x1 x2 x3.(n_ride(x3) & n_swing(x2) & n_man(x1) & on(e1,x3) & in(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 7bd4eff6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_swing(x2) & n_ride(x3) & n_man(x1) & in(e1,x2) & a_carnival(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_swing(x2) & n_ride(x3) & n_man(x1) & in(e1,x2) & Actor(e1,x1)) |
||
Two people hiking up a snow covered mountain | People climbing a mountain. | 0 | -100 | Two people are hiking, or climbing, up the mountain. | exists e1 e2 s1 x1 x2 x3 x4.(a_topic(x1) & a_up(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x2) & v_hike(e2) & n_mountain(x3) & Theme(e1,x3) & v_cover(e1) & of(x3,x4) & n_snow(x4) & (x1 = x2) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_climb(e1) & n_mountain(x3) & (x1 = x2) & n_people(x1)) | 7bd50162-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4.(v_hike(e2) & v_cover(e1) & of(x3,x4) & n_snow(x4) & n_people(x1) & n_mountain(x3) & card_eq_2(x1) & a_up(s1) & a_topic(x1) & Theme(e2,x3) & Theme(e1,x3) & Manner(e2,s1) & Actor(e2,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_climb(e1) & n_people(x1) & n_mountain(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A man plays an accordion outdoors. | A man is playing western music outside on an accordion. | 1 | -100 | A man playing an accordion outdoors is not necessarily playing western music. | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outdoors(x2) & of(x2,x3) & n_accordion(x3) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(on(e1,x4) & n_accordion(x4) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & of(x2,x3) & n_music(x3) & a_western(s1) & Theme(s1,x2) & n_man(x1)) | 7bd50cfc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_outdoors(x2) & n_man(x1) & n_accordion(x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & of(x2,x3) & n_outside(x2) & n_music(x3) & n_man(x1) & n_accordion(x4) & a_western(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An aged man stands against a wall playing an accordion. | An old man is swimming. | 2 | -100 | The man is either swimming or playing the accordion. | exists e3 e2 e1 x1 x2 x3 x4.(against(e2,x2) & Theme(e3,x4) & Actor(e3,x3) & v_play(e3) & n_accordion(x4) & (x2 = x3) & n_wall(x2) & Actor(e2,x1) & v_stand(e2) & n_man(x1) & Theme(e1,x1) & v_age(e1)) | exists p1 s1 x1.(exists x2.((x1 = x2) & n_swimming(x2)) & n_man(x1) & a_old(s1) & Theme(s1,x1)) | 7bd51bd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 x1 x2 x3 x4.(v_stand(e2) & v_play(e3) & v_age(e1) & n_wall(x2) & n_man(x1) & n_accordion(x4) & against(e2,x2) & Theme(e3,x4) & Theme(e1,x1) & Actor(e3,x3) & Actor(e2,x1) & (x2 = x3)) | exists s1 x1.(n_man(x1) & exists x2.(n_swimming(x2) & (x1 = x2)) & a_old(s1) & Theme(s1,x1)) |
||
Four people are sitting down on a sidewalk. | Four women are sitting on the sidewalk | 1 | 0.618272 | Not all people are women. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_sidewalk(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & card_eq_4(x1)) | 7bd707be-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & on(e1,x2) & n_woman(x1) & n_sidewalk(x2) & card_eq_4(x1) & Actor(e1,x1)) |
||
Four people are sitting down on a sidewalk. | Four students are sitting to have a chat. | 1 | 0.639817 | Not all people are students. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & n_chat(x2)) & n_student(x1) & card_eq_4(x1)) | 7bd70d04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 x1.(v_sit(e1) & n_student(x1) & exists e2 x2.(v_have(e2) & n_chat(x2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_4(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Four people are sitting down on a sidewalk. | Several people are sitting down. | 1 | 0.935923 | Sitting down doesn't imply people are on a sidewalk. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 s1 s2 x1.(a_down(s2) & Manner(e1,s2) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1)) | 7bd71aba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 s2 x1.(v_sit(e1) & n_people(x1) & a_several(s1) & a_down(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) |
||
Four people are sitting down on a sidewalk. | The people are being questioned by a police officer. | 1 | 0.000176 | Just because four people are sitting down on a sidewalk does not mean that they are being questioned by a police officer. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(n_people(x1) & Actor(e1,x2) & n_officer(x2) & of(x2,x3) & n_police(x3) & Theme(e1,x1) & v_question(e1)) | 7bd71f6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_question(e1) & of(x2,x3) & n_police(x3) & n_people(x1) & n_officer(x2) & Theme(e1,x1) & Actor(e1,x2)) |
||
Four people are sitting down on a sidewalk. | Some dogs are playing in the field. | 2 | 0.000081 | people and dogs ,sitting and playing,sidewalk and field is of various in area | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_field(x2) & in(e1,x2) & Actor(e1,x1) & v_play(e1) & n_dog(x1)) | 7bd72b36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_field(x2) & n_dog(x1) & in(e1,x2) & Actor(e1,x1)) |
||
Four people are sitting down on a sidewalk. | The people are having a cigarette. | 1 | 0.000559 | Just because four people are sitting down on a sidewalk does not mean that they are having a cigarette. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_cigarette(x2)) | 7bd73a0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_people(x1) & n_cigarette(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Four people are sitting down on a sidewalk. | Several people are sitting outside | 0 | 0.980526 | In a both sentence people are sitting outside. | exists e1 s1 x1 x2.(on(e1,x2) & n_sidewalk(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & card_eq_4(x1)) | exists e1 p1 s1 x1.(exists s2.(Theme(s2,x1) & a_outside(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1)) | 7bd74b0c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_sidewalk(x2) & n_people(x1) & card_eq_4(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 s1 x1.(v_sit(e1) & n_people(x1) & exists s2.(a_outside(s2) & Theme(s2,x1)) & a_several(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
young adults posing for a photo at night, somewhat chilly outside. | A group of people are leaving a club. | 1 | 0.325743 | Posing does not imply leaving. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & r_somewhat(s2) & r_chilly(s2) & Theme(s2,x5) & a_outside(s2) & (x1 = x5) & for(e1,x3) & at(x3,x4) & n_night(x4) & n_photo(x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_leave(e1) & n_club(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | 7bd76538-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_pose(e1) & r_somewhat(s2) & r_chilly(s2) & n_photo(x3) & n_night(x4) & n_adult(x1) & for(e1,x3) & at(x3,x4) & a_young(s1) & a_topic(x1) & a_outside(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists e1 x1 x2 x3.(v_leave(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_club(x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
young adults posing for a photo at night, somewhat chilly outside. | Young adults in matching outfits pose. | 1 | 0.062181 | We don't know that there are matching outfits. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & r_somewhat(s2) & r_chilly(s2) & Theme(s2,x5) & a_outside(s2) & (x1 = x5) & for(e1,x3) & at(x3,x4) & n_night(x4) & n_photo(x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(Actor(e1,x1) & v_pose(e1) & in(x1,x2) & n_outfit(x2) & a_matching(s2) & Theme(s2,x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | 7bd78004-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_pose(e1) & r_somewhat(s2) & r_chilly(s2) & n_photo(x3) & n_night(x4) & n_adult(x1) & for(e1,x3) & at(x3,x4) & a_young(s1) & a_topic(x1) & a_outside(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists e1 s1 s2 x1 x2.(v_pose(e1) & n_outfit(x2) & n_adult(x1) & in(x1,x2) & a_young(s1) & a_matching(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
young adults posing for a photo at night, somewhat chilly outside. | Young adults pose in the dark. | 0 | 0.986889 | Night is dark | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & r_somewhat(s2) & r_chilly(s2) & Theme(s2,x5) & a_outside(s2) & (x1 = x5) & for(e1,x3) & at(x3,x4) & n_night(x4) & n_photo(x3) & Actor(e1,x2) & v_pose(e1) & (x1 = x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_dark(x2) & in(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | 7bd78f86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_pose(e1) & r_somewhat(s2) & r_chilly(s2) & n_photo(x3) & n_night(x4) & n_adult(x1) & for(e1,x3) & at(x3,x4) & a_young(s1) & a_topic(x1) & a_outside(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists e1 s1 x1 x2.(v_pose(e1) & n_dark(x2) & n_adult(x1) & in(e1,x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.