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 man laying on the floor as he works on an unfinished wooden chair with a tool on the ground. | A man is on the ground with a power drill next to him. | 1 | 0.576638 | Not all tools are a power drill. | exists e1 p1 x1 x2 x3 x6.(n_ground(x6) & n_male(x3) & n_floor(x3) & a_topic(x1) & exists e2 s1 s2 x4 x5.(on(e2,x6) & on(e2,x4) & with(x4,x5) & n_tool(x5) & n_chair(x4) & a_wooden(s2) & Theme(s2,x4) & a_unfinished(s1) & Theme(s1,x4) & Actor(e2,x3) & v_work(e2)) & as(e1,p1) & on(e1,x3) & Actor(e1,x2) & v_lay(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2.(n_male(x2) & n_ground(x2) & exists x3 x4 x5.(on(x1,x2) & with(x2,x3) & to(x5,x2) & next(x3,x5) & n_thing(x5) & n_drill(x3) & of(x3,x4) & n_power(x4)) & n_man(x1)) | 7b2b7fe8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x6.(v_lay(e1) & on(e1,x3) & n_man(x1) & n_male(x3) & n_ground(x6) & n_floor(x3) & exists e2 s1 s2 x4 x5.(with(x4,x5) & v_work(e2) & on(e2,x6) & on(e2,x4) & n_tool(x5) & n_chair(x4) & a_wooden(s2) & a_unfinished(s1) & Theme(s2,x4) & Theme(s1,x4) & Actor(e2,x3)) & as(e1,p1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(n_man(x1) & n_male(x2) & n_ground(x2) & exists x3 x4 x5.(with(x2,x3) & to(x5,x2) & on(x1,x2) & of(x3,x4) & next(x3,x5) & n_thing(x5) & n_power(x4) & n_drill(x3))) |
||
A man putting together a wooden chair. | The man is doing laps in the pool. | 2 | -100 | Either the man is putting together a chair or he is doing laps in the pool. He cannot physically do both at the same time. | exists e1 p1 x1 x2.(a_topic(x1) & exists s1 s2 x3.(Theme(s2,x3) & a_together(s2) & n_chair(x3) & a_wooden(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e1,x2) & v_put(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_pool(x3) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_lap(x2)) | 7b2b91c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_put(e1) & n_man(x1) & exists s1 s2 x3.(n_chair(x3) & a_wooden(s1) & a_together(s2) & Theme(s2,x3) & Theme(s1,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_do(e1) & n_pool(x3) & n_man(x1) & n_lap(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man putting together a wooden chair. | The man is near the chair. | 0 | -100 | A man who is putting together a chair must be near the chair. | exists e1 p1 x1 x2.(a_topic(x1) & exists s1 s2 x3.(Theme(s2,x3) & a_together(s2) & n_chair(x3) & a_wooden(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e1,x2) & v_put(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2.(n_chair(x2) & n_man(x1) & near(x1,x2)) | 7b2b962c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_put(e1) & n_man(x1) & exists s1 s2 x3.(n_chair(x3) & a_wooden(s1) & a_together(s2) & Theme(s2,x3) & Theme(s1,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists x1 x2.(near(x1,x2) & n_man(x1) & n_chair(x2)) |
||
A man putting together a wooden chair. | The man is wearing an earring. | 1 | -100 | Not all men are wearing an earring. | exists e1 p1 x1 x2.(a_topic(x1) & exists s1 s2 x3.(Theme(s2,x3) & a_together(s2) & n_chair(x3) & a_wooden(s1) & Theme(s1,x3)) & Topic(e1,p1) & Actor(e1,x2) & v_put(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_earring(x2)) | 7b2b9a8c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2.(v_put(e1) & n_man(x1) & exists s1 s2 x3.(n_chair(x3) & a_wooden(s1) & a_together(s2) & Theme(s2,x3) & Theme(s1,x3)) & a_topic(x1) & Topic(e1,p1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_earring(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man and a woman are sitting on a bench and are playing stringed instruments. | A man and woman are on a bench | 0 | -100 | People who are sitting on a bench are on a bench. | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x8) & Actor(e3,x5) & v_play(e3) & n_instrument(x8) & Theme(e2,x8) & v_stringe(e2) & subset_of(x7,x5) & n_woman(x7) & subset_of(x6,x5) & n_man(x6) & on(e1,x4) & n_bench(x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists p1 x1 x2 x3.(exists x4.(on(x1,x4) & n_bench(x4)) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b2b9fc8-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 x1 x2 x3 x4 x5 x6 x7 x8.(v_stringe(e2) & v_sit(e1) & v_play(e3) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_woman(x7) & n_woman(x3) & n_man(x6) & n_man(x2) & n_instrument(x8) & n_bench(x4) & Theme(e3,x8) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_man(x2) & exists x4.(on(x1,x4) & n_bench(x4))) |
||
A man and a woman are sitting on a bench and are playing stringed instruments. | A man and woman are kissing on the bed | 2 | -100 | Either the couple are sitting on a bench or they are kissing on a bed. Given that they are also playing instruments, they cannot do both simultaneously. | exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x8) & Actor(e3,x5) & v_play(e3) & n_instrument(x8) & Theme(e2,x8) & v_stringe(e2) & subset_of(x7,x5) & n_woman(x7) & subset_of(x6,x5) & n_man(x6) & on(e1,x4) & n_bench(x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 x1 x2 x3 x4.(n_bed(x4) & on(e1,x4) & Actor(e1,x1) & v_kiss(e1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b2ba45a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 x1 x2 x3 x4 x5 x6 x7 x8.(v_stringe(e2) & v_sit(e1) & v_play(e3) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_woman(x7) & n_woman(x3) & n_man(x6) & n_man(x2) & n_instrument(x8) & n_bench(x4) & Theme(e3,x8) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_kiss(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_woman(x3) & n_man(x2) & n_bed(x4) & Actor(e1,x1)) |
||
A man and a woman are sitting on a bench and are playing stringed instruments. | A man and woman are on a bench playing instruments for tips | 1 | -100 | Not all people play instruments for tips. | exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x8) & Actor(e3,x5) & v_play(e3) & n_instrument(x8) & Theme(e2,x8) & v_stringe(e2) & subset_of(x7,x5) & n_woman(x7) & subset_of(x6,x5) & n_man(x6) & on(e1,x4) & n_bench(x4) & Actor(e1,x1) & v_sit(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists p1 x1 x2 x3 x4.(for(p1,x4) & n_tip(x4) & exists x5 x6 x7.(on(x1,x5) & n_instrument(x5) & of(x5,x7) & n_playing(x7) & of(x5,x6) & n_bench(x6)) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b2ba8ba-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 x1 x2 x3 x4 x5 x6 x7 x8.(v_stringe(e2) & v_sit(e1) & v_play(e3) & subset_of(x7,x5) & subset_of(x6,x5) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_woman(x7) & n_woman(x3) & n_man(x6) & n_man(x2) & n_instrument(x8) & n_bench(x4) & Theme(e3,x8) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x1)) | exists p1 x1 x2 x3 x4.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_tip(x4) & n_man(x2) & for(p1,x4) & exists x5 x6 x7.(on(x1,x5) & of(x5,x7) & of(x5,x6) & n_playing(x7) & n_instrument(x5) & n_bench(x6))) |
||
A man in a black hat playing the guitar while a woman in a blue shirt plays te violin. | Two people are playing instruments. | 0 | -100 | A man and a woman are two people. A guitar and a violin are instruments. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_guitar(x4) & Theme(e2,x7) & Actor(e2,x1) & v_play(e2) & n_violin(x7) & a_te(s3) & Theme(s3,x7) & in(x1,x2) & in(e1,x6) & n_shirt(x6) & a_blue(s2) & Theme(s2,x6) & while(e1,x5) & n_woman(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2) & n_people(x1) & card_eq_2(x1)) | 7b2bad88-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_play(e2) & v_play(e1) & n_woman(x5) & n_violin(x7) & n_shirt(x6) & n_man(x1) & n_hat(x2) & n_guitar(x4) & in(x1,x2) & in(e1,x6) & a_te(s3) & a_blue(s2) & a_black(s1) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_play(e1) & n_people(x1) & n_instrument(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black hat playing the guitar while a woman in a blue shirt plays te violin. | A man and a woman are performing on the street together. | 1 | -100 | Not all people perform on the street. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_guitar(x4) & Theme(e2,x7) & Actor(e2,x1) & v_play(e2) & n_violin(x7) & a_te(s3) & Theme(s3,x7) & in(x1,x2) & in(e1,x6) & n_shirt(x6) & a_blue(s2) & Theme(s2,x6) & while(e1,x5) & n_woman(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(n_street(x4) & a_together(s1) & Manner(e1,s1) & on(e1,x4) & Actor(e1,x1) & v_perform(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | 7b2bb256-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_play(e2) & v_play(e1) & n_woman(x5) & n_violin(x7) & n_shirt(x6) & n_man(x1) & n_hat(x2) & n_guitar(x4) & in(x1,x2) & in(e1,x6) & a_te(s3) & a_blue(s2) & a_black(s1) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4.(v_perform(e1) & subset_of(x3,x1) & subset_of(x2,x1) & on(e1,x4) & n_woman(x3) & n_street(x4) & n_man(x2) & a_together(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a black hat playing the guitar while a woman in a blue shirt plays te violin. | A man is wearing a yellow hat. | 2 | -100 | Either the hat is black or it is yellow. It cannot be both one color and another different color simultaneously. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(n_guitar(x4) & Theme(e2,x7) & Actor(e2,x1) & v_play(e2) & n_violin(x7) & a_te(s3) & Theme(s3,x7) & in(x1,x2) & in(e1,x6) & n_shirt(x6) & a_blue(s2) & Theme(s2,x6) & while(e1,x5) & n_woman(x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & (x2 = x3) & n_hat(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2) & a_yellow(s1) & Theme(s1,x2) & n_man(x1)) | 7b2bb6ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(while(e1,x5) & v_play(e2) & v_play(e1) & n_woman(x5) & n_violin(x7) & n_shirt(x6) & n_man(x1) & n_hat(x2) & n_guitar(x4) & in(x1,x2) & in(e1,x6) & a_te(s3) & a_blue(s2) & a_black(s1) & Theme(s3,x7) & Theme(s2,x6) & Theme(s1,x2) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_wear(e1) & n_man(x1) & n_hat(x2) & a_yellow(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A brown and white dog is running through woodland. | Nothing is running | 2 | -100 | Either a dog is running or nothing is running. One thing must exist here for there to be running. | exists e1 s1 s2 x1 x2.(through(e1,x2) & n_woodland(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1)) | -exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_thing(x1)) | 7b2bbb70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_run(e1) & through(e1,x2) & n_woodland(x2) & n_dog(x1) & a_white(s2) & a_brown(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | all e1 x1.(-v_run(e1) | -n_thing(x1) | -Actor(e1,x1)) |
||
A brown and white dog is running through woodland. | Big animals running | 1 | -100 | Not all dogs are big. | exists e1 s1 s2 x1 x2.(through(e1,x2) & n_woodland(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_animal(x1) & a_big(s1) & Theme(s1,x1)) | 7b2bbf8a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_run(e1) & through(e1,x2) & n_woodland(x2) & n_dog(x1) & a_white(s2) & a_brown(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_run(e1) & n_animal(x1) & a_topic(x1) & a_big(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A brown and white dog is running through woodland. | Animals running | 0 | -100 | If a dog is running through a woodland, then there may be other animals running also, because animals live in the woodland. | exists e1 s1 s2 x1 x2.(through(e1,x2) & n_woodland(x2) & Actor(e1,x1) & v_run(e1) & n_dog(x1) & a_white(s2) & Theme(s2,x1) & a_brown(s1) & Theme(s1,x1)) | exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_run(e1) & (x1 = x2) & n_animal(x1)) | 7b2bc3a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2.(v_run(e1) & through(e1,x2) & n_woodland(x2) & n_dog(x1) & a_white(s2) & a_brown(s1) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_animal(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Elderly male accordion player plays in the street in front of a boutique wearing a blue vest, sunglasses, and a white hat with a red scarf on. | The elderly man is playing the drums. | 2 | -100 | Either the male is playing the accordion or he is playing the drums. He cannot do both at the same time. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_street(x3) & in(e1,x4) & of(x4,x5) & subset_of(x10,x5) & with(x10,x11) & Theme(s5,x12) & a_on(s5) & (x11 = x12) & n_scarf(x11) & a_red(s4) & Theme(s4,x11) & n_hat(x10) & a_white(s3) & Theme(s3,x10) & subset_of(x6,x5) & Theme(e2,x8) & Actor(e2,x7) & v_wear(e2) & rel(x8,x9) & n_sunglass(x9) & n_vest(x8) & a_blue(s2) & Theme(s2,x8) & (x6 = x7) & n_boutique(x6) & n_front(x4) & in(e1,x3) & Actor(e1,x1) & v_play(e1) & n_player(x1) & of(x1,x2) & n_accordion(x2) & a_male(s1) & Theme(s1,x1) & r_elderly(x1)) | exists e1 s1 x1 x2.(n_drum(x2) & n_man(x1) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1)) | 7b2bc868-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x10,x11) & v_wear(e2) & v_play(e1) & subset_of(x6,x5) & subset_of(x10,x5) & rel(x8,x9) & r_elderly(x1) & of(x4,x5) & of(x1,x2) & n_vest(x8) & n_sunglass(x9) & n_street(x3) & n_scarf(x11) & n_player(x1) & n_hat(x10) & n_front(x4) & n_boutique(x6) & n_accordion(x2) & in(e1,x4) & in(e1,x3) & a_white(s3) & a_red(s4) & a_on(s5) & a_male(s1) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x11) & Theme(s3,x10) & Theme(s2,x8) & Theme(s1,x1) & Theme(e2,x8) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7) & (x11 = x12)) | exists e1 s1 x1 x2.(v_play(e1) & n_man(x1) & n_drum(x2) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Elderly male accordion player plays in the street in front of a boutique wearing a blue vest, sunglasses, and a white hat with a red scarf on. | The elderly man is playing a instrument. | 0 | -100 | A male is a man. An accordion player is playing an instrument. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_street(x3) & in(e1,x4) & of(x4,x5) & subset_of(x10,x5) & with(x10,x11) & Theme(s5,x12) & a_on(s5) & (x11 = x12) & n_scarf(x11) & a_red(s4) & Theme(s4,x11) & n_hat(x10) & a_white(s3) & Theme(s3,x10) & subset_of(x6,x5) & Theme(e2,x8) & Actor(e2,x7) & v_wear(e2) & rel(x8,x9) & n_sunglass(x9) & n_vest(x8) & a_blue(s2) & Theme(s2,x8) & (x6 = x7) & n_boutique(x6) & n_front(x4) & in(e1,x3) & Actor(e1,x1) & v_play(e1) & n_player(x1) & of(x1,x2) & n_accordion(x2) & a_male(s1) & Theme(s1,x1) & r_elderly(x1)) | exists e1 s1 x1 x2.(n_man(x1) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_instrument(x2)) | 7b2bcc96-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x10,x11) & v_wear(e2) & v_play(e1) & subset_of(x6,x5) & subset_of(x10,x5) & rel(x8,x9) & r_elderly(x1) & of(x4,x5) & of(x1,x2) & n_vest(x8) & n_sunglass(x9) & n_street(x3) & n_scarf(x11) & n_player(x1) & n_hat(x10) & n_front(x4) & n_boutique(x6) & n_accordion(x2) & in(e1,x4) & in(e1,x3) & a_white(s3) & a_red(s4) & a_on(s5) & a_male(s1) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x11) & Theme(s3,x10) & Theme(s2,x8) & Theme(s1,x1) & Theme(e2,x8) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7) & (x11 = x12)) | exists e1 s1 x1 x2.(v_play(e1) & n_man(x1) & n_instrument(x2) & a_elderly(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Elderly male accordion player plays in the street in front of a boutique wearing a blue vest, sunglasses, and a white hat with a red scarf on. | The elderly man is in Italy. | 1 | -100 | Not all men are in Italy. | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_street(x3) & in(e1,x4) & of(x4,x5) & subset_of(x10,x5) & with(x10,x11) & Theme(s5,x12) & a_on(s5) & (x11 = x12) & n_scarf(x11) & a_red(s4) & Theme(s4,x11) & n_hat(x10) & a_white(s3) & Theme(s3,x10) & subset_of(x6,x5) & Theme(e2,x8) & Actor(e2,x7) & v_wear(e2) & rel(x8,x9) & n_sunglass(x9) & n_vest(x8) & a_blue(s2) & Theme(s2,x8) & (x6 = x7) & n_boutique(x6) & n_front(x4) & in(e1,x3) & Actor(e1,x1) & v_play(e1) & n_player(x1) & of(x1,x2) & n_accordion(x2) & a_male(s1) & Theme(s1,x1) & r_elderly(x1)) | exists p1 s1 x1 x2.(ne_geo_italy(x2) & n_man(x1) & a_elderly(s1) & Theme(s1,x1) & in(x1,x2)) | 7b2bd0c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(with(x10,x11) & v_wear(e2) & v_play(e1) & subset_of(x6,x5) & subset_of(x10,x5) & rel(x8,x9) & r_elderly(x1) & of(x4,x5) & of(x1,x2) & n_vest(x8) & n_sunglass(x9) & n_street(x3) & n_scarf(x11) & n_player(x1) & n_hat(x10) & n_front(x4) & n_boutique(x6) & n_accordion(x2) & in(e1,x4) & in(e1,x3) & a_white(s3) & a_red(s4) & a_on(s5) & a_male(s1) & a_blue(s2) & Theme(s5,x12) & Theme(s4,x11) & Theme(s3,x10) & Theme(s2,x8) & Theme(s1,x1) & Theme(e2,x8) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7) & (x11 = x12)) | exists s1 x1 x2.(ne_geo_italy(x2) & n_man(x1) & in(x1,x2) & a_elderly(s1) & Theme(s1,x1)) |
||
Several men in blue shirts and western hats observe cattle behind a fence. | Men are on a ranch, herding their cattle. | 1 | -100 | Not all men are on a ranch. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(behind(e1,x6) & n_fence(x6) & Theme(e1,x5) & Actor(e1,x1) & v_observe(e1) & n_cattle(x5) & in(x1,x2) & n_hat(x4) & a_western(s3) & Theme(s3,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2.(for(p1,e1) & Theme(e1,x2) & Actor(e1,x1) & v_herd(e1) & n_cattle(x2) & of(x2,x1) & n_thing(x1) & exists x3.(on(x1,x3) & n_ranch(x3)) & n_man(x1)) | 7b2bd538-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_observe(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x3) & n_man(x1) & n_hat(x4) & n_fence(x6) & n_cattle(x5) & in(x1,x2) & behind(e1,x6) & a_western(s3) & a_several(s1) & a_blue(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_herd(e1) & of(x2,x1) & n_thing(x1) & n_man(x1) & n_cattle(x2) & for(p1,e1) & exists x3.(on(x1,x3) & n_ranch(x3)) & Theme(e1,x2) & Actor(e1,x1)) |
||
Several men in blue shirts and western hats observe cattle behind a fence. | Men are on a ranch. | 0 | -100 | If there are people in western hats, and cattle behind a fence, then the setting is probably a ranch. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(behind(e1,x6) & n_fence(x6) & Theme(e1,x5) & Actor(e1,x1) & v_observe(e1) & n_cattle(x5) & in(x1,x2) & n_hat(x4) & a_western(s3) & Theme(s3,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_ranch(x2)) & n_man(x1)) | 7b2bd966-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_observe(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x3) & n_man(x1) & n_hat(x4) & n_fence(x6) & n_cattle(x5) & in(x1,x2) & behind(e1,x6) & a_western(s3) & a_several(s1) & a_blue(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_ranch(x2))) |
||
Several men in blue shirts and western hats observe cattle behind a fence. | There are no people outside. | 2 | -100 | Either there are several men observing or there are no people. People can't exist and not exist simultaneously. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(behind(e1,x6) & n_fence(x6) & Theme(e1,x5) & Actor(e1,x1) & v_observe(e1) & n_cattle(x5) & in(x1,x2) & n_hat(x4) & a_western(s3) & Theme(s3,x4) & n_shirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | exists p1 s1 x1.(a_outside(s1) & Manner(p1,s1) & -exists x2.((x1 = x2) & n_people(x2))) | 7b2bdd76-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_observe(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_shirt(x3) & n_man(x1) & n_hat(x4) & n_fence(x6) & n_cattle(x5) & in(x1,x2) & behind(e1,x6) & a_western(s3) & a_several(s1) & a_blue(s2) & Theme(s3,x4) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x1)) | exists p1 s1 x1.(all x2.(-n_people(x2) | -(x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
A group of men are standing before caged animals. | there are no cages | 2 | -100 | If there are caged animals, there have to cages. | exists e1 s1 x1 x2 x3.(before(e1,x3) & n_animal(x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists p1 x1.-exists x2.((x1 = x2) & n_cage(x2)) | 7b2be186-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & n_animal(x3) & before(e1,x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1.all x2.(-n_cage(x2) | -(x1 = x2)) |
||
A group of men are standing before caged animals. | there are 10 animals | 1 | -100 | There aren't necessarily 10 animals. | exists e1 s1 x1 x2 x3.(before(e1,x3) & n_animal(x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists p1 x1 x2.((x1 = x2) & n_animal(x2) & n_date(x2) & a_date_day_10(x2) & a_date_day_10(x2)) | 7b2be5a0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & n_animal(x3) & before(e1,x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 x2.(n_date(x2) & n_animal(x2) & a_date_day_10(x2) & (x1 = x2)) |
||
A group of men are standing before caged animals. | there are people standing | 0 | -100 | In a both sentence people are standing. And group of men refers to people. | exists e1 s1 x1 x2 x3.(before(e1,x3) & n_animal(x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists p1 x1 e1 x2 x3.((x1 = x2) & Actor(e1,x3) & v_stand(e1) & (x2 = x3) & n_people(x2)) | 7b2be9a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & n_animal(x3) & before(e1,x3) & a_caged(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists x1 e1 x2 x3.(v_stand(e1) & n_people(x2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
Farmers line up and tend to their cattle. | Farmers tending to their animals. | 0 | -100 | People who tend to something are tending it. Cattle are animals. | exists s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x3,s1) & to(x3,x4) & n_cattle(x4) & of(x4,x1) & n_thing(x1) & n_tend(x3) & subset_of(x1,s1) & r_up(x1) & n_line(x1) & (x1 = x2) & ne_nam_farmers(x2)) | exists e1 x1 x2.(n_animal(x2) & of(x2,x1) & n_thing(x1) & ne_nam_farmers(x1) & to(e1,x2) & Actor(e1,x1) & v_tend(e1)) | 7b2bee60-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & r_up(x1) & of(x4,x1) & ne_nam_farmers(x2) & n_thing(x1) & n_tend(x3) & n_line(x1) & n_cattle(x4) & a_topic(s1) & (x1 = x2)) | exists e1 x1 x2.(v_tend(e1) & to(e1,x2) & of(x2,x1) & ne_nam_farmers(x1) & n_thing(x1) & n_animal(x2) & Actor(e1,x1)) |
||
Farmers line up and tend to their cattle. | Farmers gather all their chickens. | 2 | -100 | Either the farmers line up cattle or gather chickens. Cattle cannot be chickens. | exists s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x3,s1) & to(x3,x4) & n_cattle(x4) & of(x4,x1) & n_thing(x1) & n_tend(x3) & subset_of(x1,s1) & r_up(x1) & n_line(x1) & (x1 = x2) & ne_nam_farmers(x2)) | exists x1.(all s1 x2.((n_chicken(x2) & a_their(s1) & Theme(s1,x2)) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_gather(e1))) & n_farmer(x1)) | 7b2bf388-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & r_up(x1) & of(x4,x1) & ne_nam_farmers(x2) & n_thing(x1) & n_tend(x3) & n_line(x1) & n_cattle(x4) & a_topic(s1) & (x1 = x2)) | exists x1.(n_farmer(x1) & all s1 x2.(exists e1.(v_gather(e1) & Theme(e1,x2) & Actor(e1,x1)) | -n_chicken(x2) | -a_their(s1) | -Theme(s1,x2))) |
||
Farmers line up and tend to their cattle. | Farmers get their cattle ready for feeding and cleaning time. | 1 | -100 | There are many ways for farmers to tend to their cattle. Just because they are lining up to tend their cattle that does not mean that it is feeding and cleaning time. | exists s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x3,s1) & to(x3,x4) & n_cattle(x4) & of(x4,x1) & n_thing(x1) & n_tend(x3) & subset_of(x1,s1) & r_up(x1) & n_line(x1) & (x1 = x2) & ne_nam_farmers(x2)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & for(s1,x4) & n_time(x6) & of(x6,x7) & n_cleaning(x7) & n_feeding(x5) & subset_of(x6,x4) & subset_of(x5,x4) & Theme(s1,x3) & a_ready(s1) & (x2 = x3) & n_cattle(x2) & of(x2,x1) & n_thing(x1) & n_farmer(x1)) | 7b2bf7f2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(to(x3,x4) & subset_of(x3,s1) & subset_of(x1,s1) & r_up(x1) & of(x4,x1) & ne_nam_farmers(x2) & n_thing(x1) & n_tend(x3) & n_line(x1) & n_cattle(x4) & a_topic(s1) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_get(e1) & subset_of(x6,x4) & subset_of(x5,x4) & of(x6,x7) & of(x2,x1) & n_time(x6) & n_thing(x1) & n_feeding(x5) & n_farmer(x1) & n_cleaning(x7) & n_cattle(x2) & for(s1,x4) & a_ready(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3)) |
||
People are standing at a metal railing. | People are watching a waterfall. | 1 | -100 | Just because people are standing at a metal railing, that does not mean that they are watching a waterfall. | exists e1 x1 x2 x3.(at(e1,x2) & n_railing(x2) & of(x2,x3) & n_metal(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_waterfall(x2) & n_people(x1)) | 7b2bfcde-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_railing(x2) & n_people(x1) & n_metal(x3) & at(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_waterfall(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
People are standing at a metal railing. | People are standing. | 0 | -100 | People can be standing | exists e1 x1 x2 x3.(at(e1,x2) & n_railing(x2) & of(x2,x3) & n_metal(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1)) | exists e1 x1.(Actor(e1,x1) & v_stand(e1) & n_people(x1)) | 7b2c0166-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_railing(x2) & n_people(x1) & n_metal(x3) & at(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_people(x1) & Actor(e1,x1)) |
||
People are standing at a metal railing. | People are watching TV. | 2 | -100 | Either people are standing at a railing, or they are watching TV. With an actual TV, both are not simultaneously possible. | exists e1 x1 x2 x3.(at(e1,x2) & n_railing(x2) & of(x2,x3) & n_metal(x3) & Actor(e1,x1) & v_stand(e1) & n_people(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_tv(x2) & n_people(x1)) | 7b2c05e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_railing(x2) & n_people(x1) & n_metal(x3) & at(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_watch(e1) & n_tv(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A row of men tending cows at a ranch. | Several men are standing outside in the open air. | 0 | -100 | A row is another way to say several men. Tending cows at a ranch requires standing outside in the open air. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_ranch(x5) & Theme(e1,x4) & Actor(e1,x3) & v_tend(e1) & n_cow(x4) & (x2 = x3) & n_man(x2) & n_row(x1)) | exists e1 s1 s2 x1 x2.(n_air(x2) & a_open(s2) & Theme(s2,x2) & in(e1,x2) & r_outside(e1) & Actor(e1,x1) & v_stand(e1) & n_man(x1) & a_several(s1) & Theme(s1,x1)) | 7b2c0a58-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_tend(e1) & of(x1,x2) & n_row(x1) & n_ranch(x5) & n_man(x2) & n_cow(x4) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 s2 x1 x2.(v_stand(e1) & r_outside(e1) & n_man(x1) & n_air(x2) & in(e1,x2) & a_several(s1) & a_open(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
A row of men tending cows at a ranch. | The men are sitting on the couch watching tv. | 2 | -100 | The men in both sentences are doing completely different things, tending cows and watching tv. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_ranch(x5) & Theme(e1,x4) & Actor(e1,x3) & v_tend(e1) & n_cow(x4) & (x2 = x3) & n_man(x2) & n_row(x1)) | exists e2 e1 x1 x2 x3.(n_couch(x2) & n_man(x1) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & v_watch(e2) & n_tv(x3) & on(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 7b2c0ec2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_tend(e1) & of(x1,x2) & n_row(x1) & n_ranch(x5) & n_man(x2) & n_cow(x4) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e2 e1 x1 x2 x3.(v_watch(e2) & v_sit(e1) & on(e1,x2) & n_tv(x3) & n_man(x1) & n_couch(x2) & for(e1,e2) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x1)) |
||
A row of men tending cows at a ranch. | There are many men who are outside looking at some object. | 1 | -100 | Not all cows on a ranch are tended outside. Tending cows does not imply looking at some object. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & at(e1,x5) & n_ranch(x5) & Theme(e1,x4) & Actor(e1,x3) & v_tend(e1) & n_cow(x4) & (x2 = x3) & n_man(x2) & n_row(x1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & for(s1,e1) & at(e1,x4) & n_object(x4) & Actor(e1,x3) & v_look(e1) & Theme(s1,x3) & a_outside(s1) & (x2 = x3) & n_man(x2) & n_quantity(x2)) | 7b2c1660-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(v_tend(e1) & of(x1,x2) & n_row(x1) & n_ranch(x5) & n_man(x2) & n_cow(x4) & at(e1,x5) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1 e1 s1 x2 x3 x4.(v_look(e1) & n_quantity(x2) & n_object(x4) & n_man(x2) & for(s1,e1) & at(e1,x4) & a_outside(s1) & Theme(s1,x3) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A blond performer is standing on stage in a white outfit. | A brunette performer is dressed in black. | 2 | -100 | A brunette is not a blonde. | exists e1 s1 s2 x1 x2 x3.(in(e1,x3) & n_outfit(x3) & a_white(s2) & Theme(s2,x3) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_stand(e1) & n_performer(x1) & a_blond(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,s1) & Theme(s1,x3) & a_black(s1) & Theme(e1,x1) & v_dress(e1) & n_performer(x1) & of(x1,x2) & n_brunette(x2)) | 7b2c1ba6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_stand(e1) & on(e1,x2) & n_stage(x2) & n_performer(x1) & n_outfit(x3) & in(e1,x3) & a_white(s2) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_dress(e1) & of(x1,x2) & n_performer(x1) & n_brunette(x2) & a_black(s1) & Theme(s1,x3) & Theme(e1,x1) & Theme(e1,s1)) |
||
A blond performer is standing on stage in a white outfit. | A blonde singer is on stage in white. | 1 | -100 | There are many sorts of performer and the blonde performer standing on a stage does not mean that she is a singer. | exists e1 s1 s2 x1 x2 x3.(in(e1,x3) & n_outfit(x3) & a_white(s2) & Theme(s2,x3) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_stand(e1) & n_performer(x1) & a_blond(s1) & Theme(s1,x1)) | exists p1 s1 x1.(exists s2 x2 x3.(on(x1,x2) & Theme(s2,x3) & a_white(s2) & (x2 = x3) & n_stage(x2)) & n_singer(x1) & a_blonde(s1) & Theme(s1,x1)) | 7b2c2042-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_stand(e1) & on(e1,x2) & n_stage(x2) & n_performer(x1) & n_outfit(x3) & in(e1,x3) & a_white(s2) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_singer(x1) & exists s2 x2 x3.(on(x1,x2) & n_stage(x2) & a_white(s2) & Theme(s2,x3) & (x2 = x3)) & a_blonde(s1) & Theme(s1,x1)) |
||
A blond performer is standing on stage in a white outfit. | A blonde is performing in a white outfit. | 0 | -100 | The blonder is performing on a stage. | exists e1 s1 s2 x1 x2 x3.(in(e1,x3) & n_outfit(x3) & a_white(s2) & Theme(s2,x3) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_stand(e1) & n_performer(x1) & a_blond(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(in(e1,x2) & n_outfit(x2) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1) & n_blonde(x1)) | 7b2c2542-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_stand(e1) & on(e1,x2) & n_stage(x2) & n_performer(x1) & n_outfit(x3) & in(e1,x3) & a_white(s2) & a_blond(s1) & Theme(s2,x3) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_perform(e1) & n_outfit(x2) & n_blonde(x1) & in(e1,x2) & a_white(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man in a white shirt yells and throws up his fists as he is being carried by a group of people at a gathering. | The man looks angry. | 1 | -100 | There is more than one emotion that can make someone yell and throw up his fists and doing those things will not necessarily make the man look angry. | exists e2 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(exists e3 x6 x7 x8.(at(e3,x8) & n_gathering(x8) & Actor(e3,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & Theme(e3,x1) & v_carry(e3)) & n_male(x1) & n_male(x1) & as(e2,p1) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & Actor(e2,x3) & v_throw(e2) & n_fist(x5) & of(x5,x1) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & Actor(e1,x1) & v_yell(e1) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1.(n_man(x1) & exists s1.(Theme(s1,x1) & a_angry(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1)) | 7b2c29d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(v_yell(e1) & v_throw(e2) & of(x5,x1) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_fist(x5) & in(x3,x4) & in(x1,x2) & exists e3 x6 x7 x8.(v_carry(e3) & of(x6,x7) & n_people(x7) & n_group(x6) & n_gathering(x8) & at(e3,x8) & Theme(e3,x1) & Actor(e3,x6)) & as(e2,p1) & a_white(s2) & a_white(s1) & a_up(s3) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_look(e1) & n_man(x1) & exists s1.(a_angry(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a white shirt yells and throws up his fists as he is being carried by a group of people at a gathering. | The man is wearing white. | 0 | -100 | The man wearing white is in a white shirt. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(exists e3 x6 x7 x8.(at(e3,x8) & n_gathering(x8) & Actor(e3,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & Theme(e3,x1) & v_carry(e3)) & n_male(x1) & n_male(x1) & as(e2,p1) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & Actor(e2,x3) & v_throw(e2) & n_fist(x5) & of(x5,x1) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & Actor(e1,x1) & v_yell(e1) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1.(n_man(x1) & exists s1.(Theme(s1,x1) & a_white(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_wear(e1)) | 7b2c2e3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(v_yell(e1) & v_throw(e2) & of(x5,x1) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_fist(x5) & in(x3,x4) & in(x1,x2) & exists e3 x6 x7 x8.(v_carry(e3) & of(x6,x7) & n_people(x7) & n_group(x6) & n_gathering(x8) & at(e3,x8) & Theme(e3,x1) & Actor(e3,x6)) & as(e2,p1) & a_white(s2) & a_white(s1) & a_up(s3) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_wear(e1) & n_man(x1) & exists s1.(a_white(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a white shirt yells and throws up his fists as he is being carried by a group of people at a gathering. | The man is smiling. | 2 | -100 | A man is either smiling or throws up his fists and yells. | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(exists e3 x6 x7 x8.(at(e3,x8) & n_gathering(x8) & Actor(e3,x6) & of(x6,x7) & n_people(x7) & n_group(x6) & Theme(e3,x1) & v_carry(e3)) & n_male(x1) & n_male(x1) & as(e2,p1) & a_up(s3) & Manner(e2,s3) & Theme(e2,x5) & Actor(e2,x3) & v_throw(e2) & n_fist(x5) & of(x5,x1) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_man(x3) & Actor(e1,x1) & v_yell(e1) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_smile(e1)) | 7b2c32a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 s3 x1 x2 x3 x4 x5.(v_yell(e1) & v_throw(e2) & of(x5,x1) & n_shirt(x4) & n_shirt(x2) & n_man(x3) & n_man(x1) & n_male(x1) & n_fist(x5) & in(x3,x4) & in(x1,x2) & exists e3 x6 x7 x8.(v_carry(e3) & of(x6,x7) & n_people(x7) & n_group(x6) & n_gathering(x8) & at(e3,x8) & Theme(e3,x1) & Actor(e3,x6)) & as(e2,p1) & a_white(s2) & a_white(s1) & a_up(s3) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x5) & Manner(e2,s3) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1.(v_smile(e1) & n_man(x1) & Actor(e1,x1)) |
||
A young man at a party shouts out, his fists raised with emotion. | a man is taking a photo of a shark while deep sea diving | 2 | -100 | One does not go deep sea diving while at party. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_out(s2) & Manner(e2,s2) & Theme(e2,x3) & Actor(e2,x1) & v_shout(e2) & with(e1,x5) & n_emotion(x5) & Theme(e1,x4) & v_raise(e1) & (x3 = x4) & n_fist(x3) & of(x3,x1) & n_male(x1) & at(x1,x2) & n_party(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x4) & n_diving(x4) & of(x4,x5) & n_sea(x5) & a_deep(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & of(x2,x3) & n_shark(x3) & n_photo(x2) & n_man(x1)) | 7b2c3712-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_shout(e2) & v_raise(e1) & of(x3,x1) & n_party(x2) & n_man(x1) & n_male(x1) & n_fist(x3) & n_emotion(x5) & at(x1,x2) & a_young(s1) & a_out(s2) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s2) & Actor(e2,x1) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4 x5.(while(e1,x4) & v_take(e1) & of(x4,x5) & of(x2,x3) & n_shark(x3) & n_sea(x5) & n_photo(x2) & n_man(x1) & n_diving(x4) & a_deep(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young man at a party shouts out, his fists raised with emotion. | a man can shout | 0 | -100 | Man can shout indicates his ability to shout out. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(a_out(s2) & Manner(e2,s2) & Theme(e2,x3) & Actor(e2,x1) & v_shout(e2) & with(e1,x5) & n_emotion(x5) & Theme(e1,x4) & v_raise(e1) & (x3 = x4) & n_fist(x3) & of(x3,x1) & n_male(x1) & at(x1,x2) & n_party(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 x1.(exists e2.(Actor(e2,x1) & v_shout(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_can(e1) & n_man(x1)) | 7b2c3c80-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_shout(e2) & v_raise(e1) & of(x3,x1) & n_party(x2) & n_man(x1) & n_male(x1) & n_fist(x3) & n_emotion(x5) & at(x1,x2) & a_young(s1) & a_out(s2) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s2) & Actor(e2,x1) & (x3 = x4)) | exists e1 p1 x1.(v_can(e1) & n_man(x1) & exists e2.(v_shout(e2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A young man at a party shouts out, his fists raised with emotion. | a man is excited that is is winning the scrabble game | 1 | -100 | The man is not necessarily excited, even though he shouts out with fists raised with emotion. He also is not necessarily winning the scrabble game. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(a_out(s2) & Manner(e2,s2) & Theme(e2,x3) & Actor(e2,x1) & v_shout(e2) & with(e1,x5) & n_emotion(x5) & Theme(e1,x4) & v_raise(e1) & (x3 = x4) & n_fist(x3) & of(x3,x1) & n_male(x1) & at(x1,x2) & n_party(x2) & n_man(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 p1 x1 x2 x3 x4.(n_game(x3) & of(x3,x4) & n_scrabble(x4) & n_thing(x3) & Theme(e2,x3) & Actor(e2,x1) & v_win(e2) & exists e3.(Actor(e3,x3) & v_be(e3)) & Topic(e1,p1) & Actor(e1,x2) & v_excited(e1) & (x1 = x2) & n_man(x1)) | 7b2c4220-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(with(e1,x5) & v_shout(e2) & v_raise(e1) & of(x3,x1) & n_party(x2) & n_man(x1) & n_male(x1) & n_fist(x3) & n_emotion(x5) & at(x1,x2) & a_young(s1) & a_out(s2) & Theme(s1,x1) & Theme(e2,x3) & Theme(e1,x4) & Manner(e2,s2) & Actor(e2,x1) & (x3 = x4)) | exists e1 e2 p1 x1 x2 x3 x4.(v_win(e2) & v_excited(e1) & of(x3,x4) & n_thing(x3) & n_scrabble(x4) & n_man(x1) & n_game(x3) & exists e3.(v_be(e3) & Actor(e3,x3)) & Topic(e1,p1) & Theme(e2,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man dressed as a cowboy holds a rope in his teeth as he ropes a calf. | The man is herding cows. | 0 | -100 | The cowboy is herding the calf with the ropes. | exists e1 e2 p1 x1 x2 x3 x4 x5.(exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_rope(e3) & n_calf(x6)) & n_male(x1) & n_male(x1) & as(e2,p1) & in(e2,x5) & n_tooth(x5) & of(x5,x1) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_rope(x4) & as(e1,x3) & n_cowboy(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_herd(e1) & n_cow(x2)) | 7b2c46c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5.(v_hold(e2) & v_dress(e1) & of(x5,x1) & n_tooth(x5) & n_rope(x4) & n_man(x1) & n_male(x1) & n_cowboy(x3) & in(e2,x5) & exists e3 x6.(v_rope(e3) & n_calf(x6) & Theme(e3,x6) & Actor(e3,x1)) & as(e2,p1) & as(e1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists e1 x1 x2.(v_herd(e1) & n_man(x1) & n_cow(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man dressed as a cowboy holds a rope in his teeth as he ropes a calf. | the man is in space. | 2 | -100 | A man either ropes a calf or is in space. | exists e1 e2 p1 x1 x2 x3 x4 x5.(exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_rope(e3) & n_calf(x6)) & n_male(x1) & n_male(x1) & as(e2,p1) & in(e2,x5) & n_tooth(x5) & of(x5,x1) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_rope(x4) & as(e1,x3) & n_cowboy(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.(in(x1,x2) & n_space(x2))) | 7b2c4cb6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 x1 x2 x3 x4 x5.(v_hold(e2) & v_dress(e1) & of(x5,x1) & n_tooth(x5) & n_rope(x4) & n_man(x1) & n_male(x1) & n_cowboy(x3) & in(e2,x5) & exists e3 x6.(v_rope(e3) & n_calf(x6) & Theme(e3,x6) & Actor(e3,x1)) & as(e2,p1) & as(e1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(n_space(x2) & in(x1,x2))) |
||
A man dressed as a cowboy holds a rope in his teeth as he ropes a calf. | the man is a cowboy. | 1 | -100 | Just because a man is dressed as a cowboy does not mean that the man is a cowboy. | exists e2 e1 p1 x1 x2 x3 x4 x5.(exists e3 x6.(Theme(e3,x6) & Actor(e3,x1) & v_rope(e3) & n_calf(x6)) & n_male(x1) & n_male(x1) & as(e2,p1) & in(e2,x5) & n_tooth(x5) & of(x5,x1) & Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_rope(x4) & as(e1,x3) & n_cowboy(x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2.((x1 = x2) & n_cowboy(x2))) | 7b2c518e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 x1 x2 x3 x4 x5.(v_hold(e2) & v_dress(e1) & of(x5,x1) & n_tooth(x5) & n_rope(x4) & n_man(x1) & n_male(x1) & n_cowboy(x3) & in(e2,x5) & exists e3 x6.(v_rope(e3) & n_calf(x6) & Theme(e3,x6) & Actor(e3,x1)) & as(e2,p1) & as(e1,x3) & Theme(e2,x4) & Theme(e1,x2) & Actor(e2,x1) & (x1 = x2)) | exists x1.(n_man(x1) & exists x2.(n_cowboy(x2) & (x1 = x2))) |
||
At a rodeo, a man wearing a cowboy hat has a black cow up in the air in his hands and a rope in his mouth. | A man is lassoing with his mouth. | 1 | -100 | There are many events that happen at a rodeo, and the man holding a rope in his mouth does not mean that he is lassoing with it. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_mouth(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_air(x7) & at(e2,x11) & n_rodeo(x11) & in(e2,x6) & subset_of(x9,x6) & in(x9,x10) & n_rope(x9) & subset_of(x7,x6) & in(x7,x8) & r_up(e2) & Theme(e2,x5) & Actor(e2,x1) & v_have(e2) & n_cow(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_cowboy(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(with(e1,x2) & n_mouth(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_lasso(e1) & n_man(x1)) | 7b2c5670-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e1) & v_have(e2) & subset_of(x9,x6) & subset_of(x7,x6) & r_up(e2) & of(x8,x7) & of(x3,x4) & of(x10,x7) & n_rope(x9) & n_rodeo(x11) & n_mouth(x10) & n_man(x1) & n_male(x7) & n_hat(x3) & n_hand(x8) & n_cowboy(x4) & n_cow(x5) & n_air(x7) & in(x9,x10) & in(x7,x8) & in(e2,x6) & at(e2,x11) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(with(e1,x2) & v_lasso(e1) & of(x2,x1) & n_mouth(x2) & n_man(x1) & n_male(x1) & Actor(e1,x1)) |
||
At a rodeo, a man wearing a cowboy hat has a black cow up in the air in his hands and a rope in his mouth. | A man is at an ice skating rink. | 2 | -100 | A man is either at an ice skating rink or a rodeo. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_mouth(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_air(x7) & at(e2,x11) & n_rodeo(x11) & in(e2,x6) & subset_of(x9,x6) & in(x9,x10) & n_rope(x9) & subset_of(x7,x6) & in(x7,x8) & r_up(e2) & Theme(e2,x5) & Actor(e2,x1) & v_have(e2) & n_cow(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_cowboy(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1.(exists e1 x2 x3.(at(x1,x2) & n_rink(x2) & Actor(e1,x2) & v_skate(e1) & of(x2,x3) & n_ice(x3)) & n_man(x1)) | 7b2c5b52-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e1) & v_have(e2) & subset_of(x9,x6) & subset_of(x7,x6) & r_up(e2) & of(x8,x7) & of(x3,x4) & of(x10,x7) & n_rope(x9) & n_rodeo(x11) & n_mouth(x10) & n_man(x1) & n_male(x7) & n_hat(x3) & n_hand(x8) & n_cowboy(x4) & n_cow(x5) & n_air(x7) & in(x9,x10) & in(x7,x8) & in(e2,x6) & at(e2,x11) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_man(x1) & exists e1 x2 x3.(v_skate(e1) & of(x2,x3) & n_rink(x2) & n_ice(x3) & at(x1,x2) & Actor(e1,x2))) |
||
At a rodeo, a man wearing a cowboy hat has a black cow up in the air in his hands and a rope in his mouth. | A man performing at a rodeo. | 0 | -100 | The cowboy is performing by having a black cow in the air with his hands and a rope in his mouth. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(n_mouth(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_air(x7) & at(e2,x11) & n_rodeo(x11) & in(e2,x6) & subset_of(x9,x6) & in(x9,x10) & n_rope(x9) & subset_of(x7,x6) & in(x7,x8) & r_up(e2) & Theme(e2,x5) & Actor(e2,x1) & v_have(e2) & n_cow(x5) & a_black(s1) & Theme(s1,x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_cowboy(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & at(e1,x3) & n_rodeo(x3) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_man(x1)) | 7b2c6052-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(v_wear(e1) & v_have(e2) & subset_of(x9,x6) & subset_of(x7,x6) & r_up(e2) & of(x8,x7) & of(x3,x4) & of(x10,x7) & n_rope(x9) & n_rodeo(x11) & n_mouth(x10) & n_man(x1) & n_male(x7) & n_hat(x3) & n_hand(x8) & n_cowboy(x4) & n_cow(x5) & n_air(x7) & in(x9,x10) & in(x7,x8) & in(e2,x6) & at(e2,x11) & a_black(s1) & Theme(s1,x5) & Theme(e2,x5) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_perform(e1) & n_rodeo(x3) & n_man(x1) & at(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A cowboy ropes a calf during a rodeo. | The cowboy has a rope. | 0 | -100 | A rope is needed to rope the calf. | exists e1 x1 x2 x3.(during(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists e1 x1 x2.(n_cowboy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_rope(x2)) | 7b2c65f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_rope(x2) & n_cowboy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A cowboy ropes a calf during a rodeo. | The cowboy is roping a bull. | 2 | -100 | A bull is different from a calf. | exists e1 x1 x2 x3.(during(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists e1 x1 x2.(n_cowboy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_bull(x2)) | 7b2c6ade-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_rope(e1) & n_cowboy(x1) & n_bull(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A cowboy ropes a calf during a rodeo. | The cowboy is a professional | 1 | -100 | The cowboy is not necessarily a professional. | exists e1 x1 x2 x3.(during(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists p1 x1.(n_cowboy(x1) & exists x2.((x1 = x2) & n_professional(x2))) | 7b2c7010-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_cowboy(x1) & exists x2.(n_professional(x2) & (x1 = x2))) |
||
A man in a white cowboy hat trying to tie up a calf at a rodeo. | A man in a white cowboy hat is trying to tie up a calf at a rodeo for a prize. | 1 | -100 | Just because the man is trying to tie up a calf at a rodeo does not mean that he is doing it for a prize. | exists e1 p1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 s2 x5 x6.(at(e2,x6) & n_rodeo(x6) & a_up(s2) & Manner(e2,s2) & Theme(e2,x5) & Actor(e2,x4) & v_tie(e2) & n_calf(x5)) & (x2 = x4) & n_hat(x2) & of(x2,x3) & n_cowboy(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 s1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s2 x4 x5 x6.(at(e2,x5) & for(x5,x6) & n_prize(x6) & n_rodeo(x5) & a_up(s2) & Manner(e2,s2) & Theme(e2,x4) & Actor(e2,x1) & v_tie(e2) & n_calf(x4)) & in(x1,x2) & n_hat(x2) & of(x2,x3) & n_cowboy(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | 7b2c751a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_try(e1) & of(x2,x3) & n_man(x1) & n_hat(x2) & n_cowboy(x3) & in(x1,x2) & exists e2 s2 x5 x6.(v_tie(e2) & n_rodeo(x6) & n_calf(x5) & at(e2,x6) & a_up(s2) & Theme(e2,x5) & Manner(e2,s2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x4) & (x2 = x4)) | exists e1 p1 s1 x1 x2 x3.(v_try(e1) & of(x2,x3) & n_man(x1) & n_hat(x2) & n_cowboy(x3) & in(x1,x2) & exists e2 s2 x4 x5 x6.(v_tie(e2) & n_rodeo(x5) & n_prize(x6) & n_calf(x4) & for(x5,x6) & at(e2,x5) & a_up(s2) & Theme(e2,x4) & Manner(e2,s2) & Actor(e2,x1)) & a_white(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man in a white cowboy hat trying to tie up a calf at a rodeo. | A guy in a white hat is attempting to tie up an animal at an event. | 0 | -100 | The animal is a calf and the event is a rodeo. | exists e1 p1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 s2 x5 x6.(at(e2,x6) & n_rodeo(x6) & a_up(s2) & Manner(e2,s2) & Theme(e2,x5) & Actor(e2,x4) & v_tie(e2) & n_calf(x5)) & (x2 = x4) & n_hat(x2) & of(x2,x3) & n_cowboy(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_attempt(e1) & exists e2 s2 x3 x4.(at(e2,x4) & n_event(x4) & a_up(s2) & Manner(e2,s2) & Theme(e2,x3) & Actor(e2,x1) & v_tie(e2) & n_animal(x3)) & in(x1,x2) & n_hat(x2) & a_white(s1) & Theme(s1,x2) & n_guy(x1)) | 7b2c79f2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_try(e1) & of(x2,x3) & n_man(x1) & n_hat(x2) & n_cowboy(x3) & in(x1,x2) & exists e2 s2 x5 x6.(v_tie(e2) & n_rodeo(x6) & n_calf(x5) & at(e2,x6) & a_up(s2) & Theme(e2,x5) & Manner(e2,s2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x4) & (x2 = x4)) | exists e1 p1 s1 x1 x2.(v_attempt(e1) & n_hat(x2) & n_guy(x1) & in(x1,x2) & exists e2 s2 x3 x4.(v_tie(e2) & n_event(x4) & n_animal(x3) & at(e2,x4) & a_up(s2) & Theme(e2,x3) & Manner(e2,s2) & Actor(e2,x1)) & a_white(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A man in a white cowboy hat trying to tie up a calf at a rodeo. | A man in a white cowboy hat is kissing the calf. | 2 | -100 | A man is either trying to tie up a calf or kissing it. | exists e1 p1 s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & Topic(e1,p1) & Actor(e1,x4) & v_try(e1) & exists e2 s2 x5 x6.(at(e2,x6) & n_rodeo(x6) & a_up(s2) & Manner(e2,s2) & Theme(e2,x5) & Actor(e2,x4) & v_tie(e2) & n_calf(x5)) & (x2 = x4) & n_hat(x2) & of(x2,x3) & n_cowboy(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4.(n_calf(x4) & Theme(e1,x4) & Actor(e1,x1) & v_kiss(e1) & in(x1,x2) & n_hat(x2) & of(x2,x3) & n_cowboy(x3) & a_white(s1) & Theme(s1,x2) & n_man(x1)) | 7b2c7eca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_try(e1) & of(x2,x3) & n_man(x1) & n_hat(x2) & n_cowboy(x3) & in(x1,x2) & exists e2 s2 x5 x6.(v_tie(e2) & n_rodeo(x6) & n_calf(x5) & at(e2,x6) & a_up(s2) & Theme(e2,x5) & Manner(e2,s2) & Actor(e2,x4)) & a_white(s1) & a_topic(x1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x4) & (x2 = x4)) | exists e1 s1 x1 x2 x3 x4.(v_kiss(e1) & of(x2,x3) & n_man(x1) & n_hat(x2) & n_cowboy(x3) & n_calf(x4) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & Theme(e1,x4) & Actor(e1,x1)) |
||
A cowboy is roping a calf in a rodeo. | A bull is all alone. | 2 | -100 | A BULL IS NOT A COWBOY | exists e1 x1 x2 x3.(in(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists s1 x1.(r_all(s1) & Theme(s1,x1) & a_alone(s1) & n_bull(x1)) | 7b2c83a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(r_all(s1) & n_bull(x1) & a_alone(s1) & Theme(s1,x1)) |
||
A cowboy is roping a calf in a rodeo. | A man and animal are together. | 0 | -100 | The man is a cowboy and the animal is a calf. | exists e1 x1 x2 x3.(in(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists s1 x1 x2 x3.(Theme(s1,x1) & a_together(s1) & n_animal(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b2c8938-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_animal(x3) & a_together(s1) & Theme(s1,x1)) |
||
A cowboy is roping a calf in a rodeo. | A rodeo has attracted an audience. | 1 | -100 | A cowboy roping a calf at a rodeo does not mean that the rodeo has attracted an audience. | exists e1 x1 x2 x3.(in(e1,x3) & n_rodeo(x3) & Theme(e1,x2) & Actor(e1,x1) & v_rope(e1) & n_calf(x2) & n_cowboy(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_attract(e1) & n_audience(x2) & n_rodeo(x1)) | 7b2c8e7e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_rope(e1) & n_rodeo(x3) & n_cowboy(x1) & n_calf(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_attract(e1) & n_rodeo(x1) & n_audience(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A large earth moving machine tipped on it's side. | 2 | -100 | A machine is either tipped on its side or creating a track. | exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e2 e1 p1 s1 x1 x2 x3.(exists x4.((x1 = x4) & n_side(x4)) & on(e2,x1) & n_thing(x1) & Actor(e2,x3) & v_tip(e2) & (x1 = x3) & n_machine(x1) & Actor(e1,x1) & v_move(e1) & of(x1,x2) & n_earth(x2) & a_large(s1) & Theme(s1,x1)) | 7b2c9374-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3.(v_tip(e2) & v_move(e1) & on(e2,x1) & of(x1,x2) & n_thing(x1) & n_machine(x1) & n_earth(x2) & exists x4.(n_side(x4) & (x1 = x4)) & a_large(s1) & Theme(s1,x1) & Actor(e2,x3) & Actor(e1,x1) & (x1 = x3)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A worker is observing large construction equipment in motion. | 0 | -100 | The worker is a man and the construction equipment that he is observing is surveying equipment. | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e5 e4 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(in(e1,x4) & n_motion(x4) & Theme(e1,x2) & Actor(e1,x1) & v_observe(e1) & n_equipment(x2) & of(x2,x3) & n_construction(x3) & a_large(s1) & Theme(s1,x2) & n_worker(x1)) | 7b2c98c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e5 e4 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_observe(e1) & of(x2,x3) & n_worker(x1) & n_motion(x4) & n_equipment(x2) & n_construction(x3) & in(e1,x4) & a_large(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A man oversees the construction of a new mine. | 1 | 0.201491 | Many things can be built with machinery and there is no reason to assume that the man is overseeing the construction of a new mine. | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_construction(x2) & Theme(e1,x2) & Actor(e1,x1) & v_oversee(e1) & of(x2,x3) & n_mine(x3) & a_new(s1) & Theme(s1,x3) & n_man(x1)) | 7b2ca288-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_oversee(e1) & of(x2,x3) & n_mine(x3) & n_man(x1) & n_construction(x2) & a_new(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A large machine was closely supervised while it worked. | 0 | 0.988484 | It is a machine because it is an earth moving machine. | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e5 e4 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists p1 s1 s2 x1.(exists e1.(Actor(e1,x1) & v_work(e1)) & n_thing(x1) & while(s2,p1) & r_closely(s2) & Theme(s2,x1) & a_supervised(s2) & n_machine(x1) & a_large(s1) & Theme(s1,x1)) | 7b2cb2dc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e5 e4 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists p1 s1 s2 x1.(while(s2,p1) & r_closely(s2) & n_thing(x1) & n_machine(x1) & exists e1.(v_work(e1) & Actor(e1,x1)) & a_supervised(s2) & a_large(s1) & Theme(s2,x1) & Theme(s1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | The boss watched the worker in his machine. | 1 | 0.443246 | The watching man is not necessarily his boss and the person in the machine may not be his worker. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_machine(x3) & of(x3,x2) & n_male(x2) & n_worker(x2) & n_boss(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1)) | 7b2cb87c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x3,x2) & n_worker(x2) & n_male(x2) & n_machine(x3) & n_boss(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A large earth moving machine digging up the ground. | 1 | 0.837519 | It is not apparent it is digging up ground. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4.(n_ground(x4) & a_topic(x1) & a_up(s2) & Manner(e2,s2) & Theme(e2,x4) & Actor(e2,x3) & v_dig(e2) & (x1 = x3) & n_machine(x1) & Actor(e1,x1) & v_move(e1) & of(x1,x2) & n_earth(x2) & a_large(s1) & Theme(s1,x1)) | 7b2cbd4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 e2 s1 s2 x1 x2 x3 x4.(v_move(e1) & v_dig(e2) & of(x1,x2) & n_machine(x1) & n_ground(x4) & n_earth(x2) & a_up(s2) & a_topic(x1) & a_large(s1) & Theme(s1,x1) & Theme(e2,x4) & Manner(e2,s2) & Actor(e2,x3) & Actor(e1,x1) & (x1 = x3)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | The large excavator is crushing the man. | 2 | -100 | A machine is either a large excavator or surveying equipment. | exists e3 e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_man(x2) & n_excavator(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_crush(e1)) | 7b2ccaba-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2.(v_crush(e1) & n_man(x2) & n_excavator(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A man is preparing to survey the land by having the large excavator moved. | 1 | 0.295879 | It is not apparent he is preparing to survey or going to move an excavator, | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3.(n_excavator(x3) & a_large(s1) & Theme(s1,x3) & n_land(x2) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e4 e3 e2 x4.(by(e2,e4) & Theme(e4,x3) & Actor(e4,x1) & v_have(e4) & Actor(e3,x4) & v_move(e3) & (x3 = x4) & Theme(e2,x2) & Actor(e2,x1) & v_survey(e2)) & n_man(x1)) | 7b2ccf24-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 p1 s1 x1 x2 x3.(v_prepare(e1) & n_man(x1) & n_land(x2) & n_excavator(x3) & exists e4 e3 e2 x4.(v_survey(e2) & v_move(e3) & v_have(e4) & by(e2,e4) & Theme(e4,x3) & Theme(e2,x2) & Actor(e4,x1) & Actor(e3,x4) & Actor(e2,x1) & (x3 = x4)) & a_large(s1) & Topic(e1,p1) & Theme(s1,x3) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | The man created this machine. | 1 | 0.004801 | It is not apparent he created it. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_machine(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_create(e1)) | 7b2cd398-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 x1 x2.(v_create(e1) & n_man(x1) & n_machine(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A large earth moving machine creating a track with a man watching it closely with what looks like surveying equipment. | A large machine created a track on its own. | 2 | 0.541582 | both moving and created are not same. | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,e3) & Theme(e3,x4) & Actor(e3,x2) & v_create(e3) & with(x4,x5) & exists e4 e5 x7 x8 x9.(n_thing(x7) & with(e2,x7) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & v_survey(e5) & n_equipment(x9) & Actor(e4,x7) & v_look(e4)) & a_closely(s2) & Manner(e2,s2) & Theme(e2,x1) & Actor(e2,x6) & v_watch(e2) & n_thing(x1) & (x5 = x6) & n_man(x5) & n_track(x4) & Theme(e1,x3) & Actor(e1,x2) & v_move(e1) & n_machine(x3) & (x1 = x2) & n_earth(x1) & a_large(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(on(e1,x3) & n_own(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_create(e1) & n_track(x2) & n_machine(x1) & a_large(s1) & Theme(s1,x1)) | 7b2cd910-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_watch(e2) & v_move(e1) & v_create(e3) & n_track(x4) & n_thing(x1) & n_man(x5) & n_machine(x3) & n_earth(x1) & for(e1,e3) & exists e4 e5 x7 x8 x9.(with(e2,x7) & v_survey(e5) & v_look(e4) & n_thing(x7) & n_equipment(x9) & like(e4,e5) & Theme(e5,x9) & Actor(e5,x8) & Actor(e4,x7)) & a_topic(x1) & a_large(s1) & a_closely(s2) & Theme(s1,x1) & Theme(e3,x4) & Theme(e2,x1) & Theme(e1,x3) & Manner(e2,s2) & Actor(e3,x2) & Actor(e2,x6) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_create(e1) & on(e1,x3) & of(x3,x1) & n_track(x2) & n_thing(x1) & n_own(x3) & n_machine(x1) & a_large(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | The horse pulling the wagon is black. | 1 | 0.201491 | Not all horses are black. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists e1 s1 x1 x2 x3.(n_wagon(x3) & n_horse(x1) & Theme(s1,x1) & a_black(s1) & Theme(e1,x3) & Actor(e1,x2) & v_pull(e1) & (x1 = x2)) | 7b2d705a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_pull(e1) & n_wagon(x3) & n_horse(x1) & a_black(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | The horse is brown. | 1 | 0.228288 | Not all horses are brown. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists e1 x1.(n_horse(x1) & Theme(e1,x1) & v_brown(e1)) | 7b2d7a5a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_brown(e1) & n_horse(x1) & Theme(e1,x1)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | Thor hammers everyone flat. | 2 | 0.000002 | The subject cannot be a horse and Thor simultaneously. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists s1 x1 x2.(r_everyone(s1) & Theme(s1,x1) & a_flat(s1) & n_hammer(x1) & (x1 = x2) & ne_per_thor(x2)) | 7b2d9b02-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1 x2.(r_everyone(s1) & ne_per_thor(x2) & n_hammer(x1) & a_flat(s1) & Theme(s1,x1) & (x1 = x2)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | The horse and the man are outdoors. | 0 | 0.913454 | A horse pulls a wagon means it is outdoors. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists p1 x1 x2 x3.(n_man(x3) & n_horse(x2) & exists x4.((x1 = x4) & n_outdoors(x4)) & subset_of(x3,x1) & subset_of(x2,x1)) | 7b2da49e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_man(x3) & n_horse(x2) & exists x4.(n_outdoors(x4) & (x1 = x4))) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | A man points. | 1 | 0.476018 | A man with his hand in the air not necessarily points. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists x1 x2.(a_topic(x1) & n_point(x1) & of(x1,x2) & n_man(x2)) | 7b2da9d0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x2.(of(x1,x2) & n_point(x1) & n_man(x2) & a_topic(x1)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | A man wears a hat. | 1 | 0.416781 | A man who sits on top of the bale not necessarily wears a hat. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_hat(x2) & n_man(x1)) | 7b2daebc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_wear(e1) & n_man(x1) & n_hat(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A horse pulls a wagon with a bale of hay on top, while a man sits on top of the bale with his hand in the air. | The man owns the wagon | 1 | 0.56732 | Just because a horse pulls a wagon while a man sits on top doesn't imply man owns the wagon. | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(n_air(x9) & exists e2 x6 x7.(in(e2,x9) & with(e2,x8) & on(e2,x7) & of(x7,x3) & n_top(x7) & Actor(e2,x6) & v_sit(e2) & n_man(x6)) & n_hand(x8) & of(x8,x1) & n_male(x1) & n_bale(x3) & n_bale(x3) & while(e1,p1) & on(e1,x5) & n_top(x5) & with(e1,x3) & of(x3,x4) & n_hay(x4) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & n_wagon(x2) & n_horse(x1)) | exists e1 x1 x2.(n_wagon(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_own(e1)) | 7b2db38a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x4 x5 x8 x9.(with(e1,x3) & while(e1,p1) & v_pull(e1) & on(e1,x5) & of(x8,x1) & of(x3,x4) & n_wagon(x2) & n_top(x5) & n_male(x1) & n_horse(x1) & n_hay(x4) & n_hand(x8) & n_bale(x3) & n_air(x9) & exists e2 x6 x7.(with(e2,x8) & v_sit(e2) & on(e2,x7) & of(x7,x3) & n_top(x7) & n_man(x6) & in(e2,x9) & Actor(e2,x6)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_own(e1) & n_wagon(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a blue shirt and red hat riding on the back of a cart filled with hay and pulled by a white horse. | A horse pulls a cart full of hay with a tall man sitting on the back. | 1 | 0.633428 | Not all men are tall. | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(n_back(x16) & n_back(x7) & Actor(e4,x18) & n_horse(x18) & a_white(s5) & Theme(s5,x18) & Theme(e4,x10) & v_pull(e4) & subset_of(x14,x10) & on(x14,x16) & of(x16,x17) & n_cart(x17) & n_riding(x14) & of(x14,x15) & n_hat(x15) & a_red(s4) & Theme(s4,x14) & subset_of(x11,x10) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s3) & Theme(s3,x13) & (x11 = x12) & n_man(x11) & with(e2,x9) & n_hay(x9) & Theme(e2,x1) & v_fill(e2) & subset_of(x5,x1) & on(x5,x7) & of(x7,x8) & n_cart(x8) & n_riding(x5) & of(x5,x6) & n_hat(x6) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_back(x7) & with(e1,x5) & on(e2,x7) & Actor(e2,x6) & v_sit(e2) & (x5 = x6) & n_man(x5) & a_tall(s2) & Theme(s2,x5) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & of(s1,x4) & n_hay(x4) & Theme(s1,x3) & a_full(s1) & (x2 = x3) & n_cart(x2) & n_horse(x1)) | 7b2dbcfe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(with(e2,x9) & v_wear(e3) & v_wear(e1) & v_pull(e4) & v_fill(e2) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x14,x10) & subset_of(x11,x10) & on(x5,x7) & on(x14,x16) & of(x7,x8) & of(x5,x6) & of(x16,x17) & of(x14,x15) & n_shirt(x4) & n_shirt(x13) & n_riding(x5) & n_riding(x14) & n_man(x2) & n_man(x11) & n_horse(x18) & n_hay(x9) & n_hat(x6) & n_hat(x15) & n_cart(x8) & n_cart(x17) & n_back(x7) & n_back(x16) & a_white(s5) & a_red(s4) & a_red(s2) & a_blue(s3) & a_blue(s1) & Theme(s5,x18) & Theme(s4,x14) & Theme(s3,x13) & Theme(s2,x5) & Theme(s1,x4) & Theme(e4,x10) & Theme(e3,x13) & Theme(e2,x1) & Theme(e1,x4) & Actor(e4,x18) & Actor(e3,x12) & Actor(e1,x3) & (x2 = x3) & (x11 = x12)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_sit(e2) & v_pull(e1) & on(e2,x7) & of(s1,x4) & n_man(x5) & n_horse(x1) & n_hay(x4) & n_cart(x2) & n_back(x7) & a_tall(s2) & a_full(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6) & (x2 = x3)) |
||
A man wearing a blue shirt and red hat riding on the back of a cart filled with hay and pulled by a white horse. | The man owns the cart and horse. | 1 | 0.925223 | A man riding on the back of a cart pulled by a horse not necessarily owns the cart and horse. | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(n_back(x16) & n_back(x7) & Actor(e4,x18) & n_horse(x18) & a_white(s5) & Theme(s5,x18) & Theme(e4,x10) & v_pull(e4) & subset_of(x14,x10) & on(x14,x16) & of(x16,x17) & n_cart(x17) & n_riding(x14) & of(x14,x15) & n_hat(x15) & a_red(s4) & Theme(s4,x14) & subset_of(x11,x10) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s3) & Theme(s3,x13) & (x11 = x12) & n_man(x11) & with(e2,x9) & n_hay(x9) & Theme(e2,x1) & v_fill(e2) & subset_of(x5,x1) & on(x5,x7) & of(x7,x8) & n_cart(x8) & n_riding(x5) & of(x5,x6) & n_hat(x6) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 x1 x2 x3 x4.(n_horse(x4) & n_cart(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_own(e1)) | 7b2dc244-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(with(e2,x9) & v_wear(e3) & v_wear(e1) & v_pull(e4) & v_fill(e2) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x14,x10) & subset_of(x11,x10) & on(x5,x7) & on(x14,x16) & of(x7,x8) & of(x5,x6) & of(x16,x17) & of(x14,x15) & n_shirt(x4) & n_shirt(x13) & n_riding(x5) & n_riding(x14) & n_man(x2) & n_man(x11) & n_horse(x18) & n_hay(x9) & n_hat(x6) & n_hat(x15) & n_cart(x8) & n_cart(x17) & n_back(x7) & n_back(x16) & a_white(s5) & a_red(s4) & a_red(s2) & a_blue(s3) & a_blue(s1) & Theme(s5,x18) & Theme(s4,x14) & Theme(s3,x13) & Theme(s2,x5) & Theme(s1,x4) & Theme(e4,x10) & Theme(e3,x13) & Theme(e2,x1) & Theme(e1,x4) & Actor(e4,x18) & Actor(e3,x12) & Actor(e1,x3) & (x2 = x3) & (x11 = x12)) | exists e1 x1 x2 x3 x4.(v_own(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1) & n_horse(x4) & n_cart(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man wearing a blue shirt and red hat riding on the back of a cart filled with hay and pulled by a white horse. | A black horse pulls a cart full of hay with a man sitting on the back. | 2 | 0.014049 | The horse cannot be black and white simultaneously. | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(n_back(x16) & n_back(x7) & Actor(e4,x18) & n_horse(x18) & a_white(s5) & Theme(s5,x18) & Theme(e4,x10) & v_pull(e4) & subset_of(x14,x10) & on(x14,x16) & of(x16,x17) & n_cart(x17) & n_riding(x14) & of(x14,x15) & n_hat(x15) & a_red(s4) & Theme(s4,x14) & subset_of(x11,x10) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s3) & Theme(s3,x13) & (x11 = x12) & n_man(x11) & with(e2,x9) & n_hay(x9) & Theme(e2,x1) & v_fill(e2) & subset_of(x5,x1) & on(x5,x7) & of(x7,x8) & n_cart(x8) & n_riding(x5) & of(x5,x6) & n_hat(x6) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_back(x7) & with(e1,x5) & on(e2,x7) & Actor(e2,x6) & v_sit(e2) & (x5 = x6) & n_man(x5) & Theme(e1,x2) & Actor(e1,x1) & v_pull(e1) & of(s2,x4) & n_hay(x4) & Theme(s2,x3) & a_full(s2) & (x2 = x3) & n_cart(x2) & n_horse(x1) & a_black(s1) & Theme(s1,x1)) | 7b2dc726-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(with(e2,x9) & v_wear(e3) & v_wear(e1) & v_pull(e4) & v_fill(e2) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x14,x10) & subset_of(x11,x10) & on(x5,x7) & on(x14,x16) & of(x7,x8) & of(x5,x6) & of(x16,x17) & of(x14,x15) & n_shirt(x4) & n_shirt(x13) & n_riding(x5) & n_riding(x14) & n_man(x2) & n_man(x11) & n_horse(x18) & n_hay(x9) & n_hat(x6) & n_hat(x15) & n_cart(x8) & n_cart(x17) & n_back(x7) & n_back(x16) & a_white(s5) & a_red(s4) & a_red(s2) & a_blue(s3) & a_blue(s1) & Theme(s5,x18) & Theme(s4,x14) & Theme(s3,x13) & Theme(s2,x5) & Theme(s1,x4) & Theme(e4,x10) & Theme(e3,x13) & Theme(e2,x1) & Theme(e1,x4) & Actor(e4,x18) & Actor(e3,x12) & Actor(e1,x3) & (x2 = x3) & (x11 = x12)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(with(e1,x5) & v_sit(e2) & v_pull(e1) & on(e2,x7) & of(s2,x4) & n_man(x5) & n_horse(x1) & n_hay(x4) & n_cart(x2) & n_back(x7) & a_full(s2) & a_black(s1) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6) & (x2 = x3)) |
||
A man wearing a blue shirt and red hat riding on the back of a cart filled with hay and pulled by a white horse. | A person heading to market with fresh produce to sell. | 1 | 0.680239 | A man riding on the back of a cart is not necessarily heading to market and not necessarily with fresh produce to sell. | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(n_back(x16) & n_back(x7) & Actor(e4,x18) & n_horse(x18) & a_white(s5) & Theme(s5,x18) & Theme(e4,x10) & v_pull(e4) & subset_of(x14,x10) & on(x14,x16) & of(x16,x17) & n_cart(x17) & n_riding(x14) & of(x14,x15) & n_hat(x15) & a_red(s4) & Theme(s4,x14) & subset_of(x11,x10) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s3) & Theme(s3,x13) & (x11 = x12) & n_man(x11) & with(e2,x9) & n_hay(x9) & Theme(e2,x1) & v_fill(e2) & subset_of(x5,x1) & on(x5,x7) & of(x7,x8) & n_cart(x8) & n_riding(x5) & of(x5,x6) & n_hat(x6) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Topic(e1,p1) & exists e2.(Actor(e2,x2) & v_sell(e2)) & with(e1,x5) & n_produce(x5) & a_fresh(s1) & Theme(s1,x5) & to(e1,x4) & n_market(x4) & Actor(e1,x3) & v_head(e1) & (x1 = x3) & (x1 = x2) & n_person(x1)) | 7b2dd9aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(with(e2,x9) & v_wear(e3) & v_wear(e1) & v_pull(e4) & v_fill(e2) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x14,x10) & subset_of(x11,x10) & on(x5,x7) & on(x14,x16) & of(x7,x8) & of(x5,x6) & of(x16,x17) & of(x14,x15) & n_shirt(x4) & n_shirt(x13) & n_riding(x5) & n_riding(x14) & n_man(x2) & n_man(x11) & n_horse(x18) & n_hay(x9) & n_hat(x6) & n_hat(x15) & n_cart(x8) & n_cart(x17) & n_back(x7) & n_back(x16) & a_white(s5) & a_red(s4) & a_red(s2) & a_blue(s3) & a_blue(s1) & Theme(s5,x18) & Theme(s4,x14) & Theme(s3,x13) & Theme(s2,x5) & Theme(s1,x4) & Theme(e4,x10) & Theme(e3,x13) & Theme(e2,x1) & Theme(e1,x4) & Actor(e4,x18) & Actor(e3,x12) & Actor(e1,x3) & (x2 = x3) & (x11 = x12)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(with(e1,x5) & v_head(e1) & to(e1,x4) & n_produce(x5) & n_person(x1) & n_market(x4) & exists e2.(v_sell(e2) & Actor(e2,x2)) & a_topic(x1) & a_fresh(s1) & Topic(e1,p1) & Theme(s1,x5) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
A man wearing a blue shirt and red hat riding on the back of a cart filled with hay and pulled by a white horse. | a man in a blue shirt and red hat is riding on the back of a cart full of hay pulled by a white horse down a dirt road | 1 | 0.890702 | A man riding on the back of a cart pulled by a horse is not necessarily going down a dirt road. | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(n_back(x16) & n_back(x7) & Actor(e4,x18) & n_horse(x18) & a_white(s5) & Theme(s5,x18) & Theme(e4,x10) & v_pull(e4) & subset_of(x14,x10) & on(x14,x16) & of(x16,x17) & n_cart(x17) & n_riding(x14) & of(x14,x15) & n_hat(x15) & a_red(s4) & Theme(s4,x14) & subset_of(x11,x10) & Theme(e3,x13) & Actor(e3,x12) & v_wear(e3) & n_shirt(x13) & a_blue(s3) & Theme(s3,x13) & (x11 = x12) & n_man(x11) & with(e2,x9) & n_hay(x9) & Theme(e2,x1) & v_fill(e2) & subset_of(x5,x1) & on(x5,x7) & of(x7,x8) & n_cart(x8) & n_riding(x5) & of(x5,x6) & n_hat(x6) & a_red(s2) & Theme(s2,x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & n_shirt(x4) & a_blue(s1) & Theme(s1,x4) & (x2 = x3) & n_man(x2)) | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_back(x5) & on(e1,x5) & of(x5,x6) & of(s3,x8) & down(e2,x11) & n_road(x11) & of(x11,x12) & n_dirt(x12) & Actor(e2,x10) & n_horse(x10) & a_white(s4) & Theme(s4,x10) & Theme(e2,x9) & v_pull(e2) & (x8 = x9) & n_hay(x8) & Theme(s3,x7) & a_full(s3) & (x6 = x7) & n_cart(x6) & Actor(e1,x1) & v_ride(e1) & in(x1,x2) & n_hat(x4) & a_red(s2) & Theme(s2,x4) & n_shirt(x3) & a_blue(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | 7b2df6f6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e4 e2 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18.(with(e2,x9) & v_wear(e3) & v_wear(e1) & v_pull(e4) & v_fill(e2) & subset_of(x5,x1) & subset_of(x2,x1) & subset_of(x14,x10) & subset_of(x11,x10) & on(x5,x7) & on(x14,x16) & of(x7,x8) & of(x5,x6) & of(x16,x17) & of(x14,x15) & n_shirt(x4) & n_shirt(x13) & n_riding(x5) & n_riding(x14) & n_man(x2) & n_man(x11) & n_horse(x18) & n_hay(x9) & n_hat(x6) & n_hat(x15) & n_cart(x8) & n_cart(x17) & n_back(x7) & n_back(x16) & a_white(s5) & a_red(s4) & a_red(s2) & a_blue(s3) & a_blue(s1) & Theme(s5,x18) & Theme(s4,x14) & Theme(s3,x13) & Theme(s2,x5) & Theme(s1,x4) & Theme(e4,x10) & Theme(e3,x13) & Theme(e2,x1) & Theme(e1,x4) & Actor(e4,x18) & Actor(e3,x12) & Actor(e1,x3) & (x2 = x3) & (x11 = x12)) | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(v_ride(e1) & v_pull(e2) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x5) & of(x5,x6) & of(x11,x12) & of(s3,x8) & n_shirt(x3) & n_road(x11) & n_man(x1) & n_horse(x10) & n_hay(x8) & n_hat(x4) & n_dirt(x12) & n_cart(x6) & n_back(x5) & in(x1,x2) & down(e2,x11) & a_white(s4) & a_red(s2) & a_full(s3) & a_blue(s1) & Theme(s4,x10) & Theme(s3,x7) & Theme(s2,x4) & Theme(s1,x3) & Theme(e2,x9) & Actor(e2,x10) & Actor(e1,x1) & (x8 = x9) & (x6 = x7)) |
||
A four person band is playing in a church. | A quartet plays at a wedding. | 1 | 0.641997 | Not all bands play at a wedding. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists e1 x1 x2.(at(e1,x2) & n_wedding(x2) & Actor(e1,x1) & v_play(e1) & n_quartet(x1)) | 7b2e8d82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_wedding(x2) & n_quartet(x1) & at(e1,x2) & Actor(e1,x1)) |
||
A four person band is playing in a church. | Musicians are playing music | 0 | 0.920089 | Musicians play in a band. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists e1 x1 x2.(ne_nam_musicians(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2)) | 7b2e92fa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & ne_nam_musicians(x1) & n_music(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A four person band is playing in a church. | The people are religious. | 1 | 0.324756 | Not all people are religious. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists s1 x1.(n_people(x1) & Theme(s1,x1) & a_religious(s1)) | 7b2ea22c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists s1 x1.(n_people(x1) & a_religious(s1) & Theme(s1,x1)) |
||
A four person band is playing in a church. | A boring band. | 1 | 0.5 | Not all bands are boring. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists s1 x1.(a_topic(x1) & n_band(x1) & a_boring(s1) & Theme(s1,x1)) | 7b2ea72c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists s1 x1.(n_band(x1) & a_topic(x1) & a_boring(s1) & Theme(s1,x1)) |
||
A four person band is playing in a church. | a band is playing | 1 | 0.990421 | All inferred, the band is playing. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_band(x1)) | 7b2eb23a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists e1 x1.(v_play(e1) & n_band(x1) & Actor(e1,x1)) |
||
A four person band is playing in a church. | the band is eating | 2 | 0.000002 | they are either playing or eating | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists e1 x1.(n_band(x1) & Actor(e1,x1) & v_eat(e1)) | 7b2eb730-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists e1 x1.(v_eat(e1) & n_band(x1) & Actor(e1,x1)) |
||
A four person band is playing in a church. | The band is playing for a wedding | 1 | 0.630604 | Not all bands play for a wedding. | exists e1 x1 x2 x3.(in(e1,x3) & n_church(x3) & Actor(e1,x1) & v_play(e1) & Time(x1,x2) & n_band(x2) & n_person(x1) & card_eq_4(x1)) | exists e1 x1 x2.(n_band(x1) & for(e1,x2) & n_wedding(x2) & Actor(e1,x1) & v_play(e1)) | 7b2ec68a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_play(e1) & n_person(x1) & n_church(x3) & n_band(x2) & in(e1,x3) & card_eq_4(x1) & Time(x1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_wedding(x2) & n_band(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A man and woman in black coats are outside while it is snowing. | Two people are outdoors. | 0 | -100 | SNOWING HAPPENS OUTDOORS. | exists p1 s1 s2 x1 x2 x3 x4.(exists e1.(Actor(e1,x2) & v_snow(e1)) & n_thing(x2) & while(s2,p1) & Theme(s2,x1) & a_outside(s2) & in(x1,x4) & n_coat(x4) & a_black(s1) & Theme(s1,x4) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_outdoors(x2)) & n_people(x1) & card_eq_2(x1)) | 7b2f760c-e4c8-11ec-9cdd-0242ac1c0002 | exists p1 s1 s2 x1 x2 x3 x4.(while(s2,p1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x3) & n_thing(x2) & n_man(x2) & n_coat(x4) & in(x1,x4) & exists e1.(v_snow(e1) & Actor(e1,x2)) & a_outside(s2) & a_black(s1) & Theme(s2,x1) & Theme(s1,x4)) | exists x1.(n_people(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)) & card_eq_2(x1)) |
||
two men singing in a dark club. | The woman is playing drums. | 2 | -100 | The subject cannot be a single woman and two men simultaneously. | exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_club(x3) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sing(e1) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_drum(x2)) | 7b2f7b3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sing(e1) & n_man(x1) & n_club(x3) & in(e1,x3) & card_eq_2(x1) & a_topic(x1) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_woman(x1) & n_drum(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
two men singing in a dark club. | The men are doing karaoke at the club. | 1 | -100 | The men singing must not be doing Karaoke at the club. | exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_club(x3) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sing(e1) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_club(x3) & n_man(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_karaoke(x2)) | 7b2f80d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sing(e1) & n_man(x1) & n_club(x3) & in(e1,x3) & card_eq_2(x1) & a_topic(x1) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_do(e1) & n_man(x1) & n_karaoke(x2) & n_club(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
two men singing in a dark club. | The men are singing. | 0 | -100 | THE PLACE THEY ARE SINGING IS A DARK CLUB. | exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_club(x3) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & v_sing(e1) & (x1 = x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_sing(e1)) | 7b2f85fc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sing(e1) & n_man(x1) & n_club(x3) & in(e1,x3) & card_eq_2(x1) & a_topic(x1) & a_dark(s1) & Theme(s1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_sing(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man in blue overalls and a yellow hard hat is watching a huge machine work. | The construction worker was working. | 1 | -100 | Not all construction worker is watching a huge machine work. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_watch(e1) & n_work(x5) & of(x5,x6) & n_machine(x6) & a_huge(s4) & Theme(s4,x5) & subset_of(x4,x1) & n_hat(x4) & a_hard(s3) & Theme(s3,x4) & a_yellow(s2) & Theme(s2,x4) & subset_of(x2,x1) & in(x2,x3) & n_overalls(x3) & a_blue(s1) & Theme(s1,x3) & n_man(x2)) | exists e1 x1 x2.(n_worker(x1) & of(x1,x2) & n_construction(x2) & Actor(e1,x1) & v_work(e1)) | 7b2f8b1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_watch(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x5,x6) & n_work(x5) & n_overalls(x3) & n_man(x2) & n_machine(x6) & n_hat(x4) & in(x2,x3) & a_yellow(s2) & a_huge(s4) & a_hard(s3) & a_blue(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists e1 x1 x2.(v_work(e1) & of(x1,x2) & n_worker(x1) & n_construction(x2) & Actor(e1,x1)) |
||
A man in blue overalls and a yellow hard hat is watching a huge machine work. | The lady was at the library. | 2 | -100 | The subject cannot be a man and a lady simultaneously. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_watch(e1) & n_work(x5) & of(x5,x6) & n_machine(x6) & a_huge(s4) & Theme(s4,x5) & subset_of(x4,x1) & n_hat(x4) & a_hard(s3) & Theme(s3,x4) & a_yellow(s2) & Theme(s2,x4) & subset_of(x2,x1) & in(x2,x3) & n_overalls(x3) & a_blue(s1) & Theme(s1,x3) & n_man(x2)) | exists p1 x1 x2.(n_library(x2) & n_lady(x1) & at(x1,x2)) | 7b2f9042-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_watch(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x5,x6) & n_work(x5) & n_overalls(x3) & n_man(x2) & n_machine(x6) & n_hat(x4) & in(x2,x3) & a_yellow(s2) & a_huge(s4) & a_hard(s3) & a_blue(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists x1 x2.(n_library(x2) & n_lady(x1) & at(x1,x2)) |
||
A man in blue overalls and a yellow hard hat is watching a huge machine work. | The construction worker was watching the big crane picking up cement blocks. | 0 | -100 | THE CONSTRUCTION WORKER IS WEARING BLUE OVERALLS AND A YELLOW HARD HAT. A BIG CRANE IS A HUGE MACHINE. | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_watch(e1) & n_work(x5) & of(x5,x6) & n_machine(x6) & a_huge(s4) & Theme(s4,x5) & subset_of(x4,x1) & n_hat(x4) & a_hard(s3) & Theme(s3,x4) & a_yellow(s2) & Theme(s2,x4) & subset_of(x2,x1) & in(x2,x3) & n_overalls(x3) & a_blue(s1) & Theme(s1,x3) & n_man(x2)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(n_crane(x3) & a_big(s1) & Theme(s1,x3) & n_worker(x1) & of(x1,x2) & n_construction(x2) & for(e1,e2) & a_up(s2) & Manner(e2,s2) & Theme(e2,x4) & Actor(e2,x1) & v_pick(e2) & n_block(x4) & of(x4,x5) & n_cement(x5) & Theme(e1,x3) & Actor(e1,x1) & v_watch(e1)) | 7b2f9664-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6.(v_watch(e1) & subset_of(x4,x1) & subset_of(x2,x1) & of(x5,x6) & n_work(x5) & n_overalls(x3) & n_man(x2) & n_machine(x6) & n_hat(x4) & in(x2,x3) & a_yellow(s2) & a_huge(s4) & a_hard(s3) & a_blue(s1) & Theme(s4,x5) & Theme(s3,x4) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_watch(e1) & v_pick(e2) & of(x4,x5) & of(x1,x2) & n_worker(x1) & n_crane(x3) & n_construction(x2) & n_cement(x5) & n_block(x4) & for(e1,e2) & a_up(s2) & a_big(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A family enjoys the outside. | A family is on vacation. | 1 | 0.731068 | Not every family that enjoys the outside is on vacation. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_vacation(x2)) & n_family(x1)) | 7b2f9bbe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_family(x1) & exists x2.(on(x1,x2) & n_vacation(x2))) |
||
A family enjoys the outside. | A family are all in different areas. | 2 | -100 | Enjoys implies they enjoy the outside together. They cannot be together and in different areas simultaneously. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists p1 s1 x1 x3.(n_area(x3) & a_all(s1) & Manner(p1,s1) & exists x2.(in(x1,x2) & -(x2 = x3) & n_area(x2)) & n_family(x1)) | 7b2fa0e6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x3.(n_family(x1) & n_area(x3) & exists x2.(n_area(x2) & in(x1,x2) & -(x2 = x3)) & a_all(s1) & Manner(p1,s1)) |
||
A family enjoys the outside. | There is a group of people outside. | 0 | -100 | THE FAMILY IS A GROUP OF PEOPLE. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists p1 s1 x1.(a_outside(s1) & Manner(p1,s1) & exists x2 x3.((x1 = x2) & of(x2,x3) & n_people(x3) & n_group(x2))) | 7b2fa65e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1.(exists x2 x3.(of(x2,x3) & n_people(x3) & n_group(x2) & (x1 = x2)) & a_outside(s1) & Manner(p1,s1)) |
||
A family enjoys the outside. | A family is having bonding time, playing a game outside, where their favorite place is. | 1 | 0.732411 | Not every family that enjoys the outside is having a bonding time. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists e1 e2 p1 s1 x1 x2 x5.(exists e3 p2 x3 x4.(Theme(e3,x3) & Actor(e3,x2) & v_play(e3) & exists e4.(Actor(e4,x5) & v_be(e4)) & where(x3,p2) & n_outside(x3) & of(x3,x4) & n_game(x4)) & n_place(x5) & a_favorite(s1) & Theme(s1,x5) & of(x5,x1) & n_thing(x1) & Recipient(e2,p1) & Actor(e2,x1) & Topic(e2,x2) & v_have(e2) & n_time(x2) & Actor(e1,x2) & v_bond(e1) & n_family(x1)) | 7b2fab90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 p1 s1 x1 x2 x5.(v_have(e2) & v_bond(e1) & of(x5,x1) & n_time(x2) & n_thing(x1) & n_place(x5) & n_family(x1) & exists e3 p2 x3 x4.(where(x3,p2) & v_play(e3) & of(x3,x4) & n_outside(x3) & n_game(x4) & exists e4.(v_be(e4) & Actor(e4,x5)) & Theme(e3,x3) & Actor(e3,x2)) & a_favorite(s1) & Topic(e2,x2) & Theme(s1,x5) & Recipient(e2,p1) & Actor(e2,x1) & Actor(e1,x2)) |
||
A family enjoys the outside. | A family having fun with a nice picnic. | 1 | 0.551193 | BECAUSE THEY ARE OUTSIDE DOESN'T MEAN THEY ARE HAVING A PICNIC. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & with(e1,x4) & n_picnic(x4) & a_nice(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_have(e1) & n_fun(x3) & (x1 = x2) & n_family(x1)) | 7b2fb0b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_have(e1) & n_picnic(x4) & n_fun(x3) & n_family(x1) & a_topic(x1) & a_nice(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A family enjoys the outside. | A family sitting outside on their porch. | 1 | 0.696135 | OUTSIDE DOESN'T MEAN ON A PORCH. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_porch(x3) & of(x3,x1) & n_thing(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_family(x1)) | 7b2fb5cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x3,x1) & n_thing(x1) & n_porch(x3) & n_family(x1) & a_topic(x1) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) |
||
A family enjoys the outside. | There is a family of five outside playing in the snow. | 1 | 0.650017 | WE DON'T KNOW IF THE FAMILY SIZE IS FIVE. OR THAT THEY ARE PLAYING IN THE SNOW. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists p1 x1 x4.(n_snow(x4) & exists s1 x2 x3.((x1 = x2) & of(x2,x3) & in(x3,x4) & n_playing(x3) & a_outside(s1) & Theme(s1,x3) & card_eq_5(x3) & n_family(x2))) | 7b2fbaf4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 x4.(n_snow(x4) & exists s1 x2 x3.(of(x2,x3) & n_playing(x3) & n_family(x2) & in(x3,x4) & card_eq_5(x3) & a_outside(s1) & Theme(s1,x3) & (x1 = x2))) |
||
A family enjoys the outside. | There is a family having fun outside. | 0 | -100 | ENJOYS MEANS TO BE HAVING FUN. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists p1 x1 e1 x2 x3 x4 x5.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_have(e1) & n_outside(x4) & of(x4,x5) & n_fun(x5) & (x2 = x3) & n_family(x2)) | 7b2fc274-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists x1 e1 x2 x3 x4 x5.(v_have(e1) & of(x4,x5) & n_outside(x4) & n_fun(x5) & n_family(x2) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2)) |
||
A family enjoys the outside. | A family watches TV inside. | 2 | -100 | One cannot be both inside and outside at the same time. | exists e1 x1 x2.(n_outside(x2) & Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_family(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_inside(x2) & of(x2,x3) & n_tv(x3) & n_family(x1)) | 7b2fc7e2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_enjoy(e1) & n_outside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_watch(e1) & of(x2,x3) & n_tv(x3) & n_inside(x2) & n_family(x1) & Theme(e1,x2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.