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
|
---|---|---|---|---|---|---|---|---|---|---|---|
A conductor of a train leans out of a window and looks to the right, while another man inside of the carriage looks towards some gauges. | People run a train. | 0 | -100 | A conductor is the person who runs a train. | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x9.(n_carriage(x9) & n_man(x7) & n_right(x6) & exists e3 x8 x10.(towards(e3,x10) & n_gauge(x10) & Actor(e3,x8) & v_look(e3) & of(x8,x9) & r_inside(x8) & n_man(x8) & -(x8 = x7)) & while(e2,p1) & to(e2,x6) & Actor(e2,x4) & v_look(e2) & of(x4,x5) & n_train(x5) & n_conductor(x4) & of(e1,x3) & n_window(x3) & r_out(e1) & Actor(e1,x1) & v_lean(e1) & of(x1,x2) & n_train(x2) & n_conductor(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_train(x2) & n_people(x1)) | 49eb6448-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x9.(while(e2,p1) & v_look(e2) & v_lean(e1) & to(e2,x6) & r_out(e1) & of(x4,x5) & of(x1,x2) & of(e1,x3) & n_window(x3) & n_train(x5) & n_train(x2) & n_right(x6) & n_man(x7) & n_conductor(x4) & n_conductor(x1) & n_carriage(x9) & exists e3 x8 x10.(v_look(e3) & towards(e3,x10) & r_inside(x8) & of(x8,x9) & n_man(x8) & n_gauge(x10) & Actor(e3,x8) & -(x8 = x7)) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_train(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
a man with a conductors hat sticks his head out the window and leans on the windowsill of the train. | A dog sticks his head out the window of a car. | 2 | -100 | A man is different from a dog. A train is different from a car. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_train(x9) & n_windowsill(x8) & n_window(x6) & out(e1,x5) & subset_of(x7,x5) & on(x7,x8) & of(x8,x9) & n_lean(x7) & subset_of(x6,x5) & Theme(e1,x4) & Actor(e1,x1) & v_stick(e1) & n_head(x4) & of(x4,x1) & n_male(x1) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_conductor(x3) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_window(x3) & out(e1,x3) & of(x3,x4) & n_car(x4) & Theme(e1,x2) & Actor(e1,x1) & v_stick(e1) & n_head(x2) & of(x2,x1) & n_male(x1) & n_dog(x1)) | 49eb690c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_stick(e1) & subset_of(x7,x5) & subset_of(x6,x5) & out(e1,x5) & on(x7,x8) & of(x8,x9) & of(x4,x1) & of(x2,x3) & n_windowsill(x8) & n_window(x6) & n_train(x9) & n_man(x1) & n_male(x1) & n_lean(x7) & n_head(x4) & n_hat(x2) & n_conductor(x3) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_stick(e1) & out(e1,x3) & of(x3,x4) & of(x2,x1) & n_window(x3) & n_male(x1) & n_head(x2) & n_dog(x1) & n_car(x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
a man with a conductors hat sticks his head out the window and leans on the windowsill of the train. | A man sticks his head out of the window. | 1 | -100 | I don't know what this would be - there is nothing that couldn't be inferred. There is a man, his head, and the window inboth sentences. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_train(x9) & n_windowsill(x8) & n_window(x6) & out(e1,x5) & subset_of(x7,x5) & on(x7,x8) & of(x8,x9) & n_lean(x7) & subset_of(x6,x5) & Theme(e1,x4) & Actor(e1,x1) & v_stick(e1) & n_head(x4) & of(x4,x1) & n_male(x1) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_conductor(x3) & n_man(x1)) | exists e1 x1 x2 x3.(n_window(x3) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_stick(e1) & n_head(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 49eb6d26-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_stick(e1) & subset_of(x7,x5) & subset_of(x6,x5) & out(e1,x5) & on(x7,x8) & of(x8,x9) & of(x4,x1) & of(x2,x3) & n_windowsill(x8) & n_window(x6) & n_train(x9) & n_man(x1) & n_male(x1) & n_lean(x7) & n_head(x4) & n_hat(x2) & n_conductor(x3) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stick(e1) & r_out(e1) & of(x2,x1) & of(e1,x3) & n_window(x3) & n_man(x1) & n_male(x1) & n_head(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
a man with a conductors hat sticks his head out the window and leans on the windowsill of the train. | A man with a hat is on a train. | 0 | -100 | A conductor wears a conductors hat while he is on the train. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_train(x9) & n_windowsill(x8) & n_window(x6) & out(e1,x5) & subset_of(x7,x5) & on(x7,x8) & of(x8,x9) & n_lean(x7) & subset_of(x6,x5) & Theme(e1,x4) & Actor(e1,x1) & v_stick(e1) & n_head(x4) & of(x4,x1) & n_male(x1) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_conductor(x3) & n_man(x1)) | exists p1 x1 x2.(exists x3.(on(x1,x3) & n_train(x3)) & with(x1,x2) & n_hat(x2) & n_man(x1)) | 49eb7276-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_stick(e1) & subset_of(x7,x5) & subset_of(x6,x5) & out(e1,x5) & on(x7,x8) & of(x8,x9) & of(x4,x1) & of(x2,x3) & n_windowsill(x8) & n_window(x6) & n_train(x9) & n_man(x1) & n_male(x1) & n_lean(x7) & n_head(x4) & n_hat(x2) & n_conductor(x3) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x2.(with(x1,x2) & n_man(x1) & n_hat(x2) & exists x3.(on(x1,x3) & n_train(x3))) |
||
A train conductor looking out the window of a black train while the worker looks at the gauges. | The conductor is looking outside. | 0 | -100 | A conductor looking out the window of a train would be looking outside where the train runs. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_gauge(x7) & n_worker(x6) & n_window(x4) & at(e2,x7) & Actor(e2,x1) & v_look(e2) & while(e1,x6) & out(e1,x4) & of(x4,x5) & n_train(x5) & a_black(s1) & Theme(s1,x5) & Actor(e1,x3) & v_look(e1) & (x1 = x3) & n_conductor(x1) & of(x1,x2) & n_train(x2)) | exists e1 s1 x1.(n_conductor(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1)) | 49eb776c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x6) & v_look(e2) & v_look(e1) & out(e1,x4) & of(x4,x5) & of(x1,x2) & n_worker(x6) & n_window(x4) & n_train(x5) & n_train(x2) & n_gauge(x7) & n_conductor(x1) & at(e2,x7) & a_black(s1) & Theme(s1,x5) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 s1 x1.(v_look(e1) & n_conductor(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A train conductor looking out the window of a black train while the worker looks at the gauges. | The conductor is looking out the window at the train. | 1 | -100 | Looking out the window of a train does not imply he is looking at the train. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_gauge(x7) & n_worker(x6) & n_window(x4) & at(e2,x7) & Actor(e2,x1) & v_look(e2) & while(e1,x6) & out(e1,x4) & of(x4,x5) & n_train(x5) & a_black(s1) & Theme(s1,x5) & Actor(e1,x3) & v_look(e1) & (x1 = x3) & n_conductor(x1) & of(x1,x2) & n_train(x2)) | exists e1 x1 x2 x3.(n_train(x3) & n_window(x2) & n_conductor(x1) & out(e1,x2) & at(x2,x3) & Actor(e1,x1) & v_look(e1)) | 49eb7bd6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x6) & v_look(e2) & v_look(e1) & out(e1,x4) & of(x4,x5) & of(x1,x2) & n_worker(x6) & n_window(x4) & n_train(x5) & n_train(x2) & n_gauge(x7) & n_conductor(x1) & at(e2,x7) & a_black(s1) & Theme(s1,x5) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_look(e1) & out(e1,x2) & n_window(x2) & n_train(x3) & n_conductor(x1) & at(x2,x3) & Actor(e1,x1)) |
||
A train conductor looking out the window of a black train while the worker looks at the gauges. | The conductor is looking at a manual. | 2 | -100 | manual is not written on a window,so a person can not be looking at window and manual at the same time. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_gauge(x7) & n_worker(x6) & n_window(x4) & at(e2,x7) & Actor(e2,x1) & v_look(e2) & while(e1,x6) & out(e1,x4) & of(x4,x5) & n_train(x5) & a_black(s1) & Theme(s1,x5) & Actor(e1,x3) & v_look(e1) & (x1 = x3) & n_conductor(x1) & of(x1,x2) & n_train(x2)) | exists e1 x1 x2.(n_conductor(x1) & at(e1,x2) & n_manual(x2) & Actor(e1,x1) & v_look(e1)) | 49eb802c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(while(e1,x6) & v_look(e2) & v_look(e1) & out(e1,x4) & of(x4,x5) & of(x1,x2) & n_worker(x6) & n_window(x4) & n_train(x5) & n_train(x2) & n_gauge(x7) & n_conductor(x1) & at(e2,x7) & a_black(s1) & Theme(s1,x5) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_look(e1) & n_manual(x2) & n_conductor(x1) & at(e1,x2) & Actor(e1,x1)) |
||
Man hanging out of the window of a train wearing a black jacket and hat. | The man is the copilot of the airplane. | 2 | -100 | One can not be in a train and an airplane at the same time. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_window(x3) & a_topic(x1) & of(e1,x3) & of(x3,x4) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_hat(x8) & n_jacket(x7) & a_black(s1) & Theme(s1,x7) & subset_of(x8,x6) & subset_of(x7,x6) & (x4 = x5) & n_train(x4) & r_out(e1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2 x3.(n_airplane(x3) & n_copilot(x2) & n_man(x1) & (x1 = x2) & of(x2,x3)) | 49eb8504-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_hang(e1) & subset_of(x8,x6) & subset_of(x7,x6) & r_out(e1) & of(x3,x4) & of(e1,x3) & n_window(x3) & n_train(x4) & n_man(x1) & n_jacket(x7) & n_hat(x8) & a_topic(x1) & a_black(s1) & Theme(s1,x7) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x2) & (x4 = x5) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_man(x1) & n_copilot(x2) & n_airplane(x3) & (x1 = x2)) |
||
Man hanging out of the window of a train wearing a black jacket and hat. | The man is on a train. | 0 | -100 | Man hanging out of the window of a train is on a train. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_window(x3) & a_topic(x1) & of(e1,x3) & of(x3,x4) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_hat(x8) & n_jacket(x7) & a_black(s1) & Theme(s1,x7) & subset_of(x8,x6) & subset_of(x7,x6) & (x4 = x5) & n_train(x4) & r_out(e1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_train(x2))) | 49eb89d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_hang(e1) & subset_of(x8,x6) & subset_of(x7,x6) & r_out(e1) & of(x3,x4) & of(e1,x3) & n_window(x3) & n_train(x4) & n_man(x1) & n_jacket(x7) & n_hat(x8) & a_topic(x1) & a_black(s1) & Theme(s1,x7) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x2) & (x4 = x5) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_train(x2))) |
||
Man hanging out of the window of a train wearing a black jacket and hat. | The man is the train conductor. | 1 | -100 | A man hanging out of the window of a train is not always the train conductor. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_window(x3) & a_topic(x1) & of(e1,x3) & of(x3,x4) & Theme(e2,x6) & Actor(e2,x5) & v_wear(e2) & n_hat(x8) & n_jacket(x7) & a_black(s1) & Theme(s1,x7) & subset_of(x8,x6) & subset_of(x7,x6) & (x4 = x5) & n_train(x4) & r_out(e1) & Actor(e1,x2) & v_hang(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2 x3.(n_conductor(x2) & of(x2,x3) & n_train(x3) & n_man(x1) & (x1 = x2)) | 49eb8e32-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e2) & v_hang(e1) & subset_of(x8,x6) & subset_of(x7,x6) & r_out(e1) & of(x3,x4) & of(e1,x3) & n_window(x3) & n_train(x4) & n_man(x1) & n_jacket(x7) & n_hat(x8) & a_topic(x1) & a_black(s1) & Theme(s1,x7) & Theme(e2,x6) & Actor(e2,x5) & Actor(e1,x2) & (x4 = x5) & (x1 = x2)) | exists x1 x2 x3.(of(x2,x3) & n_train(x3) & n_man(x1) & n_conductor(x2) & (x1 = x2)) |
||
A little boy hits a baseball while his family watches | A boy scores a goal playing soccer with his sister. | 2 | -100 | baseball game is different from a soccer game. | exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & n_watch(x3) & of(x3,x4) & n_family(x4) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hit(e1) & n_baseball(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | all x6 x1.((n_sister(x6) & of(x6,x1) & n_male(x1) & n_goal(x1)) -> exists e1 x2 x3 x4 x5.(a_topic(x2) & with(e1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_play(e1) & n_soccer(x5) & (x2 = x4) & for(x2,x1) & n_score(x2) & of(x2,x3) & n_boy(x3))) | 49eb9788-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(while(e1,x3) & v_hit(e1) & of(x3,x4) & of(x3,x1) & n_watch(x3) & n_male(x1) & n_family(x4) & n_boy(x1) & n_baseball(x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) | all x6 x1.(exists e1 x2 x3 x4 x5.(with(e1,x6) & v_play(e1) & of(x2,x3) & n_soccer(x5) & n_score(x2) & n_boy(x3) & for(x2,x1) & a_topic(x2) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | -of(x6,x1) | -n_sister(x6) | -n_male(x1) | -n_goal(x1)) |
||
Boy with black shirt and red batting helmet swinging bat at ball on ball field. | the boy is trying out for the baseball team | 1 | -100 | Swinging the bat at a ball does not imply he is trying out. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(ne_nam_boy(x1) & a_topic(s1) & subset_of(x3,s1) & at(e1,x7) & on(x7,x8) & n_field(x8) & of(x8,x9) & n_ball(x9) & n_ball(x7) & Theme(e1,x6) & Actor(e1,x5) & v_swing(e1) & n_bat(x6) & (x3 = x5) & n_helmet(x3) & of(x3,x4) & n_batting(x4) & a_red(s3) & Theme(s3,x3) & subset_of(x1,s1) & with(x1,x2) & n_shirt(x2) & a_black(s2) & Theme(s2,x2)) | exists e1 s1 x1 x2 x3 x4.(n_team(x3) & of(x3,x4) & n_baseball(x4) & n_boy(x1) & for(e1,x3) & a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_try(e1) & n_thing(x2)) | 49eba4ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_swing(e1) & subset_of(x3,s1) & subset_of(x1,s1) & on(x7,x8) & of(x8,x9) & of(x3,x4) & ne_nam_boy(x1) & n_shirt(x2) & n_helmet(x3) & n_field(x8) & n_batting(x4) & n_bat(x6) & n_ball(x9) & n_ball(x7) & at(e1,x7) & a_topic(s1) & a_red(s3) & a_black(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(e1,x6) & Actor(e1,x5) & (x3 = x5)) | exists e1 s1 x1 x2 x3 x4.(v_try(e1) & of(x3,x4) & n_thing(x2) & n_team(x3) & n_boy(x1) & n_baseball(x4) & for(e1,x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A little boy batting with a red helmet on. | boy is reading story book in library | 2 | -100 | Person can not be batting in a library. | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & a_on(s3) & Manner(e1,s3) & with(e1,x3) & n_helmet(x3) & a_red(s2) & Theme(s2,x3) & Actor(e1,x2) & v_bat(e1) & (x1 = x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_library(x4) & Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2) & of(x2,x3) & n_story(x3) & n_boy(x1)) | 49ebae4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(with(e1,x3) & v_bat(e1) & n_helmet(x3) & n_boy(x1) & a_topic(x1) & a_red(s2) & a_on(s3) & a_little(s1) & Theme(s2,x3) & Theme(s1,x1) & Manner(e1,s3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_read(e1) & of(x2,x3) & n_story(x3) & n_library(x4) & n_boy(x1) & n_book(x2) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in a red helmet hits a ball with a bat. | The boy is playing baseball. | 1 | -100 | Not all sports of hitting a ball with a bat are baseball. | exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & n_bat(x4) & Theme(e1,x3) & Actor(e1,x1) & v_hit(e1) & n_ball(x3) & in(x1,x2) & n_helmet(x2) & a_red(s1) & Theme(s1,x2) & n_boy(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2)) | 49ebbccc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_hit(e1) & n_helmet(x2) & n_boy(x1) & n_bat(x4) & n_ball(x3) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_boy(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | the lady is his wife | 1 | 0.213073 | Although she is being comforted by a man, it does not imply that she is his wife. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_wife(x2) & of(x2,x1) & n_male(x1) & n_lady(x1) & (x1 = x2)) | 49ebd9fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists x1 x2.(of(x2,x1) & n_wife(x2) & n_male(x1) & n_lady(x1) & (x1 = x2)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | A young lady is crying because she saw a dog get hit by a car. | 1 | 0.000552 | the young lady does not have to be crying only because she saw a dog get hit by a car. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1.(exists e2 p2 x2.(exists e3 p3.(exists e4 x3.(Actor(e4,x3) & n_car(x3) & Theme(e4,x2) & v_hit(e4)) & Topic(e3,p3) & Actor(e3,x2) & v_get(e3)) & Recipient(e2,p2) & Actor(e2,x1) & Topic(e2,x2) & v_see(e2) & n_dog(x2)) & n_female(x1) & because(e1,p1) & Actor(e1,x1) & v_cry(e1) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | 49ebdea0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists e1 p1 s1 x1.(v_cry(e1) & n_lady(x1) & n_female(x1) & exists e2 p2 x2.(v_see(e2) & n_dog(x2) & exists e3 p3.(v_get(e3) & exists e4 x3.(v_hit(e4) & n_car(x3) & Theme(e4,x2) & Actor(e4,x3)) & Topic(e3,p3) & Actor(e3,x2)) & Topic(e2,x2) & Recipient(e2,p2) & Actor(e2,x1)) & because(e1,p1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | The woman is at a funeral. | 1 | 0.002385 | the woman does not have to be crying only because she is at a funeral. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(n_woman(x1) & exists x2.(at(x1,x2) & n_funeral(x2))) | 49ebfa66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists x1.(n_woman(x1) & exists x2.(n_funeral(x2) & at(x1,x2))) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | the lady is asleep at work | 2 | 0.000021 | Person being comforted will be awake not asleep. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1 x2.(n_lady(x1) & at(s1,x2) & n_work(x2) & Theme(s1,x1) & a_asleep(s1)) | 49ebff5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists s1 x1 x2.(n_work(x2) & n_lady(x1) & at(s1,x2) & a_asleep(s1) & Theme(s1,x1)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | A young lady is crying. | 0 | 0.95804 | If something has made her cry, that indicates the lady is crying. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1.(Actor(e1,x1) & v_cry(e1) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | 49ec0f1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists e1 s1 x1.(v_cry(e1) & n_lady(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | The man is comforting his wife. | 1 | 0.196471 | The young lady that is being comforted does not only have to be the man's wife. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_wife(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_comfort(e1)) | 49ec141a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists e1 x1 x2.(v_comfort(e1) & of(x2,x1) & n_wife(x2) & n_man(x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young lady being comforted by a man after she has seen something sad and it has made her cry. | a lady just found out her dog died | 1 | 0.001201 | the young lady does not have to be crying only because her dog died. | exists e1 e2 p1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_cry(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & exists e3 s2 x5 x6 x7.(Theme(e3,x5) & Actor(e3,x1) & v_see(e3) & subset_of(x1,x5) & subset_of(x6,x5) & Theme(s2,x7) & a_sad(s2) & (x6 = x7) & n_thing(x6)) & n_thing(x1) & after(e1,p1) & Actor(e1,x3) & n_man(x3) & Theme(e1,x2) & v_comfort(e1) & (x1 = x2) & n_lady(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 x1 x2 x3.(Actor(e2,x1) & v_die(e2) & a_just(s2) & Manner(e1,s2) & a_out(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_find(e1) & n_dog(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_lady(x1)) | 49ec1ef6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_make(e2) & v_comfort(e1) & of(x4,x1) & n_thing(x1) & n_man(x3) & n_lady(x1) & n_female(x1) & n_cry(x4) & exists e3 s2 x5 x6 x7.(v_see(e3) & subset_of(x6,x5) & subset_of(x1,x5) & n_thing(x6) & a_sad(s2) & Theme(s2,x7) & Theme(e3,x5) & Actor(e3,x1) & (x6 = x7)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3) & (x1 = x2)) | exists e1 e2 s1 s2 x1 x2 x3.(v_find(e1) & v_die(e2) & of(x3,x1) & n_lady(x1) & n_female(x1) & n_dog(x3) & a_out(s1) & a_just(s2) & Theme(e1,x3) & Manner(e1,s2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | One adult is hurt because of the ride they took. | 1 | 0.086077 | the adult's does not have to be hurt because of the ride they took. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e2 e1 x1 x2 x3.(n_thing(x2) & n_ride(x2) & of(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_take(e2) & (x2 = x3) & r_because(e1) & Theme(e1,x1) & v_hurt(e1) & n_adult(x1) & card_eq_1(x1)) | 49ecb582-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 x1 x2 x3.(v_take(e2) & v_hurt(e1) & r_because(e1) & of(e1,x2) & n_thing(x2) & n_ride(x2) & n_adult(x1) & card_eq_1(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x2) & (x2 = x3)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | One is trying to fix his arm injury so they can co on another ride | 1 | 0.597384 | We can't infer he will go on another ride. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e1 p1 x1 x2 x3 x4.(n_ride(x4) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2.(exists e3 p3.(exists e4 x5.(on(e4,x5) & n_ride(x5) & -(x5 = x4) & Actor(e4,x1) & v_co(e4)) & Topic(e3,p3) & Actor(e3,x1) & v_can(e3)) & so(e2,p2) & Theme(e2,x2) & Actor(e2,x1) & v_fix(e2)) & n_thing(x1) & n_injury(x2) & of(x2,x3) & n_arm(x3) & of(x2,x1) & n_male(x1) & card_eq_1(x1)) | 49ecc48c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3 x4.(v_try(e1) & of(x2,x3) & of(x2,x1) & n_thing(x1) & n_ride(x4) & n_male(x1) & n_injury(x2) & n_arm(x3) & exists e2 p2.(v_fix(e2) & so(e2,p2) & exists e3 p3.(v_can(e3) & exists e4 x5.(v_co(e4) & on(e4,x5) & n_ride(x5) & Actor(e4,x1) & -(x5 = x4)) & Topic(e3,p3) & Actor(e3,x1)) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_1(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | A young adult helps another after he is injured by a bull at a rodeo. | 1 | 0.709757 | We can't infer that he was injured by a bull at a rodeo | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e1 p1 s1 x1 x2.(exists e2 x3 x4.(at(e2,x4) & n_rodeo(x4) & Actor(e2,x3) & n_bull(x3) & Theme(e2,x1) & v_injure(e2)) & n_male(x1) & after(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | 49ecc978-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2.(v_help(e1) & n_thing(x2) & n_male(x1) & n_adult(x1) & exists e2 x3 x4.(v_injure(e2) & n_rodeo(x4) & n_bull(x3) & at(e2,x4) & Theme(e2,x1) & Actor(e2,x3)) & after(e1,p1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | the one mending the arm is a trained medic | 1 | 0.081137 | We can't infer the other is a trained medic. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e1 p1 x1 x2 x3.(n_arm(x3) & n_thing(x1) & card_eq_1(x1) & exists s1 x4.((x1 = x4) & n_medic(x4) & a_trained(s1) & Theme(s1,x4)) & Theme(e1,x3) & Actor(e1,x2) & v_mend(e1) & (x1 = x2)) | 49ecd60c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_mend(e1) & n_thing(x1) & n_arm(x3) & exists s1 x4.(n_medic(x4) & a_trained(s1) & Theme(s1,x4) & (x1 = x4)) & card_eq_1(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | Two young adults want to ride horses. | 1 | 0.715115 | We can't infer they want to ride horses. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_want(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_ride(e2) & n_horse(x2)) & n_adult(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 49ece3ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1.(v_want(e1) & n_adult(x1) & exists e2 x2.(v_ride(e2) & n_horse(x2) & Theme(e2,x2) & Actor(e2,x1)) & card_eq_2(x1) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | Two young adults are at a waterpark | 2 | 0.000103 | The young adults could be at either a rodeo or a waterpark. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists p1 s1 x1.(exists x2.(at(x1,x2) & n_waterpark(x2)) & n_adult(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 49ece87c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_adult(x1) & exists x2.(n_waterpark(x2) & at(x1,x2)) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1)) |
||
Two young adults at a rodeo, one is helping the other to fix an injury to his arm after a brief ride. | A young adult helps another after an injury at a rodeo. | 0 | 0.95804 | This tells us that an adult helps to fix another after a rodeo injury. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(Topic(x2,p1) & exists e2 x6.(to(e2,x7) & Theme(e2,x6) & Actor(e2,x2) & v_fix(e2) & n_injury(x6)) & n_arm(x7) & of(x7,x2) & n_male(x2) & n_other(x2) & rel(e1,x4) & at(x4,x5) & n_rodeo(x5) & n_adult(x4) & a_young(s2) & Theme(s2,x4) & card_eq_2(x4) & after(e1,x3) & n_ride(x3) & a_brief(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x1) & card_eq_1(x1)) | exists e1 s1 x1 x2 x3 x4.(after(e1,x3) & at(x3,x4) & n_rodeo(x4) & n_injury(x3) & Theme(e1,x2) & Actor(e1,x1) & v_help(e1) & n_thing(x2) & n_adult(x1) & a_young(s1) & Theme(s1,x1)) | 49ecf132-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x7.(v_help(e1) & rel(e1,x4) & of(x7,x2) & n_thing(x1) & n_rodeo(x5) & n_ride(x3) & n_other(x2) & n_male(x2) & n_arm(x7) & n_adult(x4) & exists e2 x6.(v_fix(e2) & to(e2,x7) & n_injury(x6) & Theme(e2,x6) & Actor(e2,x2)) & card_eq_2(x4) & card_eq_1(x1) & at(x4,x5) & after(e1,x3) & a_young(s2) & a_brief(s1) & Topic(x2,p1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_help(e1) & n_thing(x2) & n_rodeo(x4) & n_injury(x3) & n_adult(x1) & at(x3,x4) & after(e1,x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A pancake seller is flipping pancakes for customers. | 1 | 0.623828 | He is a seller of pancakes. | exists e4 e2 e3 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(for(e1,x4) & n_customer(x4) & Theme(e1,x3) & Actor(e1,x1) & v_flip(e1) & n_pancake(x3) & n_seller(x1) & of(x1,x2) & n_pancake(x2)) | 49ee5e3c-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e2 e3 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 x1 x2 x3 x4.(v_flip(e1) & of(x1,x2) & n_seller(x1) & n_pancake(x3) & n_pancake(x2) & n_customer(x4) & for(e1,x4) & Theme(e1,x3) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | The man hasn't flipped pancakes for years, and is surprised he can still do it. | 1 | -100 | He is surprised at his abilities. | exists e1 e4 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 p1 x1 x4.(n_thing(x4) & n_male(x1) & n_man(x1) & exists e3 p2 s1.(a_still(s1) & Manner(e3,s1) & exists e4.(Theme(e4,x4) & Actor(e4,x1) & v_do(e4)) & Topic(e3,p2) & Actor(e3,x1) & v_can(e3)) & Topic(e1,p1) & Actor(e1,x1) & v_surprised(e1) & -exists e2 x2 x3.(for(e2,x3) & n_year(x3) & Theme(e2,x2) & Actor(e2,x1) & v_flip(e2) & n_pancake(x2))) | 49ee635a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 p1 x1 x4.(v_surprised(e1) & n_thing(x4) & n_man(x1) & n_male(x1) & exists e3 p2 s1.(v_can(e3) & exists e4.(v_do(e4) & Theme(e4,x4) & Actor(e4,x1)) & a_still(s1) & Topic(e3,p2) & Manner(e3,s1) & Actor(e3,x1)) & all e2 x2 x3.(-v_flip(e2) | -n_year(x3) | -n_pancake(x2) | -for(e2,x3) | -Theme(e2,x2) | -Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | The man is in his kitchen, frying eggs on the stove. | 2 | -100 | the street is not a kitchen. | exists e2 e1 e4 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3 x4.(n_stove(x3) & n_kitchen(x4) & of(x4,x3) & n_male(x3) & n_man(x1) & for(p1,e1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_fry(e1) & n_egg(x2) & in(x1,x4)) | 49ee686e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e4 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 p1 x1 x2 x3 x4.(v_fry(e1) & on(e1,x3) & of(x4,x3) & n_stove(x3) & n_man(x1) & n_male(x3) & n_kitchen(x4) & n_egg(x2) & in(x1,x4) & for(p1,e1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A man is cooking breakfast for others in his neighborhood. | 1 | 0.028236 | The pancake is for breakfast. | exists e2 e1 e4 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 x2.(in(p1,x2) & n_neighborhood(x2) & of(x2,x1) & n_male(x1) & exists s1 x3 x4.((x1 = x3) & for(x3,x4) & -(x4 = x1) & n_person(x4) & n_breakfast(x3) & a_cooking(s1) & Theme(s1,x3)) & n_person(x1) & n_man(x1)) | 49ee6df0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e4 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists p1 x1 x2.(of(x2,x1) & n_person(x1) & n_neighborhood(x2) & n_man(x1) & n_male(x1) & in(p1,x2) & exists s1 x3 x4.(n_person(x4) & n_breakfast(x3) & for(x3,x4) & a_cooking(s1) & Theme(s1,x3) & -(x4 = x1) & (x1 = x3))) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | The man is going to work. | 1 | 0.499625 | He has to work. | exists e1 e4 e2 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 p1 x1.(n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2.(Actor(e2,x1) & v_work(e2))) | 49ee7278-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e2 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 p1 x1.(v_go(e1) & n_man(x1) & exists e2.(v_work(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | a guy is painting a house | 2 | -100 | you cannot be flipping a pancake and painting a house at the same time. | exists e3 e2 e4 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_paint(e1) & n_house(x2) & n_guy(x1)) | 49ee7700-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e4 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 x1 x2.(v_paint(e1) & n_house(x2) & n_guy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A man is flipping a pancake. | 0 | -100 | SOME PEOPLE FLIP PANCAKES IN MIDAIR. | exists e1 e4 e2 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_flip(e1) & n_pancake(x2) & n_man(x1)) | 49ee7c28-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e2 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 x1 x2.(v_flip(e1) & n_pancake(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A black haired male stands on the street flipping a pankcake. | 0 | -100 | HAIRED AND HAIR ARE THE SAME THING WHEN DESCRIBING SOMEONE. | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 x1 x2 x3.(n_street(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_flip(e2) & n_pankcake(x3) & on(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_male(x1) & a_haired(s2) & Theme(s2,x1) & a_black(s1) & Theme(s1,x1)) | 49ee80ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 e2 s1 s2 x1 x2 x3.(v_stand(e1) & v_flip(e2) & on(e1,x2) & n_street(x2) & n_pankcake(x3) & n_male(x1) & for(e1,e2) & a_haired(s2) & a_black(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | The man is dressed nicely. | 0 | -100 | DRESS PANTS ARE NICELY DRESSED. | exists e1 e3 e4 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 s1 x1.(n_man(x1) & a_nicely(s1) & Manner(e1,s1) & Theme(e1,x1) & v_dress(e1)) | 49ee8812-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 s1 x1.(v_dress(e1) & n_man(x1) & a_nicely(s1) & Theme(e1,x1) & Manner(e1,s1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | The man is pouring pancake batter all over his naked body. | 2 | -100 | flipping and pouring are not the same thing. | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_body(x4) & a_naked(s1) & Theme(s1,x4) & of(x4,x1) & n_male(x1) & n_man(x1) & r_all(e1) & over(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_pour(e1) & n_batter(x2) & of(x2,x3) & n_pancake(x3)) | 49ee8f92-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 s1 x1 x2 x3 x4.(v_pour(e1) & r_all(e1) & over(e1,x4) & of(x4,x1) & of(x2,x3) & n_pancake(x3) & n_man(x1) & n_male(x1) & n_body(x4) & n_batter(x2) & a_naked(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | a guy is cooking pancakes for his family | 1 | 0.526611 | His family is there. | exists e3 e1 e2 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 x3.(exists s1 x2.((x1 = x2) & for(x2,x3) & n_pancake(x2) & a_cooking(s1) & Theme(s1,x2)) & n_family(x3) & of(x3,x1) & n_male(x1) & n_guy(x1)) | 49ee97b2-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists x1 x3.(of(x3,x1) & n_male(x1) & n_guy(x1) & n_family(x3) & exists s1 x2.(n_pancake(x2) & for(x2,x3) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A man is cooking pancakes in his driveway. | 0 | 0.266198 | A GARAGE IS NEXT TO A DRIVEWAY. | exists e3 e1 e4 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 x3.(exists s1 x2.((x1 = x2) & in(x2,x3) & n_pancake(x2) & a_cooking(s1) & Theme(s1,x2)) & n_driveway(x3) & of(x3,x1) & n_male(x1) & n_man(x1)) | 49ee9f6e-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e4 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists x1 x3.(of(x3,x1) & n_man(x1) & n_male(x1) & n_driveway(x3) & exists s1 x2.(n_pancake(x2) & in(x2,x3) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | A man is cooking in his kitchen while his kids watch. | 2 | -100 | a kitchen cannot be on the street. | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e2 e1 x1 x2 x3 x4 x5.(Theme(e2,x5) & Actor(e2,x1) & v_watch(e2) & n_thing(x5) & while(e1,x4) & n_kid(x4) & of(x4,x1) & n_male(x1) & n_male(x1) & in(e1,x3) & n_kitchen(x3) & of(x3,x1) & Actor(e1,x2) & v_cook(e1) & (x1 = x2) & n_man(x1)) | 49eea7ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e2 e1 x1 x2 x3 x4 x5.(while(e1,x4) & v_watch(e2) & v_cook(e1) & of(x4,x1) & of(x3,x1) & n_thing(x5) & n_man(x1) & n_male(x1) & n_kitchen(x3) & n_kid(x4) & in(e1,x3) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | a guy is cooking pancakes by his garage | 0 | -100 | BEING IN FRONT OF SOMETHING MAKES YOU BY IT. | exists e2 e3 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 x3.(exists s1 x2.((x1 = x2) & by(x2,x3) & n_pancake(x2) & a_cooking(s1) & Theme(s1,x2)) & n_garage(x3) & of(x3,x1) & n_male(x1) & n_guy(x1)) | 49eeb08a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 e4 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists x1 x3.(of(x3,x1) & n_male(x1) & n_guy(x1) & n_garage(x3) & exists s1 x2.(n_pancake(x2) & by(x2,x3) & a_cooking(s1) & Theme(s1,x2) & (x1 = x2))) |
||
A white man with black hair dressed nicely in gray dress pants, blazer and purple tie stands on the street in front of a garage flipping a pancake which is captured in midair. | THe dark haired man is chasing lions off his lawn. | 2 | 0 | you cannot be flipping a pancake and chasing someone at the same time. | exists e4 e2 e3 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(n_street(x10) & for(e2,e4) & Theme(e4,x13) & Actor(e4,x1) & v_flip(e4) & in(e3,x15) & n_midair(x15) & Theme(e3,x14) & v_capture(e3) & (x13 = x14) & n_pancake(x13) & in(e2,x11) & of(x11,x12) & n_garage(x12) & n_front(x11) & on(e2,x10) & Actor(e2,x1) & v_stand(e2) & with(x1,x2) & rel(e1,x6) & n_tie(x8) & of(x8,x9) & n_purple(x9) & n_blazer(x7) & subset_of(x8,x6) & subset_of(x7,x6) & in(e1,x4) & n_pants(x4) & of(x4,x5) & n_dress(x5) & a_gray(s4) & Theme(s4,x4) & a_nicely(s3) & Manner(e1,s3) & Theme(e1,x3) & v_dress(e1) & (x2 = x3) & n_hair(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2 x3.(off(e1,x3) & n_lawn(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_lion(x2) & n_man(x1) & a_haired(s3) & Theme(s3,x1) & a_dark(s2) & Theme(s2,x1) & a_the(s1) & Theme(s1,x1)) | 49eeb58a-e4c8-11ec-9cdd-0242ac1c0002 | exists e4 e2 e3 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15.(with(x1,x2) & v_stand(e2) & v_flip(e4) & v_dress(e1) & v_capture(e3) & subset_of(x8,x6) & subset_of(x7,x6) & rel(e1,x6) & on(e2,x10) & of(x8,x9) & of(x4,x5) & of(x11,x12) & n_tie(x8) & n_street(x10) & n_purple(x9) & n_pants(x4) & n_pancake(x13) & n_midair(x15) & n_man(x1) & n_hair(x2) & n_garage(x12) & n_front(x11) & n_dress(x5) & n_blazer(x7) & in(e3,x15) & in(e2,x11) & in(e1,x4) & for(e2,e4) & a_white(s1) & a_nicely(s3) & a_gray(s4) & a_black(s2) & Theme(s4,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e4,x13) & Theme(e3,x14) & Theme(e1,x3) & Manner(e1,s3) & Actor(e4,x1) & Actor(e2,x1) & (x2 = x3) & (x13 = x14)) | exists e1 s1 s2 s3 x1 x2 x3.(v_chase(e1) & off(e1,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_lion(x2) & n_lawn(x3) & a_the(s1) & a_haired(s3) & a_dark(s2) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man and woman interact with an elderly woman in a wheelchair. | A man and women are talking to an elderly women about life | 1 | -100 | man and guy | exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(s1) & with(s1,x4) & in(x4,x5) & n_wheelchair(x5) & n_woman(x4) & a_elderly(s3) & Theme(s3,x4) & n_interact(x2) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & a_young(s2) & Theme(s2,s1)) | exists e1 s1 x1 x2 x3 x4 x5.(to(e1,x4) & about(x4,x5) & n_life(x5) & n_woman(x4) & a_elderly(s1) & Theme(s1,x4) & Actor(e1,x1) & v_talk(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 49ef13e0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3 x4 x5.(with(s1,x4) & subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x4) & n_woman(x3) & n_wheelchair(x5) & n_man(x1) & n_interact(x2) & in(x4,x5) & a_young(s2) & a_topic(s1) & a_elderly(s3) & Theme(s3,x4) & Theme(s2,s1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_talk(e1) & to(e1,x4) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x4) & n_woman(x3) & n_man(x2) & n_life(x5) & about(x4,x5) & a_elderly(s1) & Theme(s1,x4) & Actor(e1,x1)) |
||
A young man and woman interact with an elderly woman in a wheelchair. | A man and women are talking to an elderly women | 0 | -100 | Talking is a way to interact. | exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(s1) & with(s1,x4) & in(x4,x5) & n_wheelchair(x5) & n_woman(x4) & a_elderly(s3) & Theme(s3,x4) & n_interact(x2) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & a_young(s2) & Theme(s2,s1)) | exists e1 s1 x1 x2 x3 x4.(to(e1,x4) & n_woman(x4) & a_elderly(s1) & Theme(s1,x4) & Actor(e1,x1) & v_talk(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 49ef1a2a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3 x4 x5.(with(s1,x4) & subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x4) & n_woman(x3) & n_wheelchair(x5) & n_man(x1) & n_interact(x2) & in(x4,x5) & a_young(s2) & a_topic(s1) & a_elderly(s3) & Theme(s3,x4) & Theme(s2,s1)) | exists e1 s1 x1 x2 x3 x4.(v_talk(e1) & to(e1,x4) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x4) & n_woman(x3) & n_man(x2) & a_elderly(s1) & Theme(s1,x4) & Actor(e1,x1)) |
||
A young man and woman interact with an elderly woman in a wheelchair. | A man and women are not talking to an elderly women | 2 | -100 | The man and woman are talking to an elderly woman, not the opposite. | exists s1 s2 s3 x1 x2 x3 x4 x5.(a_topic(s1) & with(s1,x4) & in(x4,x5) & n_wheelchair(x5) & n_woman(x4) & a_elderly(s3) & Theme(s3,x4) & n_interact(x2) & of(x2,x3) & n_woman(x3) & n_man(x1) & subset_of(x2,s1) & subset_of(x1,s1) & a_young(s2) & Theme(s2,s1)) | exists x1 x2 x3.(-exists e1 s1 x4.(to(e1,x4) & n_woman(x4) & a_elderly(s1) & Theme(s1,x4) & Actor(e1,x1) & v_talk(e1)) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 49ef2038-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 s3 x1 x2 x3 x4 x5.(with(s1,x4) & subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_woman(x4) & n_woman(x3) & n_wheelchair(x5) & n_man(x1) & n_interact(x2) & in(x4,x5) & a_young(s2) & a_topic(s1) & a_elderly(s3) & Theme(s3,x4) & Theme(s2,s1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & all e1 s1 x4.(-v_talk(e1) | -to(e1,x4) | -n_woman(x4) | -a_elderly(s1) | -Theme(s1,x4) | -Actor(e1,x1))) |
||
Two teenagers interacting with the elder population. | Some kids and old people. | 0 | -100 | Two teenagers are some kids. Old people are a part of an elder population. | exists e1 x1 x2 x3 x4.(n_population(x3) & of(x3,x4) & n_elder(x4) & a_topic(x1) & with(e1,x3) & Actor(e1,x2) & v_interact(e1) & (x1 = x2) & n_teenager(x1) & card_eq_2(x1)) | exists s1 s2 x1 x2.(a_topic(s1) & n_people(x2) & a_old(s2) & Theme(s2,x2) & n_kid(x1) & subset_of(x2,s1) & subset_of(x1,s1)) | 49ef251a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_interact(e1) & of(x3,x4) & n_teenager(x1) & n_population(x3) & n_elder(x4) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists s1 s2 x1 x2.(subset_of(x2,s1) & subset_of(x1,s1) & n_people(x2) & n_kid(x1) & a_topic(s1) & a_old(s2) & Theme(s2,x2)) |
||
Two teenagers interacting with the elder population. | Some kids read to old people. | 1 | -100 | some read it | exists e1 x1 x2 x3 x4.(n_population(x3) & of(x3,x4) & n_elder(x4) & a_topic(x1) & with(e1,x3) & Actor(e1,x2) & v_interact(e1) & (x1 = x2) & n_teenager(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(to(e1,x2) & n_people(x2) & a_old(s1) & Theme(s1,x2) & Actor(e1,x1) & v_read(e1) & n_kid(x1)) | 49ef2a74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_interact(e1) & of(x3,x4) & n_teenager(x1) & n_population(x3) & n_elder(x4) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_read(e1) & to(e1,x2) & n_people(x2) & n_kid(x1) & a_old(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
Two teenagers interacting with the elder population. | Some middle aged people sit alone. | 2 | -100 | There are teenagers with a population, not middle aged people who are alone. | exists e1 x1 x2 x3 x4.(n_population(x3) & of(x3,x4) & n_elder(x4) & a_topic(x1) & with(e1,x3) & Actor(e1,x2) & v_interact(e1) & (x1 = x2) & n_teenager(x1) & card_eq_2(x1)) | exists e1 e2 s1 s2 x1.(a_alone(s2) & Manner(e2,s2) & Actor(e2,x1) & v_sit(e2) & n_people(x1) & Theme(e1,x1) & v_age(e1) & a_middle(s1) & Theme(s1,x1)) | 49ef2f92-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(with(e1,x3) & v_interact(e1) & of(x3,x4) & n_teenager(x1) & n_population(x3) & n_elder(x4) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 e2 s1 s2 x1.(v_sit(e2) & v_age(e1) & n_people(x1) & a_middle(s1) & a_alone(s2) & Theme(s1,x1) & Theme(e1,x1) & Manner(e2,s2) & Actor(e2,x1)) |
||
A man wearing a dark shirt and a girl wearing a dark tank top are standing next to an elderly lady seated in a wheelchair. | A family is spending the day together | 1 | -100 | family is up | exists e1 e2 e3 e4 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(to(e3,x9) & in(e4,x11) & n_wheelchair(x11) & Theme(e4,x10) & v_seat(e4) & (x9 = x10) & n_lady(x9) & a_elderly(s3) & Theme(s3,x9) & r_next(e3) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_top(x7) & of(x7,x8) & n_tank(x8) & a_dark(s2) & Theme(s2,x7) & (x5 = x6) & n_girl(x5) & subset_of(x4,x3) & n_shirt(x4) & a_dark(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_day(x2) & a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_spend(e1) & n_family(x1)) | 49ef346a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 e4 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e2) & v_wear(e1) & v_stand(e3) & v_seat(e4) & to(e3,x9) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e3) & of(x7,x8) & n_wheelchair(x11) & n_top(x7) & n_tank(x8) & n_shirt(x4) & n_man(x1) & n_lady(x9) & n_girl(x5) & in(e4,x11) & a_elderly(s3) & a_dark(s2) & a_dark(s1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x4) & Theme(e4,x10) & Theme(e2,x3) & Theme(e1,x7) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x9 = x10) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2.(v_spend(e1) & n_family(x1) & n_day(x2) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man wearing a dark shirt and a girl wearing a dark tank top are standing next to an elderly lady seated in a wheelchair. | A man is wearing a light shirt | 2 | -100 | The man is wearing a dark shirt, not a light shirt. | exists e2 e1 e4 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(to(e3,x9) & in(e4,x11) & n_wheelchair(x11) & Theme(e4,x10) & v_seat(e4) & (x9 = x10) & n_lady(x9) & a_elderly(s3) & Theme(s3,x9) & r_next(e3) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_top(x7) & of(x7,x8) & n_tank(x8) & a_dark(s2) & Theme(s2,x7) & (x5 = x6) & n_girl(x5) & subset_of(x4,x3) & n_shirt(x4) & a_dark(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_light(s1) & Theme(s1,x2) & n_man(x1)) | 49ef3960-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e4 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e2) & v_wear(e1) & v_stand(e3) & v_seat(e4) & to(e3,x9) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e3) & of(x7,x8) & n_wheelchair(x11) & n_top(x7) & n_tank(x8) & n_shirt(x4) & n_man(x1) & n_lady(x9) & n_girl(x5) & in(e4,x11) & a_elderly(s3) & a_dark(s2) & a_dark(s1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x4) & Theme(e4,x10) & Theme(e2,x3) & Theme(e1,x7) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x9 = x10) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_light(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a dark shirt and a girl wearing a dark tank top are standing next to an elderly lady seated in a wheelchair. | A man is wearing a dark shirt | 0 | -100 | There is both a man wearing a dark shirt. | exists e1 e4 e2 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(to(e3,x9) & in(e4,x11) & n_wheelchair(x11) & Theme(e4,x10) & v_seat(e4) & (x9 = x10) & n_lady(x9) & a_elderly(s3) & Theme(s3,x9) & r_next(e3) & Actor(e3,x1) & v_stand(e3) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & subset_of(x5,x3) & Theme(e1,x7) & Actor(e1,x6) & v_wear(e1) & n_top(x7) & of(x7,x8) & n_tank(x8) & a_dark(s2) & Theme(s2,x7) & (x5 = x6) & n_girl(x5) & subset_of(x4,x3) & n_shirt(x4) & a_dark(s1) & Theme(s1,x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_dark(s1) & Theme(s1,x2) & n_man(x1)) | 49ef3dd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e4 e2 e3 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e2) & v_wear(e1) & v_stand(e3) & v_seat(e4) & to(e3,x9) & subset_of(x5,x3) & subset_of(x4,x3) & r_next(e3) & of(x7,x8) & n_wheelchair(x11) & n_top(x7) & n_tank(x8) & n_shirt(x4) & n_man(x1) & n_lady(x9) & n_girl(x5) & in(e4,x11) & a_elderly(s3) & a_dark(s2) & a_dark(s1) & Theme(s3,x9) & Theme(s2,x7) & Theme(s1,x4) & Theme(e4,x10) & Theme(e2,x3) & Theme(e1,x7) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x6) & (x9 = x10) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_man(x1) & a_dark(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
2 people stand up wearing black at an old persons home, while some onlookers sit in wheelchairs nearby. | Some people are sitting while others are standing | 0 | -100 | the wheelchairs are what the people are sitting in. Others signifies more than one, so two are standing. | exists e1 p1 p2 s1 x1.(exists e3 s4 x4 x5.(a_nearby(s4) & Manner(e3,s4) & in(e3,x5) & n_wheelchair(x5) & Actor(e3,x4) & v_sit(e3) & n_onlooker(x4)) & while(e1,p2) & a_up(s1) & Manner(e1,s1) & exists e2 p3 s2 x2 x3.(at(e2,x2) & n_home(x2) & of(x2,x3) & n_person(x3) & a_old(s2) & Theme(s2,x2) & exists s3.(Theme(s3,x1) & a_black(s3)) & Topic(e2,p3) & Actor(e2,x1) & v_wear(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | exists e1 p1 x1.(exists e2 x2.(Actor(e2,x2) & v_stand(e2) & -(x2 = x1) & n_person(x2)) & n_person(x1) & while(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_people(x1)) | 49ef44b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 p2 s1 x1.(while(e1,p2) & v_stand(e1) & n_people(x1) & n_date(x1) & exists e3 s4 x4 x5.(v_sit(e3) & n_wheelchair(x5) & n_onlooker(x4) & in(e3,x5) & a_nearby(s4) & Manner(e3,s4) & Actor(e3,x4)) & exists e2 p3 s2 x2 x3.(v_wear(e2) & of(x2,x3) & n_person(x3) & n_home(x2) & exists s3.(a_black(s3) & Theme(s3,x1)) & at(e2,x2) & a_old(s2) & Topic(e2,p3) & Theme(s2,x2) & Actor(e2,x1)) & a_up(s1) & a_date_day_02(x1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 p1 x1.(while(e1,p1) & v_sit(e1) & n_person(x1) & n_people(x1) & exists e2 x2.(v_stand(e2) & n_person(x2) & Actor(e2,x2) & -(x2 = x1)) & Actor(e1,x1)) |
||
2 people stand up wearing black at an old persons home, while some onlookers sit in wheelchairs nearby. | At the elementary school the people were waiting for lunch | 2 | -100 | One cannot be at an old persons home and at the elementary school simultaneously. | exists e1 p1 p2 s1 x1.(exists e3 s4 x4 x5.(a_nearby(s4) & Manner(e3,s4) & in(e3,x5) & n_wheelchair(x5) & Actor(e3,x4) & v_sit(e3) & n_onlooker(x4)) & while(e1,p2) & a_up(s1) & Manner(e1,s1) & exists e2 p3 s2 x2 x3.(at(e2,x2) & n_home(x2) & of(x2,x3) & n_person(x3) & a_old(s2) & Theme(s2,x2) & exists s3.(Theme(s3,x1) & a_black(s3)) & Topic(e2,p3) & Actor(e2,x1) & v_wear(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | exists e1 s1 x1 x2 x3.(n_school(x3) & a_elementary(s1) & Theme(s1,x3) & n_people(x1) & at(e1,x3) & for(e1,x2) & n_lunch(x2) & Actor(e1,x1) & v_wait(e1)) | 49ef4a36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 p2 s1 x1.(while(e1,p2) & v_stand(e1) & n_people(x1) & n_date(x1) & exists e3 s4 x4 x5.(v_sit(e3) & n_wheelchair(x5) & n_onlooker(x4) & in(e3,x5) & a_nearby(s4) & Manner(e3,s4) & Actor(e3,x4)) & exists e2 p3 s2 x2 x3.(v_wear(e2) & of(x2,x3) & n_person(x3) & n_home(x2) & exists s3.(a_black(s3) & Theme(s3,x1)) & at(e2,x2) & a_old(s2) & Topic(e2,p3) & Theme(s2,x2) & Actor(e2,x1)) & a_up(s1) & a_date_day_02(x1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_wait(e1) & n_school(x3) & n_people(x1) & n_lunch(x2) & for(e1,x2) & at(e1,x3) & a_elementary(s1) & Theme(s1,x3) & Actor(e1,x1)) |
||
2 people stand up wearing black at an old persons home, while some onlookers sit in wheelchairs nearby. | The people in the wheelchairs were waiting for the entertainers to being | 1 | -100 | Standing and sitting does not imply waiting for entertainers. | exists e1 p1 p2 s1 x1.(exists e3 s4 x4 x5.(a_nearby(s4) & Manner(e3,s4) & in(e3,x5) & n_wheelchair(x5) & Actor(e3,x4) & v_sit(e3) & n_onlooker(x4)) & while(e1,p2) & a_up(s1) & Manner(e1,s1) & exists e2 p3 s2 x2 x3.(at(e2,x2) & n_home(x2) & of(x2,x3) & n_person(x3) & a_old(s2) & Theme(s2,x2) & exists s3.(Theme(s3,x1) & a_black(s3)) & Topic(e2,p3) & Actor(e2,x1) & v_wear(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_people(x1) & n_date(x1) & a_date_day_02(x1) & a_date_day_02(x1)) | exists e1 x1 x2 x3 x4.(n_entertainer(x4) & n_wheelchair(x2) & n_people(x1) & for(e1,x4) & to(e1,x3) & n_be(x3) & Actor(e1,x1) & v_wait(e1) & in(x1,x2)) | 49ef4eaa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 p2 s1 x1.(while(e1,p2) & v_stand(e1) & n_people(x1) & n_date(x1) & exists e3 s4 x4 x5.(v_sit(e3) & n_wheelchair(x5) & n_onlooker(x4) & in(e3,x5) & a_nearby(s4) & Manner(e3,s4) & Actor(e3,x4)) & exists e2 p3 s2 x2 x3.(v_wear(e2) & of(x2,x3) & n_person(x3) & n_home(x2) & exists s3.(a_black(s3) & Theme(s3,x1)) & at(e2,x2) & a_old(s2) & Topic(e2,p3) & Theme(s2,x2) & Actor(e2,x1)) & a_up(s1) & a_date_day_02(x1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_wait(e1) & to(e1,x3) & n_wheelchair(x2) & n_people(x1) & n_entertainer(x4) & n_be(x3) & in(x1,x2) & for(e1,x4) & Actor(e1,x1)) |
||
A heavyset man is standing next to a building. | The man is overweight. | 0 | -100 | The man is described as heavyset, a synonym for overweight. | exists e1 x1 x2 x3.(to(e1,x3) & n_building(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & of(x1,x2) & n_heavyset(x2)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_overweight(s1)) | 49ef530a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & to(e1,x3) & r_next(e1) & of(x1,x2) & n_man(x1) & n_heavyset(x2) & n_building(x3) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & a_overweight(s1) & Theme(s1,x1)) |
||
A heavyset man is standing next to a building. | The man is skinny. | 2 | -100 | A man can't be heavyset and skinny at the same time. | exists e1 x1 x2 x3.(to(e1,x3) & n_building(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & of(x1,x2) & n_heavyset(x2)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_skinny(s1)) | 49ef5904-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & to(e1,x3) & r_next(e1) & of(x1,x2) & n_man(x1) & n_heavyset(x2) & n_building(x3) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & a_skinny(s1) & Theme(s1,x1)) |
||
A heavyset man is standing next to a building. | The man works in the building. | 1 | -100 | Standing next to a building does not imply that a man works in it. | exists e1 x1 x2 x3.(to(e1,x3) & n_building(x3) & r_next(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & of(x1,x2) & n_heavyset(x2)) | exists e1 x1 x2.(n_building(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1) & v_work(e1)) | 49ef5daa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & to(e1,x3) & r_next(e1) & of(x1,x2) & n_man(x1) & n_heavyset(x2) & n_building(x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_work(e1) & n_man(x1) & n_building(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man is standing and talking to another man who is kneeling over some cables. | The man is an electrican. | 1 | -100 | man is now | exists e3 e2 e1 x1 x2 x3 x4 x5.(to(e2,x3) & over(e3,x5) & n_cable(x5) & Actor(e3,x4) & v_kneel(e3) & (x3 = x4) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & Actor(e2,x2) & v_talk(e2) & n_man(x2) & Actor(e1,x1) & v_stand(e1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_electrican(x2))) | 49ef6246-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 x1 x2 x3 x4 x5.(v_talk(e2) & v_stand(e1) & v_kneel(e3) & to(e2,x3) & over(e3,x5) & n_man(x3) & n_man(x2) & n_man(x1) & n_cable(x5) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4)) | exists x1.(n_man(x1) & exists x2.(n_electrican(x2) & (x1 = x2))) |
||
A man is standing and talking to another man who is kneeling over some cables. | The man is near the other man. | 0 | -100 | A man standing to another man is near the other man. | exists e1 e2 e3 x1 x2 x3 x4 x5.(to(e2,x3) & over(e3,x5) & n_cable(x5) & Actor(e3,x4) & v_kneel(e3) & (x3 = x4) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & Actor(e2,x2) & v_talk(e2) & n_man(x2) & Actor(e1,x1) & v_stand(e1)) | exists p1 x1 x2.(-(x2 = x1) & n_man(x1) & n_man(x1) & n_man(x2) & near(x1,x2)) | 49ef6890-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 x1 x2 x3 x4 x5.(v_talk(e2) & v_stand(e1) & v_kneel(e3) & to(e2,x3) & over(e3,x5) & n_man(x3) & n_man(x2) & n_man(x1) & n_cable(x5) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4)) | exists x1 x2.(near(x1,x2) & n_man(x2) & n_man(x1) & -(x2 = x1)) |
||
A man is standing and talking to another man who is kneeling over some cables. | The man is praying in the church. | 2 | -100 | The man is talking to someone, not praying at church. | exists e2 e1 e3 x1 x2 x3 x4 x5.(to(e2,x3) & over(e3,x5) & n_cable(x5) & Actor(e3,x4) & v_kneel(e3) & (x3 = x4) & n_man(x3) & -(x3 = x1) & n_man(x1) & n_man(x1) & Actor(e2,x2) & v_talk(e2) & n_man(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 x1 x2.(n_church(x2) & n_man(x1) & in(e1,x2) & Actor(e1,x1) & v_pray(e1)) | 49ef6eda-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5.(v_talk(e2) & v_stand(e1) & v_kneel(e3) & to(e2,x3) & over(e3,x5) & n_man(x3) & n_man(x2) & n_man(x1) & n_cable(x5) & Actor(e3,x4) & Actor(e2,x2) & Actor(e1,x1) & -(x3 = x1) & (x3 = x4)) | exists e1 x1 x2.(v_pray(e1) & n_man(x1) & n_church(x2) & in(e1,x2) & Actor(e1,x1)) |
||
a little brown dog stands on his hind legs with a red toy in its mouth. | A dog stands with a toy in its mouth. | 0 | -100 | Both dogs has a toy in its mouth. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_toy(x4) & a_red(s3) & Theme(s3,x4) & on(e1,x2) & n_leg(x2) & of(x2,x3) & n_hind(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_stand(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(with(e1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_toy(x2) & Actor(e1,x1) & v_stand(e1) & n_dog(x1)) | 49ef73ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x5,x1) & of(x2,x3) & of(x2,x1) & n_toy(x4) & n_thing(x1) & n_mouth(x5) & n_male(x1) & n_leg(x2) & n_hind(x3) & n_dog(x1) & in(x4,x5) & a_red(s3) & a_little(s1) & a_brown(s2) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(e1,x2) & v_stand(e1) & of(x3,x1) & n_toy(x2) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & Actor(e1,x1)) |
||
a little brown dog stands on his hind legs with a red toy in its mouth. | A dog is taking a nap. | 2 | -100 | The dog is standing on its hind legs, not taking a nap. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_toy(x4) & a_red(s3) & Theme(s3,x4) & on(e1,x2) & n_leg(x2) & of(x2,x3) & n_hind(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_stand(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2) & n_dog(x1)) | 49ef792a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x5,x1) & of(x2,x3) & of(x2,x1) & n_toy(x4) & n_thing(x1) & n_mouth(x5) & n_male(x1) & n_leg(x2) & n_hind(x3) & n_dog(x1) & in(x4,x5) & a_red(s3) & a_little(s1) & a_brown(s2) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_take(e1) & n_nap(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
a little brown dog stands on his hind legs with a red toy in its mouth. | A dog stands with its favorite toy in its mouth. | 1 | -100 | dog stands up | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & in(x4,x5) & n_mouth(x5) & of(x5,x1) & n_thing(x1) & n_toy(x4) & a_red(s3) & Theme(s3,x4) & on(e1,x2) & n_leg(x2) & of(x2,x3) & n_hind(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_stand(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(with(e1,x2) & in(x2,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & n_toy(x2) & a_favorite(s1) & Theme(s1,x2) & of(x2,x1) & Actor(e1,x1) & v_stand(e1) & n_dog(x1)) | 49ef7e48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(with(e1,x4) & v_stand(e1) & on(e1,x2) & of(x5,x1) & of(x2,x3) & of(x2,x1) & n_toy(x4) & n_thing(x1) & n_mouth(x5) & n_male(x1) & n_leg(x2) & n_hind(x3) & n_dog(x1) & in(x4,x5) & a_red(s3) & a_little(s1) & a_brown(s2) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(with(e1,x2) & v_stand(e1) & of(x3,x1) & of(x2,x1) & n_toy(x2) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & in(x2,x3) & a_favorite(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man in a black shirt about to blow out candles on a cake, one of the candles looking like a flare. | A man in a black shirt about to blow out candles on a chocolate cake, one of the candles looking like a flare. | 1 | -100 | man in new | exists p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(s2,p1) & Actor(s2,x3) & a_about(s2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(a_out(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x3) & v_blow(e2) & on(x4,x5) & rel(x5,x6) & of(x6,x4) & like(e1,x8) & n_flare(x8) & Actor(e1,x7) & v_look(e1) & (x4 = x7) & n_candle(x4) & n_candle(x4) & n_thing(x6) & card_eq_1(x6) & n_cake(x5)) & (x2 = x3) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(s2,p1) & Actor(s2,x3) & a_about(s2) & exists e1 e2 s3 x4 x5 x6 x7 x8 x9.(on(e1,x5) & rel(x5,x7) & of(x7,x4) & like(e2,x9) & n_flare(x9) & Actor(e2,x8) & v_look(e2) & (x4 = x8) & n_candle(x4) & n_candle(x4) & n_thing(x7) & card_eq_1(x7) & n_cake(x5) & of(x5,x6) & n_chocolate(x6) & a_out(s3) & Manner(e1,s3) & Theme(e1,x4) & Actor(e1,x3) & v_blow(e1)) & (x2 = x3) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | 49ef833e-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 s1 s2 x1 x2 x3.(n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(v_look(e1) & v_blow(e2) & rel(x5,x6) & on(x4,x5) & of(x6,x4) & n_thing(x6) & n_flare(x8) & n_candle(x4) & n_cake(x5) & like(e1,x8) & card_eq_1(x6) & a_out(s3) & Theme(e2,x4) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x7) & (x4 = x7)) & a_topic(x1) & a_black(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x2) & Actor(s2,x3) & (x2 = x3)) | exists p1 s1 s2 x1 x2 x3.(n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e1 e2 s3 x4 x5 x6 x7 x8 x9.(v_look(e2) & v_blow(e1) & rel(x5,x7) & on(e1,x5) & of(x7,x4) & of(x5,x6) & n_thing(x7) & n_flare(x9) & n_chocolate(x6) & n_candle(x4) & n_cake(x5) & like(e2,x9) & card_eq_1(x7) & a_out(s3) & Theme(e1,x4) & Manner(e1,s3) & Actor(e2,x8) & Actor(e1,x3) & (x4 = x8)) & a_topic(x1) & a_black(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x2) & Actor(s2,x3) & (x2 = x3)) |
||
A man in a black shirt about to blow out candles on a cake, one of the candles looking like a flare. | A person has a cake. | 0 | -100 | A man is a person. | exists p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(s2,p1) & Actor(s2,x3) & a_about(s2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(a_out(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x3) & v_blow(e2) & on(x4,x5) & rel(x5,x6) & of(x6,x4) & like(e1,x8) & n_flare(x8) & Actor(e1,x7) & v_look(e1) & (x4 = x7) & n_candle(x4) & n_candle(x4) & n_thing(x6) & card_eq_1(x6) & n_cake(x5)) & (x2 = x3) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_cake(x2) & n_person(x1)) | 49ef8816-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 s1 s2 x1 x2 x3.(n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(v_look(e1) & v_blow(e2) & rel(x5,x6) & on(x4,x5) & of(x6,x4) & n_thing(x6) & n_flare(x8) & n_candle(x4) & n_cake(x5) & like(e1,x8) & card_eq_1(x6) & a_out(s3) & Theme(e2,x4) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x7) & (x4 = x7)) & a_topic(x1) & a_black(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x2) & Actor(s2,x3) & (x2 = x3)) | exists e1 x1 x2.(v_have(e1) & n_person(x1) & n_cake(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt about to blow out candles on a cake, one of the candles looking like a flare. | A man is baking a cake for his customer at the bakery. | 2 | -100 | The man is about to blow out candles on a cake, not bake a cake. | exists p1 s1 s2 x1 x2 x3.(a_topic(x1) & in(x1,x2) & Topic(s2,p1) & Actor(s2,x3) & a_about(s2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(a_out(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x3) & v_blow(e2) & on(x4,x5) & rel(x5,x6) & of(x6,x4) & like(e1,x8) & n_flare(x8) & Actor(e1,x7) & v_look(e1) & (x4 = x7) & n_candle(x4) & n_candle(x4) & n_thing(x6) & card_eq_1(x6) & n_cake(x5)) & (x2 = x3) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_bakery(x4) & Theme(e1,x2) & Actor(e1,x1) & v_bake(e1) & for(x2,x3) & at(x3,x4) & n_customer(x3) & of(x3,x1) & n_male(x1) & n_cake(x2) & n_man(x1)) | 49ef8e42-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 s1 s2 x1 x2 x3.(n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e1 e2 s3 x4 x5 x6 x7 x8.(v_look(e1) & v_blow(e2) & rel(x5,x6) & on(x4,x5) & of(x6,x4) & n_thing(x6) & n_flare(x8) & n_candle(x4) & n_cake(x5) & like(e1,x8) & card_eq_1(x6) & a_out(s3) & Theme(e2,x4) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x7) & (x4 = x7)) & a_topic(x1) & a_black(s1) & a_about(s2) & Topic(s2,p1) & Theme(s1,x2) & Actor(s2,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_bake(e1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_customer(x3) & n_cake(x2) & n_bakery(x4) & for(x2,x3) & at(x3,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | There is a person next to a cake | 0 | -100 | A man is a person, and the man would need to be next to a cake as he prepares for blowing out the candles on his cake. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists p1 x1 s1 x2 x3 x4.((x1 = x2) & to(s1,x4) & n_cake(x4) & Theme(s1,x3) & a_next(s1) & (x2 = x3) & n_person(x2)) | 49ef945a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 s1 x2 x3 x4.(to(s1,x4) & n_person(x2) & n_cake(x4) & a_next(s1) & Theme(s1,x3) & (x2 = x3) & (x1 = x2)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | A man is sleeping. | 2 | 0.000001 | The man can't be sleeping while prepares to celebrate. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 e3 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 x1.(Actor(e1,x1) & v_sleep(e1) & n_man(x1)) | 49ef9978-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e2 e3 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1.(v_sleep(e1) & n_man(x1) & Actor(e1,x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | A great man preparing | 1 | 0.29463 | Just because a man prepares to celebrate his birthday, it doesn't mean that the man is great. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 s1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_prepare(e1) & (x1 = x2) & n_man(x1) & a_great(s1) & Theme(s1,x1)) | 49ef9e46-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_prepare(e1) & n_man(x1) & a_topic(x1) & a_great(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | A man watches the sunset on the beach | 2 | -100 | The man either prepares to celebrate his birthday by blowing out the candles on his cake or he watches the sunset on the beach | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 e3 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_beach(x3) & n_sunset(x2) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_man(x1)) | 49efa38c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e2 e3 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_watch(e1) & on(e1,x3) & n_sunset(x2) & n_man(x1) & n_beach(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | Man wearing a big birthday hat stands next to his birthday cake | 1 | 0.183771 | Celebrating a birthday does not imply wearing a big birthday hat. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(to(e2,x5) & n_cake(x5) & of(x5,x4) & n_birthday(x4) & n_birthday(x4) & of(x5,x1) & n_male(x1) & r_next(e2) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & a_big(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 49efae04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_wear(e1) & v_stand(e2) & to(e2,x5) & r_next(e2) & of(x5,x4) & of(x5,x1) & of(x3,x4) & n_man(x1) & n_male(x1) & n_hat(x3) & n_cake(x5) & n_birthday(x4) & a_big(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | Man blows out cake candles | 0 | -100 | Both man are blowing out the candles on a cake. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 e3 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists x1 x2 x3 x4.(a_topic(x1) & out(x1,x3) & n_candle(x3) & of(x3,x4) & n_cake(x4) & n_blow(x1) & of(x1,x2) & n_man(x2)) | 49efb2f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e2 e3 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1 x2 x3 x4.(out(x1,x3) & of(x3,x4) & of(x1,x2) & n_man(x2) & n_candle(x3) & n_cake(x4) & n_blow(x1) & a_topic(x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | It's a man's birthday. | 0 | -100 | A man is blowing out the candles on a cake because it is his birthday. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 e3 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists p1 x1.(n_thing(x1) & exists x2 x3.((x1 = x3) & n_birthday(x3) & of(x3,x2) & n_man(x2))) | 49efbf52-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e2 e3 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists x1.(n_thing(x1) & exists x2 x3.(of(x3,x2) & n_man(x2) & n_birthday(x3) & (x1 = x3))) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | A man is getting ready to eat some cake. | 1 | 0.852583 | Not everyone likes cake, not everyone can eat cake. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 p1 x1.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_eat(e2) & n_cake(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_man(x1)) | 49efc92a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1.(v_get(e1) & n_man(x1) & exists p2 s1.(exists e2 x2.(v_eat(e2) & n_cake(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | People are singing happy birthday. | 1 | 0.700631 | They may have already sung happy birthday or just may not be singing. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 e3 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sing(e1) & n_birthday(x2) & a_happy(s1) & Theme(s1,x2) & n_people(x1)) | 49efce98-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e2 e3 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sing(e1) & n_people(x1) & n_birthday(x2) & a_happy(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | A person preparing | 0 | 0.942835 | A man is a person. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_prepare(e1) & (x1 = x2) & n_person(x1)) | 49efd370-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2.(v_prepare(e1) & n_person(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Man in black prepares to celebrate his birthday by blowing out the candles on his cake. | Man just celebrated his birthday | 1 | 0.86764 | The man is still celebrating it and has not celebrated. | exists e1 p1 x1 x2 x3 x4 x5.(n_candle(x4) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e3 e2 s1 x1.(by(e2,e3) & on(e3,x5) & n_male(x1) & a_out(s1) & Manner(e3,s1) & Theme(e3,x4) & Actor(e3,x1) & v_blow(e3) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2)) & n_cake(x5) & of(x5,x1) & n_birthday(x3) & of(x3,x1) & n_male(x1) & in(x1,x2) & n_black(x2) & n_man(x1)) | exists e1 s1 x1 x2.(a_just(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_celebrate(e1) & n_birthday(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 49efde6a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5.(v_prepare(e1) & of(x5,x1) & of(x3,x1) & n_man(x1) & n_male(x1) & n_candle(x4) & n_cake(x5) & n_black(x2) & n_birthday(x3) & in(x1,x2) & exists e3 e2 s1 x1.(v_celebrate(e2) & v_blow(e3) & on(e3,x5) & n_male(x1) & by(e2,e3) & a_out(s1) & Theme(e3,x4) & Theme(e2,x3) & Manner(e3,s1) & Actor(e3,x1) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_celebrate(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_birthday(x2) & a_just(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A sculptor in a blue sweater chiseling a piece of stone. | A man in a blue sweater chiseling a piece of stone. | 1 | -100 | A sculptor doesn't have to be only a man, but could be a woman or a child as well. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_chisel(e1) & of(x4,x5) & n_stone(x5) & n_piece(x4) & (x2 = x3) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2) & n_sculptor(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_chisel(e1) & of(x4,x5) & n_stone(x5) & n_piece(x4) & (x2 = x3) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 49f25fa0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_chisel(e1) & of(x4,x5) & n_sweater(x2) & n_stone(x5) & n_sculptor(x1) & n_piece(x4) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4 x5.(v_chisel(e1) & of(x4,x5) & n_sweater(x2) & n_stone(x5) & n_piece(x4) & n_man(x1) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
A sculptor applies his chisel to a slab of rock, etching a pattern on its surface. | The man is starting to chisel into the rock. | 0 | -100 | The man applying the chisel to the rock also means starting to chisel it. | exists e2 e1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_etch(e2) & on(x5,x6) & n_surface(x6) & of(x6,x1) & n_thing(x1) & n_pattern(x5) & to(e1,x3) & of(x3,x4) & n_rock(x4) & n_slab(x3) & Theme(e1,x2) & Actor(e1,x1) & v_apply(e1) & n_chisel(x2) & of(x2,x1) & n_male(x1) & n_sculptor(x1)) | exists e1 p1 x1 x2.(n_rock(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_start(e1) & exists e2.(into(e2,x2) & Actor(e2,x1) & v_chisel(e2))) | 49f264fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_etch(e2) & v_apply(e1) & to(e1,x3) & on(x5,x6) & of(x6,x1) & of(x3,x4) & of(x2,x1) & n_thing(x1) & n_surface(x6) & n_slab(x3) & n_sculptor(x1) & n_rock(x4) & n_pattern(x5) & n_male(x1) & n_chisel(x2) & for(e1,e2) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_start(e1) & n_rock(x2) & n_man(x1) & exists e2.(v_chisel(e2) & into(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A sculptor applies his chisel to a slab of rock, etching a pattern on its surface. | The artist is working on a big rock. | 0 | -100 | A sculptor is an artist and a slab of rock is a big rock. | exists e2 e1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_etch(e2) & on(x5,x6) & n_surface(x6) & of(x6,x1) & n_thing(x1) & n_pattern(x5) & to(e1,x3) & of(x3,x4) & n_rock(x4) & n_slab(x3) & Theme(e1,x2) & Actor(e1,x1) & v_apply(e1) & n_chisel(x2) & of(x2,x1) & n_male(x1) & n_sculptor(x1)) | exists e1 s1 x1 x2.(n_artist(x1) & on(e1,x2) & n_rock(x2) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1) & v_work(e1)) | 49f26a04-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_etch(e2) & v_apply(e1) & to(e1,x3) & on(x5,x6) & of(x6,x1) & of(x3,x4) & of(x2,x1) & n_thing(x1) & n_surface(x6) & n_slab(x3) & n_sculptor(x1) & n_rock(x4) & n_pattern(x5) & n_male(x1) & n_chisel(x2) & for(e1,e2) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_work(e1) & on(e1,x2) & n_rock(x2) & n_artist(x1) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A sculptor applies his chisel to a slab of rock, etching a pattern on its surface. | The sculptor is working with clay. | 2 | -100 | A sculptor that applies his chisel to a slab of rock cannot be working with clay at the same time. | exists e2 e1 x1 x2 x3 x4 x5 x6.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_etch(e2) & on(x5,x6) & n_surface(x6) & of(x6,x1) & n_thing(x1) & n_pattern(x5) & to(e1,x3) & of(x3,x4) & n_rock(x4) & n_slab(x3) & Theme(e1,x2) & Actor(e1,x1) & v_apply(e1) & n_chisel(x2) & of(x2,x1) & n_male(x1) & n_sculptor(x1)) | exists e1 x1 x2.(n_sculptor(x1) & with(e1,x2) & n_clay(x2) & Actor(e1,x1) & v_work(e1)) | 49f26efa-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5 x6.(v_etch(e2) & v_apply(e1) & to(e1,x3) & on(x5,x6) & of(x6,x1) & of(x3,x4) & of(x2,x1) & n_thing(x1) & n_surface(x6) & n_slab(x3) & n_sculptor(x1) & n_rock(x4) & n_pattern(x5) & n_male(x1) & n_chisel(x2) & for(e1,e2) & Theme(e2,x5) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_work(e1) & n_sculptor(x1) & n_clay(x2) & Actor(e1,x1)) |
||
A person in a blue sweater working on a large rock being held up by wood planks. | The sculptor is carving a statue for his garden. | 1 | -100 | We have no idea if he is making the statue for his garden, it could be for anyone or a number of things. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(e1,x4) & Actor(e2,x6) & n_plank(x6) & of(x6,x7) & n_wood(x7) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & v_hold(e2) & (x4 = x5) & n_rock(x4) & a_large(s2) & Theme(s2,x4) & Actor(e1,x3) & v_work(e1) & (x1 = x3) & in(x1,x2) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 x1 x2 x3.(n_garden(x3) & of(x3,x1) & n_male(x1) & n_sculptor(x1) & Theme(e1,x2) & Actor(e1,x1) & v_carve(e1) & for(x2,x3) & n_statue(x2)) | 49f27616-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_work(e1) & v_hold(e2) & on(e1,x4) & of(x6,x7) & n_wood(x7) & n_sweater(x2) & n_rock(x4) & n_plank(x6) & n_person(x1) & in(x1,x2) & a_up(s3) & a_topic(x1) & a_large(s2) & a_blue(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x6) & Actor(e1,x3) & (x4 = x5) & (x1 = x3)) | exists e1 x1 x2 x3.(v_carve(e1) & of(x3,x1) & n_statue(x2) & n_sculptor(x1) & n_male(x1) & n_garden(x3) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A person in a blue sweater working on a large rock being held up by wood planks. | The person in a blue sweater sits on a rock. | 2 | -100 | The person in a blue sweater is either working on a large rock or sits on a rock. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(e1,x4) & Actor(e2,x6) & n_plank(x6) & of(x6,x7) & n_wood(x7) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & v_hold(e2) & (x4 = x5) & n_rock(x4) & a_large(s2) & Theme(s2,x4) & Actor(e1,x3) & v_work(e1) & (x1 = x3) & in(x1,x2) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 s1 x1 x2 x3.(n_person(x1) & on(e1,x3) & n_rock(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2)) | 49f27bde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_work(e1) & v_hold(e2) & on(e1,x4) & of(x6,x7) & n_wood(x7) & n_sweater(x2) & n_rock(x4) & n_plank(x6) & n_person(x1) & in(x1,x2) & a_up(s3) & a_topic(x1) & a_large(s2) & a_blue(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x6) & Actor(e1,x3) & (x4 = x5) & (x1 = x3)) | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_sweater(x2) & n_rock(x3) & n_person(x1) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A person in a blue sweater working on a large rock being held up by wood planks. | There is a rock on wood planks. | 0 | -100 | a rock that is on wood plants is usually being held up by the planks | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & on(e1,x4) & Actor(e2,x6) & n_plank(x6) & of(x6,x7) & n_wood(x7) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & v_hold(e2) & (x4 = x5) & n_rock(x4) & a_large(s2) & Theme(s2,x4) & Actor(e1,x3) & v_work(e1) & (x1 = x3) & in(x1,x2) & n_sweater(x2) & a_blue(s1) & Theme(s1,x2) & n_person(x1)) | exists p1 x1 x2 x3 x4.((x1 = x2) & on(x2,x3) & n_plank(x3) & of(x3,x4) & n_wood(x4) & n_rock(x2)) | 49f280ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_work(e1) & v_hold(e2) & on(e1,x4) & of(x6,x7) & n_wood(x7) & n_sweater(x2) & n_rock(x4) & n_plank(x6) & n_person(x1) & in(x1,x2) & a_up(s3) & a_topic(x1) & a_large(s2) & a_blue(s1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x6) & Actor(e1,x3) & (x4 = x5) & (x1 = x3)) | exists x1 x2 x3 x4.(on(x2,x3) & of(x3,x4) & n_wood(x4) & n_rock(x2) & n_plank(x3) & (x1 = x2)) |
||
A group of young boys race on a snowy day. | A group of boy are enjoying their snow day | 1 | -100 | Just because the boys are racing doesn't have to necessarily imply that they are enjoying. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & on(x1,x4) & n_day(x4) & a_snowy(s2) & Theme(s2,x4) & of(x1,x2) & n_race(x2) & of(x2,x3) & n_boy(x3) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x3) & Actor(e1,x1) & v_enjoy(e1) & n_day(x3) & of(x3,x4) & n_snow(x4) & of(x3,x1) & n_thing(x1) & of(x1,x2) & n_boy(x2) & n_group(x1)) | 49f28570-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x1,x4) & of(x2,x3) & of(x1,x2) & n_race(x2) & n_group(x1) & n_day(x4) & n_boy(x3) & a_young(s1) & a_topic(x1) & a_snowy(s2) & Theme(s2,x4) & Theme(s1,x2)) | exists e1 x1 x2 x3 x4.(v_enjoy(e1) & of(x3,x4) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_snow(x4) & n_group(x1) & n_day(x3) & n_boy(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of young boys race on a snowy day. | A group of boys are making smores | 2 | -100 | Racing and making smores are different activities. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & on(x1,x4) & n_day(x4) & a_snowy(s2) & Theme(s2,x4) & of(x1,x2) & n_race(x2) & of(x2,x3) & n_boy(x3) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_make(e1) & n_smore(x3) & of(x1,x2) & n_boy(x2) & n_group(x1)) | 49f28a84-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x1,x4) & of(x2,x3) & of(x1,x2) & n_race(x2) & n_group(x1) & n_day(x4) & n_boy(x3) & a_young(s1) & a_topic(x1) & a_snowy(s2) & Theme(s2,x4) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_make(e1) & of(x1,x2) & n_smore(x3) & n_group(x1) & n_boy(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of young boys race on a snowy day. | A group of boys are racing | 0 | -100 | A group of boys are racing is a rephrasing of a group of young boys race. | exists s1 s2 x1 x2 x3 x4.(a_topic(x1) & on(x1,x4) & n_day(x4) & a_snowy(s2) & Theme(s2,x4) & of(x1,x2) & n_race(x2) & of(x2,x3) & n_boy(x3) & a_young(s1) & Theme(s1,x2) & n_group(x1)) | exists e1 x1 x2.(Actor(e1,x1) & v_race(e1) & of(x1,x2) & n_boy(x2) & n_group(x1)) | 49f28f5c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 s2 x1 x2 x3 x4.(on(x1,x4) & of(x2,x3) & of(x1,x2) & n_race(x2) & n_group(x1) & n_day(x4) & n_boy(x3) & a_young(s1) & a_topic(x1) & a_snowy(s2) & Theme(s2,x4) & Theme(s1,x2)) | exists e1 x1 x2.(v_race(e1) & of(x1,x2) & n_group(x1) & n_boy(x2) & Actor(e1,x1)) |
||
The young runners are racing through the snow. | People running in snow chasing dogs. | 1 | -100 | We have no idea if they are chasing dogs, people run in the snow for many reasons. | exists e1 s1 x1 x2.(n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & through(e1,x2) & Actor(e1,x1) & v_race(e1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x3) & n_dog(x3) & of(x3,x5) & n_chasing(x5) & of(x3,x4) & n_snow(x4) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_people(x1)) | 49f29420-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_race(e1) & through(e1,x2) & n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5.(v_run(e1) & of(x3,x5) & of(x3,x4) & n_snow(x4) & n_people(x1) & n_dog(x3) & n_chasing(x5) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
The young runners are racing through the snow. | Runners in the snow. | 0 | -100 | Runners are usually racing. | exists e1 s1 x1 x2.(n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & through(e1,x2) & Actor(e1,x1) & v_race(e1)) | exists x1 x2.(n_snow(x2) & a_topic(x1) & in(x1,x2) & n_runner(x1)) | 49f298d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_race(e1) & through(e1,x2) & n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(n_snow(x2) & n_runner(x1) & in(x1,x2) & a_topic(x1)) |
||
The young runners are racing through the snow. | People sitting in the snow. | 2 | -100 | People can not racing and sitting at the same time. | exists e1 s1 x1 x2.(n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & through(e1,x2) & Actor(e1,x1) & v_race(e1)) | exists e1 x1 x2 x3.(n_snow(x3) & a_topic(x1) & in(e1,x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_people(x1)) | 49f29ea2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_race(e1) & through(e1,x2) & n_snow(x2) & n_runner(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & n_snow(x3) & n_people(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A group of children run a footrace in the snow. | Children are running in the snow. | 0 | -100 | Just because children run a footrace it does not mean they are running in the snow. | exists e1 x1 x2 x3 x4.(n_snow(x4) & Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & in(x3,x4) & n_footrace(x3) & of(x1,x2) & n_child(x2) & n_group(x1)) | exists e1 x1 x2.(n_snow(x2) & in(e1,x2) & Actor(e1,x1) & v_run(e1) & n_child(x1)) | 49f2a370-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_snow(x4) & n_group(x1) & n_footrace(x3) & n_child(x2) & in(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_snow(x2) & n_child(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A group of children run a footrace in the snow. | There is no snow outside. | 2 | -100 | children can not run footrace in a snow when there is no snow. | exists e1 x1 x2 x3 x4.(n_snow(x4) & Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & in(x3,x4) & n_footrace(x3) & of(x1,x2) & n_child(x2) & n_group(x1)) | exists p1 s1 x1.(a_outside(s1) & Manner(p1,s1) & -exists x2.((x1 = x2) & n_snow(x2))) | 49f2a820-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_snow(x4) & n_group(x1) & n_footrace(x3) & n_child(x2) & in(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists p1 s1 x1.(all x2.(-n_snow(x2) | -(x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
A group of children run a footrace in the snow. | The children are playing with each other. | 1 | -100 | We have no idea if they are playing, it says they are in a race, but that doesn't mean they are playing, | exists e1 x1 x2 x3 x4.(n_snow(x4) & Theme(e1,x3) & Actor(e1,x1) & v_run(e1) & in(x3,x4) & n_footrace(x3) & of(x1,x2) & n_child(x2) & n_group(x1)) | exists e1 x1.(n_child(x1) & all x2.(n_other(x2) -> with(e1,x2)) & Actor(e1,x1) & v_play(e1)) | 49f2acd0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_run(e1) & of(x1,x2) & n_snow(x4) & n_group(x1) & n_footrace(x3) & n_child(x2) & in(x3,x4) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1.(v_play(e1) & n_child(x1) & all x2.(with(e1,x2) | -n_other(x2)) & Actor(e1,x1)) |
||
An older man carrying bananas on his head in a basket. | A man is eating bananas. | 2 | -100 | Eating and carrying are two different things. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_basket(x5) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & on(x3,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_banana(x3) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 x1.(exists s1 x2.((x1 = x2) & n_banana(x2) & a_eating(s1) & Theme(s1,x2)) & n_man(x1)) | 49f2b1c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & r_more(s1) & on(x3,x4) & of(x4,x1) & n_man(x1) & n_male(x1) & n_head(x4) & n_basket(x5) & n_banana(x3) & in(e1,x5) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists s1 x2.(n_banana(x2) & a_eating(s1) & Theme(s1,x2) & (x1 = x2))) |
||
An older man carrying bananas on his head in a basket. | A man is bringing food to his home. | 1 | -100 | Just because a man is carrying bananas on his head in a basket doesn't have to mean that he is bringing food to his home. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_basket(x5) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & on(x3,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_banana(x3) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(to(e1,x3) & n_home(x3) & of(x3,x1) & n_male(x1) & Theme(e1,x2) & Actor(e1,x1) & v_bring(e1) & n_food(x2) & n_man(x1)) | 49f2b6b2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & r_more(s1) & on(x3,x4) & of(x4,x1) & n_man(x1) & n_male(x1) & n_head(x4) & n_basket(x5) & n_banana(x3) & in(e1,x5) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_bring(e1) & to(e1,x3) & of(x3,x1) & n_man(x1) & n_male(x1) & n_home(x3) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An older man carrying bananas on his head in a basket. | There is a man delivering bananas. | 0 | -100 | If one is delivering bananas one is likely carrying those bananas. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_basket(x5) & Theme(e1,x3) & Actor(e1,x2) & v_carry(e1) & on(x3,x4) & n_head(x4) & of(x4,x1) & n_male(x1) & n_banana(x3) & (x1 = x2) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_deliver(e1) & n_banana(x4) & (x2 = x3) & n_man(x2)) | 49f2bc66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_carry(e1) & r_more(s1) & on(x3,x4) & of(x4,x1) & n_man(x1) & n_male(x1) & n_head(x4) & n_basket(x5) & n_banana(x3) & in(e1,x5) & a_topic(x1) & a_older(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 e1 x2 x3 x4.(v_deliver(e1) & n_man(x2) & n_banana(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A band playing music together. | The band formed last year. | 1 | -100 | Just because a band is playing together doesn't have to mean that they formed last year exactly. | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_together(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_music(x3) & (x1 = x2) & n_band(x1)) | exists e1 s1 x1 x2.(n_band(x1) & Theme(e1,x2) & Actor(e1,x1) & v_form(e1) & n_year(x2) & a_last(s1) & Theme(s1,x2)) | 49f2c1b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_music(x3) & n_band(x1) & a_topic(x1) & a_together(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2.(v_form(e1) & n_year(x2) & n_band(x1) & a_last(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A band playing music together. | The band is currently taking a break and there is no music. | 2 | -100 | Playing music and no music are opposite actions. | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_together(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_music(x3) & (x1 = x2) & n_band(x1)) | exists e1 p1 s1 x1 x2 x3.(n_band(x1) & -exists x4.((x3 = x4) & n_music(x4)) & a_currently(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_break(x2)) | 49f2c6de-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_music(x3) & n_band(x1) & a_topic(x1) & a_together(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_take(e1) & n_break(x2) & n_band(x1) & all x4.(-n_music(x4) | -(x3 = x4)) & a_currently(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A band playing music together. | The group works together to play music. | 0 | -100 | A band is a group of musicians who play together. | exists e1 s1 x1 x2 x3.(a_topic(x1) & a_together(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_music(x3) & (x1 = x2) & n_band(x1)) | exists e1 p1 s1 x1.(n_group(x1) & Topic(e1,p1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_music(x2)) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1)) | 49f2cbac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_music(x3) & n_band(x1) & a_topic(x1) & a_together(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 s1 x1.(v_work(e1) & n_group(x1) & exists e2 x2.(v_play(e2) & n_music(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_together(s1) & Topic(e1,p1) & Manner(e1,s1) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.