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
|
---|---|---|---|---|---|---|---|---|---|---|---|
People are taking their clothes off outside their tents. | people are disrobing | 0 | -100 | "Disrobing" is a word that means taking clothes off. | exists e1 s1 x1 x2 x3.(outside(e1,x3) & n_tent(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_clothes(x2) & of(x2,x1) & n_people(x1)) | exists e1 x1.(Actor(e1,x1) & v_disrobe(e1) & n_people(x1)) | 7a3e4c14-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_take(e1) & outside(e1,x3) & of(x3,x1) & of(x2,x1) & n_thing(x1) & n_tent(x3) & n_people(x1) & n_clothes(x2) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1.(v_disrobe(e1) & n_people(x1) & Actor(e1,x1)) |
||
People are taking their clothes off outside their tents. | Women are disrobing | 1 | -100 | People can be men, women, or children. | exists e1 s1 x1 x2 x3.(outside(e1,x3) & n_tent(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_clothes(x2) & of(x2,x1) & n_people(x1)) | exists e1 x1.(Actor(e1,x1) & v_disrobe(e1) & n_woman(x1)) | 7a3e5114-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_take(e1) & outside(e1,x3) & of(x3,x1) & of(x2,x1) & n_thing(x1) & n_tent(x3) & n_people(x1) & n_clothes(x2) & a_off(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1.(v_disrobe(e1) & n_woman(x1) & Actor(e1,x1)) |
||
A white dog jumps over a log. | A dog is jumping. | 0 | -100 | If it jumps over the log it must be jumping. | exists s1 x1 x2 x3.(a_topic(x1) & over(x1,x3) & n_log(x3) & n_jump(x1) & of(x1,x2) & n_dog(x2) & a_white(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_jump(e1) & n_dog(x1)) | 7a3e5600-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(over(x1,x3) & of(x1,x2) & n_log(x3) & n_jump(x1) & n_dog(x2) & a_white(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 x1.(v_jump(e1) & n_dog(x1) & Actor(e1,x1)) |
||
A white dog jumps over a log. | A dog is in the woods and jumps over a log. | 1 | -100 | Just because the dog jumps over a log does not mean that the log is in the woods. | exists s1 x1 x2 x3.(a_topic(x1) & over(x1,x3) & n_log(x3) & n_jump(x1) & of(x1,x2) & n_dog(x2) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 x2 x3 x4 x5.(n_jump(x5) & n_wood(x4) & subset_of(x5,x3) & subset_of(x4,x3) & over(p1,x2) & n_log(x2) & in(x1,x3) & n_dog(x1)) | 7a3e5d44-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(over(x1,x3) & of(x1,x2) & n_log(x3) & n_jump(x1) & n_dog(x2) & a_white(s1) & a_topic(x1) & Theme(s1,x1)) | exists p1 x1 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & over(p1,x2) & n_wood(x4) & n_log(x2) & n_jump(x5) & n_dog(x1) & in(x1,x3)) |
||
A white dog jumps over a log. | A black dog is locked in an empty room. | 2 | -100 | The dog cannot be both a white dog and a black dog, it is one or the other. It also cannot jump over a log while being locked in an empty room. | exists s1 x1 x2 x3.(a_topic(x1) & over(x1,x3) & n_log(x3) & n_jump(x1) & of(x1,x2) & n_dog(x2) & a_white(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(in(e1,x2) & n_room(x2) & a_empty(s2) & Theme(s2,x2) & Theme(e1,x1) & v_lock(e1) & n_dog(x1) & a_black(s1) & Theme(s1,x1)) | 7a3e62b2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(over(x1,x3) & of(x1,x2) & n_log(x3) & n_jump(x1) & n_dog(x2) & a_white(s1) & a_topic(x1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(v_lock(e1) & n_room(x2) & n_dog(x1) & in(e1,x2) & a_empty(s2) & a_black(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x1)) |
||
Two boys ride skateboards in front of a statue. | the skateboard was black | 1 | -100 | One of the skateboards may or may not be black. | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_statue(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_boy(x1) & card_eq_2(x1)) | exists s1 x1.(n_skateboard(x1) & Theme(s1,x1) & a_black(s1)) | 7a3e6834-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_statue(x4) & n_skateboard(x2) & n_front(x3) & n_boy(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_skateboard(x1) & a_black(s1) & Theme(s1,x1)) |
||
Two boys ride skateboards in front of a statue. | two boys ride skateboard | 0 | -100 | in front of a statue there are two boys | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_statue(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_boy(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_boy(x1) & card_eq_2(x1)) | 7a3e6d48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_statue(x4) & n_skateboard(x2) & n_front(x3) & n_boy(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_skateboard(x2) & n_boy(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two boys ride skateboards in front of a statue. | the boys were angry | 2 | -100 | riding skateboards and being angry cannot be done at the same time. | exists e1 x1 x2 x3 x4.(in(e1,x3) & of(x3,x4) & n_statue(x4) & n_front(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_skateboard(x2) & n_boy(x1) & card_eq_2(x1)) | exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_angry(s1)) | 7a3e7234-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x3,x4) & n_statue(x4) & n_skateboard(x2) & n_front(x3) & n_boy(x1) & in(e1,x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & a_angry(s1) & Theme(s1,x1)) |
||
A man in a red go kart is racing | A guy is racing a go kart. | 0 | -100 | man shows that guy | exists e1 s1 x1 x2 x3.(Actor(e1,x1) & v_race(e1) & in(x1,x2) & n_kart(x2) & of(x2,x3) & n_go(x3) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_kart(x2) & of(x2,x3) & n_go(x3) & n_guy(x1)) | 7a3e777a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_race(e1) & of(x2,x3) & n_man(x1) & n_kart(x2) & n_go(x3) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_race(e1) & of(x2,x3) & n_kart(x2) & n_guy(x1) & n_go(x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a red go kart is racing | A lady is racing her car. | 2 | -100 | either there is a man or lady. | exists e1 s1 x1 x2 x3.(Actor(e1,x1) & v_race(e1) & in(x1,x2) & n_kart(x2) & of(x2,x3) & n_go(x3) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_car(x2) & of(x2,x1) & n_female(x1) & n_lady(x1)) | 7a3e7d88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_race(e1) & of(x2,x3) & n_man(x1) & n_kart(x2) & n_go(x3) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_race(e1) & of(x2,x1) & n_lady(x1) & n_female(x1) & n_car(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a red go kart is racing | A guy is racing a go kart at a track. | 1 | -100 | The man could be racing the go kart somewhere other than a track. | exists e1 s1 x1 x2 x3.(Actor(e1,x1) & v_race(e1) & in(x1,x2) & n_kart(x2) & of(x2,x3) & n_go(x3) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_track(x4) & Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_kart(x2) & of(x2,x3) & n_go(x3) & n_guy(x1)) | 7a3e83c8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_race(e1) & of(x2,x3) & n_man(x1) & n_kart(x2) & n_go(x3) & in(x1,x2) & a_red(s1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_race(e1) & of(x2,x3) & n_track(x4) & n_kart(x2) & n_guy(x1) & n_go(x3) & at(e1,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
man driving a race car competitively | The man is smart | 1 | -100 | Not all men are smart. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & a_competitively(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_drive(e1) & n_car(x3) & of(x3,x4) & n_race(x4) & (x1 = x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_smart(s1)) | 7a3e8904-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_drive(e1) & of(x3,x4) & n_race(x4) & n_man(x1) & n_car(x3) & a_topic(x1) & a_competitively(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_man(x1) & a_smart(s1) & Theme(s1,x1)) |
||
man driving a race car competitively | The man is driving slow | 2 | -100 | If a man is driving competitively he is not driving slowly. | exists e1 s1 x1 x2 x3 x4.(a_topic(x1) & a_competitively(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_drive(e1) & n_car(x3) & of(x3,x4) & n_race(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1.(n_man(x1) & for(e1,s1) & Theme(s1,x1) & a_slow(s1) & Actor(e1,x1) & v_drive(e1)) | 7a3e8e86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_drive(e1) & of(x3,x4) & n_race(x4) & n_man(x1) & n_car(x3) & a_topic(x1) & a_competitively(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 x1.(v_drive(e1) & n_man(x1) & for(e1,s1) & a_slow(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A bright red race car is speeding past. | a red bright red race car is now in the race | 1 | -100 | A bright red race car is speeding past does not infer the car is now in the race. | exists e1 s1 s2 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_speed(e1) & n_past(x3) & n_car(x1) & of(x1,x2) & n_race(x2) & a_red(s2) & Theme(s2,x1) & a_bright(s1) & Theme(s1,x1)) | exists p1 s1 s2 s3 s4 x1 x2.(a_now(s4) & Manner(p1,s4) & in(x1,x2) & n_race(x2) & n_race(x2) & n_car(x1) & of(x1,x2) & a_red(s3) & Theme(s3,x1) & a_bright(s2) & Theme(s2,x1) & a_red(s1) & Theme(s1,x1)) | 7a3e98c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3.(v_speed(e1) & of(x1,x2) & n_race(x2) & n_past(x3) & n_car(x1) & a_red(s2) & a_bright(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x1)) | exists p1 s1 s2 s3 s4 x1 x2.(of(x1,x2) & n_race(x2) & n_car(x1) & in(x1,x2) & a_red(s3) & a_red(s1) & a_now(s4) & a_bright(s2) & Theme(s3,x1) & Theme(s2,x1) & Theme(s1,x1) & Manner(p1,s4)) |
||
A number 56 red racing car is speeding left past the frame. | The car is parked. | 2 | -100 | car is speeding and car is parked cannot happen at the same time. | exists e1 p1 s1 x1 x2 x3 x4.(n_frame(x4) & exists e2.(past(e2,x4) & Theme(e2,x1) & v_leave(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_speed(e1) & n_car(x1) & of(x1,x3) & n_racing(x3) & a_red(s1) & Theme(s1,x1) & card_eq_56(x1) & of(x1,x2) & n_number(x2)) | exists e1 x1.(n_car(x1) & Theme(e1,x1) & v_park(e1)) | 7a3ea920-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_speed(e1) & of(x1,x3) & of(x1,x2) & n_racing(x3) & n_number(x2) & n_frame(x4) & n_car(x1) & exists e2.(v_leave(e2) & past(e2,x4) & Theme(e2,x1)) & card_eq_56(x1) & a_red(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1.(v_park(e1) & n_car(x1) & Theme(e1,x1)) |
||
A number 56 red racing car is speeding left past the frame. | The car is in a race. | 1 | -100 | Not all racing car is in a race. | exists e1 p1 s1 x1 x2 x3 x4.(n_frame(x4) & exists e2.(past(e2,x4) & Theme(e2,x1) & v_leave(e2)) & Topic(e1,p1) & Actor(e1,x1) & v_speed(e1) & n_car(x1) & of(x1,x3) & n_racing(x3) & a_red(s1) & Theme(s1,x1) & card_eq_56(x1) & of(x1,x2) & n_number(x2)) | exists p1 x1.(n_car(x1) & exists x2.(in(x1,x2) & n_race(x2))) | 7a3eb370-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x3 x4.(v_speed(e1) & of(x1,x3) & of(x1,x2) & n_racing(x3) & n_number(x2) & n_frame(x4) & n_car(x1) & exists e2.(v_leave(e2) & past(e2,x4) & Theme(e2,x1)) & card_eq_56(x1) & a_red(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_car(x1) & exists x2.(n_race(x2) & in(x1,x2))) |
||
Woman in green shirt jogging past fountain. | Woman in blue shirt jogging past a fountain. | 2 | -100 | blue is not green | exists e1 s1 s2 s3 x1 x2 x3.(ne_nam_woman(s1) & a_topic(s1) & in(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & v_jog(e1) & n_fountain(x3) & a_past(s3) & Theme(s3,x3) & (x1 = x2) & n_shirt(x1) & a_green(s2) & Theme(s2,x1)) | exists e1 s1 s2 x1 x2 x3.(ne_nam_woman(s1) & a_topic(s1) & in(s1,x1) & past(e1,x3) & n_fountain(x3) & Actor(e1,x2) & v_jog(e1) & (x1 = x2) & n_shirt(x1) & a_blue(s2) & Theme(s2,x1)) | 7a3ec2ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3.(v_jog(e1) & ne_nam_woman(s1) & n_shirt(x1) & n_fountain(x3) & in(s1,x1) & a_topic(s1) & a_past(s3) & a_green(s2) & Theme(s3,x3) & Theme(s2,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3.(v_jog(e1) & past(e1,x3) & ne_nam_woman(s1) & n_shirt(x1) & n_fountain(x3) & in(s1,x1) & a_topic(s1) & a_blue(s2) & Theme(s2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | There are two guys in a locker room, one laughing at a joke the other told. | 1 | 0.808795 | Two guys in a locker room laughing are not necessarily laughing at a joke the other told. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists p1 x1 x7.(n_other(x7) & exists e1 x2 x3 x4 x5 x6 x8.((x1 = x2) & rel(x2,x5) & at(x5,x6) & Theme(e1,x8) & Actor(e1,x7) & v_tell(e1) & (x6 = x8) & n_joke(x6) & n_laughing(x5) & card_eq_1(x5) & in(x2,x3) & n_room(x3) & of(x3,x4) & n_locker(x4) & n_guy(x2) & card_eq_2(x2))) | 7a3fa9e2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists x1 x7.(n_other(x7) & exists e1 x2 x3 x4 x5 x6 x8.(v_tell(e1) & rel(x2,x5) & of(x3,x4) & n_room(x3) & n_locker(x4) & n_laughing(x5) & n_joke(x6) & n_guy(x2) & in(x2,x3) & card_eq_2(x2) & card_eq_1(x5) & at(x5,x6) & Theme(e1,x8) & Actor(e1,x7) & (x6 = x8) & (x1 = x2))) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | One man is laughing while another talks to him. | 1 | 0.528449 | Just because two guys in a locker room shirt are laughing doesn't imply while another talks to him. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(n_male(x2) & n_talk(x2) & while(e1,x3) & to(x3,x2) & n_talk(x3) & -(x3 = x2) & Actor(e1,x1) & v_laugh(e1) & n_man(x1) & card_eq_1(x1)) | 7a3fbd60-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3.(while(e1,x3) & v_laugh(e1) & to(x3,x2) & n_talk(x3) & n_talk(x2) & n_man(x1) & n_male(x2) & card_eq_1(x1) & Actor(e1,x1) & -(x3 = x2)) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | There are three women in a locker room. | 2 | 0.000053 | Two is a different amount than three. Women and guys are different genders. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists p1 x1 x2 x3.(in(p1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & exists x4.((x1 = x4) & n_woman(x4) & card_eq_3(x4))) | 7a3fc742-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists p1 x1 x2 x3.(of(x2,x3) & n_room(x2) & n_locker(x3) & in(p1,x2) & exists x4.(n_woman(x4) & card_eq_3(x4) & (x1 = x4))) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | THe other guy told a joke. | 1 | 0.764284 | Two guys in a locker room laughing is not necessarily because the other guy told a joke. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_guy(x3) & Theme(e1,x4) & Actor(e1,x1) & v_tell(e1) & n_joke(x4) & -(x1 = x3) & n_guy(x1) & (x1 = x2) & ne_nam_the(x2)) | 7a3fcc06-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3 x4.(v_tell(e1) & ne_nam_the(x2) & n_joke(x4) & n_guy(x3) & n_guy(x1) & Theme(e1,x4) & Actor(e1,x1) & -(x1 = x3) & (x1 = x2)) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | Two friends in a locker room, the guy in the orange shirt is laughing. | 1 | 0.8983 | Not all guys are friends. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_guy(x1) & rel(e1,x4) & in(x4,x5) & n_room(x5) & of(x5,x6) & n_locker(x6) & n_friend(x4) & card_eq_2(x4) & Actor(e1,x1) & v_laugh(e1) & in(x1,x2)) | 7a3fd0b6-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(v_laugh(e1) & rel(e1,x4) & of(x5,x6) & of(x2,x3) & n_shirt(x2) & n_room(x5) & n_orange(x3) & n_locker(x6) & n_guy(x1) & n_friend(x4) & in(x4,x5) & in(x1,x2) & card_eq_2(x4) & Actor(e1,x1)) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | One guy laughs at another guy's body. | 1 | 0.000807 | Just because two guys in a locker room are laughing doesn't imply at another guy's body. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(at(e1,x3) & n_body(x3) & of(x3,x2) & n_guy(x2) & -(x2 = x1) & n_guy(x1) & n_guy(x1) & Actor(e1,x1) & v_laugh(e1) & card_eq_1(x1)) | 7a3fda16-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists e1 x1 x2 x3.(v_laugh(e1) & of(x3,x2) & n_guy(x2) & n_guy(x1) & n_body(x3) & card_eq_1(x1) & at(e1,x3) & Actor(e1,x1) & -(x2 = x1)) |
||
Two guys in a locker room, the guy in the orange shirt laughing. | There are two guys in a locker room, one laughing. | 0 | 0.970882 | THE GUY IN THE ORANGE SHIRT IS THE ONE PERSON LAUGHING. | exists x1 x2 x3 x4 x5 x6 x7.(n_laughing(x5) & of(x5,x7) & n_shirt(x7) & of(x5,x6) & n_orange(x6) & n_guy(x4) & a_topic(x1) & rel(x1,x4) & in(x4,x5) & in(x1,x2) & n_room(x2) & of(x2,x3) & n_locker(x3) & n_guy(x1) & card_eq_2(x1)) | exists p1 x1 x2 x3 x4 x5.((x1 = x2) & rel(x2,x5) & n_laughing(x5) & card_eq_1(x5) & in(x2,x3) & n_room(x3) & of(x3,x4) & n_locker(x4) & n_guy(x2) & card_eq_2(x2)) | 7a3fe8b2-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4 x5 x6 x7.(rel(x1,x4) & of(x5,x7) & of(x5,x6) & of(x2,x3) & n_shirt(x7) & n_room(x2) & n_orange(x6) & n_locker(x3) & n_laughing(x5) & n_guy(x4) & n_guy(x1) & in(x4,x5) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) | exists x1 x2 x3 x4 x5.(rel(x2,x5) & of(x3,x4) & n_room(x3) & n_locker(x4) & n_laughing(x5) & n_guy(x2) & in(x2,x3) & card_eq_2(x2) & card_eq_1(x5) & (x1 = x2)) |
||
Little girl is disinterested by what entices the crowd. | A girl is not amused. | 0 | 0.912854 | BEING DISINTERESTED MEANS YOU ARE NOT AMUSED. | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists x1.(-exists s1.(Theme(s1,x1) & a_amused(s1)) & n_girl(x1)) | 7a4035ec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists x1.(n_girl(x1) & all s1.(-a_amused(s1) | -Theme(s1,x1))) |
||
Little girl is disinterested by what entices the crowd. | The girl is bored. | 1 | 0.806806 | Little girl is disinterested by what entices the crowd does not indicate that she is bored. | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1.(n_girl(x1) & Theme(e1,x1) & v_bore(e1)) | 7a403af6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1.(v_bore(e1) & n_girl(x1) & Theme(e1,x1)) |
||
Little girl is disinterested by what entices the crowd. | A girl is upset. | 1 | 0.633535 | SHE IS UPSET | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1.(Theme(e1,x1) & v_upset(e1) & n_girl(x1)) | 7a404456-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1.(v_upset(e1) & n_girl(x1) & Theme(e1,x1)) |
||
Little girl is disinterested by what entices the crowd. | Everyone is transfixed by the same thing | 2 | 0 | disinterested and transfixed are not the same | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x2.(n_thing(x2) & a_same(s1) & Theme(s1,x2) & all x1.(n_person(x1) -> exists e1.(Actor(e1,x2) & Theme(e1,x1) & v_transfix(e1)))) | 7a4070ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists s1 x2.(n_thing(x2) & all x1.(exists e1.(v_transfix(e1) & Theme(e1,x1) & Actor(e1,x2)) | -n_person(x1)) & a_same(s1) & Theme(s1,x2)) |
||
Little girl is disinterested by what entices the crowd. | The girl is not paying attention to the baseball game | 1 | 0.098101 | Little girl is disinterested by what entices the crowd does not indicate that she is not paying attention to the baseball game | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists x1 x3 x4.(n_game(x3) & of(x3,x4) & n_baseball(x4) & n_girl(x1) & -exists e1 x2.(to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_pay(e1) & n_attention(x2))) | 7a407566-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists x1 x3 x4.(of(x3,x4) & n_girl(x1) & n_game(x3) & n_baseball(x4) & all e1 x2.(-v_pay(e1) | -to(e1,x3) | -n_attention(x2) | -Theme(e1,x2) | -Actor(e1,x1))) |
||
Little girl is disinterested by what entices the crowd. | A little girl is outdoors unpleased | 1 | 0.700683 | Just because little girl is disinterested by what entices the crowd does not necessary that a little girl is outdoors unpleased | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists p1 s1 x1.(exists s2 x2 x3.((x1 = x2) & Theme(s2,x3) & a_unpleased(s2) & (x2 = x3) & n_outdoors(x2)) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 7a407f52-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists s1 x1.(n_girl(x1) & exists s2 x2 x3.(n_outdoors(x2) & a_unpleased(s2) & Theme(s2,x3) & (x2 = x3) & (x1 = x2)) & a_little(s1) & Theme(s1,x1)) |
||
Little girl is disinterested by what entices the crowd. | A girl is not entertained by the performer. | 1 | 0.320494 | entices the crowd doesn't imply entertained | exists e1 s1 x1 x3.(n_crowd(x3) & exists e2 x2.(n_thing(x2) & Actor(e1,x2) & Theme(e2,x3) & Actor(e2,x2) & v_entice(e2)) & Theme(e1,x1) & v_disinterest(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists x1 x2.(n_performer(x2) & -exists e1.(Actor(e1,x2) & Theme(e1,x1) & v_entertain(e1)) & n_girl(x1)) | 7a4083ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x3.(v_disinterest(e1) & n_girl(x1) & n_crowd(x3) & exists e2 x2.(v_entice(e2) & n_thing(x2) & Theme(e2,x3) & Actor(e2,x2) & Actor(e1,x2)) & a_little(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists x1 x2.(n_performer(x2) & n_girl(x1) & all e1.(-v_entertain(e1) | -Theme(e1,x1) | -Actor(e1,x2))) |
||
A parade of people wearing red march past a building while playing instruments. | The people are inside. | 2 | -100 | If people are in a parade then these people could not be inside. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & of(x1,x2) & while(e1,e2) & Theme(e2,x6) & Actor(e2,x3) & v_play(e2) & n_instrument(x6) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & past(x4,x5) & n_building(x5) & n_march(x4) & a_red(s1) & Theme(s1,x4) & (x2 = x3) & n_people(x2) & n_parade(x1)) | exists e1 s1 x1.(n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_be(e1)) | 7a417efc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6.(while(e1,e2) & v_wear(e1) & v_play(e2) & past(x4,x5) & of(x1,x2) & n_people(x2) & n_parade(x1) & n_march(x4) & n_instrument(x6) & n_building(x5) & a_topic(x1) & a_red(s1) & Theme(s1,x4) & Theme(e2,x6) & Theme(e1,x4) & Actor(e2,x3) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1.(v_be(e1) & n_people(x1) & a_inside(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Five dancers perform on stage. | Five dancers perform on stage at a talent show. | 1 | -100 | Not all dancers on stage are at a talent show. | exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_dancer(x1) & card_eq_5(x1)) | exists e1 x1 x2 x3 x4.(at(e1,x3) & n_show(x3) & of(x3,x4) & n_talent(x4) & on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_dancer(x1) & card_eq_5(x1)) | 7a41842e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_perform(e1) & on(e1,x2) & n_stage(x2) & n_dancer(x1) & card_eq_5(x1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_perform(e1) & on(e1,x2) & of(x3,x4) & n_talent(x4) & n_stage(x2) & n_show(x3) & n_dancer(x1) & card_eq_5(x1) & at(e1,x3) & Actor(e1,x1)) |
||
Five dancers perform on stage. | Five dancing bears perform on stage. | 2 | -100 | Dancers implies people. People are not bears. | exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_dancer(x1) & card_eq_5(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Actor(e1,x1) & v_perform(e1) & n_bear(x1) & of(x1,x2) & n_dancing(x2) & card_eq_5(x1)) | 7a418a1e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_perform(e1) & on(e1,x2) & n_stage(x2) & n_dancer(x1) & card_eq_5(x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & of(x1,x2) & n_stage(x3) & n_dancing(x2) & n_bear(x1) & card_eq_5(x1) & Actor(e1,x1)) |
||
Five dancers perform on stage. | Performers on a stage. | 0 | -100 | five dancers are performers | exists e1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_perform(e1) & n_dancer(x1) & card_eq_5(x1)) | exists x1 x2.(a_topic(x1) & on(x1,x2) & n_stage(x2) & n_performer(x1)) | 7a41904a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_perform(e1) & on(e1,x2) & n_stage(x2) & n_dancer(x1) & card_eq_5(x1) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_stage(x2) & n_performer(x1) & a_topic(x1)) |
||
A group of people in a band while marching and playing their instruments in the streets entertaining others. | The band is performing for a crowd. | 0 | -100 | A band is performing by marching and playing instruments in front of other considered a crowd. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x14,e2) & n_event(x14) & for(e2,x1) & Theme(e2,x11) & Actor(e2,x9) & v_play(e2) & in(x11,x1) & -(x1 = x13) & n_person(x13) & n_person(x1) & a_entertaining(s2) & Theme(s2,x1) & of(x1,x12) & n_street(x12) & n_instrument(x11) & of(x11,x10) & n_thing(x10) & n_thing(x9) & while(x8,e1) & n_event(x8) & for(e1,x1) & Theme(e1,x5) & Actor(e1,x4) & v_march(e1) & in(x5,x6) & -(x6 = x1) & n_person(x6) & a_entertaining(s1) & Theme(s1,x6) & of(x6,x7) & n_street(x7) & n_instrument(x5) & of(x5,x1) & n_thing(x1) & n_thing(x4) & of(x1,x2) & in(x2,x3) & n_band(x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(n_band(x1) & for(e1,x2) & n_crowd(x2) & Actor(e1,x1) & v_perform(e1)) | 7a419586-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x8,e1) & while(x14,e2) & v_play(e2) & v_march(e1) & of(x6,x7) & of(x5,x1) & of(x11,x10) & of(x1,x2) & of(x1,x12) & n_thing(x9) & n_thing(x4) & n_thing(x10) & n_thing(x1) & n_street(x7) & n_street(x12) & n_person(x6) & n_person(x13) & n_person(x1) & n_people(x2) & n_instrument(x5) & n_instrument(x11) & n_group(x1) & n_event(x8) & n_event(x14) & n_band(x3) & in(x5,x6) & in(x2,x3) & in(x11,x1) & for(e2,x1) & for(e1,x1) & a_entertaining(s2) & a_entertaining(s1) & Theme(s2,x1) & Theme(s1,x6) & Theme(e2,x11) & Theme(e1,x5) & Actor(e2,x9) & Actor(e1,x4) & -(x6 = x1) & -(x1 = x13)) | exists e1 x1 x2.(v_perform(e1) & n_crowd(x2) & n_band(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A group of people in a band while marching and playing their instruments in the streets entertaining others. | The band is going on tour. | 2 | -100 | A band cannot be marching and playing in the streets and going on tour simultaneously. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x14,e2) & n_event(x14) & for(e2,x1) & Theme(e2,x11) & Actor(e2,x9) & v_play(e2) & in(x11,x1) & -(x1 = x13) & n_person(x13) & n_person(x1) & a_entertaining(s2) & Theme(s2,x1) & of(x1,x12) & n_street(x12) & n_instrument(x11) & of(x11,x10) & n_thing(x10) & n_thing(x9) & while(x8,e1) & n_event(x8) & for(e1,x1) & Theme(e1,x5) & Actor(e1,x4) & v_march(e1) & in(x5,x6) & -(x6 = x1) & n_person(x6) & a_entertaining(s1) & Theme(s1,x6) & of(x6,x7) & n_street(x7) & n_instrument(x5) & of(x5,x1) & n_thing(x1) & n_thing(x4) & of(x1,x2) & in(x2,x3) & n_band(x3) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(n_band(x1) & on(e1,x2) & n_tour(x2) & Actor(e1,x1) & v_go(e1)) | 7a419af4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x8,e1) & while(x14,e2) & v_play(e2) & v_march(e1) & of(x6,x7) & of(x5,x1) & of(x11,x10) & of(x1,x2) & of(x1,x12) & n_thing(x9) & n_thing(x4) & n_thing(x10) & n_thing(x1) & n_street(x7) & n_street(x12) & n_person(x6) & n_person(x13) & n_person(x1) & n_people(x2) & n_instrument(x5) & n_instrument(x11) & n_group(x1) & n_event(x8) & n_event(x14) & n_band(x3) & in(x5,x6) & in(x2,x3) & in(x11,x1) & for(e2,x1) & for(e1,x1) & a_entertaining(s2) & a_entertaining(s1) & Theme(s2,x1) & Theme(s1,x6) & Theme(e2,x11) & Theme(e1,x5) & Actor(e2,x9) & Actor(e1,x4) & -(x6 = x1) & -(x1 = x13)) | exists e1 x1 x2.(v_go(e1) & on(e1,x2) & n_tour(x2) & n_band(x1) & Actor(e1,x1)) |
||
A group of people in a band while marching and playing their instruments in the streets entertaining others. | The band knows one another. | 1 | -100 | There is no indication that the group of people in the band knows one another. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x14,e2) & n_event(x14) & for(e2,x1) & Theme(e2,x11) & Actor(e2,x9) & v_play(e2) & in(x11,x1) & -(x1 = x13) & n_person(x13) & n_person(x1) & a_entertaining(s2) & Theme(s2,x1) & of(x1,x12) & n_street(x12) & n_instrument(x11) & of(x11,x10) & n_thing(x10) & n_thing(x9) & while(x8,e1) & n_event(x8) & for(e1,x1) & Theme(e1,x5) & Actor(e1,x4) & v_march(e1) & in(x5,x6) & -(x6 = x1) & n_person(x6) & a_entertaining(s1) & Theme(s1,x6) & of(x6,x7) & n_street(x7) & n_instrument(x5) & of(x5,x1) & n_thing(x1) & n_thing(x4) & of(x1,x2) & in(x2,x3) & n_band(x3) & n_people(x2) & n_group(x1)) | exists e1 s1 x1 x2.(n_band(x1) & Theme(e1,x2) & Actor(e1,x1) & v_know(e1) & n_thing(x2) & card_eq_1(x2) & a_another(s1) & Theme(s1,x2)) | 7a41a030-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14.(while(x8,e1) & while(x14,e2) & v_play(e2) & v_march(e1) & of(x6,x7) & of(x5,x1) & of(x11,x10) & of(x1,x2) & of(x1,x12) & n_thing(x9) & n_thing(x4) & n_thing(x10) & n_thing(x1) & n_street(x7) & n_street(x12) & n_person(x6) & n_person(x13) & n_person(x1) & n_people(x2) & n_instrument(x5) & n_instrument(x11) & n_group(x1) & n_event(x8) & n_event(x14) & n_band(x3) & in(x5,x6) & in(x2,x3) & in(x11,x1) & for(e2,x1) & for(e1,x1) & a_entertaining(s2) & a_entertaining(s1) & Theme(s2,x1) & Theme(s1,x6) & Theme(e2,x11) & Theme(e1,x5) & Actor(e2,x9) & Actor(e1,x4) & -(x6 = x1) & -(x1 = x13)) | exists e1 s1 x1 x2.(v_know(e1) & n_thing(x2) & n_band(x1) & card_eq_1(x2) & a_another(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A person in a red shirt sits in front of a building exhibiting "Beatles Story Exhibit." | The person in the red shirt is hanging upside down from the rafters of the building and sleeping like a vampire. | 2 | -100 | The person either sits, or is hanging upside down. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_exhibit(x5) & (x5 = x7) & ne_nam_story(x7) & (x5 = x6) & ne_nam_beatles(x6) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_exhibit(e2) & in(e1,x3) & of(x3,x4) & n_building(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_shirt(x5) & a_red(s2) & Theme(s2,x5) & n_person(x4) & n_building(x8) & n_rafter(x7) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_person(x1) & like(e2,x6) & n_vampire(x6) & Actor(e2,x4) & v_sleep(e2) & in(x4,x5) & like(e1,x3) & n_vampire(x3) & exists s3.(r_upside(s3) & from(s3,x7) & of(x7,x8) & Theme(s3,x1) & a_down(s3)) & Topic(e1,p1) & Actor(e1,x1) & v_hang(e1) & in(x1,x2)) | 7a41a558-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_exhibit(e2) & of(x3,x4) & ne_nam_story(x7) & ne_nam_exhibit(x5) & ne_nam_beatles(x6) & n_shirt(x2) & n_person(x1) & n_front(x3) & n_building(x4) & in(x1,x2) & in(e1,x3) & for(e1,e2) & a_red(s1) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x7) & (x5 = x6)) | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sleep(e2) & v_hang(e1) & n_vampire(x6) & n_vampire(x3) & n_shirt(x5) & n_shirt(x2) & n_rafter(x7) & n_person(x4) & n_person(x1) & n_building(x8) & like(e2,x6) & like(e1,x3) & in(x4,x5) & in(x1,x2) & exists s3.(r_upside(s3) & of(x7,x8) & from(s3,x7) & a_down(s3) & Theme(s3,x1)) & a_red(s2) & a_red(s1) & Topic(e1,p1) & Theme(s2,x5) & Theme(s1,x2) & Actor(e2,x4) & Actor(e1,x1)) |
||
A person in a red shirt sits in front of a building exhibiting "Beatles Story Exhibit." | A person is sitting in front of a building. | 0 | -100 | a person in a red shirt is a person | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_exhibit(x5) & (x5 = x7) & ne_nam_story(x7) & (x5 = x6) & ne_nam_beatles(x6) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_exhibit(e2) & in(e1,x3) & of(x3,x4) & n_building(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_building(x3) & n_front(x2) & Actor(e1,x1) & v_sit(e1) & n_person(x1)) | 7a41aa80-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_exhibit(e2) & of(x3,x4) & ne_nam_story(x7) & ne_nam_exhibit(x5) & ne_nam_beatles(x6) & n_shirt(x2) & n_person(x1) & n_front(x3) & n_building(x4) & in(x1,x2) & in(e1,x3) & for(e1,e2) & a_red(s1) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x7) & (x5 = x6)) | exists e1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & n_person(x1) & n_front(x2) & n_building(x3) & in(e1,x2) & Actor(e1,x1)) |
||
A person in a red shirt sits in front of a building exhibiting "Beatles Story Exhibit." | A person is panhandling in front of a building. | 1 | -100 | A person could be sitting in front of a building for reasons besides that the person is panhandling - for example, they could just be waiting for someone. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(ne_nam_exhibit(x5) & (x5 = x7) & ne_nam_story(x7) & (x5 = x6) & ne_nam_beatles(x6) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_exhibit(e2) & in(e1,x3) & of(x3,x4) & n_building(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_shirt(x2) & a_red(s1) & Theme(s1,x2) & n_person(x1)) | exists e1 x1 x2 x3.(in(e1,x2) & of(x2,x3) & n_building(x3) & n_front(x2) & Actor(e1,x1) & v_panhandle(e1) & n_person(x1)) | 7a41af94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_sit(e1) & v_exhibit(e2) & of(x3,x4) & ne_nam_story(x7) & ne_nam_exhibit(x5) & ne_nam_beatles(x6) & n_shirt(x2) & n_person(x1) & n_front(x3) & n_building(x4) & in(x1,x2) & in(e1,x3) & for(e1,e2) & a_red(s1) & Theme(s1,x2) & Theme(e2,x5) & Actor(e2,x1) & Actor(e1,x1) & (x5 = x7) & (x5 = x6)) | exists e1 x1 x2 x3.(v_panhandle(e1) & of(x2,x3) & n_person(x1) & n_front(x2) & n_building(x3) & in(e1,x2) & Actor(e1,x1)) |
||
A lady in white shirt is holding something in her hand and turning around. | A lady in a white shirt is turning around with something in her hand. | 0 | -100 | a lady win white shirt is turning around | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(exists s3.(Theme(s3,x5) & a_around(s3)) & Topic(e2,p1) & Actor(e2,x5) & v_turn(e2) & in(x5,x6) & n_shirt(x6) & a_white(s2) & Theme(s2,x6) & n_lady(x5) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & in(x3,x4) & n_hand(x4) & of(x4,x1) & n_female(x1) & n_thing(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_lady(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(a_around(s2) & Manner(e1,s2) & with(e1,x3) & in(x3,x4) & n_hand(x4) & of(x4,x1) & n_female(x1) & n_thing(x3) & Actor(e1,x1) & v_turn(e1) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_lady(x1)) | 7a41b5ca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_turn(e2) & v_hold(e1) & of(x4,x1) & n_thing(x3) & n_shirt(x6) & n_shirt(x2) & n_lady(x5) & n_lady(x1) & n_hand(x4) & n_female(x1) & in(x5,x6) & in(x3,x4) & in(x1,x2) & exists s3.(a_around(s3) & Theme(s3,x5)) & a_white(s2) & a_white(s1) & Topic(e2,p1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x3) & v_turn(e1) & of(x4,x1) & n_thing(x3) & n_shirt(x2) & n_lady(x1) & n_hand(x4) & n_female(x1) & in(x3,x4) & in(x1,x2) & a_white(s1) & a_around(s2) & Theme(s1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
A lady in white shirt is holding something in her hand and turning around. | A woman in a white blouse is turning around to hand her husband a napkin. | 1 | -100 | A blouse is a specific type of shirt, so not all shirts are blouses. A woman could be handing many different things to someone, so there is nothing that would make us assume it's a napkin unless given more information. People often hold things in their hand when they are not handing something to someone else. Not all women have a husband. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(exists s3.(Theme(s3,x5) & a_around(s3)) & Topic(e2,p1) & Actor(e2,x5) & v_turn(e2) & in(x5,x6) & n_shirt(x6) & a_white(s2) & Theme(s2,x6) & n_lady(x5) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & in(x3,x4) & n_hand(x4) & of(x4,x1) & n_female(x1) & n_thing(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_lady(x1)) | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(Topic(e1,p1) & exists e2.(Theme(e2,x6) & Actor(e2,x1) & v_hand(e2)) & n_husband(x6) & of(x6,x1) & n_female(x1) & a_around(s3) & Manner(e1,s3) & Theme(e1,x5) & Actor(e1,x3) & v_turn(e1) & n_napkin(x5) & in(x3,x4) & n_blouse(x4) & a_white(s2) & Theme(s2,x4) & n_woman(x3) & in(x1,x2) & n_blouse(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | 7a41baf2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_turn(e2) & v_hold(e1) & of(x4,x1) & n_thing(x3) & n_shirt(x6) & n_shirt(x2) & n_lady(x5) & n_lady(x1) & n_hand(x4) & n_female(x1) & in(x5,x6) & in(x3,x4) & in(x1,x2) & exists s3.(a_around(s3) & Theme(s3,x5)) & a_white(s2) & a_white(s1) & Topic(e2,p1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_turn(e1) & of(x6,x1) & n_woman(x3) & n_woman(x1) & n_napkin(x5) & n_husband(x6) & n_female(x1) & n_blouse(x4) & n_blouse(x2) & in(x3,x4) & in(x1,x2) & exists e2.(v_hand(e2) & Theme(e2,x6) & Actor(e2,x1)) & a_white(s2) & a_white(s1) & a_around(s3) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x5) & Manner(e1,s3) & Actor(e1,x3)) |
||
A lady in white shirt is holding something in her hand and turning around. | A woman is wearing a blue dress and walking. | 2 | -100 | The lady is either wearing a white shirt, or a blue dress. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(exists s3.(Theme(s3,x5) & a_around(s3)) & Topic(e2,p1) & Actor(e2,x5) & v_turn(e2) & in(x5,x6) & n_shirt(x6) & a_white(s2) & Theme(s2,x6) & n_lady(x5) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & in(x3,x4) & n_hand(x4) & of(x4,x1) & n_female(x1) & n_thing(x3) & in(x1,x2) & n_shirt(x2) & a_white(s1) & Theme(s1,x2) & n_lady(x1)) | exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & subset_of(x4,x2) & n_walking(x4) & subset_of(x3,x2) & n_dress(x3) & a_blue(s1) & Theme(s1,x3) & n_woman(x1)) | 7a41bff2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6.(v_turn(e2) & v_hold(e1) & of(x4,x1) & n_thing(x3) & n_shirt(x6) & n_shirt(x2) & n_lady(x5) & n_lady(x1) & n_hand(x4) & n_female(x1) & in(x5,x6) & in(x3,x4) & in(x1,x2) & exists s3.(a_around(s3) & Theme(s3,x5)) & a_white(s2) & a_white(s1) & Topic(e2,p1) & Theme(s2,x6) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x5) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_wear(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_walking(x4) & n_dress(x3) & a_blue(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is wearing a white headband, purple tank top and black gloves. | A woman wearing a white headband and purple tank top sitting on a bench in a park. | 1 | -100 | A woman could be wearing a white headband and purple tank top anywhere, doing almost anything, so that information does not imply that she would be sitting on a bench in a park. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & rel(x2,x3) & n_glove(x3) & a_black(s3) & Theme(s3,x3) & a_top(s2) & Theme(s2,x3) & of(x3,x5) & n_tank(x5) & of(x3,x4) & n_purple(x4) & n_headband(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(in(e2,x7) & n_park(x7) & on(e2,x6) & n_bench(x6) & Actor(e2,x3) & v_sit(e2) & Theme(s2,x5) & a_top(s2) & (x3 = x5) & n_tank(x3) & of(x3,x4) & n_purple(x4) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headband(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | 7a41c56a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & rel(x2,x3) & of(x3,x5) & of(x3,x4) & n_woman(x1) & n_tank(x5) & n_purple(x4) & n_headband(x2) & n_glove(x3) & a_white(s1) & a_top(s2) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & v_sit(e2) & on(e2,x6) & of(x3,x4) & n_woman(x1) & n_tank(x3) & n_purple(x4) & n_park(x7) & n_headband(x2) & n_bench(x6) & in(e2,x7) & a_white(s1) & a_top(s2) & Theme(s2,x5) & Theme(s1,x2) & Theme(e1,x2) & Actor(e2,x3) & Actor(e1,x1) & (x3 = x5)) |
||
A woman is wearing a white headband, purple tank top and black gloves. | A woman wearing a yellow headband and green tank top swimming in a pool. | 2 | -100 | The woman is either wearing a white headband, or a yellow headband. Her tank top is either purple, or green. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & rel(x2,x3) & n_glove(x3) & a_black(s3) & Theme(s3,x3) & a_top(s2) & Theme(s2,x3) & of(x3,x5) & n_tank(x5) & of(x3,x4) & n_purple(x4) & n_headband(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & in(e1,x7) & n_pool(x7) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_swimming(x5) & a_top(s3) & Theme(s3,x5) & of(x5,x6) & n_tank(x6) & a_green(s2) & Theme(s2,x5) & n_headband(x4) & subset_of(x5,x3) & subset_of(x4,x3) & a_yellow(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | 7a41ca60-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & rel(x2,x3) & of(x3,x5) & of(x3,x4) & n_woman(x1) & n_tank(x5) & n_purple(x4) & n_headband(x2) & n_glove(x3) & a_white(s1) & a_top(s2) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_wear(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x6) & n_woman(x1) & n_tank(x6) & n_swimming(x5) & n_pool(x7) & n_headband(x4) & in(e1,x7) & a_yellow(s1) & a_topic(x1) & a_top(s3) & a_green(s2) & Theme(s3,x5) & Theme(s2,x5) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A woman is wearing a white headband, purple tank top and black gloves. | A woman wearing a white headband and purple tank top standing outside. | 1 | -100 | A woman wearing a headband and tank top is just as likely to be sitting inside as she is to be standing outside. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & rel(x2,x3) & n_glove(x3) & a_black(s3) & Theme(s3,x3) & a_top(s2) & Theme(s2,x3) & of(x3,x5) & n_tank(x5) & of(x3,x4) & n_purple(x4) & n_headband(x2) & a_white(s1) & Theme(s1,x2) & n_woman(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & subset_of(x5,x3) & n_outside(x5) & of(x5,x8) & n_standing(x8) & a_top(s2) & Theme(s2,x5) & of(x5,x7) & n_tank(x7) & of(x5,x6) & n_purple(x6) & subset_of(x4,x3) & n_headband(x4) & a_white(s1) & Theme(s1,x4) & (x1 = x2) & n_woman(x1)) | 7a41cf56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5.(v_wear(e1) & rel(x2,x3) & of(x3,x5) & of(x3,x4) & n_woman(x1) & n_tank(x5) & n_purple(x4) & n_headband(x2) & n_glove(x3) & a_white(s1) & a_top(s2) & a_black(s3) & Theme(s3,x3) & Theme(s2,x3) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_wear(e1) & subset_of(x5,x3) & subset_of(x4,x3) & of(x5,x8) & of(x5,x7) & of(x5,x6) & n_woman(x1) & n_tank(x7) & n_standing(x8) & n_purple(x6) & n_outside(x5) & n_headband(x4) & a_white(s1) & a_topic(x1) & a_top(s2) & Theme(s2,x5) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A cyclist is performing tricks on a bicycle while others watch. | Someone is on a bike. | 0 | -100 | Someone is refers to a cyclist. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & on(e1,x3) & n_bicycle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_cyclist(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_bike(x2)) & n_person(x1)) | 7a41d456-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_perform(e1) & on(e1,x3) & n_trick(x2) & n_person(x1) & n_cyclist(x1) & n_bicycle(x3) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_person(x1) & exists x2.(on(x1,x2) & n_bike(x2))) |
||
A cyclist is performing tricks on a bicycle while others watch. | Someone is asleep. | 2 | -100 | Someone does not have to be a cyclist. If a cyclist is performing tricks he is not asleep. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & on(e1,x3) & n_bicycle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_cyclist(x1)) | exists s1 x1.(Theme(s1,x1) & a_asleep(s1) & n_person(x1)) | 7a41d9b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_perform(e1) & on(e1,x3) & n_trick(x2) & n_person(x1) & n_cyclist(x1) & n_bicycle(x3) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1.(n_person(x1) & a_asleep(s1) & Theme(s1,x1)) |
||
A cyclist is performing tricks on a bicycle while others watch. | Someone is about to crash a bike. | 1 | -100 | Performing does not imply a crash. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & on(e1,x3) & n_bicycle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & n_cyclist(x1)) | exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_crash(e1) & n_bike(x2)) & n_person(x1)) | 7a41ded8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_perform(e1) & on(e1,x3) & n_trick(x2) & n_person(x1) & n_cyclist(x1) & n_bicycle(x3) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & Theme(e1,x2) & Actor(e1,x1)) | exists p1 s1 x1.(n_person(x1) & exists e1 x2.(v_crash(e1) & n_bike(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A man in a black shirt is at the microphone. | There are two cows in this picture. | 2 | 0.000001 | There is either a man, or two cows. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_cow(x3) & card_eq_2(x3))) | 7a41e3c4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists x3.(n_cow(x3) & card_eq_2(x3) & (x1 = x3))) |
||
A man in a black shirt is at the microphone. | A man is presenting an award to a nominee. | 1 | 0.032233 | People who are at a microphone could be doing many different things, such as giving a speech or performing an act, so it doesn't necessarily imply that the man would be presenting an award to a nominee. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_present(e1) & to(x2,x3) & n_nominee(x3) & n_award(x2) & n_man(x1)) | 7a41e91e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(v_present(e1) & to(x2,x3) & n_nominee(x3) & n_man(x1) & n_award(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is at a microphone. | 0 | -100 | A man wearing black shirt is at a microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1.(exists x2.(at(x1,x2) & n_microphone(x2)) & n_man(x1)) | 7a41ee1e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists x1.(n_man(x1) & exists x2.(n_microphone(x2) & at(x1,x2))) |
||
A man in a black shirt is at the microphone. | A man is using a microphone. | 0 | -100 | With a microphone as the object, it follows that a man is using it whenever he is at it. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_microphone(x2) & n_man(x1)) | 7a41f30a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_use(e1) & n_microphone(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | The man in a black shirt is driving a car. | 2 | -100 | The man is either driving a car, or at the microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(n_man(x1) & Theme(e1,x3) & Actor(e1,x1) & v_drive(e1) & n_car(x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2)) | 7a41f800-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2 x3.(v_drive(e1) & n_shirt(x2) & n_man(x1) & n_car(x3) & in(x1,x2) & a_black(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is getting ready to sing a song to a crowd of people. | 1 | 0.400472 | People who are at a microphone could be doing many different things, such as giving a speech or hosting an event, so it doesn't necessarily imply that the man would be about to sing to song. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1.(exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 x2 x3 x4.(to(e2,x3) & of(x3,x4) & n_people(x4) & n_crowd(x3) & Theme(e2,x2) & Actor(e2,x1) & v_sing(e2) & n_song(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_man(x1)) | 7a41fd14-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 p1 x1.(v_get(e1) & n_man(x1) & exists p2 s1.(exists e2 x2 x3 x4.(v_sing(e2) & to(e2,x3) & of(x3,x4) & n_song(x2) & n_people(x4) & n_crowd(x3) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is sitting in the crowd. | 2 | -100 | The man is either sitting in the crowd, or at the microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_crowd(x2) & in(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1)) | 7a420412-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_sit(e1) & n_man(x1) & n_crowd(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is in the bathroom looking into the mirror. | 2 | -100 | The man is not in the bathroom if he is at the microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x2 x4.(n_mirror(x4) & n_bathroom(x2) & exists e1 x3.(in(x1,x2) & into(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3)) & n_man(x1)) | 7a420b06-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists x1 x2 x4.(n_mirror(x4) & n_man(x1) & n_bathroom(x2) & exists e1 x3.(v_look(e1) & into(e1,x4) & in(x1,x2) & Actor(e1,x3) & (x2 = x3))) |
||
A man in a black shirt is at the microphone. | This man is getting ready to use the microphone. | 0 | 0.869935 | A man in a shirt is getting read to use a microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1 x2.(n_microphone(x2) & n_man(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_use(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 7a42113c-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 p1 x1 x2.(v_get(e1) & n_microphone(x2) & n_man(x1) & exists p2 s1.(exists e2.(v_use(e2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is singing. | 1 | 0.502759 | People who are at a microphone could be doing many different things, such as giving a speech or hosting an event, so it doesn't necessarily imply that the man is singing. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(Actor(e1,x1) & v_sing(e1) & n_man(x1)) | 7a4216b4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 x1.(v_sing(e1) & n_man(x1) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is using a bullhorn so people can hear him. | 2 | -100 | The man is either at the microphone, or he is using a bullhorn. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 x1 x2.(exists e2 p2 x3.(exists e3.(Theme(e3,x1) & Actor(e3,x3) & v_hear(e3)) & Topic(e2,p2) & Actor(e2,x3) & v_can(e2) & n_people(x3)) & n_male(x1) & so(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_use(e1) & n_bullhorn(x2) & n_man(x1)) | 7a421bdc-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 p1 x1 x2.(v_use(e1) & so(e1,p1) & n_man(x1) & n_male(x1) & n_bullhorn(x2) & exists e2 p2 x3.(v_can(e2) & n_people(x3) & exists e3.(v_hear(e3) & Theme(e3,x1) & Actor(e3,x3)) & Topic(e2,p2) & Actor(e2,x3)) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | A man is speaking to a microphone. | 0 | -100 | One use microphone so one speaking to a microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(to(e1,x2) & n_microphone(x2) & Actor(e1,x1) & v_speak(e1) & n_man(x1)) | 7a4220f0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_speak(e1) & to(e1,x2) & n_microphone(x2) & n_man(x1) & Actor(e1,x1)) |
||
A man in a black shirt is at the microphone. | There is a microphone with a man at it. | 0 | -100 | There is a man at a microphone. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 x1 x2 x3.((x1 = x2) & with(x2,x3) & at(x3,x2) & n_thing(x2) & n_man(x3) & n_microphone(x2)) | 7a422622-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists x1 x2 x3.(with(x2,x3) & n_thing(x2) & n_microphone(x2) & n_man(x3) & at(x3,x2) & (x1 = x2)) |
||
A man in a black shirt is at the microphone. | A man in a black shirt is at a microphone preparing to give an award acceptance speach. | 1 | 0.034307 | People who are at a microphone could be doing many different things, such as giving a speech or performing an act, so it doesn't necessarily imply that the man would be preparing to give an award acceptance speech. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | exists p1 s1 x1 x2.(exists e1 p2 x3 x4.(at(x1,x3) & Topic(e1,p2) & Actor(e1,x4) & v_prepare(e1) & exists e2 x5 x6 x7.(Recipient(e2,x7) & Theme(e2,x5) & Actor(e2,x4) & v_give(e2) & n_award(x7) & n_speach(x5) & of(x5,x6) & n_acceptance(x6)) & (x3 = x4) & n_microphone(x3)) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,x2) & n_man(x1)) | 7a422c9e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists s1 x1 x2.(n_shirt(x2) & n_man(x1) & in(x1,x2) & exists e1 p2 x3 x4.(v_prepare(e1) & n_microphone(x3) & exists e2 x5 x6 x7.(v_give(e2) & of(x5,x6) & n_speach(x5) & n_award(x7) & n_acceptance(x6) & Theme(e2,x5) & Recipient(e2,x7) & Actor(e2,x4)) & at(x1,x3) & Topic(e1,p2) & Actor(e1,x4) & (x3 = x4)) & a_black(s1) & Theme(s1,x2)) |
||
A man in a black shirt is at the microphone. | Someone is getting ready to make a speech. | 1 | 0.67966 | People who are at a microphone could be doing many different things, such as giving a speech or performing an act, so it doesn't necessarily imply that the man would be about to make a speech. | exists p1 s1 x1 x2 x3.(n_microphone(x3) & at(x1,x3) & in(x1,x2) & n_shirt(x2) & a_black(s1) & Theme(s1,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_make(e2) & n_speech(x2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_person(x1)) | 7a4231e4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(n_shirt(x2) & n_microphone(x3) & n_man(x1) & in(x1,x2) & at(x1,x3) & a_black(s1) & Theme(s1,x2)) | exists e1 p1 x1.(v_get(e1) & n_person(x1) & exists p2 s1.(exists e2 x2.(v_make(e2) & n_speech(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A group of kids playing dodgeball. | The clothes are copying their homework from off the board. | 2 | -100 | It is either a group of kids, or some clothes. They are either playing dodgeball, or copying their homework. | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_dodgeball(x4) & (x2 = x3) & n_kid(x2) & n_group(x1)) | exists e1 x1 x2 x3 x4.(n_board(x4) & n_homework(x2) & of(x2,x1) & n_thing(x1) & n_clothes(x1) & Theme(e1,x2) & Actor(e1,x1) & v_copy(e1) & off(x3,x4) & from(x2,x3) & n_thing(x3)) | 7a4237d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x1,x2) & n_kid(x2) & n_group(x1) & n_dodgeball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_copy(e1) & off(x3,x4) & of(x2,x1) & n_thing(x3) & n_thing(x1) & n_homework(x2) & n_clothes(x1) & n_board(x4) & from(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of kids playing dodgeball. | The kids are indoors. | 1 | -100 | Kids don't always play dodgeball indoors, they often play outdoors. | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_dodgeball(x4) & (x2 = x3) & n_kid(x2) & n_group(x1)) | exists p1 x1.(n_kid(x1) & exists x2.((x1 = x2) & n_indoor(x2))) | 7a423cca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x1,x2) & n_kid(x2) & n_group(x1) & n_dodgeball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_kid(x1) & exists x2.(n_indoor(x2) & (x1 = x2))) |
||
A group of kids playing dodgeball. | The kids are throwing balls. | 0 | -100 | Dodgeball is a game played where kids are throwing balls at each other. | exists e1 x1 x2 x3 x4.(a_topic(x1) & of(x1,x2) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_dodgeball(x4) & (x2 = x3) & n_kid(x2) & n_group(x1)) | exists e1 x1 x2.(n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_ball(x2)) | 7a4241c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x1,x2) & n_kid(x2) & n_group(x1) & n_dodgeball(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2.(v_throw(e1) & n_kid(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman reclines on top of a large rock with green trees in the background. | A girl enjoys nature. | 1 | -100 | A woman reclines on a rock does not imply the woman enjoys nature. | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & on(e1,x2) & of(x2,x3) & with(x3,x4) & in(x4,x5) & n_tree(x4) & a_green(s2) & Theme(s2,x4) & n_rock(x3) & a_large(s1) & Theme(s1,x3) & n_top(x2) & Actor(e1,x1) & v_recline(e1) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_enjoy(e1) & n_nature(x2) & n_girl(x1)) | 7a4246a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_recline(e1) & on(e1,x2) & of(x2,x3) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_rock(x3) & n_background(x5) & in(x4,x5) & a_large(s1) & a_green(s2) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_enjoy(e1) & n_nature(x2) & n_girl(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman reclines on top of a large rock with green trees in the background. | The girls will soon be sacrificed. | 2 | -100 | It is either one woman, or multiple girls. | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & on(e1,x2) & of(x2,x3) & with(x3,x4) & in(x4,x5) & n_tree(x4) & a_green(s2) & Theme(s2,x4) & n_rock(x3) & a_large(s1) & Theme(s1,x3) & n_top(x2) & Actor(e1,x1) & v_recline(e1) & n_woman(x1)) | exists e1 s1 x1.(n_girl(x1) & a_soon(s1) & Manner(e1,s1) & Theme(e1,x1) & v_sacrifice(e1)) | 7a424b84-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_recline(e1) & on(e1,x2) & of(x2,x3) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_rock(x3) & n_background(x5) & in(x4,x5) & a_large(s1) & a_green(s2) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 s1 x1.(v_sacrifice(e1) & n_girl(x1) & a_soon(s1) & Theme(e1,x1) & Manner(e1,s1)) |
||
A woman reclines on top of a large rock with green trees in the background. | A woman relaxes. | 0 | -100 | A woman relaxes on top of a large rock. | exists e1 s1 s2 x1 x2 x3 x4 x5.(n_background(x5) & on(e1,x2) & of(x2,x3) & with(x3,x4) & in(x4,x5) & n_tree(x4) & a_green(s2) & Theme(s2,x4) & n_rock(x3) & a_large(s1) & Theme(s1,x3) & n_top(x2) & Actor(e1,x1) & v_recline(e1) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_relax(e1) & n_woman(x1)) | 7a42511a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(with(x3,x4) & v_recline(e1) & on(e1,x2) & of(x2,x3) & n_woman(x1) & n_tree(x4) & n_top(x2) & n_rock(x3) & n_background(x5) & in(x4,x5) & a_large(s1) & a_green(s2) & Theme(s2,x4) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1.(v_relax(e1) & n_woman(x1) & Actor(e1,x1)) |
||
Four school aged kids are playing dodgeball in the gym | Kids are playing scocer. | 2 | -100 | Kids may not mean four kids and playing soccer is not dodgeball. | exists e1 e2 x1 x2 x3 x4.(n_gym(x4) & in(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_dodgeball(x3) & n_kid(x1) & Theme(e1,x1) & v_age(e1) & of(x1,x2) & n_school(x2) & card_eq_4(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_scocer(x2) & n_kid(x1)) | 7a425624-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_play(e2) & v_age(e1) & of(x1,x2) & n_school(x2) & n_kid(x1) & n_gym(x4) & n_dodgeball(x3) & in(e2,x4) & card_eq_4(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 x1 x2.(v_play(e1) & n_scocer(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Four school aged kids are playing dodgeball in the gym | Kids are playing a games. | 0 | -100 | Four kids are playing dodgeball in the gym. | exists e2 e1 x1 x2 x3 x4.(n_gym(x4) & in(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_dodgeball(x3) & n_kid(x1) & Theme(e1,x1) & v_age(e1) & of(x1,x2) & n_school(x2) & card_eq_4(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_game(x2) & n_kid(x1)) | 7a425b06-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4.(v_play(e2) & v_age(e1) & of(x1,x2) & n_school(x2) & n_kid(x1) & n_gym(x4) & n_dodgeball(x3) & in(e2,x4) & card_eq_4(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 x1 x2.(v_play(e1) & n_kid(x1) & n_game(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Four school aged kids are playing dodgeball in the gym | Kids are playing an intense game of dodgeball. | 1 | -100 | Not all games of dodgeball are intense. | exists e1 e2 x1 x2 x3 x4.(n_gym(x4) & in(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_play(e2) & n_dodgeball(x3) & n_kid(x1) & Theme(e1,x1) & v_age(e1) & of(x1,x2) & n_school(x2) & card_eq_4(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & of(x2,x3) & n_dodgeball(x3) & n_game(x2) & a_intense(s1) & Theme(s1,x2) & n_kid(x1)) | 7a426056-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4.(v_play(e2) & v_age(e1) & of(x1,x2) & n_school(x2) & n_kid(x1) & n_gym(x4) & n_dodgeball(x3) & in(e2,x4) & card_eq_4(x1) & Theme(e2,x3) & Theme(e1,x1) & Actor(e2,x1)) | exists e1 s1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_kid(x1) & n_game(x2) & n_dodgeball(x3) & a_intense(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Four people playing ball on a court. | there are people wearing uniforms playing ball on the court | 1 | -100 | Just because people are playing ball doesn't mean they are wearing uniforms. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_court(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists p1 x1 x7.(n_court(x7) & exists e2 e1 x2 x3 x4 x5 x6.((x1 = x2) & Theme(e2,x4) & Actor(e2,x3) & v_wear(e2) & on(e1,x7) & Theme(e1,x6) & Actor(e1,x5) & v_play(e1) & n_ball(x6) & (x4 = x5) & n_uniform(x4) & (x2 = x3) & n_people(x2))) | 7a42654c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_people(x1) & n_court(x4) & n_ball(x3) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x7.(n_court(x7) & exists e2 e1 x2 x3 x4 x5 x6.(v_wear(e2) & v_play(e1) & on(e1,x7) & n_uniform(x4) & n_people(x2) & n_ball(x6) & Theme(e2,x4) & Theme(e1,x6) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x2 = x3) & (x1 = x2))) |
||
Four people playing ball on a court. | there is no one on the court playing ball | 2 | -100 | There can't be people playing play on the court while no one is there. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_court(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists p1 x1 x3 x4 x5.(n_ball(x3) & of(x3,x5) & n_playing(x5) & of(x3,x4) & n_court(x4) & -exists x2.((x1 = x2) & on(x2,x3) & n_one(x2))) | 7a426a38-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_people(x1) & n_court(x4) & n_ball(x3) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x3 x4 x5.(of(x3,x5) & of(x3,x4) & n_playing(x5) & n_court(x4) & n_ball(x3) & all x2.(-on(x2,x3) | -n_one(x2) | -(x1 = x2))) |
||
Four people playing ball on a court. | there are people playing ball on the court | 0 | -100 | If four people are playing ball on a court there must be people playing on a court. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_court(x4) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_ball(x3) & (x1 = x2) & n_people(x1) & card_eq_4(x1)) | exists p1 x1 x5.(n_court(x5) & exists e1 x2 x3 x4.((x1 = x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_play(e1) & n_ball(x4) & (x2 = x3) & n_people(x2))) | 7a426f88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_play(e1) & on(e1,x4) & n_people(x1) & n_court(x4) & n_ball(x3) & card_eq_4(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1 x5.(n_court(x5) & exists e1 x2 x3 x4.(v_play(e1) & on(e1,x5) & n_people(x2) & n_ball(x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) |
||
A woman in a dark tank top and cuffed jeans is smiling while sitting on top of a large rock or boulder outdoors. | A woman asleep on a rock. | 2 | -100 | A rock does not have to be large. If a woman is smiling on a rock she does not have to be asleep. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.((exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)) | exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x6,x8) & n_outdoors(x8) & of(x8,x9) & n_boulder(x9))) & n_top(x6) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & subset_of(x5,x2) & n_jeans(x5) & a_cuffed(s2) & Theme(s2,x5) & subset_of(x3,x2) & n_top(x3) & of(x3,x4) & n_tank(x4) & a_dark(s1) & Theme(s1,x3) & n_woman(x1)) | exists x1 x2 x3.(a_topic(x1) & on(x1,x3) & n_rock(x3) & n_asleep(x1) & of(x1,x2) & n_woman(x2)) | 7a427532-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(v_smile(e1) & v_sit(e2) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_woman(x1) & n_top(x6) & n_top(x3) & n_tank(x4) & n_jeans(x5) & in(x1,x2) & a_dark(s1) & a_cuffed(s2) & Theme(s2,x5) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x1) & (exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x8,x9) & of(x6,x8) & n_outdoors(x8) & n_boulder(x9)) | exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)))) | exists x1 x2 x3.(on(x1,x3) & of(x1,x2) & n_woman(x2) & n_rock(x3) & n_asleep(x1) & a_topic(x1)) |
||
A woman in a dark tank top and cuffed jeans is smiling while sitting on top of a large rock or boulder outdoors. | A woman smiling outdoors. | 0 | -100 | In a both sentence, a woman in outdoors and smiling. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.((exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)) | exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x6,x8) & n_outdoors(x8) & of(x8,x9) & n_boulder(x9))) & n_top(x6) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & subset_of(x5,x2) & n_jeans(x5) & a_cuffed(s2) & Theme(s2,x5) & subset_of(x3,x2) & n_top(x3) & of(x3,x4) & n_tank(x4) & a_dark(s1) & Theme(s1,x3) & n_woman(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_smile(e1) & n_outdoors(x3) & (x1 = x2) & n_woman(x1)) | 7a427b22-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_smile(e1) & v_sit(e2) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_woman(x1) & n_top(x6) & n_top(x3) & n_tank(x4) & n_jeans(x5) & in(x1,x2) & a_dark(s1) & a_cuffed(s2) & Theme(s2,x5) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x1) & (exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x8,x9) & of(x6,x8) & n_outdoors(x8) & n_boulder(x9)) | exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)))) | exists e1 x1 x2 x3.(v_smile(e1) & n_woman(x1) & n_outdoors(x3) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A woman in a dark tank top and cuffed jeans is smiling while sitting on top of a large rock or boulder outdoors. | A woman smiling outdoors in the rain. | 1 | -100 | Outdoors does not imply rain. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.((exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)) | exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x6,x8) & n_outdoors(x8) & of(x8,x9) & n_boulder(x9))) & n_top(x6) & Actor(e2,x1) & v_sit(e2) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & subset_of(x5,x2) & n_jeans(x5) & a_cuffed(s2) & Theme(s2,x5) & subset_of(x3,x2) & n_top(x3) & of(x3,x4) & n_tank(x4) & a_dark(s1) & Theme(s1,x3) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(n_rain(x4) & a_topic(x1) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_smile(e1) & n_outdoors(x3) & (x1 = x2) & n_woman(x1)) | 7a427fe6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_smile(e1) & v_sit(e2) & subset_of(x5,x2) & subset_of(x3,x2) & of(x3,x4) & n_woman(x1) & n_top(x6) & n_top(x3) & n_tank(x4) & n_jeans(x5) & in(x1,x2) & a_dark(s1) & a_cuffed(s2) & Theme(s2,x5) & Theme(s1,x3) & Actor(e2,x1) & Actor(e1,x1) & (exists x8 x9.(while(e1,e2) & on(e2,x6) & of(x8,x9) & of(x6,x8) & n_outdoors(x8) & n_boulder(x9)) | exists s3 x7.(while(e1,e2) & on(e2,x6) & of(x6,x7) & n_rock(x7) & a_large(s3) & Theme(s3,x7)))) | exists e1 x1 x2 x3 x4.(v_smile(e1) & n_woman(x1) & n_rain(x4) & n_outdoors(x3) & in(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
Two children swing on a tire swing on a snowy day. | Kids swinging on a tire swing over a creek before swimming . | 2 | -100 | Kids may not mean two children and one would not be swimming on a snowy day. | exists e1 s1 x1 x2 x3 x4.(on(e1,x2) & on(x2,x4) & n_day(x4) & a_snowy(s1) & Theme(s1,x4) & n_swing(x2) & of(x2,x3) & n_tire(x3) & Actor(e1,x1) & v_swing(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x3) & over(x3,x5) & before(x5,x6) & n_swimming(x6) & n_creek(x5) & n_swing(x3) & of(x3,x4) & n_tire(x4) & Actor(e1,x2) & v_swing(e1) & (x1 = x2) & n_kid(x1)) | 7a429526-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_swing(e1) & on(x2,x4) & on(e1,x2) & of(x2,x3) & n_tire(x3) & n_swing(x2) & n_day(x4) & n_child(x1) & card_eq_2(x1) & a_snowy(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5 x6.(v_swing(e1) & over(x3,x5) & on(e1,x3) & of(x3,x4) & n_tire(x4) & n_swing(x3) & n_swimming(x6) & n_kid(x1) & n_creek(x5) & before(x5,x6) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two children swing on a tire swing on a snowy day. | Kids swinging on a tire in the snow. | 0 | -100 | Two kids swing on a tire swing in the snow. | exists e1 s1 x1 x2 x3 x4.(on(e1,x2) & on(x2,x4) & n_day(x4) & a_snowy(s1) & Theme(s1,x4) & n_swing(x2) & of(x2,x3) & n_tire(x3) & Actor(e1,x1) & v_swing(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_snow(x4) & a_topic(x1) & in(e1,x4) & on(e1,x3) & n_tire(x3) & Actor(e1,x2) & v_swing(e1) & (x1 = x2) & n_kid(x1)) | 7a4299d6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_swing(e1) & on(x2,x4) & on(e1,x2) & of(x2,x3) & n_tire(x3) & n_swing(x2) & n_day(x4) & n_child(x1) & card_eq_2(x1) & a_snowy(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_swing(e1) & on(e1,x3) & n_tire(x3) & n_snow(x4) & n_kid(x1) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Two children swing on a tire swing on a snowy day. | Kids playing in snow. | 1 | -100 | Swing on a swing on a snowy day does not imply playing in snow. | exists e1 s1 x1 x2 x3 x4.(on(e1,x2) & on(x2,x4) & n_day(x4) & a_snowy(s1) & Theme(s1,x4) & n_swing(x2) & of(x2,x3) & n_tire(x3) & Actor(e1,x1) & v_swing(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_snow(x3) & Actor(e1,x2) & v_play(e1) & (x1 = x2) & n_kid(x1)) | 7a42a048-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_swing(e1) & on(x2,x4) & on(e1,x2) & of(x2,x3) & n_tire(x3) & n_swing(x2) & n_day(x4) & n_child(x1) & card_eq_2(x1) & a_snowy(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & n_snow(x3) & n_kid(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
This woman in touching her hair while standing in front of some red and white background. | The woman is sitting in the swing. | 2 | -100 | The woman is either sitting or standing, but not both. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_hair(x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & a_topic(x1) & while(e1,e2) & in(e2,x4) & of(x4,x5) & n_background(x5) & a_white(s2) & Theme(s2,x5) & a_red(s1) & Theme(s1,x5) & n_front(x4) & Actor(e2,x2) & v_stand(e2) & Theme(e1,x3) & Actor(e1,x2) & v_touch(e1) & (x1 = x2)) | exists e1 x1 x2.(n_swing(x2) & n_woman(x1) & in(e1,x2) & Actor(e1,x1) & v_sit(e1)) | 7a42a5ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(while(e1,e2) & v_touch(e1) & v_stand(e2) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_hair(x3) & n_front(x4) & n_female(x1) & n_background(x5) & in(e2,x4) & a_white(s2) & a_topic(x1) & a_red(s1) & Theme(s2,x5) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_sit(e1) & n_woman(x1) & n_swing(x2) & in(e1,x2) & Actor(e1,x1)) |
||
This woman in touching her hair while standing in front of some red and white background. | Someone is posing. | 1 | -100 | The woman can be doing other things besides posing. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(n_hair(x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & a_topic(x1) & while(e1,e2) & in(e2,x4) & of(x4,x5) & n_background(x5) & a_white(s2) & Theme(s2,x5) & a_red(s1) & Theme(s1,x5) & n_front(x4) & Actor(e2,x2) & v_stand(e2) & Theme(e1,x3) & Actor(e1,x2) & v_touch(e1) & (x1 = x2)) | exists e1 x1.(Actor(e1,x1) & v_pose(e1) & n_person(x1)) | 7a42b092-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(while(e1,e2) & v_touch(e1) & v_stand(e2) & of(x4,x5) & of(x3,x1) & n_woman(x1) & n_hair(x3) & n_front(x4) & n_female(x1) & n_background(x5) & in(e2,x4) & a_white(s2) & a_topic(x1) & a_red(s1) & Theme(s2,x5) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_pose(e1) & n_person(x1) & Actor(e1,x1)) |
||
A man in a black shirt and salt and pepper hair is speaking into a microphone. | A man is talking into a microphone. | 0 | -100 | Speaking into a microphone is the same as talking into a microphone. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(into(e1,x8) & n_microphone(x8) & Actor(e1,x1) & v_speak(e1) & in(x1,x2) & n_hair(x6) & of(x6,x7) & n_pepper(x7) & n_salt(x5) & subset_of(x6,x4) & subset_of(x5,x4) & n_shirt(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_man(x1)) | exists e1 x1 x2.(into(e1,x2) & n_microphone(x2) & Actor(e1,x1) & v_talk(e1) & n_man(x1)) | 7a42bf4c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6 x7 x8.(v_speak(e1) & subset_of(x6,x4) & subset_of(x5,x4) & subset_of(x4,x2) & subset_of(x3,x2) & of(x6,x7) & n_shirt(x3) & n_salt(x5) & n_pepper(x7) & n_microphone(x8) & n_man(x1) & n_hair(x6) & into(e1,x8) & in(x1,x2) & a_black(s1) & Theme(s1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_talk(e1) & n_microphone(x2) & n_man(x1) & into(e1,x2) & Actor(e1,x1)) |
||
Two kids in snow hats and blue and green coats are swinging on a tire swing out in the snow. | Funny people with hats | 1 | -100 | Two kids does not imply funny people. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(in(e1,x5) & n_snow(x5) & n_snow(x5) & a_out(s3) & Manner(e1,s3) & on(e1,x6) & n_swing(x6) & of(x6,x7) & n_tire(x7) & Actor(e1,x1) & v_swing(e1) & in(x1,x2) & n_coat(x4) & a_green(s2) & Theme(s2,x4) & a_blue(s1) & Theme(s1,x4) & n_hat(x3) & of(x3,x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_kid(x1) & card_eq_2(x1)) | exists x1 x2 x3.(a_topic(x1) & with(x1,x3) & n_hat(x3) & n_people(x1) & (x1 = x2) & ne_nam_funny(x2)) | 7a42ca6e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7.(v_swing(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & of(x6,x7) & of(x3,x5) & n_tire(x7) & n_swing(x6) & n_snow(x5) & n_kid(x1) & n_hat(x3) & n_coat(x4) & in(x1,x2) & in(e1,x5) & card_eq_2(x1) & a_out(s3) & a_green(s2) & a_blue(s1) & Theme(s2,x4) & Theme(s1,x4) & Manner(e1,s3) & Actor(e1,x1)) | exists x1 x2 x3.(with(x1,x3) & ne_nam_funny(x2) & n_people(x1) & n_hat(x3) & a_topic(x1) & (x1 = x2)) |
||
Two young children are being pushed on a tire swing with snow on the ground. | Two kids are riding the slide. | 2 | -100 | Children do not have to be young. A swing is not a slide. | exists e1 s1 x1 x2 x3 x4 x5.(n_ground(x5) & on(e1,x5) & on(e1,x2) & with(x2,x4) & n_snow(x4) & n_swing(x2) & of(x2,x3) & n_tire(x3) & Theme(e1,x1) & v_push(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_slide(x2) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_kid(x1) & card_eq_2(x1)) | 7a42d98c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(x2,x4) & v_push(e1) & on(e1,x5) & on(e1,x2) & of(x2,x3) & n_tire(x3) & n_swing(x2) & n_snow(x4) & n_ground(x5) & n_child(x1) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_slide(x2) & n_kid(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | There is boat behind a man. | 0 | 0.993253 | A ship is a boat. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists p1 x1 x2 x3.((x1 = x2) & behind(x2,x3) & n_man(x3) & n_boat(x2)) | 7a474b70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1 x2 x3.(n_man(x3) & n_boat(x2) & behind(x2,x3) & (x1 = x2)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The man in uniform is sitting on the ground. | 2 | 0.000001 | If the sailor wearing his uniform is standing he can't be simultaneously sitting on the ground in his uniform. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists e1 x1 x2 x3.(n_ground(x3) & n_man(x1) & on(e1,x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_uniform(x2)) | 7a475c6e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_sit(e1) & on(e1,x3) & n_uniform(x2) & n_man(x1) & n_ground(x3) & in(x1,x2) & Actor(e1,x1)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The men are getting ready to ship out. | 1 | 0.546874 | Not all men are sailor. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists e1 p1 x1.(n_man(x1) & exists p2 s1.(Topic(s1,p2) & Actor(s1,x1) & a_ready(s1) & exists e2 s2.(a_out(s2) & Manner(e2,s2) & Actor(e2,x1) & v_ship(e2))) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1)) | 7a476a56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 p1 x1.(v_get(e1) & n_man(x1) & exists p2 s1.(exists e2 s2.(v_ship(e2) & a_out(s2) & Manner(e2,s2) & Actor(e2,x1)) & a_ready(s1) & Topic(s1,p2) & Actor(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The boat is a yacht. | 1 | 0.418606 | Not every yacht is a ship. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists p1 x1.(n_boat(x1) & exists x2.((x1 = x2) & n_yacht(x2))) | 7a477000-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_boat(x1) & exists x2.(n_yacht(x2) & (x1 = x2))) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | All of the men are sailors on the ship. | 1 | 0.535368 | All men are not a sailor. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists x2 x3.(n_ship(x3) & n_man(x2) & all x1.(n_thing(x1) -> exists p1.(on(p1,x3) & exists x4.((x1 = x4) & n_sailor(x4)) & of(x1,x2)))) | 7a477b4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x2 x3.(n_ship(x3) & n_man(x2) & all x1.(exists p1.(on(p1,x3) & of(x1,x2) & exists x4.(n_sailor(x4) & (x1 = x4))) | -n_thing(x1))) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The men are inside the ship. | 2 | -100 | They can't be standing in front of the ship and be inside the ship at the same time. | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists p1 x1 x2.(n_ship(x2) & n_man(x1) & inside(x1,x2)) | 7a4787d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1 x2.(n_ship(x2) & n_man(x1) & inside(x1,x2)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | A couple of men are standing near the water. | 0 | -100 | Couple means two. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists e1 x1 x2 x3.(n_water(x3) & near(e1,x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_man(x2) & n_couple(x1)) | 7a478d2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x1,x2) & near(e1,x3) & n_water(x3) & n_man(x2) & n_couple(x1) & Actor(e1,x1)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The sailor is on duty. | 1 | 0.741784 | Every sailor does not wear a uniform. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists p1 x1.(n_sailor(x1) & exists x2.(on(x1,x2) & n_duty(x2))) | 7a479274-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists x1.(n_sailor(x1) & exists x2.(on(x1,x2) & n_duty(x2))) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | A sailor waits for the two men to stop talking. | 1 | 0.081137 | Just because sailor with his arms folded as two man are talking doesn't imply waits for the two men to stop talking. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists p1 x1 x2 x3.(n_man(x3) & card_eq_2(x3) & a_topic(x1) & for(x1,x3) & Topic(x3,p1) & exists e1 p2.(exists e2.(Actor(e2,x3) & v_talk(e2)) & Topic(e1,p2) & Actor(e1,x3) & v_stop(e1)) & n_wait(x1) & of(x1,x2) & n_sailor(x2)) | 7a479a58-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists p1 x1 x2 x3.(of(x1,x2) & n_wait(x1) & n_sailor(x2) & n_man(x3) & for(x1,x3) & exists e1 p2.(v_stop(e1) & exists e2.(v_talk(e2) & Actor(e2,x3)) & Topic(e1,p2) & Actor(e1,x3)) & card_eq_2(x3) & a_topic(x1) & Topic(x3,p1)) |
||
The sailor wearing his white uniform and cap with his arms folded a standing in front of the ship as two man with blue coats are talking | The sailors are wearing pink uniforms. | 2 | -100 | The sailors can't be wearing pink uniforms because the sailor is wearing a white uniform and the two men have blue coats. | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_ship(x9) & n_arm(x6) & of(x6,x2) & n_male(x2) & n_male(x2) & n_uniform(x4) & a_white(s1) & Theme(s1,x4) & of(x4,x2) & n_sailor(x2) & exists e3 s2 x10 x11.(Actor(e3,x10) & v_talk(e3) & with(x10,x11) & n_coat(x11) & a_blue(s2) & Theme(s2,x11) & n_man(x10) & card_eq_2(x10)) & as(e2,p1) & Theme(e2,x7) & Actor(e2,x1) & v_fold(e2) & in(x7,x8) & of(x8,x9) & n_front(x8) & n_standing(x7) & subset_of(x5,x1) & with(x5,x6) & n_cap(x5) & subset_of(x2,x1) & Theme(e1,x4) & Actor(e1,x3) & v_wear(e1) & (x2 = x3)) | exists e1 s1 x1 x2.(n_sailor(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_uniform(x2) & a_pink(s1) & Theme(s1,x2)) | 7a47a174-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 p1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x5,x6) & v_wear(e1) & v_fold(e2) & subset_of(x5,x1) & subset_of(x2,x1) & of(x8,x9) & of(x6,x2) & of(x4,x2) & n_uniform(x4) & n_standing(x7) & n_ship(x9) & n_sailor(x2) & n_male(x2) & n_front(x8) & n_cap(x5) & n_arm(x6) & in(x7,x8) & exists e3 s2 x10 x11.(with(x10,x11) & v_talk(e3) & n_man(x10) & n_coat(x11) & card_eq_2(x10) & a_blue(s2) & Theme(s2,x11) & Actor(e3,x10)) & as(e2,p1) & a_white(s1) & Theme(s1,x4) & Theme(e2,x7) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2.(v_wear(e1) & n_uniform(x2) & n_sailor(x1) & a_pink(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
This is a young girl handing out papers. | There is a child | 0 | -100 | A young girl is a child. | exists p1 x1.(n_thing(x1) & exists e1 s1 s2 x2 x3 x4.((x1 = x2) & a_out(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_hand(e1) & n_papers(x4) & (x2 = x3) & n_girl(x2) & a_young(s1) & Theme(s1,x2))) | exists p1 x1 x2.((x1 = x2) & n_child(x2)) | 7a47a7be-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_thing(x1) & exists e1 s1 s2 x2 x3 x4.(v_hand(e1) & n_papers(x4) & n_girl(x2) & a_young(s1) & a_out(s2) & Theme(s1,x2) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists x1 x2.(n_child(x2) & (x1 = x2)) |
||
This is a young girl handing out papers. | The girl has long hair | 1 | -100 | A young girl handing out papers not necessarily has long hair. | exists p1 x1.(n_thing(x1) & exists e1 s1 s2 x2 x3 x4.((x1 = x2) & a_out(s2) & Manner(e1,s2) & Theme(e1,x4) & Actor(e1,x3) & v_hand(e1) & n_papers(x4) & (x2 = x3) & n_girl(x2) & a_young(s1) & Theme(s1,x2))) | exists e1 s1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hair(x2) & a_long(s1) & Theme(s1,x2)) | 7a47ad36-e4c8-11ec-9cdd-0242ac1c0002 | exists x1.(n_thing(x1) & exists e1 s1 s2 x2 x3 x4.(v_hand(e1) & n_papers(x4) & n_girl(x2) & a_young(s1) & a_out(s2) & Theme(s1,x2) & Theme(e1,x4) & Manner(e1,s2) & Actor(e1,x3) & (x2 = x3) & (x1 = x2))) | exists e1 s1 x1 x2.(v_have(e1) & n_hair(x2) & n_girl(x1) & a_long(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.