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 smiling lanky boy is only wearing white shorts while jumping into a natural pond. | A skinny boy wearing shorts jumps into a pond. | 0 | -100 | A boy jumps into a pond. | exists e2 e3 e1 s1 s2 s3 s4 x1 x2 x3.(while(e2,e3) & into(e3,x3) & n_pond(x3) & a_natural(s4) & Theme(s4,x3) & Actor(e3,x1) & v_jump(e3) & a_only(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_shorts(x2) & a_white(s2) & Theme(s2,x2) & n_boy(x1) & a_lanky(s1) & Theme(s1,x1) & Actor(e1,x1) & v_smile(e1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x5) & n_pond(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jump(x3) & of(x3,x4) & n_shorts(x4) & (x1 = x2) & n_boy(x1) & a_skinny(s1) & Theme(s1,x1)) | 79c92a10-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 s3 s4 x1 x2 x3.(while(e2,e3) & v_wear(e2) & v_smile(e1) & v_jump(e3) & n_shorts(x2) & n_pond(x3) & n_boy(x1) & into(e3,x3) & a_white(s2) & a_only(s3) & a_natural(s4) & a_lanky(s1) & Theme(s4,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Manner(e2,s3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_wear(e1) & of(x3,x4) & n_shorts(x4) & n_pond(x5) & n_jump(x3) & n_boy(x1) & into(e1,x5) & a_topic(x1) & a_skinny(s1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A smiling lanky boy is only wearing white shorts while jumping into a natural pond. | A skinny boy wearing shorts jumps into a pond filled with fish. | 1 | -100 | Not every natural pond is filled with fish. | exists e3 e2 e1 s1 s2 s3 s4 x1 x2 x3.(while(e2,e3) & into(e3,x3) & n_pond(x3) & a_natural(s4) & Theme(s4,x3) & Actor(e3,x1) & v_jump(e3) & a_only(s3) & Manner(e2,s3) & Theme(e2,x2) & Actor(e2,x1) & v_wear(e2) & n_shorts(x2) & a_white(s2) & Theme(s2,x2) & n_boy(x1) & a_lanky(s1) & Theme(s1,x1) & Actor(e1,x1) & v_smile(e1)) | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & into(e1,x5) & with(e2,x7) & n_fish(x7) & Theme(e2,x6) & v_fill(e2) & (x5 = x6) & n_pond(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jump(x3) & of(x3,x4) & n_shorts(x4) & (x1 = x2) & n_boy(x1) & a_skinny(s1) & Theme(s1,x1)) | 79c933d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 s1 s2 s3 s4 x1 x2 x3.(while(e2,e3) & v_wear(e2) & v_smile(e1) & v_jump(e3) & n_shorts(x2) & n_pond(x3) & n_boy(x1) & into(e3,x3) & a_white(s2) & a_only(s3) & a_natural(s4) & a_lanky(s1) & Theme(s4,x3) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x2) & Manner(e2,s3) & Actor(e3,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(e2,x7) & v_wear(e1) & v_fill(e2) & of(x3,x4) & n_shorts(x4) & n_pond(x5) & n_jump(x3) & n_fish(x7) & n_boy(x1) & into(e1,x5) & a_topic(x1) & a_skinny(s1) & Theme(s1,x1) & Theme(e2,x6) & Theme(e1,x3) & Actor(e1,x2) & (x5 = x6) & (x1 = x2)) |
||
A man in a blue headband plays tennis. | A man in a red headband is playing football. | 2 | -100 | Blue is not red. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_tennis(x3) & in(x1,x2) & n_headband(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_football(x3) & in(x1,x2) & n_headband(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | 79c93df2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_man(x1) & n_headband(x2) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & n_man(x1) & n_headband(x2) & n_football(x3) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man in a blue headband plays tennis. | A man is playing tennis competitively. | 1 | -100 | Not everyone playing tennis is playing it competitively. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_tennis(x3) & in(x1,x2) & n_headband(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(a_competitively(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_man(x1)) | 79c9472a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_man(x1) & n_headband(x2) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_play(e1) & n_tennis(x2) & n_man(x1) & a_competitively(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man in a blue headband plays tennis. | Someone is paying a sport. | 0 | -100 | Tennis is a type of sport, and there is a man playing tennis. | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_tennis(x3) & in(x1,x2) & n_headband(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_pay(e1) & n_sport(x2) & n_person(x1)) | 79c9535a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_man(x1) & n_headband(x2) & in(x1,x2) & a_blue(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_pay(e1) & n_sport(x2) & n_person(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A girl is laying in the grass and a man is sitting on a rock. | The people are inside. | 2 | -100 | Grass and rocks are not inside. | exists e1 e2 x1 x2 x3 x4.(n_grass(x2) & on(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_sit(e2) & n_man(x3) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists e1 s1 x1.(n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1)) | 79c95e7c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_sit(e2) & v_lay(e1) & on(e2,x4) & n_rock(x4) & n_man(x3) & n_grass(x2) & n_girl(x1) & in(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1.(v_be(e1) & n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A girl is laying in the grass and a man is sitting on a rock. | The people are on a date. | 1 | -100 | A girl and man sitting on a rock aren't necessarily on a date. | exists e1 e2 x1 x2 x3 x4.(n_grass(x2) & on(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_sit(e2) & n_man(x3) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists p1 x1.(n_people(x1) & exists x2.(on(x1,x2) & n_date(x2))) | 79c96908-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_sit(e2) & v_lay(e1) & on(e2,x4) & n_rock(x4) & n_man(x3) & n_grass(x2) & n_girl(x1) & in(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(on(x1,x2) & n_date(x2))) |
||
A girl is laying in the grass and a man is sitting on a rock. | The people are outdoors. | 0 | -100 | Grass and rock implies being outdoors, there are people outdoors. | exists e2 e1 x1 x2 x3 x4.(n_grass(x2) & on(e2,x4) & n_rock(x4) & Actor(e2,x3) & v_sit(e2) & n_man(x3) & in(e1,x2) & Actor(e1,x1) & v_lay(e1) & n_girl(x1)) | exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_outdoors(x2))) | 79c97362-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_sit(e2) & v_lay(e1) & on(e2,x4) & n_rock(x4) & n_man(x3) & n_grass(x2) & n_girl(x1) & in(e1,x2) & Actor(e2,x3) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(n_outdoors(x2) & (x1 = x2))) |
||
Closeup of a man running with a tennis racket | A man is carrying a basketball. | 2 | -100 | A man running with a tennis racket can not be carrying a basketball at the same time. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & with(e1,x4) & n_racket(x4) & of(x4,x5) & n_tennis(x5) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_man(x2) & n_closeup(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_carry(e1) & n_basketball(x2) & n_man(x1)) | 79c99d06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x4,x5) & of(x1,x2) & n_tennis(x5) & n_racket(x4) & n_man(x2) & n_closeup(x1) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_carry(e1) & n_man(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Closeup of a man running with a tennis racket | A man is holding a tennis racket. | 0 | -100 | A man holding a tennis racket is running. The repetition of the tennis racket and the word man indicates the action and subject are the same in both sentences. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & with(e1,x4) & n_racket(x4) & of(x4,x5) & n_tennis(x5) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_man(x2) & n_closeup(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_racket(x2) & of(x2,x3) & n_tennis(x3) & n_man(x1)) | 79c9aac6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x4,x5) & of(x1,x2) & n_tennis(x5) & n_racket(x4) & n_man(x2) & n_closeup(x1) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x2,x3) & n_tennis(x3) & n_racket(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Closeup of a man running with a tennis racket | A man is playing tennis. | 1 | -100 | Just because a man is running with a tennis racket doesn't mean he is playing tennis. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & of(x1,x2) & with(e1,x4) & n_racket(x4) & of(x4,x5) & n_tennis(x5) & Actor(e1,x3) & v_run(e1) & (x2 = x3) & n_man(x2) & n_closeup(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_man(x1)) | 79c9b548-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x4,x5) & of(x1,x2) & n_tennis(x5) & n_racket(x4) & n_man(x2) & n_closeup(x1) & a_topic(x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A little boy in a superman shirt is flicking water droplets with his fingers. | w | 2 | -100 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & n_finger(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x4) & Actor(e1,x1) & v_flick(e1) & n_droplet(x4) & of(x4,x5) & n_water(x5) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_superman(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists x1.(a_topic(x1) & n_w(x1)) | 79c9c01a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_flick(e1) & of(x6,x1) & of(x4,x5) & of(x2,x3) & n_water(x5) & n_superman(x3) & n_shirt(x2) & n_male(x1) & n_finger(x6) & n_droplet(x4) & n_boy(x1) & in(x1,x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists x1.(n_w(x1) & a_topic(x1)) |
|||
A little boy in a superman shirt is flicking water droplets with his fingers. | The boy | 0 | -100 | A boy is flicking water. | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & n_finger(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x4) & Actor(e1,x1) & v_flick(e1) & n_droplet(x4) & of(x4,x5) & n_water(x5) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_superman(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists x1.(n_boy(x1) & a_topic(x1)) | 79c9cb1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_flick(e1) & of(x6,x1) & of(x4,x5) & of(x2,x3) & n_water(x5) & n_superman(x3) & n_shirt(x2) & n_male(x1) & n_finger(x6) & n_droplet(x4) & n_boy(x1) & in(x1,x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists x1.(n_boy(x1) & a_topic(x1)) |
||
A little boy in a superman shirt is flicking water droplets with his fingers. | who | 1 | -100 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & n_finger(x6) & of(x6,x1) & n_male(x1) & Theme(e1,x4) & Actor(e1,x1) & v_flick(e1) & n_droplet(x4) & of(x4,x5) & n_water(x5) & in(x1,x2) & n_shirt(x2) & of(x2,x3) & n_superman(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists x1.(a_topic(x1) & n_who(x1)) | 79c9d596-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_flick(e1) & of(x6,x1) & of(x4,x5) & of(x2,x3) & n_water(x5) & n_superman(x3) & n_shirt(x2) & n_male(x1) & n_finger(x6) & n_droplet(x4) & n_boy(x1) & in(x1,x2) & a_little(s1) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x1)) | exists x1.(n_who(x1) & a_topic(x1)) |
|||
A tennis player is running across the court with a racquet in his hand. | A person holding an object. | 0 | -100 | A tennis player is a person, and he is holding a racquet which is an object. | exists e1 x1 x2 x3 x4 x5.(n_hand(x5) & of(x5,x3) & n_male(x3) & n_court(x3) & with(e1,x4) & in(x4,x5) & n_racquet(x4) & across(e1,x3) & Actor(e1,x1) & v_run(e1) & n_player(x1) & of(x1,x2) & n_tennis(x2)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_object(x3) & (x1 = x2) & n_person(x1)) | 79c9df82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x5,x3) & of(x1,x2) & n_tennis(x2) & n_racquet(x4) & n_player(x1) & n_male(x3) & n_hand(x5) & n_court(x3) & in(x4,x5) & across(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & n_person(x1) & n_object(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A tennis player is running across the court with a racquet in his hand. | A man playing tennis. | 1 | -100 | Just because a player is running across the court doesn't mean he is playing tennis. | exists e1 x1 x2 x3 x4 x5.(n_hand(x5) & of(x5,x3) & n_male(x3) & n_court(x3) & with(e1,x4) & in(x4,x5) & n_racquet(x4) & across(e1,x3) & Actor(e1,x1) & v_run(e1) & n_player(x1) & of(x1,x2) & n_tennis(x2)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_tennis(x3) & (x1 = x2) & n_man(x1)) | 79c9e950-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x5,x3) & of(x1,x2) & n_tennis(x2) & n_racquet(x4) & n_player(x1) & n_male(x3) & n_hand(x5) & n_court(x3) & in(x4,x5) & across(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_man(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A tennis player is running across the court with a racquet in his hand. | A handball player sits on the court. | 2 | -100 | When a player is running across the court, he is not sitting on the court. A racquet is not a handball. | exists e1 x1 x2 x3 x4 x5.(n_hand(x5) & of(x5,x3) & n_male(x3) & n_court(x3) & with(e1,x4) & in(x4,x5) & n_racquet(x4) & across(e1,x3) & Actor(e1,x1) & v_run(e1) & n_player(x1) & of(x1,x2) & n_tennis(x2)) | exists e1 x1 x2 x3.(n_court(x3) & on(e1,x3) & Actor(e1,x1) & v_sit(e1) & n_player(x1) & of(x1,x2) & n_handball(x2)) | 79c9f436-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5.(with(e1,x4) & v_run(e1) & of(x5,x3) & of(x1,x2) & n_tennis(x2) & n_racquet(x4) & n_player(x1) & n_male(x3) & n_hand(x5) & n_court(x3) & in(x4,x5) & across(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & of(x1,x2) & n_player(x1) & n_handball(x2) & n_court(x3) & Actor(e1,x1)) |
||
A couple shopping for plants and flowers. | A couple shops for flowers. | 0 | -100 | couples are shopping and they shops for plants and flowers | exists x1 x2 x3 x4 x5.(a_topic(x1) & for(x1,x3) & n_flower(x5) & n_plant(x4) & subset_of(x5,x3) & subset_of(x4,x3) & n_shopping(x1) & of(x1,x2) & n_couple(x2)) | exists x1 x2 x3.(a_topic(x1) & for(x1,x3) & n_flower(x3) & n_shop(x1) & of(x1,x2) & n_couple(x2)) | 79ca00ac-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_shopping(x1) & n_plant(x4) & n_flower(x5) & n_couple(x2) & for(x1,x3) & a_topic(x1)) | exists x1 x2 x3.(of(x1,x2) & n_shop(x1) & n_flower(x3) & n_couple(x2) & for(x1,x3) & a_topic(x1)) |
||
A couple shopping for plants and flowers. | A couple is buying plants for their garden. | 1 | -100 | Couples can buy plants and flowers for things other than their garden. | exists x1 x2 x3 x4 x5.(a_topic(x1) & for(x1,x3) & n_flower(x5) & n_plant(x4) & subset_of(x5,x3) & subset_of(x4,x3) & n_shopping(x1) & of(x1,x2) & n_couple(x2)) | exists e1 x1 x2 x3.(for(e1,x3) & n_garden(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_plant(x2) & n_couple(x1)) | 79ca0b9c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_shopping(x1) & n_plant(x4) & n_flower(x5) & n_couple(x2) & for(x1,x3) & a_topic(x1)) | exists e1 x1 x2 x3.(v_buy(e1) & of(x3,x1) & n_thing(x1) & n_plant(x2) & n_garden(x3) & n_couple(x1) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A couple shopping for plants and flowers. | A couple is digging a garden to plant their seeds. | 2 | -100 | A couple shopping can not also be digging at the same time. | exists x1 x2 x3 x4 x5.(a_topic(x1) & for(x1,x3) & n_flower(x5) & n_plant(x4) & subset_of(x5,x3) & subset_of(x4,x3) & n_shopping(x1) & of(x1,x2) & n_couple(x2)) | exists e1 p1 x1 x2 x3 x4.(Topic(e1,p1) & exists e2.(Theme(e2,x4) & Actor(e2,x1) & v_plant(e2)) & n_seed(x4) & of(x4,x1) & n_thing(x1) & Theme(e1,x3) & Actor(e1,x2) & v_dig(e1) & n_garden(x3) & n_couple(x2) & n_couple(x1)) | 79ca1718-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & of(x1,x2) & n_shopping(x1) & n_plant(x4) & n_flower(x5) & n_couple(x2) & for(x1,x3) & a_topic(x1)) | exists e1 p1 x1 x2 x3 x4.(v_dig(e1) & of(x4,x1) & n_thing(x1) & n_seed(x4) & n_garden(x3) & n_couple(x2) & n_couple(x1) & exists e2.(v_plant(e2) & Theme(e2,x4) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x3) & Actor(e1,x2)) |
||
This man, wearing a blue headband and white shirt, is playing tennis. | a mean in a headband is playing tennis | 0 | -100 | man playing tennis is wearing a headband | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_tennis(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x5) & a_white(s2) & Theme(s2,x5) & n_headband(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_play(e1) & n_tennis(x3) & in(x1,x2) & n_headband(x2) & n_mean(x1)) | 79ca21ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_play(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_tennis(x6) & n_shirt(x5) & n_man(x1) & n_headband(x4) & a_white(s2) & a_blue(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_play(e1) & n_tennis(x3) & n_mean(x1) & n_headband(x2) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
This man, wearing a blue headband and white shirt, is playing tennis. | a man is playing basketball | 2 | -100 | The man can not be playing tennis and playing basketball simultaneously. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_tennis(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x5) & a_white(s2) & Theme(s2,x5) & n_headband(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_man(x1)) | 79ca2c9e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_play(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_tennis(x6) & n_shirt(x5) & n_man(x1) & n_headband(x4) & a_white(s2) & a_blue(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
This man, wearing a blue headband and white shirt, is playing tennis. | a man wearing red shoes is playing tennis | 1 | -100 | The information that he's wearing a headband and white shirt doesn't reveal that he's wearing red shoes. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_man(x1) & Theme(e2,x6) & Actor(e2,x1) & v_play(e2) & n_tennis(x6) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x5) & a_white(s2) & Theme(s2,x5) & n_headband(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_blue(s1) & Theme(s1,x3) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_play(e2) & n_tennis(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shoe(x3) & a_red(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 79ca36bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_wear(e1) & v_play(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_tennis(x6) & n_shirt(x5) & n_man(x1) & n_headband(x4) & a_white(s2) & a_blue(s1) & Theme(s2,x5) & Theme(s1,x3) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) | exists e2 e1 s1 x1 x2 x3 x4.(v_wear(e1) & v_play(e2) & n_tennis(x4) & n_shoe(x3) & n_man(x1) & a_red(s1) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A woman weaves the cloth of her native culture. | The woman is using pastel colors. | 1 | -100 | Not every cloth of a native culture is woven using pastel colors. | exists e1 s1 x1 x2 x3.(n_culture(x3) & a_native(s1) & Theme(s1,x3) & of(x3,x2) & n_female(x2) & n_cloth(x2) & Theme(e1,x2) & Actor(e1,x1) & v_weave(e1) & of(x2,x3) & n_woman(x1)) | exists e1 x1 x2 x3.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_color(x2) & of(x2,x3) & n_pastel(x3)) | 79ca42ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_weave(e1) & of(x3,x2) & of(x2,x3) & n_woman(x1) & n_female(x2) & n_culture(x3) & n_cloth(x2) & a_native(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_use(e1) & of(x2,x3) & n_woman(x1) & n_pastel(x3) & n_color(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman weaves the cloth of her native culture. | The woman is cutting squares for a patchwork quilt. | 2 | -100 | A woman when she weaves cloth is not cutting squares. She is weaving cloth of he native culture hen she is not making a patchwork quilt. | exists e1 s1 x1 x2 x3.(n_culture(x3) & a_native(s1) & Theme(s1,x3) & of(x3,x2) & n_female(x2) & n_cloth(x2) & Theme(e1,x2) & Actor(e1,x1) & v_weave(e1) & of(x2,x3) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(n_woman(x1) & for(e1,x3) & n_quilt(x3) & of(x3,x4) & n_patchwork(x4) & Theme(e1,x2) & Actor(e1,x1) & v_cut(e1) & n_square(x2)) | 79ca4dfa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_weave(e1) & of(x3,x2) & of(x2,x3) & n_woman(x1) & n_female(x2) & n_culture(x3) & n_cloth(x2) & a_native(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_cut(e1) & of(x3,x4) & n_woman(x1) & n_square(x2) & n_quilt(x3) & n_patchwork(x4) & for(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a yellow shirt walking by a parking lot. | The woman is walking the parking lot. | 0 | -100 | woman in a yellow shirt walking can also be said as woman is walking | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & by(x1,x4) & n_lot(x4) & of(x4,x5) & n_parking(x5) & in(x1,x2) & n_walking(x2) & of(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_lot(x2) & of(x2,x3) & n_parking(x3) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1)) | 79ca65a6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_woman(x1) & n_walking(x2) & n_shirt(x3) & n_parking(x5) & n_lot(x4) & in(x1,x2) & by(x1,x4) & a_yellow(s1) & a_topic(x1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_walk(e1) & of(x2,x3) & n_woman(x1) & n_parking(x3) & n_lot(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman in a yellow shirt walking by a parking lot. | The lot is at the grocery store. | 1 | -100 | Not every lot is a grocery store. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & by(x1,x4) & n_lot(x4) & of(x4,x5) & n_parking(x5) & in(x1,x2) & n_walking(x2) & of(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x2) & n_woman(x1)) | exists p1 x1 x2 x3.(n_store(x2) & of(x2,x3) & n_grocery(x3) & n_lot(x1) & at(x1,x2)) | 79ca70d2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_woman(x1) & n_walking(x2) & n_shirt(x3) & n_parking(x5) & n_lot(x4) & in(x1,x2) & by(x1,x4) & a_yellow(s1) & a_topic(x1) & Theme(s1,x2)) | exists x1 x2 x3.(of(x2,x3) & n_store(x2) & n_lot(x1) & n_grocery(x3) & at(x1,x2)) |
||
A woman in a yellow shirt walking by a parking lot. | The woman is driving the UPS truck. | 2 | -100 | A woman can not be walking and driving at the same time. If she is walking by a parking lot then she is not in the UPS truck. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & by(x1,x4) & n_lot(x4) & of(x4,x5) & n_parking(x5) & in(x1,x2) & n_walking(x2) & of(x2,x3) & n_shirt(x3) & a_yellow(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_truck(x2) & (x2 = x3) & ne_org_ups(x3) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_drive(e1)) | 79ca797e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(of(x4,x5) & of(x2,x3) & n_woman(x1) & n_walking(x2) & n_shirt(x3) & n_parking(x5) & n_lot(x4) & in(x1,x2) & by(x1,x4) & a_yellow(s1) & a_topic(x1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_drive(e1) & ne_org_ups(x3) & n_woman(x1) & n_truck(x2) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3)) |
||
A woman in a pink shirt is weaving a beautiful fabric. | The woman knows how to weave. | 0 | -100 | woman weaving fabric because she knows how to weave | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_weave(e1) & n_fabric(x3) & a_beautiful(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Topic(e1,x2) & Actor(e1,x1) & v_know(e1) & n_manner(x2) & exists e2 x3.(Actor(e2,x3) & v_weave(e2))) | 79ca80a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_weave(e1) & n_woman(x1) & n_shirt(x2) & n_fabric(x3) & in(x1,x2) & a_pink(s1) & a_beautiful(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_know(e1) & n_woman(x1) & n_manner(x2) & exists e2 x3.(v_weave(e2) & Actor(e2,x3)) & Topic(e1,x2) & Actor(e1,x1)) |
||
A woman in a pink shirt is weaving a beautiful fabric. | The woman is not wearing a shirt. | 2 | -100 | A woman in a pink shirt is wearing it. It can not be true that she is not wearing a shirt. | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_weave(e1) & n_fabric(x3) & a_beautiful(s2) & Theme(s2,x3) & in(x1,x2) & n_shirt(x2) & a_pink(s1) & Theme(s1,x2) & n_woman(x1)) | exists x1.(n_woman(x1) & -exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2))) | 79ca8e82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_weave(e1) & n_woman(x1) & n_shirt(x2) & n_fabric(x3) & in(x1,x2) & a_pink(s1) & a_beautiful(s2) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) | exists x1.(n_woman(x1) & all e1 x2.(-v_wear(e1) | -n_shirt(x2) | -Theme(e1,x2) | -Actor(e1,x1))) |
||
An Indian woman in a pink shirt weaving tapestries. | A woman is performing at an art demonstration. | 1 | -100 | not every woman is indian. | exists e1 s1 s2 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_weave(e1) & n_tapestry(x4) & (x1 = x3) & in(x1,x2) & n_shirt(x2) & a_pink(s2) & Theme(s2,x2) & n_woman(x1) & a_indian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(at(e1,x2) & n_demonstration(x2) & of(x2,x3) & n_art(x3) & Actor(e1,x1) & v_perform(e1) & n_woman(x1)) | 79ca9fbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_weave(e1) & n_woman(x1) & n_tapestry(x4) & n_shirt(x2) & in(x1,x2) & a_topic(x1) & a_pink(s2) & a_indian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_woman(x1) & n_demonstration(x2) & n_art(x3) & at(e1,x2) & Actor(e1,x1)) |
||
A young woman in a pink shirt is sitting on a porch, weaving with a loom. | A young woman in a pink shirt is sitting on a porch making a rug. | 1 | -100 | NOt all rug are made with a loom. | exists e1 e2 s1 s2 x1 x2 x3 x4.(for(e1,e2) & with(e2,x4) & n_loom(x4) & Actor(e2,x1) & v_weave(e2) & on(e1,x3) & n_porch(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_pink(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4.(for(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_make(e2) & n_rug(x4) & on(e1,x3) & n_porch(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_pink(s2) & Theme(s2,x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 79caaa48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4.(with(e2,x4) & v_weave(e2) & v_sit(e1) & on(e1,x3) & n_woman(x1) & n_shirt(x2) & n_porch(x3) & n_loom(x4) & in(x1,x2) & for(e1,e2) & a_young(s1) & a_pink(s2) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x1) & Actor(e1,x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4.(v_sit(e1) & v_make(e2) & on(e1,x3) & n_woman(x1) & n_shirt(x2) & n_rug(x4) & n_porch(x3) & in(x1,x2) & for(e1,e2) & a_young(s1) & a_pink(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) |
||
A young child stands inside of a wooden stool. | A man is climbing a ladder. | 2 | -100 | A young child is not a man. | exists e1 s1 s2 s3 x1 x2.(of(e1,x2) & n_stool(x2) & a_wooden(s3) & Theme(s3,x2) & a_inside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_stand(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_ladder(x2) & n_man(x1)) | 79cabcfe-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2.(v_stand(e1) & of(e1,x2) & n_stool(x2) & n_child(x1) & a_young(s1) & a_wooden(s3) & a_inside(s2) & Theme(s3,x2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1)) | exists e1 x1 x2.(v_climb(e1) & n_man(x1) & n_ladder(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | The two brothers stare up at the sun | 1 | 0.000256 | all kids are not brothers. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_sun(x2) & n_brother(x1) & card_eq_2(x1) & at(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stare(e1)) | 79caf98a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_stare(e1) & n_sun(x2) & n_brother(x1) & card_eq_2(x1) & at(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | Two boys waiting for dinner | 1 | 0.038512 | all boys are not kids. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & for(e1,x3) & n_dinner(x3) & Actor(e1,x2) & v_wait(e1) & (x1 = x2) & n_boy(x1) & card_eq_2(x1)) | 79cb0178-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_wait(e1) & n_dinner(x3) & n_boy(x1) & for(e1,x3) & card_eq_2(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | Two kids are happily looking up. | 1 | 0.54574 | all kids are not happily. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 s1 s2 x1.(a_happily(s2) & Manner(e1,s2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | 79cb0e2a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 s1 s2 x1.(v_look(e1) & n_kid(x1) & card_eq_2(x1) & a_up(s1) & a_happily(s2) & Manner(e1,s2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | A shirtless kid stars upwards near another child | 0 | 0.941663 | two kids are playing with a stool one kid looking upwards under the stool on his head | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists s1 x1 x2 x3 x4.(n_child(x3) & a_topic(x1) & n_upwards(x1) & near(x1,x4) & n_child(x4) & -(x4 = x3) & n_star(x1) & of(x1,x2) & n_kid(x2) & a_shirtless(s1) & Theme(s1,x1)) | 79cb1370-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists s1 x1 x2 x3 x4.(of(x1,x2) & near(x1,x4) & n_upwards(x1) & n_star(x1) & n_kid(x2) & n_child(x4) & n_child(x3) & a_topic(x1) & a_shirtless(s1) & Theme(s1,x1) & -(x4 = x3)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | two kids see a plane | 1 | 0.51109 | the kids do not necessarily see a plane | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_see(e1) & n_plane(x2) & n_kid(x1) & card_eq_2(x1)) | 79cb1dd4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_see(e1) & n_plane(x2) & n_kid(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | Two kids are looking down. | 2 | 0.000001 | One cannot be looking up and looking down simultaneously. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_down(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | 79cb3134-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_look(e1) & n_kid(x1) & exists s1.(a_down(s1) & Theme(s1,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | Two kids are looking down. | 2 | 0.000001 | One cannot be looking up and looking down simultaneously. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_down(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | 79cb367a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists e1 p1 x1.(v_look(e1) & n_kid(x1) & exists s1.(a_down(s1) & Theme(s1,x1)) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two kids are looking up, one has no shirt and the other has on a white shirt with a stool on his head. | One boy is shirtless. | 1 | 1 | one is not necessarily a boy | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(n_head(x6) & of(x6,x3) & n_male(x3) & n_other(x3) & on(e2,x4) & with(x4,x5) & on(x5,x6) & n_stool(x5) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & Actor(e2,x3) & v_have(e2) & -exists e3 x7.(Theme(e3,x7) & Actor(e3,x2) & v_have(e3) & n_shirt(x7)) & n_thing(x2) & card_eq_1(x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_look(e1) & n_kid(x1) & card_eq_2(x1)) | exists s1 x1.(Theme(s1,x1) & a_shirtless(s1) & n_boy(x1) & card_eq_1(x1)) | 79cb49e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_look(e1) & v_have(e2) & on(x5,x6) & on(e2,x4) & of(x6,x3) & n_thing(x2) & n_stool(x5) & n_shirt(x4) & n_other(x3) & n_male(x3) & n_kid(x1) & n_head(x6) & card_eq_2(x1) & card_eq_1(x2) & all e3 x7.(-v_have(e3) | -n_shirt(x7) | -Theme(e3,x7) | -Actor(e3,x2)) & a_white(s2) & a_up(s1) & Theme(s2,x4) & Manner(e1,s1) & Actor(e2,x3) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & card_eq_1(x1) & a_shirtless(s1) & Theme(s1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | The men are getting ready to dance on the wooden floor. | 1 | 0.651874 | Just because a group of men in reflective gear are holding light sticks while standing on a wooden floor does not mean they are getting ready to dance. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists e1 p1 s2 x1 x2.(n_floor(x2) & a_wooden(s2) & Theme(s2,x2) & n_man(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(on(e2,x2) & Actor(e2,x1) & v_dance(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 79cc7260-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists e1 p1 s2 x1 x2.(v_get(e1) & n_man(x1) & n_floor(x2) & exists p2 s1.(exists e2.(v_dance(e2) & on(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & a_wooden(s2) & Topic(e1,p1) & Theme(s2,x2) & Actor(e1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | The group of men are fixing the broken wooden floor. | 1 | 0.596365 | The wooden floor might not be broken. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists e1 s1 s2 x1 x2 x3.(n_floor(x3) & a_wooden(s2) & Theme(s2,x3) & a_broken(s1) & Theme(s1,x3) & n_group(x1) & Theme(e1,x3) & Actor(e1,x1) & v_fix(e1) & of(x1,x2) & n_man(x2)) | 79cc8a5c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists e1 s1 s2 x1 x2 x3.(v_fix(e1) & of(x1,x2) & n_man(x2) & n_group(x1) & n_floor(x3) & a_wooden(s2) & a_broken(s1) & Theme(s2,x3) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | Some men in safety gear are outside at night. | 1 | 0.762299 | Not all reflective gear are safety gear. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists s1 x1 x2 x3 x4.(at(s1,x4) & n_night(x4) & Theme(s1,x1) & a_outside(s1) & in(x1,x2) & n_gear(x2) & of(x2,x3) & n_safety(x3) & n_man(x1)) | 79cc98bc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists s1 x1 x2 x3 x4.(of(x2,x3) & n_safety(x3) & n_night(x4) & n_man(x1) & n_gear(x2) & in(x1,x2) & at(s1,x4) & a_outside(s1) & Theme(s1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | A group of explorers are wearing reflective gear and holding light sticks to help on their expedition. | 1 | 0.603927 | They might not be there to help on their expedition. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(Topic(e2,p1) & exists e3.(on(e3,x9) & Actor(e3,x4) & v_help(e3)) & n_expedition(x9) & of(x9,x1) & n_thing(x1) & Theme(e2,x8) & Actor(e2,x6) & v_hold(e2) & n_stick(x8) & a_light(s2) & Theme(s2,x8) & of(x6,x7) & n_explorer(x7) & n_group(x6) & of(x4,x5) & n_explorer(x5) & n_group(x4) & Theme(e1,x3) & Actor(e1,x1) & v_wear(e1) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & of(x1,x2) & n_explorer(x2) & n_group(x1)) | 79cc9d62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(v_wear(e1) & v_hold(e2) & of(x9,x1) & of(x6,x7) & of(x4,x5) & of(x1,x2) & n_thing(x1) & n_stick(x8) & n_group(x6) & n_group(x4) & n_group(x1) & n_gear(x3) & n_explorer(x7) & n_explorer(x5) & n_explorer(x2) & n_expedition(x9) & exists e3.(v_help(e3) & on(e3,x9) & Actor(e3,x4)) & a_reflective(s1) & a_light(s2) & Topic(e2,p1) & Theme(s2,x8) & Theme(s1,x3) & Theme(e2,x8) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | The men are all in college together. | 1 | 0.52288 | The men might never have been to any college. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists s1 s2 x1 x2.(n_man(x1) & in(s1,x2) & n_college(x2) & a_all(s2) & Manner(s1,s2) & Theme(s1,x1) & a_together(s1)) | 79cca212-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists s1 s2 x1 x2.(n_man(x1) & n_college(x2) & in(s1,x2) & a_together(s1) & a_all(s2) & Theme(s1,x1) & Manner(s1,s2)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | The group of men are holding light sticks. | 0 | 0.967411 | People in reflective gear who holds light sticks while standing on a wooden floor has outdoor lighting. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists e1 s1 x1 x2 x3.(n_group(x1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_stick(x3) & a_light(s1) & Theme(s1,x3) & of(x1,x2) & n_man(x2)) | 79cca6b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists e1 s1 x1 x2 x3.(v_hold(e1) & of(x1,x2) & n_stick(x3) & n_man(x2) & n_group(x1) & a_light(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of men in reflective gear are holding light sticks while standing on a wooden floor that has outdoor lighting. | Two women are laying out in the sun by the pool. | 2 | 0.000001 | Men are male and women are female and you cannot be both genders at the same time. | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & on(e2,x5) & Theme(e3,x7) & Actor(e3,x6) & v_have(e3) & n_lighting(x7) & a_outdoor(s4) & Theme(s4,x7) & (x5 = x6) & n_floor(x5) & a_wooden(s3) & Theme(s3,x5) & Actor(e2,x1) & v_stand(e2) & Theme(e1,x4) & Actor(e1,x1) & v_hold(e1) & n_stick(x4) & a_light(s2) & Theme(s2,x4) & of(x1,x2) & in(x2,x3) & n_gear(x3) & a_reflective(s1) & Theme(s1,x3) & n_man(x2) & n_group(x1)) | exists e1 s1 x1 x2 x3.(n_pool(x3) & n_sun(x2) & by(e1,x3) & in(e1,x2) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_lay(e1) & n_woman(x1) & card_eq_2(x1)) | 79ccb554-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(while(e1,e2) & v_stand(e2) & v_hold(e1) & v_have(e3) & on(e2,x5) & of(x1,x2) & n_stick(x4) & n_man(x2) & n_lighting(x7) & n_group(x1) & n_gear(x3) & n_floor(x5) & in(x2,x3) & a_wooden(s3) & a_reflective(s1) & a_outdoor(s4) & a_light(s2) & Theme(s4,x7) & Theme(s3,x5) & Theme(s2,x4) & Theme(s1,x3) & Theme(e3,x7) & Theme(e1,x4) & Actor(e3,x6) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x6)) | exists e1 s1 x1 x2 x3.(v_lay(e1) & n_woman(x1) & n_sun(x2) & n_pool(x3) & in(e1,x2) & card_eq_2(x1) & by(e1,x3) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Asian religious members wearing dark red garb are at an open air market conversing with patron of a vegetable stand. | Few asian members conversing for a vegetable stand | 1 | -100 | asian members conversing with a patron of the vegetable stand does not imply they are conversing for the stand. | exists e1 p1 s1 s2 s3 s4 x1 x2 x3.(exists s5 s6 x4 x5 x6 x7 x8.(at(x1,x4) & with(x4,x7) & of(x7,x8) & n_stand(x8) & a_vegetable(s6) & Theme(s6,x8) & n_patron(x7) & n_conversing(x4) & of(x4,x6) & n_market(x6) & of(x4,x5) & n_air(x5) & a_open(s5) & Theme(s5,x4)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_garb(x3) & a_red(s4) & Theme(s4,x3) & a_dark(s3) & Theme(s3,x3) & (x1 = x2) & n_member(x1) & a_religious(s2) & Theme(s2,x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2 x3.(a_topic(x1) & for(e1,x3) & n_stand(x3) & a_vegetable(s3) & Theme(s3,x3) & Actor(e1,x2) & v_converse(e1) & (x1 = x2) & n_member(x1) & a_asian(s2) & Theme(s2,x1) & a_few(s1) & Theme(s1,x1)) | 79cd9e60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3.(v_wear(e1) & n_member(x1) & n_garb(x3) & exists s5 s6 x4 x5 x6 x7 x8.(with(x4,x7) & of(x7,x8) & of(x4,x6) & of(x4,x5) & n_stand(x8) & n_patron(x7) & n_market(x6) & n_conversing(x4) & n_air(x5) & at(x1,x4) & a_vegetable(s6) & a_open(s5) & Theme(s6,x8) & Theme(s5,x4)) & a_religious(s2) & a_red(s4) & a_dark(s3) & a_asian(s1) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 s3 x1 x2 x3.(v_converse(e1) & n_stand(x3) & n_member(x1) & for(e1,x3) & a_vegetable(s3) & a_topic(x1) & a_few(s1) & a_asian(s2) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Asian religious members wearing dark red garb are at an open air market conversing with patron of a vegetable stand. | African girls doing exercise to be fit for martial arts | 2 | -100 | Africans cannot be Asian. | exists e1 p1 s1 s2 s3 s4 x1 x2 x3.(exists s5 s6 x4 x5 x6 x7 x8.(at(x1,x4) & with(x4,x7) & of(x7,x8) & n_stand(x8) & a_vegetable(s6) & Theme(s6,x8) & n_patron(x7) & n_conversing(x4) & of(x4,x6) & n_market(x6) & of(x4,x5) & n_air(x5) & a_open(s5) & Theme(s5,x4)) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_garb(x3) & a_red(s4) & Theme(s4,x3) & a_dark(s3) & Theme(s3,x3) & (x1 = x2) & n_member(x1) & a_religious(s2) & Theme(s2,x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1 x2 x3 x4.(a_topic(x1) & Topic(e1,p1) & exists s2 s3 x5.(for(s2,x5) & n_art(x5) & a_martial(s3) & Theme(s3,x5) & Theme(s2,x2) & a_fit(s2)) & Theme(e1,x4) & Actor(e1,x3) & v_do(e1) & n_exercise(x4) & (x1 = x3) & (x1 = x2) & n_girl(x1) & a_african(s1) & Theme(s1,x1)) | 79cda3ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 x1 x2 x3.(v_wear(e1) & n_member(x1) & n_garb(x3) & exists s5 s6 x4 x5 x6 x7 x8.(with(x4,x7) & of(x7,x8) & of(x4,x6) & of(x4,x5) & n_stand(x8) & n_patron(x7) & n_market(x6) & n_conversing(x4) & n_air(x5) & at(x1,x4) & a_vegetable(s6) & a_open(s5) & Theme(s6,x8) & Theme(s5,x4)) & a_religious(s2) & a_red(s4) & a_dark(s3) & a_asian(s1) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 p1 s1 x1 x2 x3 x4.(v_do(e1) & n_girl(x1) & n_exercise(x4) & exists s2 s3 x5.(n_art(x5) & for(s2,x5) & a_martial(s3) & a_fit(s2) & Theme(s3,x5) & Theme(s2,x2)) & a_topic(x1) & a_african(s1) & Topic(e1,p1) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
A waitress named Kaitlin in a green hooded sweater serves beer. | A waitress serves beer to her husband. | 1 | -100 | the waitress need not be serving beer to her husband. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(ne_per_kaitlin(x3) & Theme(e2,x5) & Actor(e2,x1) & v_serve(e2) & n_beer(x5) & in(e1,x4) & n_sweater(x4) & a_hooded(s2) & Theme(s2,x4) & a_green(s1) & Theme(s1,x4) & Recipient(e1,x3) & Theme(e1,x2) & v_name(e1) & (x1 = x2) & n_waitress(x1)) | exists e1 x1 x2 x3.(to(e1,x3) & n_husband(x3) & of(x3,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_serve(e1) & n_beer(x2) & n_waitress(x1)) | 79cda914-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_serve(e2) & v_name(e1) & ne_per_kaitlin(x3) & n_waitress(x1) & n_sweater(x4) & n_beer(x5) & in(e1,x4) & a_hooded(s2) & a_green(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x2) & Recipient(e1,x3) & Actor(e2,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_serve(e1) & to(e1,x3) & of(x3,x1) & n_waitress(x1) & n_husband(x3) & n_female(x1) & n_beer(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A waitress named Kaitlin in a green hooded sweater serves beer. | A waitress serving beer. | 0 | -100 | waitress serves beer is same as waitress serving beer | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(ne_per_kaitlin(x3) & Theme(e2,x5) & Actor(e2,x1) & v_serve(e2) & n_beer(x5) & in(e1,x4) & n_sweater(x4) & a_hooded(s2) & Theme(s2,x4) & a_green(s1) & Theme(s1,x4) & Recipient(e1,x3) & Theme(e1,x2) & v_name(e1) & (x1 = x2) & n_waitress(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_serve(e1) & n_beer(x3) & (x1 = x2) & n_waitress(x1)) | 79cdae28-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_serve(e2) & v_name(e1) & ne_per_kaitlin(x3) & n_waitress(x1) & n_sweater(x4) & n_beer(x5) & in(e1,x4) & a_hooded(s2) & a_green(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x2) & Recipient(e1,x3) & Actor(e2,x1) & (x1 = x2)) | exists e1 x1 x2 x3.(v_serve(e1) & n_waitress(x1) & n_beer(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A waitress named Kaitlin in a green hooded sweater serves beer. | A waiter serves dessert. | 2 | -100 | Beer is not dessert. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(ne_per_kaitlin(x3) & Theme(e2,x5) & Actor(e2,x1) & v_serve(e2) & n_beer(x5) & in(e1,x4) & n_sweater(x4) & a_hooded(s2) & Theme(s2,x4) & a_green(s1) & Theme(s1,x4) & Recipient(e1,x3) & Theme(e1,x2) & v_name(e1) & (x1 = x2) & n_waitress(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_serve(e1) & n_dessert(x2) & n_waiter(x1)) | 79cdb35a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(v_serve(e2) & v_name(e1) & ne_per_kaitlin(x3) & n_waitress(x1) & n_sweater(x4) & n_beer(x5) & in(e1,x4) & a_hooded(s2) & a_green(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x2) & Recipient(e1,x3) & Actor(e2,x1) & (x1 = x2)) | exists e1 x1 x2.(v_serve(e1) & n_waiter(x1) & n_dessert(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Locals buying food from Tibetan Monks. | Tibetan Monks are selling food to raise money for the poor. | 1 | -100 | the tibetan monks need not be selling food to raise money for poor. | exists e1 x1 x2 x3 x4.(ne_geo_monks(x3) & (x3 = x4) & ne_geo_tibetan(x4) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_food(x2) & n_local(x1)) | exists e1 p1 x1 x2 x3 x4 x6.(n_poor(x6) & ne_nam_monks(x1) & (x1 = x3) & ne_nam_tibetan(x3) & (x1 = x2) & ne_nam_tibetan(x2) & Topic(e1,p1) & exists e2 x5.(for(e2,x6) & Theme(e2,x5) & Actor(e2,x1) & v_raise(e2) & n_money(x5)) & Theme(e1,x4) & Actor(e1,x1) & v_sell(e1) & n_food(x4)) | 79cdb8f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_buy(e1) & ne_geo_tibetan(x4) & ne_geo_monks(x3) & n_local(x1) & n_food(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4)) | exists e1 p1 x1 x2 x3 x4 x6.(v_sell(e1) & ne_nam_tibetan(x3) & ne_nam_tibetan(x2) & ne_nam_monks(x1) & n_poor(x6) & n_food(x4) & exists e2 x5.(v_raise(e2) & n_money(x5) & for(e2,x6) & Theme(e2,x5) & Actor(e2,x1)) & Topic(e1,p1) & Theme(e1,x4) & Actor(e1,x1) & (x1 = x3) & (x1 = x2)) |
||
Locals buying food from Tibetan Monks. | Monks are selling food. | 0 | -100 | If one is buying food there is most likely someone selling food. | exists e1 x1 x2 x3 x4.(ne_geo_monks(x3) & (x3 = x4) & ne_geo_tibetan(x4) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_food(x2) & n_local(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_food(x2) & n_monk(x1)) | 79cdbe86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_buy(e1) & ne_geo_tibetan(x4) & ne_geo_monks(x3) & n_local(x1) & n_food(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_sell(e1) & n_monk(x1) & n_food(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Locals buying food from Tibetan Monks. | A horse is eating grass. | 2 | -100 | The subject cannot be locals buying food and a be a horse is eating grass. | exists e1 x1 x2 x3 x4.(ne_geo_monks(x3) & (x3 = x4) & ne_geo_tibetan(x4) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_buy(e1) & n_food(x2) & n_local(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_grass(x2) & n_horse(x1)) | 79cdc390-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_buy(e1) & ne_geo_tibetan(x4) & ne_geo_monks(x3) & n_local(x1) & n_food(x2) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_eat(e1) & n_horse(x1) & n_grass(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
An equestrian clears a jump at a horse show. | An equestrian is at a horse show. | 0 | -100 | At a horse show is a restatement. | exists e1 x1 x2 x3 x4.(at(e1,x3) & n_show(x3) & of(x3,x4) & n_horse(x4) & Theme(e1,x2) & Actor(e1,x1) & v_clear(e1) & n_jump(x2) & n_equestrian(x1)) | exists p1 x1.(exists x2 x3.(at(x1,x2) & n_show(x2) & of(x2,x3) & n_horse(x3)) & n_equestrian(x1)) | 79cdc886-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_clear(e1) & of(x3,x4) & n_show(x3) & n_jump(x2) & n_horse(x4) & n_equestrian(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_equestrian(x1) & exists x2 x3.(of(x2,x3) & n_show(x2) & n_horse(x3) & at(x1,x2))) |
||
An equestrian clears a jump at a horse show. | An equestrian is brushing their horse. | 2 | -100 | The equestrian can't be brushing a horse at the same time as they clear a jump. | exists e1 x1 x2 x3 x4.(at(e1,x3) & n_show(x3) & of(x3,x4) & n_horse(x4) & Theme(e1,x2) & Actor(e1,x1) & v_clear(e1) & n_jump(x2) & n_equestrian(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_brush(e1) & n_horse(x2) & of(x2,x1) & n_thing(x1) & n_equestrian(x1)) | 79cdcdd6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_clear(e1) & of(x3,x4) & n_show(x3) & n_jump(x2) & n_horse(x4) & n_equestrian(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_brush(e1) & of(x2,x1) & n_thing(x1) & n_horse(x2) & n_equestrian(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
An equestrian clears a jump at a horse show. | An equestrian skillfully cleans a large jump. | 1 | -100 | An equestrian that clears a jump does not necessarily skillfully clean a large jump. | exists e1 x1 x2 x3 x4.(at(e1,x3) & n_show(x3) & of(x3,x4) & n_horse(x4) & Theme(e1,x2) & Actor(e1,x1) & v_clear(e1) & n_jump(x2) & n_equestrian(x1)) | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_clean(e1) & n_jump(x2) & a_large(s2) & Theme(s2,x2) & n_skillfully(x1) & a_equestrian(s1) & Theme(s1,x1)) | 79cdd33a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_clear(e1) & of(x3,x4) & n_show(x3) & n_jump(x2) & n_horse(x4) & n_equestrian(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2.(v_clean(e1) & n_skillfully(x1) & n_jump(x2) & a_large(s2) & a_equestrian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman holds a bubble wand while a toddler blows bubbles. | A kid sleeps while a woman reads. | 2 | -100 | If a kid sleeps he cannot be the one who blows bubbles. | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & n_bubble(x4) & of(x4,x6) & n_blow(x6) & of(x4,x5) & n_toddler(x5) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_wand(x2) & of(x2,x3) & n_bubble(x3) & n_woman(x1)) | exists e1 p1 x1.(exists e2 x2.(Actor(e2,x2) & v_read(e2) & n_woman(x2)) & while(e1,p1) & Actor(e1,x1) & v_sleep(e1) & n_kid(x1)) | 79cdd7d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & v_hold(e1) & of(x4,x6) & of(x4,x5) & of(x2,x3) & n_woman(x1) & n_wand(x2) & n_toddler(x5) & n_bubble(x4) & n_bubble(x3) & n_blow(x6) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(while(e1,p1) & v_sleep(e1) & n_kid(x1) & exists e2 x2.(v_read(e2) & n_woman(x2) & Actor(e2,x2)) & Actor(e1,x1)) |
||
A woman holds a bubble wand while a toddler blows bubbles. | A woman and her kid work together to create bubbles. | 1 | -100 | the woman holding the bubble wand and toddler blowing it need not be her kid. | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & n_bubble(x4) & of(x4,x6) & n_blow(x6) & of(x4,x5) & n_toddler(x5) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_wand(x2) & of(x2,x3) & n_bubble(x3) & n_woman(x1)) | exists p1 s1 x1 x2 x3.(a_topic(s1) & Topic(s1,p1) & exists e1 x4.(Theme(e1,x4) & Actor(e1,s1) & v_create(e1) & n_bubble(x4)) & subset_of(x2,s1) & r_together(x2) & n_work(x2) & of(x2,x3) & n_kid(x3) & of(x2,x1) & n_female(x1) & subset_of(x1,s1) & n_woman(x1)) | 79cddc90-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & v_hold(e1) & of(x4,x6) & of(x4,x5) & of(x2,x3) & n_woman(x1) & n_wand(x2) & n_toddler(x5) & n_bubble(x4) & n_bubble(x3) & n_blow(x6) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & r_together(x2) & of(x2,x3) & of(x2,x1) & n_work(x2) & n_woman(x1) & n_kid(x3) & n_female(x1) & exists e1 x4.(v_create(e1) & n_bubble(x4) & Theme(e1,x4) & Actor(e1,s1)) & a_topic(s1) & Topic(s1,p1)) |
||
A woman holds a bubble wand while a toddler blows bubbles. | A woman and a kid work together to create bubbles. | 0 | -100 | woman holds a bubble wand while a toddler blows bubbles simply means woman and a kid work together to create bubbles | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & n_bubble(x4) & of(x4,x6) & n_blow(x6) & of(x4,x5) & n_toddler(x5) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_wand(x2) & of(x2,x3) & n_bubble(x3) & n_woman(x1)) | exists p1 s1 x1 x2 x3.(a_topic(s1) & Topic(s1,p1) & exists e1 x4.(Theme(e1,x4) & Actor(e1,s1) & v_create(e1) & n_bubble(x4)) & subset_of(x2,s1) & r_together(x2) & n_work(x2) & of(x2,x3) & n_kid(x3) & subset_of(x1,s1) & n_woman(x1)) | 79cde1f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(while(e1,x4) & v_hold(e1) & of(x4,x6) & of(x4,x5) & of(x2,x3) & n_woman(x1) & n_wand(x2) & n_toddler(x5) & n_bubble(x4) & n_bubble(x3) & n_blow(x6) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & r_together(x2) & of(x2,x3) & n_work(x2) & n_woman(x1) & n_kid(x3) & exists e1 x4.(v_create(e1) & n_bubble(x4) & Theme(e1,x4) & Actor(e1,s1)) & a_topic(s1) & Topic(s1,p1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man plays music while another speaks into the mike. | 0 | -100 | Plays an instrument implies playing music. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 p1 x1 x2 x4.(n_mike(x4) & exists e2 x3.(into(e2,x4) & Actor(e2,x3) & v_speak(e2) & n_thing(x3)) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_music(x2) & n_man(x1)) | 79cde794-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 p1 x1 x2 x4.(while(e1,p1) & v_play(e1) & n_music(x2) & n_mike(x4) & n_man(x1) & exists e2 x3.(v_speak(e2) & n_thing(x3) & into(e2,x4) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man on the left speaks. | 0 | 0.955462 | man on the left speaks is same as man on the left speaks | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 x1 x2.(n_left(x2) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | 79cdecbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 x1 x2.(v_speak(e1) & on(x1,x2) & n_man(x1) & n_left(x2) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | The men are members of a rock band. | 1 | 0.439178 | Just because a man is speaking into a microphone and another plays an unidentified instrument does not mean they are members of a rock band. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists p1 x1.(n_man(x1) & exists x2 x3 x4.((x1 = x2) & of(x2,x3) & n_band(x3) & of(x3,x4) & n_rock(x4) & n_member(x2))) | 79cdf19e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2 x3 x4.(of(x3,x4) & of(x2,x3) & n_rock(x4) & n_member(x2) & n_band(x3) & (x1 = x2))) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A group of people are dancing in the background. | 2 | -100 | There can't be a drum set in the backround, and dancing in the backround at the same time. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_background(x3) & in(e1,x3) & Actor(e1,x1) & v_dance(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 79cdf64e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_dance(e1) & of(x1,x2) & n_people(x2) & n_group(x1) & n_background(x3) & in(e1,x3) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man on the left is silent. | 2 | -100 | speaks and being are different actions | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists s1 x1 x2.(n_left(x2) & Theme(s1,x1) & a_silent(s1) & on(x1,x2) & n_man(x1)) | 79cdfbbc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists s1 x1 x2.(on(x1,x2) & n_man(x1) & n_left(x2) & a_silent(s1) & Theme(s1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A band gets ready to play a song. | 1 | 0.684234 | the men with mike and drum does not imply they get ready to play a song. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 p1 x1.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_song(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_band(x1)) | 79ce00a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 p1 x1.(v_get(e1) & n_band(x1) & exists p2 s1.(exists e2 x2.(v_play(e2) & n_song(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man sings into the microphone while a guitar player performs behind the drummer. | 2 | 0.000005 | not every instrument is a guitar | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 p1 x1 x2 x5.(n_drummer(x5) & n_microphone(x2) & exists e2 x3 x4.(behind(e2,x5) & Actor(e2,x3) & v_perform(e2) & n_player(x3) & of(x3,x4) & n_guitar(x4)) & while(e1,p1) & into(e1,x2) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | 79ce05a8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 p1 x1 x2 x5.(while(e1,p1) & v_sing(e1) & n_microphone(x2) & n_man(x1) & n_drummer(x5) & into(e1,x2) & exists e2 x3 x4.(v_perform(e2) & of(x3,x4) & n_player(x3) & n_guitar(x4) & behind(e2,x5) & Actor(e2,x3)) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | The men are angry. | 1 | 0.177336 | the men with microphone and instrument need not be angry. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_angry(s1)) | 79ce0c56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists s1 x1.(n_man(x1) & a_angry(s1) & Theme(s1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man on the left speaks loudly. | 1 | 0.619074 | the man with the microphone need not be speaking loudly. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_left(x2) & a_loudly(s1) & Manner(e1,s1) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | 79ce1200-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_speak(e1) & on(x1,x2) & n_man(x1) & n_left(x2) & a_loudly(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A man speaks into a microphone while some musicians prepare to play. | 0 | -100 | man speaks into a microphone is same as man speaks into a microphone | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 p1 x1 x2.(exists e2 p2 x3.(Topic(e2,p2) & Actor(e2,x3) & v_prepare(e2) & exists e3.(Actor(e3,x3) & v_play(e3)) & n_musician(x3)) & while(e1,p1) & into(e1,x2) & n_microphone(x2) & Actor(e1,x1) & v_speak(e1) & n_man(x1)) | 79ce1804-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 p1 x1 x2.(while(e1,p1) & v_speak(e1) & n_microphone(x2) & n_man(x1) & into(e1,x2) & exists e2 p2 x3.(v_prepare(e2) & n_musician(x3) & exists e3.(v_play(e3) & Actor(e3,x3)) & Topic(e2,p2) & Actor(e2,x3)) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | The men are not doing anything. | 2 | -100 | playing and doing are different actions | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists x1.(n_man(x1) & -all x2.(n_thing(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1)))) | 79ce1d40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e2 e3 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists x1.(n_man(x1) & exists x2.(n_thing(x2) & all e1.(-v_do(e1) | -Theme(e1,x2) | -Actor(e1,x1)))) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | The two men are making noise. | 0 | -100 | man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. simply means two men are making noise | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_noise(x2)) | 79ce2240-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 x1 x2.(v_make(e1) & n_noise(x2) & n_man(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | Two people, a singer and a drummer, are playing music. | 0 | -100 | If someone plays they are playing | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(Theme(e1,x6) & Actor(e1,x1) & v_play(e1) & n_music(x6) & subset_of(x3,x1) & subset_of(x5,x3) & n_drummer(x5) & subset_of(x4,x3) & n_singer(x4) & subset_of(x2,x1) & n_people(x2) & card_eq_2(x2)) | 79ce2736-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5 x6.(v_play(e1) & subset_of(x5,x3) & subset_of(x4,x3) & subset_of(x3,x1) & subset_of(x2,x1) & n_singer(x4) & n_people(x2) & n_music(x6) & n_drummer(x5) & card_eq_2(x2) & Theme(e1,x6) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | A band is playing on stage. | 1 | 0.578468 | the men with microphone and instrument need not be playing on stage. | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_play(e1) & n_band(x1)) | 79ce2c36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & on(e1,x2) & n_stage(x2) & n_band(x1) & Actor(e1,x1)) |
||
A man on the left speaks into a microphone, while a man on the right plays an unidentified instrument with a drum set in the background. | The men are plowing the fields on a large farm. | 2 | -100 | playing and plowing are different actions | exists e1 p1 x1 x2 x3 x5 x9.(n_background(x9) & n_right(x5) & n_left(x2) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & in(e3,x9) & Theme(e3,x8) & v_set(e3) & (x7 = x8) & n_drum(x7) & Theme(e2,x6) & Actor(e2,x4) & v_play(e2) & n_instrument(x6) & a_unidentified(s1) & Theme(s1,x6) & on(x4,x5) & n_man(x4)) & while(e1,p1) & into(e1,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & on(x1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(n_field(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_plow(e1) & on(x2,x3) & n_farm(x3) & a_large(s1) & Theme(s1,x3)) | 79ce3258-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x9.(while(e1,p1) & v_speak(e1) & on(x1,x2) & n_right(x5) & n_microphone(x3) & n_man(x1) & n_left(x2) & n_background(x9) & into(e1,x3) & exists e3 e2 s1 x4 x6 x7 x8.(with(e2,x7) & v_set(e3) & v_play(e2) & on(x4,x5) & n_man(x4) & n_instrument(x6) & n_drum(x7) & in(e3,x9) & a_unidentified(s1) & Theme(s1,x6) & Theme(e3,x8) & Theme(e2,x6) & Actor(e2,x4) & (x7 = x8)) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_plow(e1) & on(x2,x3) & n_man(x1) & n_field(x2) & n_farm(x3) & a_large(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Three men tackle someone from the opposite team. | Three men tackle someone playing football. | 1 | -100 | three men need not be playing football. | exists e1 s1 x1 x2 x3.(n_team(x3) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_tackle(e1) & from(x2,x3) & n_person(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 e2 x1 x2 x3 x4.(Theme(e2,x2) & Actor(e2,x1) & v_tackle(e2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_football(x4) & (x2 = x3) & n_person(x2) & n_man(x1) & card_eq_3(x1)) | 79ce3780-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tackle(e1) & n_team(x3) & n_person(x2) & n_man(x1) & from(x2,x3) & card_eq_3(x1) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 e2 x1 x2 x3 x4.(v_tackle(e2) & v_play(e1) & n_person(x2) & n_man(x1) & n_football(x4) & card_eq_3(x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) |
||
Three men tackle someone from the opposite team. | Three men are huddling. | 2 | -100 | tackle and huddling are different actions | exists e1 s1 x1 x2 x3.(n_team(x3) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_tackle(e1) & from(x2,x3) & n_person(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1.(Actor(e1,x1) & v_huddle(e1) & n_man(x1) & card_eq_3(x1)) | 79ce3d48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tackle(e1) & n_team(x3) & n_person(x2) & n_man(x1) & from(x2,x3) & card_eq_3(x1) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_huddle(e1) & n_man(x1) & card_eq_3(x1) & Actor(e1,x1)) |
||
Three men tackle someone from the opposite team. | Three men tackle someone. | 0 | -100 | Both subjects tackle | exists e1 s1 x1 x2 x3.(n_team(x3) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_tackle(e1) & from(x2,x3) & n_person(x2) & n_man(x1) & card_eq_3(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_tackle(e1) & n_person(x2) & n_man(x1) & card_eq_3(x1)) | 79ce42d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_tackle(e1) & n_team(x3) & n_person(x2) & n_man(x1) & from(x2,x3) & card_eq_3(x1) & a_opposite(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_tackle(e1) & n_person(x2) & n_man(x1) & card_eq_3(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | Man with microphone | 0 | -100 | If you are on a microphone you are with a microphone | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & with(x1,x2) & n_microphone(x2) & n_man(x1)) | 79ce490a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists x1 x2.(with(x1,x2) & n_microphone(x2) & n_man(x1) & a_topic(x1)) |
||
Man in black on microphone, in band. | The man in black on the microphone, is in band. | 0 | -100 | Both subjects are on a microphone | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists p1 x1 x2 x3.(n_microphone(x3) & n_man(x1) & exists x4.(in(x1,x4) & n_band(x4)) & on(x1,x3) & in(x1,x2) & n_black(x2)) | 79ce4d92-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists x1 x2 x3.(on(x1,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & in(x1,x2) & exists x4.(n_band(x4) & in(x1,x4))) |
||
Man in black on microphone, in band. | Man eats ice cream while listening to a band. | 2 | -100 | not every man is in black | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 e2 x1 x2 x3 x4.(while(e1,e2) & to(e2,x4) & n_band(x4) & Actor(e2,x1) & v_listen(e2) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_cream(x2) & of(x2,x3) & n_ice(x3) & n_man(x1)) | 79ce5224-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 e2 x1 x2 x3 x4.(while(e1,e2) & v_listen(e2) & v_eat(e1) & to(e2,x4) & of(x2,x3) & n_man(x1) & n_ice(x3) & n_cream(x2) & n_band(x4) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | A man sings in a band. | 0 | -100 | Both subjects are in a band | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 x1 x2.(in(e1,x2) & n_band(x2) & Actor(e1,x1) & v_sing(e1) & n_man(x1)) | 79ce56c0-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2.(v_sing(e1) & n_man(x1) & n_band(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | Man wearing black uses the microphone with a band. | 0 | 0.94423 | You are with a band if you are in band | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & with(x3,x5) & n_band(x5) & n_microphone(x4) & (x3 = x4) & n_use(x3) & a_black(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 79ce5c1a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(with(x3,x5) & v_wear(e1) & n_use(x3) & n_microphone(x4) & n_man(x1) & n_band(x5) & a_topic(x1) & a_black(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x3 = x4) & (x1 = x2)) |
||
Man in black on microphone, in band. | The man in black on the microphone, is singing. | 1 | 0.841664 | man on microphone need not be singing. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_microphone(x3) & n_man(x1) & Actor(e1,x1) & v_sing(e1) & on(x1,x3) & in(x1,x2) & n_black(x2)) | 79ce60ca-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2 x3.(v_sing(e1) & on(x1,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & in(x1,x2) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | A man in a band. | 0 | -100 | Both subjects are in a band | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_band(x2) & n_man(x1)) | 79ce65b6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists x1 x2.(n_man(x1) & n_band(x2) & in(x1,x2) & a_topic(x1)) |
||
Man in black on microphone, in band. | A man sits in the audience. | 2 | -100 | not every man is in black | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 x1 x2.(n_audience(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 79ce6a70-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2.(v_sit(e1) & n_man(x1) & n_audience(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | Man in black on microphone by himself | 2 | 0.000001 | band and himself are different way to play | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & by(x3,x1) & n_male(x1) & n_microphone(x3) & in(x1,x2) & n_black(x2) & n_man(x1)) | 79ce6f02-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists x1 x2 x3.(on(x1,x3) & n_microphone(x3) & n_man(x1) & n_male(x1) & n_black(x2) & in(x1,x2) & by(x3,x1) & a_topic(x1)) |
||
Man in black on microphone, in band. | Man in black on microphone, in scottish folk band | 1 | 0.495125 | The man is not necessarily in a scottish folk band. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & of(x4,x5) & n_folk(x5) & a_scottish(s1) & Theme(s1,x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | 79ce7394-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists s1 x1 x2 x3 x4 x5.(on(x2,x3) & of(x4,x5) & n_microphone(x3) & n_man(x1) & n_folk(x5) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1) & a_scottish(s1) & Theme(s1,x4)) |
||
Man in black on microphone, in band. | A woman in blue plays the guitar. | 2 | -100 | man and woman are different gender | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists s1 x1 x2 x3.(a_topic(x1) & n_guitar(x3) & (x1 = x3) & in(x1,x2) & n_play(x2) & a_blue(s1) & Theme(s1,x2) & n_woman(x1)) | 79ce781c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists s1 x1 x2 x3.(n_woman(x1) & n_play(x2) & n_guitar(x3) & in(x1,x2) & a_topic(x1) & a_blue(s1) & Theme(s1,x2) & (x1 = x3)) |
||
Man in black on microphone, in band. | The man in black on the trombone, plays bad. | 2 | -100 | microphone and trombone are different instruments | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(n_trombone(x3) & n_man(x1) & for(e1,s1) & Theme(s1,x1) & a_bad(s1) & Actor(e1,x1) & v_play(e1) & on(x1,x3) & in(x1,x2) & n_black(x2)) | 79ce7cc2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & on(x1,x3) & n_trombone(x3) & n_man(x1) & n_black(x2) & in(x1,x2) & for(e1,s1) & a_bad(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | The man is singing the blues in his band. | 1 | 0.526125 | The man is not necessarily singing the blues. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_band(x3) & of(x3,x2) & n_male(x2) & n_blues(x2) & n_man(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_sing(e1)) | 79ce823a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2 x3.(v_sing(e1) & of(x3,x2) & n_man(x1) & n_male(x2) & n_blues(x2) & n_band(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | Man in a band sings a song with his band. | 1 | 0.8521 | The man is not necessarily singing a song. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists e1 x1 x2 x3.(with(e1,x2) & n_band(x2) & n_band(x2) & of(x2,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_sing(e1) & n_song(x3) & in(x1,x2) & n_man(x1)) | 79ce86f4-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists e1 x1 x2 x3.(with(e1,x2) & v_sing(e1) & of(x2,x1) & n_song(x3) & n_man(x1) & n_male(x1) & n_band(x2) & in(x1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
Man in black on microphone, in band. | A man in a rock band. | 1 | 0.660826 | The band is not necessarily a rock band. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x2) & in(x2,x4) & n_band(x4) & on(x2,x3) & n_microphone(x3) & n_black(x2) & n_man(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_band(x2) & of(x2,x3) & n_rock(x3) & n_man(x1)) | 79ce8b9a-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(on(x2,x3) & n_microphone(x3) & n_man(x1) & n_black(x2) & n_band(x4) & in(x2,x4) & in(x1,x2) & a_topic(x1)) | exists x1 x2 x3.(of(x2,x3) & n_rock(x3) & n_man(x1) & n_band(x2) & in(x1,x2) & a_topic(x1)) |
||
Two men in black perform on a stage. | Two men are performing a dance routine. | 1 | -100 | The men are not necessarily performing a dance routine. | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & on(x2,x3) & n_stage(x3) & n_perform(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_routine(x2) & of(x2,x3) & n_dance(x3) & n_man(x1) & card_eq_2(x1)) | 79ce909a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(on(x2,x3) & n_stage(x3) & n_perform(x2) & n_man(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_perform(e1) & of(x2,x3) & n_routine(x2) & n_man(x1) & n_dance(x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men in black perform on a stage. | Two men are on stage. | 0 | -100 | Both subjects are on a stage | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & on(x2,x3) & n_stage(x3) & n_perform(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_stage(x2)) & n_man(x1) & card_eq_2(x1)) | 79ce9540-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(on(x2,x3) & n_stage(x3) & n_perform(x2) & n_man(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_stage(x2)) & card_eq_2(x1)) |
||
Two men in black perform on a stage. | Two men are watching a movie together. | 2 | -100 | preform is contradictory to watching | exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x2) & on(x2,x3) & n_stage(x3) & n_perform(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(a_together(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_movie(x2) & n_man(x1) & card_eq_2(x1)) | 79ce99d2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(on(x2,x3) & n_stage(x3) & n_perform(x2) & n_man(x1) & in(x1,x2) & card_eq_2(x1) & a_topic(x1) & a_black(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2.(v_watch(e1) & n_movie(x2) & n_man(x1) & card_eq_2(x1) & a_together(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) |
||
Three men wearing the same black and yellow uniform are blocking another man in a red uniform. | a trio of people wear matching uniforms near someone who doesn't | 0 | -100 | Three men wearing the same non-red uniform with a fourth man in a red uniform implies that the one in red must not be wearing a matching uniform | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_block(e2) & in(x4,x3) & n_uniform(x3) & n_uniform(x3) & a_red(s4) & Theme(s4,x3) & n_man(x4) & -(x4 = x1) & n_man(x1) & n_man(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & a_yellow(s3) & Theme(s3,x3) & a_black(s2) & Theme(s2,x3) & a_same(s1) & Theme(s1,x3) & (x1 = x2) & card_eq_3(x1)) | exists e1 p1 x1 x2.(exists e2 x3 x4 x5.(near(e2,x4) & -exists e3.(Actor(e3,x5) & v_do(e3)) & (x4 = x5) & n_person(x4) & Theme(e2,x3) & Actor(e2,x1) & v_match(e2) & n_uniform(x3)) & Topic(e1,p1) & Actor(e1,x1) & v_wear(e1) & of(x1,x2) & n_people(x2) & n_trio(x1)) | 79ce9e82-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(v_wear(e1) & v_block(e2) & n_uniform(x3) & n_man(x4) & n_man(x1) & in(x4,x3) & card_eq_3(x1) & a_yellow(s3) & a_same(s1) & a_red(s4) & a_black(s2) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & -(x4 = x1) & (x1 = x2)) | exists e1 p1 x1 x2.(v_wear(e1) & of(x1,x2) & n_trio(x1) & n_people(x2) & exists e2 x3 x4 x5.(v_match(e2) & near(e2,x4) & n_uniform(x3) & n_person(x4) & all e3.(-v_do(e3) | -Actor(e3,x5)) & Theme(e2,x3) & Actor(e2,x1) & (x4 = x5)) & Topic(e1,p1) & Actor(e1,x1)) |
||
Three men wearing the same black and yellow uniform are blocking another man in a red uniform. | a guy is blocking three offensive players in a game of polo | 1 | -100 | You can not infer they are playing a game of polo. | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(Theme(e2,x4) & Actor(e2,x1) & v_block(e2) & in(x4,x3) & n_uniform(x3) & n_uniform(x3) & a_red(s4) & Theme(s4,x3) & n_man(x4) & -(x4 = x1) & n_man(x1) & n_man(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & a_yellow(s3) & Theme(s3,x3) & a_black(s2) & Theme(s2,x3) & a_same(s1) & Theme(s1,x3) & (x1 = x2) & card_eq_3(x1)) | exists e1 s1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_polo(x4) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_block(e1) & n_player(x2) & a_offensive(s1) & Theme(s1,x2) & card_eq_3(x2) & n_guy(x1)) | 79cea33c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4.(v_wear(e1) & v_block(e2) & n_uniform(x3) & n_man(x4) & n_man(x1) & in(x4,x3) & card_eq_3(x1) & a_yellow(s3) & a_same(s1) & a_red(s4) & a_black(s2) & Theme(s4,x3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x3) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & -(x4 = x1) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4.(v_block(e1) & of(x3,x4) & n_polo(x4) & n_player(x2) & n_guy(x1) & n_game(x3) & in(e1,x3) & card_eq_3(x2) & a_offensive(s1) & Theme(s1,x2) & 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.