premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A motocross bike is being ridden over rocks. | A person is outside near rocks. | 0 | -100 | If one has ridden over rocks, chances are he is outside near rocks. | exists e1 x1 x2 x3.(over(e1,x3) & n_rock(x3) & Theme(e1,x1) & v_ride(e1) & n_bike(x1) & of(x1,x2) & n_motocross(x2)) | exists s1 x1 x2.(near(s1,x2) & n_rock(x2) & Theme(s1,x1) & a_outside(s1) & n_person(x1)) | 78a02832-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & over(e1,x3) & of(x1,x2) & n_rock(x3) & n_motocross(x2) & n_bike(x1) & Theme(e1,x1)) | exists s1 x1 x2.(near(s1,x2) & n_rock(x2) & n_person(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A motocross bike is being ridden over rocks. | A bunch of rocks roll down a hill. | 2 | -100 | The rocks can not be rolling down a hill if the bike is being ridden over the rocks. | exists e1 x1 x2 x3.(over(e1,x3) & n_rock(x3) & Theme(e1,x1) & v_ride(e1) & n_bike(x1) & of(x1,x2) & n_motocross(x2)) | exists e1 s1 x1 x2 x3.(a_down(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_roll(e1) & n_hill(x3) & of(x1,x2) & n_rock(x2) & n_bunch(x1)) | 78a03246-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & over(e1,x3) & of(x1,x2) & n_rock(x3) & n_motocross(x2) & n_bike(x1) & Theme(e1,x1)) | exists e1 s1 x1 x2 x3.(v_roll(e1) & of(x1,x2) & n_rock(x2) & n_hill(x3) & n_bunch(x1) & a_down(s1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) |
||
A rider on motorcycle, riding over rocks. | A rider on a motorcycle finishes a cross country road trip | 1 | -100 | The motorcycle riding over rocks does not imply it finishes a road trip. | exists e1 x1 x2 x3 x4.(a_topic(x1) & over(e1,x4) & n_rock(x4) & Actor(e1,x3) & v_ride(e1) & (x1 = x3) & on(x1,x2) & n_motorcycle(x2) & n_rider(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(Theme(e1,x3) & Actor(e1,x1) & v_finish(e1) & n_trip(x3) & of(x3,x6) & n_road(x6) & of(x3,x5) & n_country(x5) & of(x3,x4) & n_cross(x4) & on(x1,x2) & n_motorcycle(x2) & n_rider(x1)) | 78a03d0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & over(e1,x4) & on(x1,x2) & n_rock(x4) & n_rider(x1) & n_motorcycle(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2 x3 x4 x5 x6.(v_finish(e1) & on(x1,x2) & of(x3,x6) & of(x3,x5) & of(x3,x4) & n_trip(x3) & n_road(x6) & n_rider(x1) & n_motorcycle(x2) & n_cross(x4) & n_country(x5) & Theme(e1,x3) & Actor(e1,x1)) |
||
A rider on motorcycle, riding over rocks. | A motorcyclist rides outdoors | 0 | -100 | If one is riding over rocks he must be outdoors. | exists e1 x1 x2 x3 x4.(a_topic(x1) & over(e1,x4) & n_rock(x4) & Actor(e1,x3) & v_ride(e1) & (x1 = x3) & on(x1,x2) & n_motorcycle(x2) & n_rider(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_outdoors(x2) & n_motorcyclist(x1)) | 78a047c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & over(e1,x4) & on(x1,x2) & n_rock(x4) & n_rider(x1) & n_motorcycle(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_ride(e1) & n_outdoors(x2) & n_motorcyclist(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A rider on motorcycle, riding over rocks. | A race car driver drives over rocks | 2 | -100 | The person is either on a motorcycle or in a race car. | exists e1 x1 x2 x3 x4.(a_topic(x1) & over(e1,x4) & n_rock(x4) & Actor(e1,x3) & v_ride(e1) & (x1 = x3) & on(x1,x2) & n_motorcycle(x2) & n_rider(x1)) | exists x1 x2 x3 x4 x5.(a_topic(x1) & over(x1,x5) & n_rock(x5) & n_drive(x1) & of(x1,x4) & n_driver(x4) & of(x1,x3) & n_car(x3) & of(x1,x2) & n_race(x2)) | 78a050b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_ride(e1) & over(e1,x4) & on(x1,x2) & n_rock(x4) & n_rider(x1) & n_motorcycle(x2) & a_topic(x1) & Actor(e1,x3) & (x1 = x3)) | exists x1 x2 x3 x4 x5.(over(x1,x5) & of(x1,x4) & of(x1,x3) & of(x1,x2) & n_rock(x5) & n_race(x2) & n_driver(x4) & n_drive(x1) & n_car(x3) & a_topic(x1)) |
||
A dog catches a ball in its mouth. | A dog catches something. | 0 | -100 | A ball is an example of something. | exists e1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_ball(x2) & n_dog(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_thing(x2) & n_dog(x1)) | 78a05b40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_ball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_catch(e1) & n_thing(x2) & n_dog(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog catches a ball in its mouth. | A dog catches a bone with his paws. | 2 | -100 | The dog either catches a ball or a bone. The dog can not catch both at the same time. | exists e1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_ball(x2) & n_dog(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & with(x2,x3) & n_paw(x3) & of(x3,x1) & n_male(x1) & n_bone(x2) & n_dog(x1)) | 78a0664e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_ball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(with(x2,x3) & v_catch(e1) & of(x3,x1) & n_paw(x3) & n_male(x1) & n_dog(x1) & n_bone(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A dog catches a ball in its mouth. | A dog catches a red ball his owner threw. | 1 | -100 | The ball need not be red and need not have been thrown by its owner. | exists e1 x1 x2 x3.(in(e1,x3) & n_mouth(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_catch(e1) & n_ball(x2) & n_dog(x1)) | exists e1 p1 x1 x2.(n_owner(x2) & of(x2,x1) & n_male(x1) & exists e2 s1 x3 x4.(Theme(e2,x4) & Actor(e2,x3) & v_catch(e2) & n_ball(x4) & a_red(s1) & Theme(s1,x4) & n_dog(x3)) & Topic(e1,p1) & Actor(e1,x2) & v_throw(e1)) | 78a06f40-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_catch(e1) & of(x3,x1) & n_thing(x1) & n_mouth(x3) & n_dog(x1) & n_ball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_throw(e1) & of(x2,x1) & n_owner(x2) & n_male(x1) & exists e2 s1 x3 x4.(v_catch(e2) & n_dog(x3) & n_ball(x4) & a_red(s1) & Theme(s1,x4) & Theme(e2,x4) & Actor(e2,x3)) & Topic(e1,p1) & Actor(e1,x2)) |
||
A little girl is trying to look into a dark window. | A boy is yawning. | 2 | -100 | Can only be a boy or a girl not both | exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s2 x2.(into(e2,x2) & n_window(x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1) & v_look(e2)) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_yawn(e1) & n_boy(x1)) | 78a077c4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(v_try(e1) & n_girl(x1) & exists e2 s2 x2.(v_look(e2) & n_window(x2) & into(e2,x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1)) & a_little(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1.(v_yawn(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A little girl is trying to look into a dark window. | A girl is trying to look in a window. | 0 | -100 | A dark window is still a window. | exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s2 x2.(into(e2,x2) & n_window(x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1) & v_look(e2)) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(in(e2,x2) & n_window(x2) & Actor(e2,x1) & v_look(e2)) & n_girl(x1)) | 78a080ac-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(v_try(e1) & n_girl(x1) & exists e2 s2 x2.(v_look(e2) & n_window(x2) & into(e2,x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1)) & a_little(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 p1 x1.(v_try(e1) & n_girl(x1) & exists e2 x2.(v_look(e2) & n_window(x2) & in(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A little girl is trying to look into a dark window. | A girl is trying to spy on someone. | 1 | -100 | Someone can look through a window and not be trying to spy on someone. | exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s2 x2.(into(e2,x2) & n_window(x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1) & v_look(e2)) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(on(e2,x2) & n_person(x2) & Actor(e2,x1) & v_spy(e2)) & n_girl(x1)) | 78a08ade-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1.(v_try(e1) & n_girl(x1) & exists e2 s2 x2.(v_look(e2) & n_window(x2) & into(e2,x2) & a_dark(s2) & Theme(s2,x2) & Actor(e2,x1)) & a_little(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 p1 x1.(v_try(e1) & n_girl(x1) & exists e2 x2.(v_spy(e2) & on(e2,x2) & n_person(x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A girl is peeking in a window. | A woman cries. | 2 | -100 | If the girl is peeking in a window, she would not be crying. | exists e1 x1 x2.(in(e1,x2) & n_window(x2) & Actor(e1,x1) & v_peek(e1) & n_girl(x1)) | exists x1 x2.(a_topic(x1) & n_cry(x1) & of(x1,x2) & n_woman(x2)) | 78a09434-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_peek(e1) & n_window(x2) & n_girl(x1) & in(e1,x2) & Actor(e1,x1)) | exists x1 x2.(of(x1,x2) & n_woman(x2) & n_cry(x1) & a_topic(x1)) |
||
A girl is peeking in a window. | Girl peeking in window. | 0 | -100 | The sentences mean the same thing, one with article a and is and one without. | exists e1 x1 x2.(in(e1,x2) & n_window(x2) & Actor(e1,x1) & v_peek(e1) & n_girl(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_window(x3) & n_peeking(x1) & (x1 = x2) & ne_nam_girl(x2)) | 78a0a636-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_peek(e1) & n_window(x2) & n_girl(x1) & in(e1,x2) & Actor(e1,x1)) | exists x1 x2 x3.(ne_nam_girl(x2) & n_window(x3) & n_peeking(x1) & in(x1,x3) & a_topic(x1) & (x1 = x2)) |
||
A girl peers into a window. | A girl looks through glass. | 0 | -100 | PEERS MEANS THE SAME THING AS LOOKS. WINDOWS ARE MADE OF GLASS. | exists e1 x1 x2.(into(e1,x2) & n_window(x2) & Actor(e1,x1) & v_peer(e1) & n_girl(x1)) | exists e1 x1 x2.(through(e1,x2) & n_glass(x2) & Actor(e1,x1) & v_look(e1) & n_girl(x1)) | 78a0c418-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_peer(e1) & n_window(x2) & n_girl(x1) & into(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_look(e1) & through(e1,x2) & n_glass(x2) & n_girl(x1) & Actor(e1,x1)) |
||
Two smiling men dressed in provocative leather outfits walk in a parade. | Two men in leather outfits are proud and excited to be front and center in the parade. | 1 | -100 | The men in parade need not be proud and excited. | exists e3 e2 e1 s1 x1 x2 x3 x4 x5.(in(e3,x5) & n_parade(x5) & Theme(e3,x4) & Actor(e3,x1) & v_outfit(e3) & n_walk(x4) & in(e2,x3) & n_leather(x3) & a_provocative(s1) & Theme(s1,x3) & Theme(e2,x2) & v_dress(e2) & (x1 = x2) & n_man(x1) & Actor(e1,x1) & v_smile(e1) & card_eq_2(x1)) | exists p1 s1 s2 x1 x2 x3 x4 x5 x6 x8.(n_parade(x8) & Topic(s2,p1) & Actor(s2,x4) & a_excited(s2) & exists p2 s3 x7.((x4 = x7) & in(x7,x8) & n_center(x7) & a_front(s3) & Theme(s3,x7)) & in(x4,x5) & n_outfit(x5) & of(x5,x6) & n_leather(x6) & n_man(x4) & card_eq_2(x4) & Theme(s1,x1) & a_proud(s1) & in(x1,x2) & n_outfit(x2) & of(x2,x3) & n_leather(x3) & n_man(x1) & card_eq_2(x1)) | 78a0f744-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e2 e1 s1 x1 x2 x3 x4 x5.(v_smile(e1) & v_outfit(e3) & v_dress(e2) & n_walk(x4) & n_parade(x5) & n_man(x1) & n_leather(x3) & in(e3,x5) & in(e2,x3) & card_eq_2(x1) & a_provocative(s1) & Theme(s1,x3) & Theme(e3,x4) & Theme(e2,x2) & Actor(e3,x1) & Actor(e1,x1) & (x1 = x2)) | exists p1 s1 s2 x1 x2 x3 x4 x5 x6 x8.(of(x5,x6) & of(x2,x3) & n_parade(x8) & n_outfit(x5) & n_outfit(x2) & n_man(x4) & n_man(x1) & n_leather(x6) & n_leather(x3) & in(x4,x5) & in(x1,x2) & exists s3 x7.(n_center(x7) & in(x7,x8) & a_front(s3) & Theme(s3,x7) & (x4 = x7)) & card_eq_2(x4) & card_eq_2(x1) & a_proud(s1) & a_excited(s2) & Topic(s2,p1) & Theme(s1,x1) & Actor(s2,x4)) |
||
A white dog with brown ears leaps at a white dog running from it. | A white dog is going to try to bite the white dog. | 1 | 0.004709 | Leaping at another dog does not necessarily mean a dog intends to bite the other dog. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 p1 s1 s2 x1 x2.(n_dog(x2) & a_white(s2) & Theme(s2,x2) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 p2.(Topic(e2,p2) & Actor(e2,x1) & v_try(e2) & exists e3.(Theme(e3,x2) & Actor(e3,x1) & v_bite(e3))) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | 78a1a40a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 p1 s1 s2 x1 x2.(v_go(e1) & n_dog(x2) & n_dog(x1) & exists e2 p2.(v_try(e2) & exists e3.(v_bite(e3) & Theme(e3,x2) & Actor(e3,x1)) & Topic(e2,p2) & Actor(e2,x1)) & a_white(s2) & a_white(s1) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
A white dog with brown ears leaps at a white dog running from it. | Dogs are ouside. | 0 | 0.967411 | THE DOGS ARE RUNNING OUTSIDE. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.((x1 = x2) & n_ouside(x2)) & n_dog(x1)) | 78a1ae28-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists x1.(n_dog(x1) & exists x2.(n_ouside(x2) & (x1 = x2))) |
||
A white dog with brown ears leaps at a white dog running from it. | Two dogs are playing outside. | 1 | 0.756333 | A dog may leap without being involved in playing. Dogs may leap and play in places that are not outside. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & n_dog(x1) & card_eq_2(x1)) | 78a1c408-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_play(e1) & n_outside(x2) & n_dog(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A white dog with brown ears leaps at a white dog running from it. | Two dogs are fighting over a ball. | 1 | 0.0076 | Leaping does not imply fighting. Even if the dogs are fighting, they may not be fighting over a ball. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2.(over(e1,x2) & n_ball(x2) & Actor(e1,x1) & v_fight(e1) & n_dog(x1) & card_eq_2(x1)) | 78a1f4aa-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1 x2.(v_fight(e1) & over(e1,x2) & n_dog(x1) & n_ball(x2) & card_eq_2(x1) & Actor(e1,x1)) |
||
A white dog with brown ears leaps at a white dog running from it. | Both dogs are brown and sitting on a porch. | 2 | 0.000001 | There can be either white or brown dogs. Also, a dog cannot be leaping at another dog and be sitting on the couch simultaneously. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_dog(x1) & a_topic(x1) & on(e1,x4) & n_porch(x4) & Actor(e1,x3) & v_sit(e1) & (x1 = x3) & Theme(s1,x2) & a_brown(s1) & (x1 = x2)) | 78a1fd10-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x4) & n_porch(x4) & n_dog(x1) & a_topic(x1) & a_brown(s1) & Theme(s1,x2) & Actor(e1,x3) & (x1 = x3) & (x1 = x2)) |
||
A white dog with brown ears leaps at a white dog running from it. | Two dogs are playing. | 1 | 0.77676 | Leaping does not always indicate playing. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_play(e1) & n_dog(x1) & card_eq_2(x1)) | 78a2178c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists e1 x1.(v_play(e1) & n_dog(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
A white dog with brown ears leaps at a white dog running from it. | There are two white dogs. | 1 | 0.996206 | Just because a white dog with brown ears and another white dog are mentioned does not mean there are only two white dogs. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(at(e1,x3) & from(e2,x1) & n_thing(x1) & Actor(e2,x4) & v_run(e2) & (x3 = x4) & n_dog(x3) & a_white(s3) & Theme(s3,x3) & Actor(e1,x1) & v_leap(e1) & with(x1,x2) & n_ear(x2) & a_brown(s2) & Theme(s2,x2) & n_dog(x1) & a_white(s1) & Theme(s1,x1)) | exists p1 x1 s1 x2.((x1 = x2) & n_dog(x2) & a_white(s1) & Theme(s1,x2) & card_eq_2(x2)) | 78a2202e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(with(x1,x2) & v_run(e2) & v_leap(e1) & n_thing(x1) & n_ear(x2) & n_dog(x3) & n_dog(x1) & from(e2,x1) & at(e1,x3) & a_white(s3) & a_white(s1) & a_brown(s2) & Theme(s3,x3) & Theme(s2,x2) & Theme(s1,x1) & Actor(e2,x4) & Actor(e1,x1) & (x3 = x4)) | exists x1 s1 x2.(n_dog(x2) & card_eq_2(x2) & a_white(s1) & Theme(s1,x2) & (x1 = x2)) |
||
A man in a pullover sweater is smiling as he holds a violin. | The man is holding holding a basketball. | 2 | 0 | Violin isn't a basketball. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e2 e1 x1 x2.(n_man(x1) & for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & n_basketball(x2) & Actor(e1,x1) & v_hold(e1)) | 78a3a66a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e2 e1 x1 x2.(v_hold(e2) & v_hold(e1) & n_man(x1) & n_basketball(x2) & for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man in a pullover sweater is smiling as he holds a violin. | The man is going to play music on his violin. | 1 | 0.686754 | A man in a pullover sweater is smiling as he holds a violin does not indicate that he is going to play music on his violin. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e1 p1 x1 x3.(n_violin(x3) & of(x3,x1) & n_male(x1) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2 x2.(on(e2,x3) & Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_music(x2))) | 78a3bd80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1 x3.(v_go(e1) & of(x3,x1) & n_violin(x3) & n_man(x1) & n_male(x1) & exists e2 x2.(v_play(e2) & on(e2,x3) & n_music(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a pullover sweater is smiling as he holds a violin. | The man is going to play the violin. | 1 | 0.687331 | A man in a pullover sweater is smiling as he holds a violin does not necessary that he is going to play the violin. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e1 p1 x1 x2.(n_violin(x2) & n_man(x1) & Topic(e1,p1) & Actor(e1,x1) & v_go(e1) & exists e2.(Theme(e2,x2) & Actor(e2,x1) & v_play(e2))) | 78a3c366-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e1 p1 x1 x2.(v_go(e1) & n_violin(x2) & n_man(x1) & exists e2.(v_play(e2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A man in a pullover sweater is smiling as he holds a violin. | The man smiles while holding the violin. | 0 | 0.988484 | a man in a pullover sweater is a man | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e2 e1 x1 x2.(n_violin(x2) & n_man(x1) & while(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_hold(e2) & Actor(e1,x1) & v_smile(e1)) | 78a3cde8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e2 e1 x1 x2.(while(e1,e2) & v_smile(e1) & v_hold(e2) & n_violin(x2) & n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A man in a pullover sweater is smiling as he holds a violin. | A man plays his violin in the winter time. | 1 | 0.170654 | Man in a pullover sweater is not necessarily in the winter time. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e1 x1 x2 x3 x4.(n_time(x3) & of(x3,x4) & n_winter(x4) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_violin(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 78a3d388-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_play(e1) & of(x3,x4) & of(x2,x1) & n_winter(x4) & n_violin(x2) & n_time(x3) & n_man(x1) & n_male(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a pullover sweater is smiling as he holds a violin. | The man holding the violin is wearing a green sweater. | 1 | 0.077201 | The sweater might not be green | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3 x4.(n_violin(x3) & n_man(x1) & Theme(e2,x4) & Actor(e2,x1) & v_wear(e2) & n_sweater(x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & (x1 = x2)) | 78a3ea62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_wear(e2) & v_hold(e1) & n_violin(x3) & n_sweater(x4) & n_man(x1) & a_green(s1) & Theme(s1,x4) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A man in a pullover sweater is smiling as he holds a violin. | A man in a pullover sweater performs by the street. | 1 | 0.589491 | A man in a pullover sweater is smiling as he holds a violin does not indicate that he performs by the street. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Theme(e2,x4) & Actor(e2,x1) & v_hold(e2) & n_violin(x4)) & n_male(x1) & as(e1,p1) & Actor(e1,x1) & v_smile(e1) & in(x1,x2) & n_sweater(x2) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | exists x1 x2 x3 x4 x5.(n_street(x5) & a_topic(x1) & by(x1,x5) & in(x1,x2) & n_perform(x2) & of(x2,x4) & n_sweater(x4) & of(x2,x3) & n_pullover(x3) & n_man(x1)) | 78a3ef44-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_smile(e1) & of(x2,x3) & n_sweater(x2) & n_pullover(x3) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 x4.(v_hold(e2) & n_violin(x4) & Theme(e2,x4) & Actor(e2,x1)) & as(e1,p1) & Actor(e1,x1)) | exists x1 x2 x3 x4 x5.(of(x2,x4) & of(x2,x3) & n_sweater(x4) & n_street(x5) & n_pullover(x3) & n_perform(x2) & n_man(x1) & in(x1,x2) & by(x1,x5) & a_topic(x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A tall person in a hat | 1 | 0.141304 | All chefs are not tall. | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_hat(x2) & n_person(x1) & a_tall(s1) & Theme(s1,x1)) | 78a4a89e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists s1 x1 x2.(n_person(x1) & n_hat(x2) & in(x1,x2) & a_topic(x1) & a_tall(s1) & Theme(s1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A chef holds a spoonful of chicken soup. | 1 | 0.247033 | All soup is not chicken soup. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & of(x2,x3) & n_soup(x3) & of(x3,x4) & n_chicken(x4) & n_spoonful(x2) & n_chef(x1)) | 78a4ade4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & of(x2,x3) & n_spoonful(x2) & n_soup(x3) & n_chicken(x4) & n_chef(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | Butcher preparing to butcher a cow. | 2 | -100 | A butcher is not a chef. | exists e2 e1 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 p1 x1.(ne_per_butcher(x1) & Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_butcher(e2) & n_cow(x2))) | 78a4b2c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 p1 x1.(v_prepare(e1) & ne_per_butcher(x1) & exists e2 x2.(v_butcher(e2) & n_cow(x2) & Theme(e2,x2) & Actor(e2,x1)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A nun holds a rosary. | 2 | 0.000001 | A chef is not a nun. | exists e2 e1 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_rosary(x2) & n_nun(x1)) | 78a4b78a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2.(v_hold(e1) & n_rosary(x2) & n_nun(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | The man wonders if the soup is still too hot, as he lifts the spoon to his mouth. | 1 | 0.1239 | Just because the chef has soup doesn't mean he wonders if the soup is still too hot. Just because he lifts a spoon full of soup doesn't mean he lifts the spoon to his mouth. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists x1 x2 x3 x4.(n_man(x4) & n_mouth(x3) & of(x3,x2) & n_male(x2) & n_spoon(x2) & n_male(x1) & n_soup(x1) & all p1 s1 s2.((exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_lift(e1) & to(x2,x3)) & as(s1,p1) & a_still(s2) & Manner(s1,s2) & r_too(s1) & Theme(s1,x1) & a_hot(s1)) -> exists e2.(Actor(e2,x4) & v_wonder(e2)))) | 78a4bd20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists x1 x2 x3 x4.(of(x3,x2) & n_spoon(x2) & n_soup(x1) & n_mouth(x3) & n_man(x4) & n_male(x2) & n_male(x1) & all p1 s1 s2.(exists e2.(v_wonder(e2) & Actor(e2,x4)) | all e1.(-v_lift(e1) | -to(x2,x3) | -Theme(e1,x2) | -Actor(e1,x1)) | -r_too(s1) | -as(s1,p1) | -a_still(s2) | -a_hot(s1) | -Theme(s1,x1) | -Manner(s1,s2))) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A man wearing jeans is spitting into the soup. | 2 | -100 | Jeans are not white and black. | exists e1 e2 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e2 e1 x1 x2 x3 x4.(n_soup(x4) & into(e2,x4) & Actor(e2,x1) & v_spit(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_jeans(x3) & (x1 = x2) & n_man(x1)) | 78a4c7a2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4.(v_wear(e1) & v_spit(e2) & n_soup(x4) & n_man(x1) & n_jeans(x3) & into(e2,x4) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | Chef preparing a soup in a metal pot. | 0 | 0.998893 | The chef is preparing soup in a metal pot, regardless of what color attire they are wearing. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 x1 x2 x3 x4.(ne_nam_chef(x1) & Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & in(x2,x3) & n_pot(x3) & of(x3,x4) & n_metal(x4) & n_soup(x2)) | 78a4ce8c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x3,x4) & ne_nam_chef(x1) & n_soup(x2) & n_pot(x3) & n_metal(x4) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | Nobody has a hat. | 2 | -100 | Either nobody has a hat or the chef is wearing a hat. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | -exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_hat(x2) & n_person(x1)) | 78a4d45e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | all e1 x1 x2.(-v_have(e1) | -n_person(x1) | -n_hat(x2) | -Theme(e1,x2) | -Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | Chef smelling the aromas of a new soup recipe he created. | 1 | 0.650866 | Just because the chef has a spoon full of soup doesn't mean he is smelling the aromas. Just because the soup is newly concocted doesn't mean it is his new soup recipe. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(n_male(x2) & n_aroma(x2) & ne_nam_chef(x1) & Theme(e2,x2) & Actor(e2,x1) & v_smell(e2) & of(x2,x3) & Theme(e1,x5) & Actor(e1,x2) & v_create(e1) & (x3 = x5) & n_recipe(x3) & of(x3,x4) & n_soup(x4) & a_new(s1) & Theme(s1,x3)) | 78a4d9f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(v_smell(e2) & v_create(e1) & of(x3,x4) & of(x2,x3) & ne_nam_chef(x1) & n_soup(x4) & n_recipe(x3) & n_male(x2) & n_aroma(x2) & a_new(s1) & Theme(s1,x3) & Theme(e2,x2) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x2) & (x3 = x5)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A chef is holding up a spoon of soup near a big pot while wearing a chef hat. | 0 | -100 | It is implied the chef holding up a spoon of soup hear a big pot while wearing a chef hat is the same chef wearing white and black while lifting a spoon full of soup from the pot. | exists e3 e1 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_wear(e2) & n_hat(x5) & of(x5,x6) & n_chef(x6) & a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & of(x2,x3) & near(x3,x4) & n_pot(x4) & a_big(s1) & Theme(s1,x4) & n_soup(x3) & n_spoon(x2) & n_chef(x1)) | 78a4deae-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(while(e1,e2) & v_wear(e2) & v_hold(e1) & of(x5,x6) & of(x2,x3) & near(x3,x4) & n_spoon(x2) & n_soup(x3) & n_pot(x4) & n_hat(x5) & n_chef(x6) & n_chef(x1) & a_up(s2) & a_big(s1) & Theme(s1,x4) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A person in a hat | 0 | -100 | It is implied the chef is the person wearing the hat. | exists e3 e1 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists x1 x2.(a_topic(x1) & in(x1,x2) & n_hat(x2) & n_person(x1)) | 78a4e408-e4c8-11ec-9cdd-0242ac1c0002 | exists e3 e1 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists x1 x2.(n_person(x1) & n_hat(x2) & in(x1,x2) & a_topic(x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | Soup sits in a large steel pot. | 0 | -100 | The soup in the large steel pot is the soup the chef is lifting in a spoon from the large stainless steel pot. | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 s1 x1 x2 x3.(ne_nam_soup(x1) & in(e1,x2) & n_pot(x2) & of(x2,x3) & n_steel(x3) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1) & v_sit(e1)) | 78a4e962-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e3 e2 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_sit(e1) & of(x2,x3) & ne_nam_soup(x1) & n_steel(x3) & n_pot(x2) & in(e1,x2) & a_large(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A chef is boiling his underwear in a frying pan. | 2 | -100 | A frying pan is not a steel pot. | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_boil(e1) & in(x2,x3) & n_pan(x3) & a_frying(s1) & Theme(s1,x3) & n_underwear(x2) & of(x2,x1) & n_male(x1) & n_chef(x1)) | 78a4ee76-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_boil(e1) & of(x2,x1) & n_underwear(x2) & n_pan(x3) & n_male(x1) & n_chef(x1) & in(x2,x3) & a_frying(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A chef wearing white and black (and a white chef hat) lifting a spoon full of his newly concocted soup from a large stainless steel pot. | A chef lifts a spoon out of the soup. | 0 | -100 | The chef lifting a spoon of soup is wearing white and black, and a white chef hat. | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(a_topic(s1) & subset_of(x3,s1) & Theme(e3,x6) & Actor(e3,x5) & v_lift(e3) & of(s5,x8) & from(x8,x9) & n_pot(x9) & of(x9,x10) & n_steel(x10) & a_stainless(s7) & Theme(s7,x9) & a_large(s6) & Theme(s6,x9) & n_soup(x8) & Theme(e2,x8) & v_concoct(e2) & r_newly(x8) & of(x8,x1) & n_male(x1) & Theme(s5,x7) & a_full(s5) & (x6 = x7) & n_spoon(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_chef(x4) & a_white(s4) & Theme(s4,x3) & subset_of(x1,s1) & for(e1,s3) & Theme(s3,x2) & a_black(s3) & for(e1,s2) & Theme(s2,x2) & a_white(s2) & Actor(e1,x2) & v_wear(e1) & (x1 = x2) & n_chef(x1)) | exists e1 x1 x2 x3.(n_soup(x3) & of(e1,x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_lift(e1) & n_spoon(x2) & n_chef(x1)) | 78a4f632-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e3 e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(v_wear(e1) & v_lift(e3) & v_concoct(e2) & subset_of(x3,s1) & subset_of(x1,s1) & r_newly(x8) & of(x9,x10) & of(x8,x1) & of(x3,x4) & of(s5,x8) & n_steel(x10) & n_spoon(x6) & n_soup(x8) & n_pot(x9) & n_male(x1) & n_hat(x3) & n_chef(x4) & n_chef(x1) & from(x8,x9) & for(e1,s3) & for(e1,s2) & a_white(s4) & a_white(s2) & a_topic(s1) & a_stainless(s7) & a_large(s6) & a_full(s5) & a_black(s3) & Theme(s7,x9) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x3) & Theme(s3,x2) & Theme(s2,x2) & Theme(e3,x6) & Theme(e2,x8) & Actor(e3,x5) & Actor(e1,x2) & (x6 = x7) & (x3 = x5) & (x1 = x2)) | exists e1 x1 x2 x3.(v_lift(e1) & r_out(e1) & of(e1,x3) & n_spoon(x2) & n_soup(x3) & n_chef(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man and child in a pool. | The man and child are splashing each other in the pool. | 1 | -100 | Just because a man and child are in the pool doesn't mean they are splashing each other. | exists s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & in(x2,x3) & n_pool(x3) & n_child(x2) & subset_of(x1,s1) & n_man(x1)) | exists x1 x2 x3 x5.(n_pool(x5) & n_child(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1) & all x4.(n_other(x4) -> exists e1.(in(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_splash(e1)))) | 78a4fbd2-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & n_pool(x3) & n_man(x1) & n_child(x2) & in(x2,x3) & a_topic(s1)) | exists x1 x2 x3 x5.(subset_of(x3,x1) & subset_of(x2,x1) & n_pool(x5) & n_man(x2) & n_child(x3) & all x4.(exists e1.(v_splash(e1) & in(e1,x5) & Theme(e1,x4) & Actor(e1,x1)) | -n_other(x4))) |
||
A man and child in a pool. | There are two people in a pool. | 0 | -100 | The man and child are the two people in the pool. | exists s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & in(x2,x3) & n_pool(x3) & n_child(x2) & subset_of(x1,s1) & n_man(x1)) | exists p1 x1 x2.(in(p1,x2) & n_pool(x2) & exists x3.((x1 = x3) & n_people(x3) & card_eq_2(x3))) | 78a500a0-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & n_pool(x3) & n_man(x1) & n_child(x2) & in(x2,x3) & a_topic(s1)) | exists p1 x1 x2.(n_pool(x2) & in(p1,x2) & exists x3.(n_people(x3) & card_eq_2(x3) & (x1 = x3))) |
||
A man and child in a pool. | A man and child are playing ball. | 2 | -100 | One cant be playing ball and in a pool simultaneously. | exists s1 x1 x2 x3.(a_topic(s1) & subset_of(x2,s1) & in(x2,x3) & n_pool(x3) & n_child(x2) & subset_of(x1,s1) & n_man(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_play(e1) & n_ball(x4) & n_child(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | 78a50546-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3.(subset_of(x2,s1) & subset_of(x1,s1) & n_pool(x3) & n_man(x1) & n_child(x2) & in(x2,x3) & a_topic(s1)) | exists e1 x1 x2 x3 x4.(v_play(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_man(x2) & n_child(x3) & n_ball(x4) & Theme(e1,x4) & Actor(e1,x1)) |
||
A man in a red uniform dives to hit a shuttlecock with his racket during an Olympic badminton match. | A man is climbing a tree. | 2 | -100 | dives and climbing are not the same | exists e1 p1 s1 x1 x2 x4.(Topic(e1,p1) & Actor(e1,x1) & v_dive(e1) & exists e2 s2 x3 x5 x6.(during(e2,x5) & n_match(x5) & of(x5,x6) & n_badminton(x6) & a_olympic(s2) & Theme(s2,x5) & with(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & n_shuttlecock(x3)) & n_racket(x4) & of(x4,x1) & n_male(x1) & in(x1,x2) & n_uniform(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_tree(x2) & n_man(x1)) | 78a51946-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4.(v_dive(e1) & of(x4,x1) & n_uniform(x2) & n_racket(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 s2 x3 x5 x6.(with(e2,x4) & v_hit(e2) & of(x5,x6) & n_shuttlecock(x3) & n_match(x5) & n_badminton(x6) & during(e2,x5) & a_olympic(s2) & Theme(s2,x5) & Theme(e2,x3) & Actor(e2,x1)) & a_red(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_climb(e1) & n_tree(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man in a red uniform dives to hit a shuttlecock with his racket during an Olympic badminton match. | A man in a red uniform. | 0 | -100 | "A man in a red uniform" is a rephrasing of "A man in a red uniform." | exists e1 p1 s1 x1 x2 x4.(Topic(e1,p1) & Actor(e1,x1) & v_dive(e1) & exists e2 s2 x3 x5 x6.(during(e2,x5) & n_match(x5) & of(x5,x6) & n_badminton(x6) & a_olympic(s2) & Theme(s2,x5) & with(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & n_shuttlecock(x3)) & n_racket(x4) & of(x4,x1) & n_male(x1) & in(x1,x2) & n_uniform(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists s1 x1 x2.(a_topic(x1) & in(x1,x2) & n_uniform(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | 78a51f4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4.(v_dive(e1) & of(x4,x1) & n_uniform(x2) & n_racket(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 s2 x3 x5 x6.(with(e2,x4) & v_hit(e2) & of(x5,x6) & n_shuttlecock(x3) & n_match(x5) & n_badminton(x6) & during(e2,x5) & a_olympic(s2) & Theme(s2,x5) & Theme(e2,x3) & Actor(e2,x1)) & a_red(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists s1 x1 x2.(n_uniform(x2) & n_man(x1) & in(x1,x2) & a_topic(x1) & a_red(s1) & Theme(s1,x2)) |
||
A man in a red uniform dives to hit a shuttlecock with his racket during an Olympic badminton match. | A man in a red uniform dives to hit a shuttlecock with his hands. | 1 | -100 | Just because a man dives to hit a shuttlecock with his racket doesn't mean he dives to hit a shuttlecock with his hands. | exists e1 p1 s1 x1 x2 x4.(Topic(e1,p1) & Actor(e1,x1) & v_dive(e1) & exists e2 s2 x3 x5 x6.(during(e2,x5) & n_match(x5) & of(x5,x6) & n_badminton(x6) & a_olympic(s2) & Theme(s2,x5) & with(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & n_shuttlecock(x3)) & n_racket(x4) & of(x4,x1) & n_male(x1) & in(x1,x2) & n_uniform(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 p1 s1 x1 x2 x4.(Topic(e1,p1) & Actor(e1,x1) & v_dive(e1) & exists e2 x3.(with(e2,x4) & Theme(e2,x3) & Actor(e2,x1) & v_hit(e2) & n_shuttlecock(x3)) & n_hand(x4) & of(x4,x1) & n_male(x1) & in(x1,x2) & n_uniform(x2) & a_red(s1) & Theme(s1,x2) & n_man(x1)) | 78a5249a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 s1 x1 x2 x4.(v_dive(e1) & of(x4,x1) & n_uniform(x2) & n_racket(x4) & n_man(x1) & n_male(x1) & in(x1,x2) & exists e2 s2 x3 x5 x6.(with(e2,x4) & v_hit(e2) & of(x5,x6) & n_shuttlecock(x3) & n_match(x5) & n_badminton(x6) & during(e2,x5) & a_olympic(s2) & Theme(s2,x5) & Theme(e2,x3) & Actor(e2,x1)) & a_red(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) | exists e1 p1 s1 x1 x2 x4.(v_dive(e1) & of(x4,x1) & n_uniform(x2) & n_man(x1) & n_male(x1) & n_hand(x4) & in(x1,x2) & exists e2 x3.(with(e2,x4) & v_hit(e2) & n_shuttlecock(x3) & Theme(e2,x3) & Actor(e2,x1)) & a_red(s1) & Topic(e1,p1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A Chinese man is competing in a badminton competition at the Olympics. | a man plays a sport. | 0 | -100 | Badminton is a sport, so a man plays badminton. | exists e1 s1 x1 x2 x3 x4.(ne_geo_olympics(x4) & in(e1,x2) & at(x2,x4) & n_competition(x2) & of(x2,x3) & n_badminton(x3) & Actor(e1,x1) & v_compete(e1) & n_man(x1) & a_chinese(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_sport(x2) & n_man(x1)) | 78a5295e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_compete(e1) & of(x2,x3) & ne_geo_olympics(x4) & n_man(x1) & n_competition(x2) & n_badminton(x3) & in(e1,x2) & at(x2,x4) & a_chinese(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_sport(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A Chinese man is competing in a badminton competition at the Olympics. | a man suffers an injury in badminton. | 1 | -100 | Just because a man is competing in badminton doesn't mean he suffers an injury. | exists e1 s1 x1 x2 x3 x4.(ne_geo_olympics(x4) & in(e1,x2) & at(x2,x4) & n_competition(x2) & of(x2,x3) & n_badminton(x3) & Actor(e1,x1) & v_compete(e1) & n_man(x1) & a_chinese(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_suffer(e1) & in(x2,x3) & n_badminton(x3) & n_injury(x2) & n_man(x1)) | 78a52e04-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_compete(e1) & of(x2,x3) & ne_geo_olympics(x4) & n_man(x1) & n_competition(x2) & n_badminton(x3) & in(e1,x2) & at(x2,x4) & a_chinese(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_suffer(e1) & n_man(x1) & n_injury(x2) & n_badminton(x3) & in(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A Chinese man is competing in a badminton competition at the Olympics. | a guy plays tennis. | 2 | -100 | tennis and badminton are not the same | exists e1 s1 x1 x2 x3 x4.(ne_geo_olympics(x4) & in(e1,x2) & at(x2,x4) & n_competition(x2) & of(x2,x3) & n_badminton(x3) & Actor(e1,x1) & v_compete(e1) & n_man(x1) & a_chinese(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2) & n_guy(x1)) | 78a533c2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_compete(e1) & of(x2,x3) & ne_geo_olympics(x4) & n_man(x1) & n_competition(x2) & n_badminton(x3) & in(e1,x2) & at(x2,x4) & a_chinese(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_guy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man dressed in red dives for a shuttlecock with a racket on a court. | The man is playing tennis. | 1 | -100 | All men diving for a shuttlecock with a racket are not playing tennis. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x6) & n_court(x6) & for(e1,x4) & with(x4,x5) & n_racket(x5) & n_shuttlecock(x4) & in(e1,x3) & n_dive(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tennis(x2)) | 78a538ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_dress(e1) & on(e1,x6) & n_shuttlecock(x4) & n_racket(x5) & n_man(x1) & n_dive(x3) & n_court(x6) & in(e1,x3) & for(e1,x4) & a_topic(x1) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_tennis(x2) & n_man(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A man dressed in red dives for a shuttlecock with a racket on a court. | The man is outside. | 0 | -100 | A man on a court is outside. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x6) & n_court(x6) & for(e1,x4) & with(x4,x5) & n_racket(x5) & n_shuttlecock(x4) & in(e1,x3) & n_dive(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_outside(s1)) | 78a53df4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_dress(e1) & on(e1,x6) & n_shuttlecock(x4) & n_racket(x5) & n_man(x1) & n_dive(x3) & n_court(x6) & in(e1,x3) & for(e1,x4) & a_topic(x1) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2)) | exists s1 x1.(n_man(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A man dressed in red dives for a shuttlecock with a racket on a court. | The man is standing in a field. | 2 | -100 | dives and standing are not the same | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & on(e1,x6) & n_court(x6) & for(e1,x4) & with(x4,x5) & n_racket(x5) & n_shuttlecock(x4) & in(e1,x3) & n_dive(x3) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & in(e1,x2) & n_field(x2) & Actor(e1,x1) & v_stand(e1)) | 78a54394-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x6.(with(x4,x5) & v_dress(e1) & on(e1,x6) & n_shuttlecock(x4) & n_racket(x5) & n_man(x1) & n_dive(x3) & n_court(x6) & in(e1,x3) & for(e1,x4) & a_topic(x1) & a_red(s1) & Theme(s1,x3) & Theme(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_stand(e1) & n_man(x1) & n_field(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A male athlete in red and yellow is diving toward a badminton birdie. | A female athlete is shooting a basket. | 2 | -100 | Male athlete vs female athlete | exists e1 s1 s2 x1 x2 x3 x4.(toward(e1,x3) & n_birdie(x3) & of(x3,x4) & n_badminton(x4) & Actor(e1,x1) & v_dive(e1) & in(x1,x2) & n_yellow(x2) & a_red(s2) & Theme(s2,x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1) & n_basket(x2) & n_athlete(x1) & a_female(s1) & Theme(s1,x1)) | 78a548c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_dive(e1) & toward(e1,x3) & of(x3,x4) & n_yellow(x2) & n_birdie(x3) & n_badminton(x4) & n_athlete(x1) & in(x1,x2) & a_red(s2) & a_male(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_shoot(e1) & n_basket(x2) & n_athlete(x1) & a_female(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A male athlete in red and yellow is diving toward a badminton birdie. | A male athlete is diving towards a birdie. | 0 | -100 | A male athlete doesn't have to be in red and yellow for him to be diving. | exists e1 s1 s2 x1 x2 x3 x4.(toward(e1,x3) & n_birdie(x3) & of(x3,x4) & n_badminton(x4) & Actor(e1,x1) & v_dive(e1) & in(x1,x2) & n_yellow(x2) & a_red(s2) & Theme(s2,x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(towards(e1,x2) & n_birdie(x2) & Actor(e1,x1) & v_dive(e1) & n_athlete(x1) & a_male(s1) & Theme(s1,x1)) | 78a54dee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_dive(e1) & toward(e1,x3) & of(x3,x4) & n_yellow(x2) & n_birdie(x3) & n_badminton(x4) & n_athlete(x1) & in(x1,x2) & a_red(s2) & a_male(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_dive(e1) & towards(e1,x2) & n_birdie(x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A male athlete in red and yellow is diving toward a badminton birdie. | An athlete is competing for a reward. | 1 | -100 | A male athlete diving toward a badminton birdie doesn't imply they are competing for a reward. | exists e1 s1 s2 x1 x2 x3 x4.(toward(e1,x3) & n_birdie(x3) & of(x3,x4) & n_badminton(x4) & Actor(e1,x1) & v_dive(e1) & in(x1,x2) & n_yellow(x2) & a_red(s2) & Theme(s2,x2) & n_athlete(x1) & a_male(s1) & Theme(s1,x1)) | exists e1 x1 x2.(for(e1,x2) & n_reward(x2) & Actor(e1,x1) & v_compete(e1) & n_athlete(x1)) | 78a552ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_dive(e1) & toward(e1,x3) & of(x3,x4) & n_yellow(x2) & n_birdie(x3) & n_badminton(x4) & n_athlete(x1) & in(x1,x2) & a_red(s2) & a_male(s1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_compete(e1) & n_reward(x2) & n_athlete(x1) & for(e1,x2) & Actor(e1,x1)) |
||
A sled dog team running from the perspective of the rider. | The dogs are outside. | 0 | -100 | A dog team is running, so the dogs are outside. | exists e1 s1 x1 x2 x3 x4 x5.(n_rider(x5) & n_perspective(x4) & a_topic(x1) & from(e1,x4) & of(x4,x5) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_team(x1) & of(x1,x2) & n_dog(x2) & a_sled(s1) & Theme(s1,x1)) | exists s1 x1.(n_dog(x1) & Theme(s1,x1) & a_outside(s1)) | 78a557ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & of(x4,x5) & of(x1,x2) & n_team(x1) & n_rider(x5) & n_perspective(x4) & n_dog(x2) & from(e1,x4) & a_topic(x1) & a_sled(s1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3)) | exists s1 x1.(n_dog(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A sled dog team running from the perspective of the rider. | The dogs are tired. | 1 | -100 | Sentence 1 is missing dogs are tired | exists e1 s1 x1 x2 x3 x4 x5.(n_rider(x5) & n_perspective(x4) & a_topic(x1) & from(e1,x4) & of(x4,x5) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_team(x1) & of(x1,x2) & n_dog(x2) & a_sled(s1) & Theme(s1,x1)) | exists e1 x1.(n_dog(x1) & Theme(e1,x1) & v_tire(e1)) | 78a55cda-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & of(x4,x5) & of(x1,x2) & n_team(x1) & n_rider(x5) & n_perspective(x4) & n_dog(x2) & from(e1,x4) & a_topic(x1) & a_sled(s1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1.(v_tire(e1) & n_dog(x1) & Theme(e1,x1)) |
||
A sled dog team running from the perspective of the rider. | The dogs are sleeping. | 2 | -100 | running and sleeping are not the same | exists e1 s1 x1 x2 x3 x4 x5.(n_rider(x5) & n_perspective(x4) & a_topic(x1) & from(e1,x4) & of(x4,x5) & Actor(e1,x3) & v_run(e1) & (x1 = x3) & n_team(x1) & of(x1,x2) & n_dog(x2) & a_sled(s1) & Theme(s1,x1)) | exists e1 x1.(n_dog(x1) & Actor(e1,x1) & v_sleep(e1)) | 78a5625c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_run(e1) & of(x4,x5) & of(x1,x2) & n_team(x1) & n_rider(x5) & n_perspective(x4) & n_dog(x2) & from(e1,x4) & a_topic(x1) & a_sled(s1) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1.(v_sleep(e1) & n_dog(x1) & Actor(e1,x1)) |
||
The little girl is standing on a stage dressed up as a pink fairy. | A girl is putting on a show for her parents. | 1 | -100 | It cannot be assumed that the girl is putting on a show for her parents. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_girl(x1) & a_little(s1) & Theme(s1,x1) & on(e1,x2) & a_up(s3) & Manner(e2,s3) & as(e2,x4) & n_fairy(x4) & a_pink(s2) & Theme(s2,x4) & Theme(e2,x3) & v_dress(e2) & (x2 = x3) & n_stage(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 x1 x2 x3 x4.(on(e1,x3) & for(x3,x4) & n_parent(x4) & of(x4,x1) & n_female(x1) & n_show(x3) & Theme(e1,x2) & Actor(e1,x1) & v_put(e1) & n_thing(x2) & n_girl(x1)) | 78a567b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_stand(e1) & v_dress(e2) & on(e1,x2) & n_stage(x2) & n_girl(x1) & n_fairy(x4) & as(e2,x4) & a_up(s3) & a_pink(s2) & a_little(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Manner(e2,s3) & Actor(e1,x1) & (x2 = x3)) | exists e1 x1 x2 x3 x4.(v_put(e1) & on(e1,x3) & of(x4,x1) & n_thing(x2) & n_show(x3) & n_parent(x4) & n_girl(x1) & n_female(x1) & for(x3,x4) & Theme(e1,x2) & Actor(e1,x1)) |
||
The little girl is standing on a stage dressed up as a pink fairy. | A little boy is sleeping on a stage. | 2 | -100 | IT IS EITHER A GIRL OR A BOY. ONE IS SLEEPING, ONE IS DRESSED AS A PINK FAIRY. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(n_girl(x1) & a_little(s1) & Theme(s1,x1) & on(e1,x2) & a_up(s3) & Manner(e2,s3) & as(e2,x4) & n_fairy(x4) & a_pink(s2) & Theme(s2,x4) & Theme(e2,x3) & v_dress(e2) & (x2 = x3) & n_stage(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_stage(x2) & Actor(e1,x1) & v_sleep(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | 78a56ca2-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 s2 s3 x1 x2 x3 x4.(v_stand(e1) & v_dress(e2) & on(e1,x2) & n_stage(x2) & n_girl(x1) & n_fairy(x4) & as(e2,x4) & a_up(s3) & a_pink(s2) & a_little(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Manner(e2,s3) & Actor(e1,x1) & (x2 = x3)) | exists e1 s1 x1 x2.(v_sleep(e1) & on(e1,x2) & n_stage(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
The little girl is standing on a stage dressed up as a pink fairy. | A little girl is standing on stage dressed up. | 0 | -100 | dressed up as a pink fairy means dressed up | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(n_girl(x1) & a_little(s1) & Theme(s1,x1) & on(e1,x2) & a_up(s3) & Manner(e2,s3) & as(e2,x4) & n_fairy(x4) & a_pink(s2) & Theme(s2,x4) & Theme(e2,x3) & v_dress(e2) & (x2 = x3) & n_stage(x2) & Actor(e1,x1) & v_stand(e1)) | exists e1 e2 s1 s2 x1 x2 x3.(on(e1,x2) & a_up(s2) & Manner(e2,s2) & Theme(e2,x3) & v_dress(e2) & (x2 = x3) & n_stage(x2) & Actor(e1,x1) & v_stand(e1) & n_girl(x1) & a_little(s1) & Theme(s1,x1)) | 78a57260-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(v_stand(e1) & v_dress(e2) & on(e1,x2) & n_stage(x2) & n_girl(x1) & n_fairy(x4) & as(e2,x4) & a_up(s3) & a_pink(s2) & a_little(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x3) & Manner(e2,s3) & Actor(e1,x1) & (x2 = x3)) | exists e1 e2 s1 s2 x1 x2 x3.(v_stand(e1) & v_dress(e2) & on(e1,x2) & n_stage(x2) & n_girl(x1) & a_up(s2) & a_little(s1) & Theme(s1,x1) & Theme(e2,x3) & Manner(e2,s2) & Actor(e1,x1) & (x2 = x3)) |
||
Two woman and two children are sharing an umbrella. | Two woman and two children are under an umbrella | 0 | -100 | The two women and two children are sharing an umbrella which implies they are under the umbrella. | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_share(e1) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists p1 x1 x2 x3.(exists x4.(under(x1,x4) & n_umbrella(x4)) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | 78a5777e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_share(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1)) | exists x1 x2 x3.(subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_child(x3) & exists x4.(under(x1,x4) & n_umbrella(x4)) & card_eq_2(x3) & card_eq_2(x1)) |
||
Two woman and two children are sharing an umbrella. | Two woman and two children stand next to an umbrella they are using. | 1 | -100 | They can be sharing an umbrella as they sit, not necessarily because they stand. | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_share(e1) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists e1 p1 x1 x2 x3.(exists e2 s1 x4 x5.(to(s1,x4) & Theme(e2,x5) & Actor(e2,x2) & v_use(e2) & (x4 = x5) & n_umbrella(x4) & Theme(s1,x1) & a_next(s1)) & n_thing(x2) & Topic(e1,p1) & Actor(e1,x1) & v_stand(e1) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | 78a57c74-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_share(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 p1 x1 x2 x3.(v_stand(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_thing(x2) & n_child(x3) & exists e2 s1 x4 x5.(v_use(e2) & to(s1,x4) & n_umbrella(x4) & a_next(s1) & Theme(s1,x1) & Theme(e2,x5) & Actor(e2,x2) & (x4 = x5)) & card_eq_2(x3) & card_eq_2(x1) & Topic(e1,p1) & Actor(e1,x1)) |
||
Two woman and two children are sharing an umbrella. | Two woman and two children sleep in the shade. | 2 | -100 | The woman and children cannot be sharing an umbrella and sleeping in the shade simultaneously. | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_share(e1) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_shade(x4) & in(e1,x4) & Actor(e1,x1) & v_sleep(e1) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | 78a58246-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_share(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Theme(e1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_sleep(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_shade(x4) & n_child(x3) & in(e1,x4) & card_eq_2(x3) & card_eq_2(x1) & Actor(e1,x1)) |
||
two women holding their children's hands and talking | Two women holding their children's hands. | 0 | -100 | "Two women holding their children's hands" is a rephrasing of "two women holding their chlidren's hands". | exists e1 e2 x1 x2 x3 x4 x5.(a_topic(x1) & Actor(e2,x5) & v_talk(e2) & (x1 = x5) & Theme(e1,x4) & Actor(e1,x2) & v_hold(e1) & n_hand(x4) & of(x4,x3) & n_child(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x2) & v_hold(e1) & n_hand(x4) & of(x4,x3) & n_child(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | 78a5876e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5.(v_talk(e2) & v_hold(e1) & of(x4,x3) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_hand(x4) & n_child(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x4,x3) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_hand(x4) & n_child(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x2) & (x1 = x2)) |
||
two women holding their children's hands and talking | Two women are holding their husband's hands and talking. | 2 | -100 | children's and husband's are not the same | exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & Actor(e2,x5) & v_talk(e2) & (x1 = x5) & Theme(e1,x4) & Actor(e1,x2) & v_hold(e1) & n_hand(x4) & of(x4,x3) & n_child(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e2 e1 x1 x2 x3 x4.(Actor(e2,x4) & v_talk(e2) & n_woman(x4) & card_eq_2(x4) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_hand(x3) & of(x3,x2) & n_husband(x2) & of(x2,x1) & n_thing(x1) & n_woman(x1) & card_eq_2(x1)) | 78a58d0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_talk(e2) & v_hold(e1) & of(x4,x3) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_hand(x4) & n_child(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists e2 e1 x1 x2 x3 x4.(v_talk(e2) & v_hold(e1) & of(x3,x2) & of(x2,x1) & n_woman(x4) & n_woman(x1) & n_thing(x1) & n_husband(x2) & n_hand(x3) & card_eq_2(x4) & card_eq_2(x1) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) |
||
two women holding their children's hands and talking | Two mothers are discussing what little Timmy did to the poor cat last Saturday. | 1 | -100 | One cannot assume that the women are mothers discussing what little timmy did to the poor cat last Saturday. | exists e2 e1 x1 x2 x3 x4 x5.(a_topic(x1) & Actor(e2,x5) & v_talk(e2) & (x1 = x5) & Theme(e1,x4) & Actor(e1,x2) & v_hold(e1) & n_hand(x4) & of(x4,x3) & n_child(x3) & of(x3,x1) & n_thing(x1) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists s1 x1 x3 x4 x5.(n_cat(x5) & a_poor(s1) & Theme(s1,x5) & ne_per_timmy(x3) & of(x3,x4) & n_little(x4) & exists e1 e2 x2 x6.(n_thing(x2) & Theme(e2,x2) & Actor(e2,x1) & v_discuss(e2) & r_last(e1) & on(e1,x6) & ne_tim_saturday(x6) & to(e1,x5) & Theme(e1,x2) & Actor(e1,x3) & v_do(e1)) & n_mother(x1) & card_eq_2(x1)) | 78a5947a-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3 x4 x5.(v_talk(e2) & v_hold(e1) & of(x4,x3) & of(x3,x1) & n_woman(x1) & n_thing(x1) & n_hand(x4) & n_child(x3) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e2,x5) & Actor(e1,x2) & (x1 = x5) & (x1 = x2)) | exists s1 x1 x3 x4 x5.(of(x3,x4) & ne_per_timmy(x3) & n_mother(x1) & n_little(x4) & n_cat(x5) & exists e1 e2 x2 x6.(v_do(e1) & v_discuss(e2) & to(e1,x5) & r_last(e1) & on(e1,x6) & ne_tim_saturday(x6) & n_thing(x2) & Theme(e2,x2) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x3)) & card_eq_2(x1) & a_poor(s1) & Theme(s1,x5)) |
||
An asian man in a blue jacket putting candles into a cake. | A man in a jacket putting red candles into a cake. | 1 | -100 | It cannot be inferred that the candles are red. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_cake(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & (x2 = x3) & n_jacket(x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_cake(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & a_red(s1) & Theme(s1,x4) & (x2 = x3) & n_jacket(x2) & n_man(x1)) | 78a59a1a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_cake(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & a_blue(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_cake(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & a_red(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
An asian man in a blue jacket putting candles into a cake. | A man in a jacket putting candles into a dead body. | 2 | -100 | cake and body are not the same | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_cake(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & (x2 = x3) & n_jacket(x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_body(x5) & a_dead(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & (x2 = x3) & n_jacket(x2) & n_man(x1)) | 78a59f56-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_cake(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & a_blue(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 s1 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_body(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & a_dead(s1) & Theme(s1,x5) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
An asian man in a blue jacket putting candles into a cake. | A man in a jacket putting candles into a cake. | 0 | -100 | Both subjects are putting candles into a cake. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_cake(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & (x2 = x3) & n_jacket(x2) & a_blue(s2) & Theme(s2,x2) & n_man(x1) & a_asian(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & into(e1,x5) & n_cake(x5) & Theme(e1,x4) & Actor(e1,x3) & v_put(e1) & n_candle(x4) & (x2 = x3) & n_jacket(x2) & n_man(x1)) | 78a5a488-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_cake(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & a_blue(s2) & a_asian(s1) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) | exists e1 x1 x2 x3 x4 x5.(v_put(e1) & n_man(x1) & n_jacket(x2) & n_candle(x4) & n_cake(x5) & into(e1,x5) & in(x1,x2) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x2 = x3)) |
||
These people are having drinks and celebrating a birthday. | Nobody showed up for the birthday party. | 2 | -100 | people and nobody are not the same | exists e2 e1 x1 x2 x3.(n_people(x1) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2) & n_birthday(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_drink(x2)) | exists x2 x3.(n_party(x2) & of(x2,x3) & n_birthday(x3) & -exists e1 s1 x1.(for(e1,x2) & a_up(s1) & Manner(e1,s1) & Actor(e1,x1) & v_show(e1) & n_person(x1))) | 78a5a9a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_have(e1) & v_celebrate(e2) & n_people(x1) & n_drink(x2) & n_birthday(x3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists x2 x3.(of(x2,x3) & n_party(x2) & n_birthday(x3) & all e1 s1 x1.(-v_show(e1) | -n_person(x1) | -for(e1,x2) | -a_up(s1) | -Manner(e1,s1) | -Actor(e1,x1))) |
||
These people are having drinks and celebrating a birthday. | People are at a birthday party. | 0 | -100 | The people at a birthday party are having drinks and celebrating a birthday. | exists e2 e1 x1 x2 x3.(n_people(x1) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2) & n_birthday(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_drink(x2)) | exists p1 x1.(exists x2 x3.(at(x1,x2) & n_party(x2) & of(x2,x3) & n_birthday(x3)) & n_people(x1)) | 78a5aeba-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_have(e1) & v_celebrate(e2) & n_people(x1) & n_drink(x2) & n_birthday(x3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2 x3.(of(x2,x3) & n_party(x2) & n_birthday(x3) & at(x1,x2))) |
||
These people are having drinks and celebrating a birthday. | People are at the birthday party of a friend. | 1 | -100 | One cannot assume that the party is for a friend. | exists e2 e1 x1 x2 x3.(n_people(x1) & Theme(e2,x3) & Actor(e2,x1) & v_celebrate(e2) & n_birthday(x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_drink(x2)) | exists p1 x1 x2 x3.(n_party(x2) & of(x2,x3) & n_birthday(x3) & exists x4.(at(x1,x2) & of(x2,x4) & n_friend(x4)) & n_people(x1)) | 78a5b464-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 x1 x2 x3.(v_have(e1) & v_celebrate(e2) & n_people(x1) & n_drink(x2) & n_birthday(x3) & Theme(e2,x3) & Theme(e1,x2) & Actor(e2,x1) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_people(x1) & n_party(x2) & n_birthday(x3) & exists x4.(of(x2,x4) & n_friend(x4) & at(x1,x2))) |
||
Two women and two children are standing under an umbrella. | it is raining | 1 | -100 | Standing under an umbrella does not imply that it is raining because it may be a sun umbrella. | exists e1 x1 x2 x3 x4.(under(e1,x4) & n_umbrella(x4) & Actor(e1,x1) & v_stand(e1) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists e1 x1.(n_thing(x1) & Actor(e1,x1) & v_rain(e1)) | 78a5baae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & under(e1,x4) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1.(v_rain(e1) & n_thing(x1) & Actor(e1,x1)) |
||
Two women and two children are standing under an umbrella. | the man stands alone under a roof | 2 | -100 | women and man are not the same | exists e1 x1 x2 x3 x4.(under(e1,x4) & n_umbrella(x4) & Actor(e1,x1) & v_stand(e1) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_man(x1) & under(e1,x2) & n_roof(x2) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1)) | 78a5c06c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & under(e1,x4) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_stand(e1) & under(e1,x2) & n_roof(x2) & n_man(x1) & a_alone(s1) & Manner(e1,s1) & Actor(e1,x1)) |
||
Two women and two children are standing under an umbrella. | the children are standing | 0 | -100 | The children are standing, so they are under an umbrella. | exists e1 x1 x2 x3 x4.(under(e1,x4) & n_umbrella(x4) & Actor(e1,x1) & v_stand(e1) & n_child(x3) & card_eq_2(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & card_eq_2(x1)) | exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_stand(e1)) | 78a5c56c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_stand(e1) & under(e1,x4) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_umbrella(x4) & n_child(x3) & card_eq_2(x3) & card_eq_2(x1) & Actor(e1,x1)) | exists e1 x1.(v_stand(e1) & n_child(x1) & Actor(e1,x1)) |
||
Men picket in a city street. | The men are on strike. | 1 | -100 | There could be other reasons the men are picketing. Maybe the men are showing support for something or someone. We do not know their motivations. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & n_picket(x1) & of(x1,x2) & n_man(x2)) | exists p1 x1.(n_man(x1) & exists x2.(on(x1,x2) & n_strike(x2))) | 78a5ca6c-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_street(x3) & n_picket(x1) & n_man(x2) & n_city(x4) & in(x1,x3) & a_topic(x1)) | exists x1.(n_man(x1) & exists x2.(on(x1,x2) & n_strike(x2))) |
||
Men picket in a city street. | The men are outside. | 0 | -100 | The men are outside, so they are picketing in a city street. | exists x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_street(x3) & of(x3,x4) & n_city(x4) & n_picket(x1) & of(x1,x2) & n_man(x2)) | exists s1 x1.(n_man(x1) & Theme(s1,x1) & a_outside(s1)) | 78a5cff8-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_street(x3) & n_picket(x1) & n_man(x2) & n_city(x4) & in(x1,x3) & a_topic(x1)) | exists s1 x1.(n_man(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A soccer player dressed in a red uniform goes up for a header. | a soccer player is outside | 0 | -100 | Both sentences feature a soccer player. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(for(e2,x5) & n_header(x5) & a_up(s2) & Manner(e2,s2) & Actor(e2,x1) & v_go(e2) & in(e1,x4) & n_uniform(x4) & a_red(s1) & Theme(s1,x4) & Theme(e1,x3) & v_dress(e1) & (x1 = x3) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | exists s1 x1 x2.(Theme(s1,x1) & a_outside(s1) & n_player(x1) & of(x1,x2) & n_soccer(x2)) | 78a5d9c6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(v_go(e2) & v_dress(e1) & of(x1,x2) & n_uniform(x4) & n_soccer(x2) & n_player(x1) & n_header(x5) & in(e1,x4) & for(e2,x5) & a_up(s2) & a_red(s1) & Theme(s1,x4) & Theme(e1,x3) & Manner(e2,s2) & Actor(e2,x1) & (x1 = x3)) | exists s1 x1 x2.(of(x1,x2) & n_soccer(x2) & n_player(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A group of men are holding up signs on a street in front of a tan building. | some men standing in a park | 2 | -100 | A BUILDING IS NOT A PARK | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_building(x6) & a_tan(s2) & Theme(s2,x6) & n_front(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & on(x3,x4) & n_street(x4) & n_sign(x3) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_park(x3) & Actor(e1,x2) & v_stand(e1) & (x1 = x2) & n_man(x1)) | 78a5e862-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & on(x3,x4) & of(x5,x6) & of(x1,x2) & n_street(x4) & n_sign(x3) & n_man(x2) & n_group(x1) & n_front(x5) & n_building(x6) & in(e1,x5) & a_up(s1) & a_tan(s2) & Theme(s2,x6) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & n_park(x3) & n_man(x1) & in(e1,x3) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A group of men are holding up signs on a street in front of a tan building. | some men are standing in front of the building | 1 | -100 | It cannot be inferred that the some of the men are standing. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(in(e1,x5) & of(x5,x6) & n_building(x6) & a_tan(s2) & Theme(s2,x6) & n_front(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & on(x3,x4) & n_street(x4) & n_sign(x3) & of(x1,x2) & n_man(x2) & n_group(x1)) | exists e1 x1 x2 x3.(n_building(x3) & in(e1,x2) & of(x2,x3) & n_front(x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 78a5f1ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_hold(e1) & on(x3,x4) & of(x5,x6) & of(x1,x2) & n_street(x4) & n_sign(x3) & n_man(x2) & n_group(x1) & n_front(x5) & n_building(x6) & in(e1,x5) & a_up(s1) & a_tan(s2) & Theme(s2,x6) & Theme(e1,x3) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_stand(e1) & of(x2,x3) & n_man(x1) & n_front(x2) & n_building(x3) & in(e1,x2) & Actor(e1,x1)) |
||
Two men on the street in very colorful suits walking down the street at a parade. | The men are wearing plain brown suits | 2 | -100 | Plain brown suits vs very colorful suits | exists e1 s1 x1 x2 x3 x4 x5.(n_street(x2) & n_street(x2) & a_topic(x1) & at(e1,x5) & n_parade(x5) & down(e1,x2) & Actor(e1,x4) & v_walk(e1) & (x1 = x4) & in(x1,x3) & n_suit(x3) & a_colorful(s1) & Theme(s1,x3) & r_very(x3) & on(x1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2) & a_brown(s2) & Theme(s2,x2) & a_plain(s1) & Theme(s1,x2)) | 78a600cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_walk(e1) & r_very(x3) & on(x1,x2) & n_suit(x3) & n_street(x2) & n_parade(x5) & n_man(x1) & in(x1,x3) & down(e1,x2) & card_eq_2(x1) & at(e1,x5) & a_topic(x1) & a_colorful(s1) & Theme(s1,x3) & Actor(e1,x4) & (x1 = x4)) | exists e1 s1 s2 x1 x2.(v_wear(e1) & n_suit(x2) & n_man(x1) & a_plain(s1) & a_brown(s2) & Theme(s2,x2) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two young women are speaking with a microphone to a group of young girls. | Two young men are speaking with a microphone to a group of young girls. | 2 | -100 | Women aren't men. | exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x2) & to(x2,x3) & of(x3,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & n_group(x3) & n_microphone(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x2) & to(x2,x3) & of(x3,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & n_group(x3) & n_microphone(x2) & Actor(e1,x1) & v_speak(e1) & n_man(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 78a9b65e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x2) & v_speak(e1) & to(x2,x3) & of(x3,x4) & n_woman(x1) & n_microphone(x2) & n_group(x3) & n_girl(x4) & card_eq_2(x1) & a_young(s2) & a_young(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(with(e1,x2) & v_speak(e1) & to(x2,x3) & of(x3,x4) & n_microphone(x2) & n_man(x1) & n_group(x3) & n_girl(x4) & card_eq_2(x1) & a_young(s2) & a_young(s1) & Theme(s2,x4) & Theme(s1,x1) & Actor(e1,x1)) |
||
Two girls doing a demonstration in front of an audience outside. | Two girls are performing. | 0 | -100 | In the first statement there are two girls, they are doing a demonstration in front of an audience, which is performing. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & of(x4,x5) & n_outside(x5) & of(x5,x6) & n_audience(x6) & n_front(x4) & n_demonstration(x3) & (x1 = x2) & n_girl(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_perform(e1) & n_girl(x1) & card_eq_2(x1)) | 78a9bb0e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_do(e1) & of(x5,x6) & of(x4,x5) & n_outside(x5) & n_girl(x1) & n_front(x4) & n_demonstration(x3) & n_audience(x6) & in(x3,x4) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1.(v_perform(e1) & n_girl(x1) & card_eq_2(x1) & Actor(e1,x1)) |
||
Two girls doing a demonstration in front of an audience outside. | Boys are playing indoors. | 2 | -100 | Boys are not girls. Outside is the opposite of indoors. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & of(x4,x5) & n_outside(x5) & of(x5,x6) & n_audience(x6) & n_front(x4) & n_demonstration(x3) & (x1 = x2) & n_girl(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_indoor(x2) & n_boy(x1)) | 78a9c0f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_do(e1) & of(x5,x6) & of(x4,x5) & n_outside(x5) & n_girl(x1) & n_front(x4) & n_demonstration(x3) & n_audience(x6) & in(x3,x4) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_play(e1) & n_indoor(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two girls doing a demonstration in front of an audience outside. | Girls are demonstrating how something works. | 1 | -100 | Just because two girls doing a demonstration in front of an audience doesn't mean that something works. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_do(e1) & in(x3,x4) & of(x4,x5) & n_outside(x5) & of(x5,x6) & n_audience(x6) & n_front(x4) & n_demonstration(x3) & (x1 = x2) & n_girl(x1) & card_eq_2(x1)) | exists x1.(exists e2 e1 x2 x3.(n_manner(x2) & Topic(e2,e1) & Actor(e2,x1) & v_demonstrate(e2) & manner_rel(e1,x2) & Actor(e1,x3) & v_work(e1) & n_thing(x3)) & n_girl(x1)) | 78a9c676-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_do(e1) & of(x5,x6) & of(x4,x5) & n_outside(x5) & n_girl(x1) & n_front(x4) & n_demonstration(x3) & n_audience(x6) & in(x3,x4) & card_eq_2(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_girl(x1) & exists e2 e1 x2 x3.(v_work(e1) & v_demonstrate(e2) & n_thing(x3) & n_manner(x2) & manner_rel(e1,x2) & Topic(e2,e1) & Actor(e2,x1) & Actor(e1,x3))) |
||
a basketball player gets ready for the shot. | The basketball player is playing Tetris. | 2 | -100 | If a basketball player gets ready for the shot they are not playing Tetris. | exists e1 p1 x1 x2 x3.(n_shot(x3) & exists s1.(for(s1,x3) & Theme(s1,x1) & a_ready(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_player(x1) & of(x1,x2) & n_basketball(x2)) | exists e1 x1 x2 x3.(ne_org_tetris(x3) & n_player(x1) & of(x1,x2) & n_basketball(x2) & Theme(e1,x3) & Actor(e1,x1) & v_play(e1)) | 78a9cb62-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_get(e1) & of(x1,x2) & n_shot(x3) & n_player(x1) & n_basketball(x2) & exists s1.(for(s1,x3) & a_ready(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x1,x2) & ne_org_tetris(x3) & n_player(x1) & n_basketball(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
a basketball player gets ready for the shot. | A player holds his basketball in the middle of a game. | 0 | -100 | The first statement is a description of a basketball player getting ready to take a shot, the second is the same player described as holding the basketball melodramatically in the middle of a game. | exists e1 p1 x1 x2 x3.(n_shot(x3) & exists s1.(for(s1,x3) & Theme(s1,x1) & a_ready(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_player(x1) & of(x1,x2) & n_basketball(x2)) | exists e1 x1 x2 x3 x4.(n_middle(x3) & in(e1,x3) & of(x3,x4) & n_game(x4) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2) & of(x2,x1) & n_male(x1) & n_player(x1)) | 78a9d01c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(v_get(e1) & of(x1,x2) & n_shot(x3) & n_player(x1) & n_basketball(x2) & exists s1.(for(s1,x3) & a_ready(s1) & Theme(s1,x1)) & Topic(e1,p1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_hold(e1) & of(x3,x4) & of(x2,x1) & n_player(x1) & n_middle(x3) & n_male(x1) & n_game(x4) & n_basketball(x2) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two young women speak into a microphone n front of a crowd of other young women. | The two young women speaking on the microphone are the group leaders. | 1 | -100 | Two women speaking in front of other young women doesn't mean the group leaders. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(into(e1,x2) & of(x2,x5) & of(x5,x6) & -(x6 = x1) & n_woman(x1) & n_woman(x1) & a_young(s3) & Theme(s3,x1) & n_woman(x6) & a_young(s2) & Theme(s2,x6) & n_crowd(x5) & n_front(x2) & of(x2,x4) & n_n(x4) & of(x2,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 p1 s1 x1 x2 x3 x4 x5.(n_leader(x4) & of(x4,x5) & n_group(x5) & n_microphone(x3) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1) & (x1 = x4) & on(e1,x3) & Actor(e1,x2) & v_speak(e1) & (x1 = x2)) | 78a9dddc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_speak(e1) & of(x5,x6) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x6) & n_woman(x1) & n_n(x4) & n_microphone(x3) & n_front(x2) & n_crowd(x5) & into(e1,x2) & card_eq_2(x1) & a_young(s3) & a_young(s2) & a_young(s1) & Theme(s3,x1) & Theme(s2,x6) & Theme(s1,x1) & Actor(e1,x1) & -(x6 = x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_speak(e1) & on(e1,x3) & of(x4,x5) & n_woman(x1) & n_microphone(x3) & n_leader(x4) & n_group(x5) & card_eq_2(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x4) & (x1 = x2)) |
||
Two young women speak into a microphone n front of a crowd of other young women. | An audience of women is listening to two female speakers. | 0 | -100 | A crowd of other young women is an audience of women. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(into(e1,x2) & of(x2,x5) & of(x5,x6) & -(x6 = x1) & n_woman(x1) & n_woman(x1) & a_young(s3) & Theme(s3,x1) & n_woman(x6) & a_young(s2) & Theme(s2,x6) & n_crowd(x5) & n_front(x2) & of(x2,x4) & n_n(x4) & of(x2,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(to(e1,x3) & n_speaker(x3) & a_female(s1) & Theme(s1,x3) & card_eq_2(x3) & Actor(e1,x1) & v_listen(e1) & of(x1,x2) & n_woman(x2) & n_audience(x1)) | 78a9e35e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_speak(e1) & of(x5,x6) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x6) & n_woman(x1) & n_n(x4) & n_microphone(x3) & n_front(x2) & n_crowd(x5) & into(e1,x2) & card_eq_2(x1) & a_young(s3) & a_young(s2) & a_young(s1) & Theme(s3,x1) & Theme(s2,x6) & Theme(s1,x1) & Actor(e1,x1) & -(x6 = x1)) | exists e1 s1 x1 x2 x3.(v_listen(e1) & to(e1,x3) & of(x1,x2) & n_woman(x2) & n_speaker(x3) & n_audience(x1) & card_eq_2(x3) & a_female(s1) & Theme(s1,x3) & Actor(e1,x1)) |
||
Two young women speak into a microphone n front of a crowd of other young women. | Two young women speak into a microphone in front of a crowd full of men. | 2 | -100 | A crowd of men is not a crowd of young women. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(into(e1,x2) & of(x2,x5) & of(x5,x6) & -(x6 = x1) & n_woman(x1) & n_woman(x1) & a_young(s3) & Theme(s3,x1) & n_woman(x6) & a_young(s2) & Theme(s2,x6) & n_crowd(x5) & n_front(x2) & of(x2,x4) & n_n(x4) & of(x2,x3) & n_microphone(x3) & Actor(e1,x1) & v_speak(e1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(into(e1,x2) & in(x2,x3) & of(x3,x4) & of(s2,x6) & n_man(x6) & Theme(s2,x5) & a_full(s2) & (x4 = x5) & n_crowd(x4) & n_front(x3) & n_microphone(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | 78a9e8ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(v_speak(e1) & of(x5,x6) & of(x2,x5) & of(x2,x4) & of(x2,x3) & n_woman(x6) & n_woman(x1) & n_n(x4) & n_microphone(x3) & n_front(x2) & n_crowd(x5) & into(e1,x2) & card_eq_2(x1) & a_young(s3) & a_young(s2) & a_young(s1) & Theme(s3,x1) & Theme(s2,x6) & Theme(s1,x1) & Actor(e1,x1) & -(x6 = x1)) | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(v_speak(e1) & of(x3,x4) & of(s2,x6) & n_woman(x1) & n_microphone(x2) & n_man(x6) & n_front(x3) & n_crowd(x4) & into(e1,x2) & in(x2,x3) & card_eq_2(x1) & a_young(s1) & a_full(s2) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x1) & (x4 = x5)) |
||
A woman is smiling at the bowling alley while a woman in the background is preparing to roll the ball. | A man frowning as his child spills milk. | 2 | -100 | A man isn't a woman. | exists e1 p1 x1 x2 x3 x5 x6.(n_ball(x6) & n_background(x5) & n_alley(x2) & of(x2,x3) & n_bowling(x3) & exists e2 p2 x4.(Topic(e2,p2) & Actor(e2,x4) & v_prepare(e2) & exists e3.(Theme(e3,x6) & Actor(e3,x4) & v_roll(e3)) & in(x4,x5) & n_woman(x4)) & while(e1,p1) & at(e1,x2) & Actor(e1,x1) & v_smile(e1) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_spill(e1) & n_milk(x4) & as(x1,x3) & n_child(x3) & of(x3,x1) & n_male(x1) & n_frowning(x1) & of(x1,x2) & n_man(x2)) | 78a9ed86-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x6.(while(e1,p1) & v_smile(e1) & of(x2,x3) & n_woman(x1) & n_bowling(x3) & n_ball(x6) & n_background(x5) & n_alley(x2) & exists e2 p2 x4.(v_prepare(e2) & n_woman(x4) & in(x4,x5) & exists e3.(v_roll(e3) & Theme(e3,x6) & Actor(e3,x4)) & Topic(e2,p2) & Actor(e2,x4)) & at(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_spill(e1) & of(x3,x1) & of(x1,x2) & n_milk(x4) & n_man(x2) & n_male(x1) & n_frowning(x1) & n_child(x3) & as(x1,x3) & Theme(e1,x4) & Actor(e1,x1)) |
||
A woman is smiling at the bowling alley while a woman in the background is preparing to roll the ball. | People bowling on league night. | 1 | -100 | It is not apparent it is league night. | exists e1 p1 x1 x2 x3 x5 x6.(n_ball(x6) & n_background(x5) & n_alley(x2) & of(x2,x3) & n_bowling(x3) & exists e2 p2 x4.(Topic(e2,p2) & Actor(e2,x4) & v_prepare(e2) & exists e3.(Theme(e3,x6) & Actor(e3,x4) & v_roll(e3)) & in(x4,x5) & n_woman(x4)) & while(e1,p1) & at(e1,x2) & Actor(e1,x1) & v_smile(e1) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x3) & n_night(x3) & of(x3,x4) & n_league(x4) & Actor(e1,x2) & v_bowl(e1) & (x1 = x2) & n_people(x1)) | 78a9f6d2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3 x5 x6.(while(e1,p1) & v_smile(e1) & of(x2,x3) & n_woman(x1) & n_bowling(x3) & n_ball(x6) & n_background(x5) & n_alley(x2) & exists e2 p2 x4.(v_prepare(e2) & n_woman(x4) & in(x4,x5) & exists e3.(v_roll(e3) & Theme(e3,x6) & Actor(e3,x4)) & Topic(e2,p2) & Actor(e2,x4)) & at(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_bowl(e1) & on(e1,x3) & of(x3,x4) & n_people(x1) & n_night(x3) & n_league(x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
Four old women talking on a bench. | Five women stand by a bench | 2 | -100 | There could either be four or five women. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1) & card_eq_4(x1)) | exists e1 x1 x2.(by(e1,x2) & n_bench(x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & card_eq_5(x1)) | 78a9fc72-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_talk(e1) & on(e1,x3) & n_woman(x1) & n_bench(x3) & card_eq_4(x1) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_stand(e1) & n_woman(x1) & n_bench(x2) & card_eq_5(x1) & by(e1,x2) & Actor(e1,x1)) |
||
Four old women talking on a bench. | Women are on a bench. | 0 | -100 | Because women are seated on a bench doesn't mean that they are talking. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1) & card_eq_4(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_bench(x2)) & n_woman(x1)) | 78aa019a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_talk(e1) & on(e1,x3) & n_woman(x1) & n_bench(x3) & card_eq_4(x1) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists x1.(n_woman(x1) & exists x2.(on(x1,x2) & n_bench(x2))) |
||
Four old women talking on a bench. | Four women are talking over lunch while on a bench. | 1 | -100 | Four old women taking on a bench doesn't mean it was lunch. | exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_bench(x3) & Actor(e1,x2) & v_talk(e1) & (x1 = x2) & n_woman(x1) & a_old(s1) & Theme(s1,x1) & card_eq_4(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_bench(x3) & r_while(e1) & over(e1,x2) & n_lunch(x2) & Actor(e1,x1) & v_talk(e1) & n_woman(x1) & card_eq_4(x1)) | 78aa0654-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_talk(e1) & on(e1,x3) & n_woman(x1) & n_bench(x3) & card_eq_4(x1) & a_topic(x1) & a_old(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2 x3.(v_talk(e1) & r_while(e1) & over(e1,x2) & on(e1,x3) & n_woman(x1) & n_lunch(x2) & n_bench(x3) & card_eq_4(x1) & Actor(e1,x1)) |
||
A man is watching a woman bowl while another woman smiles. | A women smiles while a man watches a women bowl. | 0 | -100 | The man is watching a woman bowl. | exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_smile(e2) & n_woman(x4) & -(x4 = x3)) & n_woman(x3) & n_woman(x3) & while(e1,p1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_bowl(x2) & of(x2,x3) & n_man(x1)) | exists e1 p1 x1.(exists e2 x2 x3 x4.(Theme(e2,x3) & Actor(e2,x2) & v_watch(e2) & n_bowl(x3) & of(x3,x4) & n_woman(x4) & n_man(x2)) & while(e1,p1) & Actor(e1,x1) & v_smile(e1) & n_woman(x1)) | 78aa0b4a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 p1 x1 x2 x3.(while(e1,p1) & v_watch(e1) & of(x2,x3) & n_woman(x3) & n_man(x1) & n_bowl(x2) & exists e2 x4.(v_smile(e2) & n_woman(x4) & Actor(e2,x4) & -(x4 = x3)) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 p1 x1.(while(e1,p1) & v_smile(e1) & n_woman(x1) & exists e2 x2 x3 x4.(v_watch(e2) & of(x3,x4) & n_woman(x4) & n_man(x2) & n_bowl(x3) & Theme(e2,x3) & Actor(e2,x2)) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.