premise
stringlengths 7
402
| hypothesis
stringlengths 1
295
| label
int64 -1
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
917
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 3
2.12k
| hypothesis_logic
stringlengths 3
2.09k
|
---|---|---|---|---|---|---|---|---|
A little boy swims underwater. | A boy floats on top of water. | 2 | -100 | One can't be swiming underwater and float on top of it simultaneously. | (-x) | (-x) |
||
A little boy swims underwater. | A little boy swimming at a beach. | 1 | -100 | Not all little boys who swim underwater do so at a beach. | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists s1 x1 x2 x3.(a_topic(x1) & at(x1,x3) & n_beach(x3) & n_swimming(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) |
||
A little boy swims underwater. | A child swimming. | 0 | -100 | A boy is swimming underwater. | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_swim(e1) & n_underwater(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) | exists x1 x2.(a_topic(x1) & n_swimming(x1) & of(x1,x2) & n_child(x2)) |
||
A driver is racing his Ford vehicle on a gravel track. | A man has parked his truck. | 2 | -100 | A man cannot be racing in a parked vehicle. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_park(e1) & n_truck(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) |
||
A driver is racing his Ford vehicle on a gravel track. | A Ford is being driven on a track. | 0 | -100 | A Ford driver is racing on a gravel track. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1)) | exists e1 x1 x2.(on(e1,x2) & n_track(x2) & Theme(e1,x1) & v_drive(e1) & ne_org_ford(x1)) |
||
A driver is racing his Ford vehicle on a gravel track. | A man is racing his truck. | 1 | -100 | You do not have to be a man to race a vehicle. Not all Ford vehicle's are trucks. | exists e1 x1 x2 x3 x4 x5.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & on(x2,x4) & n_track(x4) & of(x4,x5) & n_gravel(x5) & n_vehicle(x2) & (x2 = x3) & ne_per_ford(x3) & of(x2,x1) & n_male(x1) & n_driver(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_race(e1) & n_truck(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) |
||
Three guys and a girl are all jumping in a pool together. | The people are all climbing out of the water. | 2 | -100 | They can be either jumping into the pool or climbing out of the water. | exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2)) | exists e1 s1 x1 x2.(n_water(x2) & n_people(x1) & a_all(s1) & Manner(e1,s1) & of(e1,x2) & r_out(e1) & Actor(e1,x1) & v_climb(e1)) |
||
Three guys and a girl are all jumping in a pool together. | The people are all jumping into a body of water. | 0 | -100 | People are jumping into the water together. | exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2)) | exists e1 s1 x1 x2 x3.(n_people(x1) & a_all(s1) & Manner(e1,s1) & into(e1,x2) & of(x2,x3) & n_water(x3) & n_body(x2) & Actor(e1,x1) & v_jump(e1)) |
||
Three guys and a girl are all jumping in a pool together. | The people are all friends. | 1 | -100 | Just because three people are jumping in the pool together does not make them friends. | exists e1 s1 s2 x1 x2 x3 x4.(a_all(s2) & Manner(e1,s2) & a_together(s1) & Manner(e1,s1) & in(e1,x4) & n_pool(x4) & Actor(e1,x1) & v_jump(e1) & subset_of(x3,x1) & n_girl(x3) & subset_of(x2,x1) & n_guy(x2) & card_eq_3(x2)) | exists p1 x1.(n_people(x1) & all x2.(n_friend(x2) -> (x1 = x2))) |
||
A little boy underwater in a pool, holding a plastic dinosaur. | The toy is waterproof. | 1 | -100 | Not all plastic dinosaurs are waterproof. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists s1 x1.(n_toy(x1) & Theme(s1,x1) & a_waterproof(s1)) |
||
A little boy underwater in a pool, holding a plastic dinosaur. | The Lone Ranger swims again. | 2 | -100 | The Lone Ranger is a man, not a little boy. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(ne_per_ranger(x1) & (x1 = x2) & ne_per_lone(x2) & a_again(s1) & Manner(e1,s1) & Actor(e1,x1) & v_swim(e1)) |
||
A little boy underwater in a pool, holding a plastic dinosaur. | Small boy in pool holds toy. | 0 | -100 | A boy in a pool holds his plastic dinosaur toy. | exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x3) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_dinosaur(x5) & of(x5,x6) & n_plastic(x6) & (x3 = x4) & n_pool(x3) & n_underwater(x1) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_toy(x3) & in(x1,x2) & n_pool(x2) & n_boy(x1) & a_small(s1) & Theme(s1,x1)) |
||
A little boy swimming underwater with a toy in his hand. | A little boy is chasing a dog. | 2 | -100 | A little boy can either be chasing a dog, or be swimming underwater. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_chase(e1) & n_dog(x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) |
||
A little boy swimming underwater with a toy in his hand. | A little boy is holding a pool ring. | 1 | -100 | A pool ring is not the only toy a little boy can swim with underwater. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_ring(x2) & of(x2,x3) & n_pool(x3) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) |
||
A little boy swimming underwater with a toy in his hand. | A little boy is underwater. | 0 | -100 | The little boy is swimming underwater so he would indeed be underwater. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(x1,x4) & in(x4,x5) & n_hand(x5) & of(x5,x1) & n_male(x1) & n_toy(x4) & n_underwater(x1) & of(x1,x3) & n_swimming(x3) & of(x1,x2) & n_boy(x2) & a_little(s1) & Theme(s1,x1)) | exists s1 s2 x1.(Theme(s2,x1) & a_underwater(s2) & n_boy(x1) & a_little(s1) & Theme(s1,x1)) |
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo. | A man is riding in his first rodeo. | 1 | -100 | We don't know if it is his first rodeo; he may be experienced. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2.(in(e1,x2) & n_rodeo(x2) & a_first(s1) & Theme(s1,x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_ride(e1) & n_man(x1)) |
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo. | A rodeo clown chases a bull. | 2 | -100 | One can't be riding a bucking horse and chasing a bull at the same time, | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_chase(e1) & n_bull(x3) & n_clown(x1) & of(x1,x2) & n_rodeo(x2)) |
||
A man wearing a white shire shirt and hate is riding a bucking horse in a rodeo. | A man is being bucked on a horse. | 0 | -100 | One must be riding a bucking horse to be bucked on a horse. | exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e2,x9) & n_rodeo(x9) & Theme(e2,x7) & Actor(e2,x1) & v_ride(e2) & n_horse(x7) & of(x7,x8) & n_bucking(x8) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hate(x5) & n_shirt(x4) & of(x4,x6) & n_shire(x6) & subset_of(x5,x3) & subset_of(x4,x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2.(on(e1,x2) & n_horse(x2) & Theme(e1,x1) & v_buck(e1) & n_man(x1)) |
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride. | The man rides an animal. | 0 | -100 | A man is a rider. | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_animal(x2)) |
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride. | The man is trying not to fall. | 1 | -100 | There are more than one ways to fall. | exists e1 e2 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2)) | exists x1.(n_man(x1) & -exists e1 p1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2.(Actor(e2,x1) & v_fall(e2)))) |
||
A saddle bronc rider gets lifted out of the saddle, but keeps his grip during his ride. | The man is riding a motorcycle. | 2 | -100 | A saddle bronc riders rides a horse, not a motorcycle | exists e2 e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(during(e2,x8) & n_ride(x8) & of(x8,x1) & n_male(x1) & n_male(x1) & Theme(e2,x7) & Actor(e2,x4) & v_keep(e2) & n_grip(x7) & of(x7,x1) & n_rider(x4) & of(x4,x6) & n_bronc(x6) & of(x4,x5) & n_saddle(x5) & exists e3.(of(e3,x2) & r_out(e3) & Theme(e3,x1) & v_lift(e3)) & n_saddle(x2) & n_saddle(x2) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_rider(x1) & of(x1,x3) & n_bronc(x3) & of(x1,x2)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2)) |
||
a woman with a straw hat working on a strange machine with coconuts at her side. | A woman is using a machine to make coconut milk. | 1 | -100 | We can't infer sne is there to make coconut milk. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1)) | exists e1 p1 x1 x2.(Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 s1 x3.(Theme(e2,x3) & Actor(e2,x1) & v_make(e2) & n_milk(x3) & a_coconut(s1) & Theme(s1,x3)) & n_machine(x2) & n_woman(x1)) |
||
a woman with a straw hat working on a strange machine with coconuts at her side. | A woman is sitting on the couch. | 2 | -100 | A woman can be working or sitting on a couch. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1)) | exists e1 x1 x2.(n_couch(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_woman(x1)) |
||
a woman with a straw hat working on a strange machine with coconuts at her side. | A woman is at a machine. | 0 | -100 | A strange machine is a type of machine. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & at(e1,x7) & n_side(x7) & of(x7,x1) & n_female(x1) & on(e1,x5) & with(x5,x6) & n_coconut(x6) & n_machine(x5) & a_strange(s1) & Theme(s1,x5) & Actor(e1,x4) & v_work(e1) & (x1 = x4) & with(x1,x2) & n_hat(x2) & of(x2,x3) & n_straw(x3) & n_woman(x1)) | exists p1 x1.(exists x2.(at(x1,x2) & n_machine(x2)) & n_woman(x1)) |
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees. | The man is boiling a pot of corn. | 2 | -100 | A man can be either shucking corn or boiling a pot of corn. | exists e3 e1 e5 e2 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1)) | exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_boil(e1) & of(x2,x3) & n_corn(x3) & n_pot(x2)) |
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees. | There is a person processing vegetables. | 0 | -100 | Shucking corn using a corn shucker is a way to process vegetables. | exists e2 e3 e5 e1 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1)) | exists p1 x1 x2 x3.((x1 = x2) & n_processing(x2) & Time(x2,x3) & n_vegetable(x3) & n_person(x2)) |
||
A man wearing a rice hat is shucking corn using a corn shucker and is surrounded by trees. | A man is shucking a large pile of corn. | 1 | -100 | We don't know if it is a large pile or not. | exists e3 e2 e5 e4 e1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(Actor(e5,x12) & n_tree(x12) & Theme(e5,x8) & v_surround(e5) & Theme(e4,x10) & Actor(e4,x9) & v_wear(e4) & n_hat(x10) & of(x10,x11) & n_rice(x11) & (x8 = x9) & n_man(x8) & for(e2,e3) & Theme(e3,x6) & Actor(e3,x1) & v_use(e3) & n_shucker(x6) & of(x6,x7) & n_corn(x7) & Theme(e2,x5) & Actor(e2,x1) & v_shuck(e2) & n_corn(x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_hat(x3) & of(x3,x4) & n_rice(x4) & (x1 = x2) & n_man(x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_shuck(e1) & of(x2,x3) & n_corn(x3) & n_pile(x2) & a_large(s1) & Theme(s1,x2) & n_man(x1)) |
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park. | The woman is making jewelry at the park. | 1 | -100 | There are more than one way of making jewelry in the park. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_park(x3) & n_woman(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_jewelry(x2)) |
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park. | The woman has a small child trapped in the machine who sews clothes. | 2 | -100 | A woman can't be operating a machine and also have a child trapped in the machine. | exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e3 e1 e2 s1 x1 x2 x3 x4 x5 x6.(n_machine(x4) & n_woman(x1) & Theme(e3,x2) & Actor(e3,x1) & v_have(e3) & in(e1,x4) & Theme(e2,x6) & Actor(e2,x5) & v_sew(e2) & n_clothes(x6) & (x4 = x5) & Theme(e1,x3) & v_trap(e1) & (x2 = x3) & n_child(x2) & a_small(s1) & Theme(s1,x2)) |
||
a woman wearing a Chinese straw hat operating some sort of stainless steel machine in what appears to be a park. | The woman is outdoors with a machine. | 0 | -100 | A park imples being ourdoors. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(a_topic(x1) & Theme(e2,x3) & Actor(e2,x2) & v_wear(e2) & exists e3 p1 x9.(n_thing(x9) & in(e1,x9) & Topic(e3,p1) & Actor(e3,x9) & v_appear(e3) & exists p2 x10.((x9 = x10) & n_park(x10))) & Theme(e1,x6) & Actor(e1,x5) & v_operate(e1) & of(x6,x7) & n_machine(x7) & of(x7,x8) & n_steel(x8) & a_stainless(s2) & Theme(s2,x7) & n_sort(x6) & (x3 = x5) & n_hat(x3) & of(x3,x4) & n_straw(x4) & a_chinese(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists p1 x1.(n_woman(x1) & exists x2 x3.((x1 = x2) & with(x2,x3) & n_machine(x3) & n_outdoors(x2))) |
||
A woman on the side of a street is making food on her cart. | A child is wearing a bandana. | 2 | -100 | A woman is not a child. | exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_bandana(x2) & n_child(x1)) |
||
A woman on the side of a street is making food on her cart. | A person is cooking mexican food. | 1 | -100 | Street vendors can produce food other than mexican food. | exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & n_food(x2) & a_mexican(s1) & Theme(s1,x2) & n_person(x1)) |
||
A woman on the side of a street is making food on her cart. | A person is cooking. | 0 | -100 | A woman is a person. Cooking is a way of making food. | exists e1 x1 x2 x3 x4 x5.(n_cart(x5) & of(x5,x2) & n_female(x2) & n_side(x2) & on(e1,x5) & Theme(e1,x4) & Actor(e1,x1) & v_make(e1) & n_food(x4) & on(x1,x2) & of(x2,x3) & n_street(x3) & n_woman(x1)) | exists e1 x1.(Actor(e1,x1) & v_cook(e1) & n_person(x1)) |
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod. | The man is wearing a blue shirt. | 2 | -100 | A man can't be without a shirt and wearing a blue shirt. | exists e3 e1 e4 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_blue(s1) & Theme(s1,x2)) |
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod. | The man is running. | 0 | -100 | Jogging a kind of running. | exists e2 e3 e4 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_run(e1)) |
||
A man in blue shorts and without a shirt is jogging down the road while listening to his iPod. | The man is wearing headphones. | 1 | -100 | One can listen to one's iPod without headphones. | exists e3 e1 e2 e4 s1 s2 s3 x1 x2 x3 x4 x5 x6 x7 x8.(n_ipod(x8) & of(x8,x7) & n_male(x7) & n_road(x6) & n_ipod(x4) & of(x4,x3) & n_male(x3) & n_road(x3) & while(e3,e4) & to(e4,x8) & Actor(e4,x5) & v_listen(e4) & a_down(s3) & Manner(e3,s3) & Theme(e3,x6) & Actor(e3,x5) & v_jog(e3) & -exists x9.(with(x5,x9) & n_shirt(x9)) & n_man(x5) & while(e1,e2) & to(e2,x4) & Actor(e2,x1) & v_listen(e2) & a_down(s2) & Manner(e1,s2) & Theme(e1,x3) & Actor(e1,x1) & v_jog(e1) & in(x1,x2) & n_shorts(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_headphone(x2)) |
||
Women exercising one woman has a green mat and black outfit on. | The women are exercising. | 0 | -100 | Women and exercising is repeated in both sentences. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1.(n_woman(x1) & Actor(e1,x1) & v_exercise(e1)) |
||
Women exercising one woman has a green mat and black outfit on. | The women are both dressing in green. | 2 | -100 | A woman can't have a black outfit and be dressed in green. | exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1)) | exists e1 s1 x1 x2.(n_woman(x1) & a_both(s1) & Manner(e1,s1) & in(e1,x2) & n_green(x2) & Actor(e1,x1) & v_dress(e1)) |
||
Women exercising one woman has a green mat and black outfit on. | The women are doing yoga. | 1 | -100 | Women can exercise in ways other than yoga. | exists e2 e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_on(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x1) & v_have(e2) & n_outfit(x6) & a_black(s2) & Theme(s2,x6) & n_mat(x5) & subset_of(x6,x4) & subset_of(x5,x4) & a_green(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_exercise(e1) & n_woman(x3) & card_eq_1(x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_yoga(x2)) |
||
Students practicing yoga in a class setting. | The students are taking a beginners' yoga class. | 1 | -100 | There are other levels of yoga classes besides beginners'. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1)) | exists e1 x1 x2 x3 x4.(n_student(x1) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_class(x3) & of(x3,x4) & n_yoga(x4) & of(x3,x2) & n_beginner(x2)) |
||
Students practicing yoga in a class setting. | The students solve equations on the board. | 2 | -100 | The students can't be practicing yoga and solving equations. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1)) | exists e1 x1 x2 x3.(n_board(x3) & n_student(x1) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_solve(e1) & n_equation(x2)) |
||
Students practicing yoga in a class setting. | A yoga class is in progress. | 0 | -100 | Practicing implies class is in progress. | exists e1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x4) & n_setting(x4) & of(x4,x5) & n_class(x5) & Theme(e1,x3) & Actor(e1,x2) & v_practice(e1) & n_yoga(x3) & (x1 = x2) & n_student(x1)) | exists p1 x1 x2.(exists x3.(in(x1,x3) & n_progress(x3)) & n_class(x1) & of(x1,x2) & n_yoga(x2)) |
||
People are stretching on yoga mats. | They stretched on yoga mats outside. | 1 | -100 | People can stretch on yoga mats in places other than outside as well. | exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1)) | exists e1 s1 x1 x2.(a_outside(s1) & Manner(e1,s1) & on(e1,x1) & n_mat(x1) & of(x1,x2) & n_yoga(x2) & Actor(e1,x1) & v_stretch(e1) & n_thing(x1)) |
||
People are stretching on yoga mats. | The people stretched on yoga mats. | 0 | -100 | People has to do stretching to be stretched. | exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1)) | exists e1 x1 x2 x3.(n_people(x1) & on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1)) |
||
People are stretching on yoga mats. | They stretched on bikes. | 2 | -100 | People can't stretch on yoga mats and bikes. | exists e1 x1 x2 x3.(on(e1,x2) & n_mat(x2) & of(x2,x3) & n_yoga(x3) & Actor(e1,x1) & v_stretch(e1) & n_people(x1)) | exists e1 x1.(on(e1,x1) & n_bike(x1) & Actor(e1,x1) & v_stretch(e1) & n_thing(x1)) |
||
A group of people are doing yoga. | The people are doing yoga | 0 | -100 | people implies a group. | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_yoga(x2)) |
||
A group of people are doing yoga. | The people are working out | 1 | -100 | People can be working out in other ways beside yoga. | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists e1 s1 x1.(n_people(x1) & a_out(s1) & Manner(e1,s1) & Actor(e1,x1) & v_work(e1)) |
||
A group of people are doing yoga. | The people are sleep. | 2 | -100 | People can't do yoga and sleep. | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & n_yoga(x3) & of(x1,x2) & n_people(x2) & n_group(x1)) | exists p1 x1.(n_people(x1) & exists x2.((x1 = x2) & n_sleep(x2))) |
||
Motorcyclist performing while two men watch. | Two women are walking with strollers. | 2 | -100 | Two men can't be two women. Walking with strollers isn't watching a motorcyclist perform. | exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1)) | exists e1 x1 x2.(with(e1,x2) & n_stroller(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1) & card_eq_2(x1)) |
||
Motorcyclist performing while two men watch. | Men watching motorcyclist. | 0 | -100 | two implies more than one | exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_watch(e1) & n_motorcyclist(x3) & (x1 = x2) & n_man(x1)) |
||
Motorcyclist performing while two men watch. | Motorcylist performing in annual race. | 1 | -100 | A motorcyclist can perform in races other than the annual race. | exists e2 e1 s1 x1 x2 x3.(ne_nam_motorcyclist(s1) & a_topic(s1) & Theme(e2,x3) & Actor(e2,e1) & v_watch(e2) & (s1 = x3) & while(e1,x2) & n_man(x2) & card_eq_2(x2) & Actor(e1,x1) & v_perform(e1) & n_thing(x1)) | exists e1 s1 x1 x2.(ne_nam_motorcylist(x1) & in(e1,x2) & n_race(x2) & a_annual(s1) & Theme(s1,x2) & Actor(e1,x1) & v_perform(e1)) |
||
The young man is waiting with others on the sidewalk. | The girls are climbing a tree | 2 | -100 | A young man isn't girls. Waiting with others isn't climbing a tree. | exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1)) | exists e1 x1 x2.(n_girl(x1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_tree(x2)) |
||
The young man is waiting with others on the sidewalk. | There is a young person talking with others near the bustop | 1 | -100 | A person who is waiting is not necessarily talking. Not all sidewalks are near a bustop. | exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1)) | exists p1 x1 x5.(n_bustop(x5) & exists e1 s1 x2 x3 x4.((x1 = x2) & near(e1,x5) & with(e1,x4) & -(x4 = x2) & n_person(x2) & n_person(x4) & Actor(e1,x3) & v_talk(e1) & (x2 = x3) & n_person(x2) & a_young(s1) & Theme(s1,x2))) |
||
The young man is waiting with others on the sidewalk. | there is a group of people waiting outside | 0 | -100 | others implies a group. | exists e1 s1 x1 x2 x3 x4.(n_sidewalk(x4) & n_person(x3) & n_man(x1) & a_young(s1) & Theme(s1,x1) & on(e1,x4) & with(e1,x2) & -(x2 = x3) & n_person(x2) & Actor(e1,x1) & v_wait(e1)) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & of(x2,x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x4) & v_wait(e1) & (x3 = x4) & n_people(x3) & n_group(x2)) |
||
Two people pose for the camera. | People pose for a picture. | 0 | -100 | People pose for a picture, because pictures are only taken with cameras. | exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2.(for(e1,x2) & n_picture(x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1)) |
||
Two people pose for the camera. | People pose for a family picture. | 1 | -100 | People posing for a photo are not necessarily family members. | exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3.(for(e1,x2) & n_picture(x2) & of(x2,x3) & n_family(x3) & Actor(e1,x1) & v_pose(e1) & n_people(x1)) |
||
Two people pose for the camera. | Two people are yelling. | 2 | -100 | Two people can't pose for the camera and yell. | exists e1 x1 x2.(n_camera(x2) & for(e1,x2) & Actor(e1,x1) & v_pose(e1) & n_people(x1) & card_eq_2(x1)) | exists e1 x1.(Actor(e1,x1) & v_yell(e1) & n_people(x1) & card_eq_2(x1)) |
||
A man is sleeping on the grass. | The man is laying down to sleep | 0 | -100 | A man usually lay down when they sleep. | (-x) | (-x) |
||
A man is sleeping on the grass. | The man is checking into a 4 star hotel | 2 | -100 | if the man is checking in a 4 star hotel he is not sleeping on the grass. | exists e1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sleep(e1) & n_man(x1)) | exists e1 x1 x2 x3.(n_man(x1) & into(e1,x2) & n_hotel(x2) & of(x2,x3) & n_star(x3) & n_date(x2) & a_date_day_04(x2) & a_date_day_04(x2) & Actor(e1,x1) & v_check(e1)) |
||
A man is sleeping on the grass. | The man is sleeping on the grass because he is homeless | 1 | -100 | Not all people sleeping on the grass are homeless. | (-x) | (-x) |
||
A white and brown dog is leaping through the air. | The white and brown dog is in the air. | 0 | -100 | The dog is in the air, whether by leaping or other means. | (-x) | (-x) |
||
A white and brown dog is leaping through the air. | The dog is taking a nap. | 2 | -100 | the dog is not leaping if it is taking a nap. | exists e1 s1 s2 x1 x2.(n_air(x2) & through(e1,x2) & Actor(e1,x1) & v_leap(e1) & n_dog(x1) & a_brown(s2) & Theme(s2,x1) & a_white(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_dog(x1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_nap(x2)) |
||
A white and brown dog is leaping through the air. | The dog is catching a frisbee. | 1 | -100 | Just because a dog is leaping doesn't mean he is catching a frisbee. | (-x) | (-x) |
||
A row of legs and black boots with a boy sitting at the end of the row. | A young boy eats a sandwich. | 2 | -100 | the boy may be sitting but it does not say he eats a sandwich. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_end(x7) & a_topic(x1) & with(x1,x5) & at(e1,x7) & of(x7,x1) & n_row(x1) & n_row(x1) & Actor(e1,x6) & v_sit(e1) & (x5 = x6) & n_boy(x5) & of(x1,x2) & n_boot(x4) & a_black(s1) & Theme(s1,x4) & n_leg(x3) & subset_of(x4,x2) & subset_of(x3,x2)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_sandwich(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) |
||
A row of legs and black boots with a boy sitting at the end of the row. | A young boy sits on the ground in a family picture. | 1 | -100 | A boy who is sitting isn't necessarily sitting on the ground. Not all pictures are a family picture. | (-x) | (-x) |
||
A row of legs and black boots with a boy sitting at the end of the row. | A boy sits at peoples feet. | 0 | -100 | The boy is sitting at people's feet, because boots and legs imply people's feet. | (-x) | (-x) |
||
A man in blue lies on a mostly-barren patch of grass while small groups of people congregate in the distance. | A man is wearing blue. | 0 | -100 | "A man is wearing blue " is a simpler explanation of the scene. | (x) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_blue(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_wear(e1) & n_man(x1)) |
||
A man in blue lies on a mostly-barren patch of grass while small groups of people congregate in the distance. | The man is tired. | 1 | -100 | Just because the man is lying down doesn't mean he is tired. | (-x) | (-x) |
||
A man in blue lies on a mostly-barren patch of grass while small groups of people congregate in the distance. | The man is drinking a beer in a pub. | 2 | -100 | if the man is drinking in a pub he can not lies on a patch of grass. | (-x) | (-x) |
||
Various people hanging around outside of a building. | The people are inside playing soccer. | 2 | -100 | if the people are inside then they cannot be outside. | (-x) | (-x) |
||
Various people hanging around outside of a building. | The people are on lunch break. | 1 | -100 | Just because people are outside does not mean they are on lunch break. | (-x) | (-x) |
||
Various people hanging around outside of a building. | There are a group of people are standing outside. | 0 | -100 | If they are outside a building, they are outside. | (-x) | (-x) |
||
A little girl follows two guys with umbrellas down a path. | The people are outside. | 0 | -100 | If they are going down a path, the girl and two guys are outside. | (-x) | (-x) |
||
A little girl follows two guys with umbrellas down a path. | The little girl is riding a horse. | 2 | -100 | the little girl can not follows two guys if she is riding a horse. | (-x) | (-x) |
||
A little girl follows two guys with umbrellas down a path. | The people are walking home in the rain. | 1 | -100 | People can walk places that are not home. Just because someone is holding an umbrella doesn't mean it's raining. | (-x) | (-x) |
||
A lady is on the floor packing a suitcase. | She is packing. | 0 | -100 | She is a synonym for lady. | (-x) | (-x) |
||
A lady is on the floor packing a suitcase. | The girl is going on a trip. | 1 | -100 | She may not be going on a trip, just packing for someone else. | (-x) | (-x) |
||
A lady is on the floor packing a suitcase. | The woman is standing up unpacking. | 2 | -100 | A woman can't be packing and unpacking at the same time. | (-x) | (-x) |
||
Little girl in a blue and yellow plaid outfit and blue hat is running along the trail. | A girl is running on the trail. | 0 | -100 | A girl is running on the trail is a simpler explanation of the scene | (-x) | (-x) |
||
Little girl in a blue and yellow plaid outfit and blue hat is running along the trail. | A boy is hiking on the trail. | 2 | -100 | if it is a little girl then it can not be a boy. | (-x) | (-x) |
||
Little girl in a blue and yellow plaid outfit and blue hat is running along the trail. | A girl is running downhill on the trail. | 1 | -100 | A trail does not have to be downhill. | (-x) | (-x) |
||
Little girl walking along a dirt, rock, and grass path wearing a blue hat many steps behind two people wearing backpacks and holding umbrellas. | 3 people are walking along a path. | 0 | -100 | 3 people include the little girl, she walks along a grass path. | (-x) | (-x) |
||
Little girl walking along a dirt, rock, and grass path wearing a blue hat many steps behind two people wearing backpacks and holding umbrellas. | 2 people are on the path. | 2 | -100 | A little girl behind two people means there is more than 2 people on the path. | (-x) | (-x) |
||
Little girl walking along a dirt, rock, and grass path wearing a blue hat many steps behind two people wearing backpacks and holding umbrellas. | three people are walking along a path trying to get home before the storm hits. | 1 | -100 | We have no idea if they are trying to get home or where they are doing. We have no idea if a storm hits or it could just be raining. | (-x) | (-x) |
||
The blond woman is searching for medical supplies in a suitcase. | A blonde woman looks for things in a suitcase. | 0 | -100 | Medical supplies are things | (-x) | (-x) |
||
The blond woman is searching for medical supplies in a suitcase. | A blonde woman looks for medical supplies for work in a suitcase. | 1 | -100 | A person looking for medical supplies may not need them for work. | (-x) | (-x) |
||
The blond woman is searching for medical supplies in a suitcase. | A brunette woman checks her suitcase before boarding a plane. | 2 | -100 | if the woman is blond then she can not be brunette. | (-x) | (-x) |
||
Stacks of neatly folded clothing cover most of this floor while a woman with a beige shirt and jeans busily fills a suitcase. | A woman is packing for a trip. | 1 | -100 | A person can fill a suitcase without it being for a trip. | (-x) | (-x) |
||
Stacks of neatly folded clothing cover most of this floor while a woman with a beige shirt and jeans busily fills a suitcase. | A man is packing his golf clubs. | 2 | -100 | if it is a woman then it cant be a man. | (-x) | (-x) |
||
Stacks of neatly folded clothing cover most of this floor while a woman with a beige shirt and jeans busily fills a suitcase. | A woman is filling a suitcase. | 0 | -100 | A woman is filling a suitcase is a simpler explanation of the scene | (-x) | (-x) |
||
A young woman packs belongings into a black suitcase. | A young man packs belongings into a black trash bag. | 2 | -100 | if it is a young woman then it can not be a young man. | (-x) | (-x) |
||
A young woman packs belongings into a black suitcase. | A young woman distributes belongings into a black box. | 1 | -100 | Not every suitcase is a box. | (-x) | (-x) |
||
A young woman packs belongings into a black suitcase. | A young woman packs belongings into a black luggage carrier. | 0 | -100 | A suitcase is a luggage carrier. | (-x) | (-x) |
||
People going for a long walk to the mountains. | The people are walking in a big group. | 1 | -100 | People going for a long walk to the mountains are not necessarily in a big group. | (-x) | (-x) |
||
People going for a long walk to the mountains. | The people are running towards the mountains. | 2 | -100 | The people cannot be running and going for a walk simultaneously. | (-x) | (-x) |
||
People going for a long walk to the mountains. | The people are walking outdoors. | 0 | -100 | The mountains are outdoors. | (-x) | (-x) |
||
A man resting on a street. | A man sitting on a street. | 1 | -100 | A man can rest on a street without sitting. | (-x) | (-x) |
||
A man resting on a street. | A man jogging on the street. | 2 | -100 | A man cannot be resting and jogging at the same time. | (-x) | (-x) |
||
A man resting on a street. | A man resting on a street. | 0 | -100 | It is the exact same sentence: a man resting on a street. | (-x) | (-x) |
||
A woman in costume is marching with a large drum. | Highschool homcoming marching band is marching. | 1 | -100 | A woman in costume marching with a large drum is not necessary part of a "highschool homcoming" marching band. | (-x) | (-x) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.