Dataset Viewer
premise
stringlengths 7
402
| hypothesis
stringlengths 1
295
| label
class label -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 person on a horse jumps over a broken down airplane. | A person is training his horse for a competition. | 1neutral
| -100 | the person is not necessarily training his horse | exists e1 e2 s1 x1 x2 x3.(over(e1,x3) & n_airplane(x3) & a_down(s1) & Theme(s1,x3) & Theme(e2,x3) & v_break(e2) & Actor(e1,x1) & v_jump(e1) & on(x1,x2) & n_horse(x2) & n_person(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_train(e1) & for(x2,x3) & n_competition(x3) & n_horse(x2) & of(x2,x1) & n_male(x1) & n_person(x1)) |
||
A person on a horse jumps over a broken down airplane. | A person is at a diner, ordering an omelette. | 2contradiction
| -100 | One cannot be on a jumping horse cannot be a diner ordering food. | exists e2 e1 s1 x1 x2 x3.(over(e1,x3) & n_airplane(x3) & a_down(s1) & Theme(s1,x3) & Theme(e2,x3) & v_break(e2) & Actor(e1,x1) & v_jump(e1) & on(x1,x2) & n_horse(x2) & n_person(x1)) | exists e1 p1 x1 x2.(for(p1,e1) & Theme(e1,x2) & Actor(e1,x1) & v_order(e1) & n_omelette(x2) & exists x3.(at(x1,x3) & n_diner(x3)) & n_person(x1)) |
||
A person on a horse jumps over a broken down airplane. | A person is outdoors, on a horse. | 0entailment
| -100 | a broken down airplane is outdoors | exists e2 e1 s1 x1 x2 x3.(over(e1,x3) & n_airplane(x3) & a_down(s1) & Theme(s1,x3) & Theme(e2,x3) & v_break(e2) & Actor(e1,x1) & v_jump(e1) & on(x1,x2) & n_horse(x2) & n_person(x1)) | exists p1 x1 x2.(on(p1,x2) & n_horse(x2) & exists x3.((x1 = x3) & n_outdoors(x3)) & n_person(x1)) |
||
Children smiling and waving at camera | They are smiling at their parents | 1neutral
| -100 | Just because they are smiling and waving at a camera does not imply their parents or anyone is anyone behind it | exists e2 e1 x1 x2.(ne_nam_children(x1) & at(e2,x2) & n_camera(x2) & Actor(e2,x1) & v_wave(e2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1 x2.(n_parent(x2) & of(x2,x1) & n_thing(x1) & n_thing(x1) & at(e1,x2) & Actor(e1,x1) & v_smile(e1)) |
||
Children smiling and waving at camera | There are children present | 0entailment
| -100 | The children must be present to see them smiling and waving. | exists e2 e1 x1 x2.(ne_nam_children(x1) & at(e2,x2) & n_camera(x2) & Actor(e2,x1) & v_wave(e2) & Actor(e1,x1) & v_smile(e1)) | exists p1 x1 s1 x2 x3.((x1 = x2) & Theme(s1,x3) & a_present(s1) & (x2 = x3) & n_child(x2)) |
||
Children smiling and waving at camera | The kids are frowning | 2contradiction
| -100 | One cannot be smiling and frowning at the same time. | exists e2 e1 x1 x2.(ne_nam_children(x1) & at(e2,x2) & n_camera(x2) & Actor(e2,x1) & v_wave(e2) & Actor(e1,x1) & v_smile(e1)) | exists e1 x1.(n_kid(x1) & Actor(e1,x1) & v_frown(e1)) |
||
A boy is jumping on skateboard in the middle of a red bridge. | The boy skates down the sidewalk. | 2contradiction
| -100 | One cannot be in the middle of a bridge if they are on the sidewalk. | exists e1 s1 x1 x2 x3 x4.(n_middle(x3) & in(e1,x3) & of(x3,x4) & n_bridge(x4) & a_red(s1) & Theme(s1,x4) & on(e1,x2) & n_skateboard(x2) & Actor(e1,x1) & v_jump(e1) & n_boy(x1)) | exists e1 s1 x1 x2.(n_sidewalk(x2) & n_boy(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_skate(e1)) |
||
A boy is jumping on skateboard in the middle of a red bridge. | The boy does a skateboarding trick. | 0entailment
| -100 | jumping on skateboard is the same as doing trick on skateboard. | exists e1 s1 x1 x2 x3 x4.(n_middle(x3) & in(e1,x3) & of(x3,x4) & n_bridge(x4) & a_red(s1) & Theme(s1,x4) & on(e1,x2) & n_skateboard(x2) & Actor(e1,x1) & v_jump(e1) & n_boy(x1)) | exists e1 x1 x2 x3.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_trick(x2) & of(x2,x3) & n_skateboarding(x3)) |
||
A boy is jumping on skateboard in the middle of a red bridge. | The boy is wearing safety equipment. | 1neutral
| -100 | Just because the boy is jumping on a skateboard does not imply he is wearing safety equipment | exists e1 s1 x1 x2 x3 x4.(n_middle(x3) & in(e1,x3) & of(x3,x4) & n_bridge(x4) & a_red(s1) & Theme(s1,x4) & on(e1,x2) & n_skateboard(x2) & Actor(e1,x1) & v_jump(e1) & n_boy(x1)) | exists e1 x1 x2 x3.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_equipment(x2) & of(x2,x3) & n_safety(x3)) |
||
An older man sits with his orange juice at a small table in a coffee shop while employees in bright colored shirts smile in the background. | An older man drinks his juice as he waits for his daughter to get off work. | 1neutral
| -100 | it is not necessarily true the man drinks his juice | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x9.(n_background(x9) & exists e2 s3 s4 x7 x8.(in(e2,x9) & Actor(e2,x7) & v_smile(e2) & in(x7,x8) & n_shirt(x8) & a_colored(s4) & Theme(s4,x8) & a_bright(s3) & Theme(s3,x8) & n_employee(x7)) & while(e1,p1) & in(e1,x5) & n_shop(x5) & of(x5,x6) & n_coffee(x6) & at(e1,x4) & n_table(x4) & a_small(s2) & Theme(s2,x4) & with(e1,x2) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 s1 x1 x2 x3 x4.(a_topic(x1) & exists e1 p2 x1.(for(e1,x4) & Topic(x4,p2) & exists e2 s2 x5.(a_off(s2) & Manner(e2,s2) & Theme(e2,x5) & Actor(e2,x4) & v_get(e2) & n_work(x5)) & n_male(x1) & n_male(x1) & Actor(e1,x3) & v_wait(e1) & as(x3,x1)) & n_daughter(x4) & of(x4,x1) & n_juice(x3) & of(x3,x1) & n_male(x1) & that(x1,p1) & n_drink(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1)) |
||
An older man sits with his orange juice at a small table in a coffee shop while employees in bright colored shirts smile in the background. | A boy flips a burger. | 2contradiction
| -100 | A boy is not considered an older man. | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x9.(n_background(x9) & exists e2 s3 s4 x7 x8.(in(e2,x9) & Actor(e2,x7) & v_smile(e2) & in(x7,x8) & n_shirt(x8) & a_colored(s4) & Theme(s4,x8) & a_bright(s3) & Theme(s3,x8) & n_employee(x7)) & while(e1,p1) & in(e1,x5) & n_shop(x5) & of(x5,x6) & n_coffee(x6) & at(e1,x4) & n_table(x4) & a_small(s2) & Theme(s2,x4) & with(e1,x2) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_flip(e1) & n_burger(x2) & n_boy(x1)) |
||
An older man sits with his orange juice at a small table in a coffee shop while employees in bright colored shirts smile in the background. | An elderly man sits in a small shop. | 1neutral
| -100 | The coffee shop was never described as small | exists e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x9.(n_background(x9) & exists e2 s3 s4 x7 x8.(in(e2,x9) & Actor(e2,x7) & v_smile(e2) & in(x7,x8) & n_shirt(x8) & a_colored(s4) & Theme(s4,x8) & a_bright(s3) & Theme(s3,x8) & n_employee(x7)) & while(e1,p1) & in(e1,x5) & n_shop(x5) & of(x5,x6) & n_coffee(x6) & at(e1,x4) & n_table(x4) & a_small(s2) & Theme(s2,x4) & with(e1,x2) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(in(e1,x2) & n_shop(x2) & a_small(s2) & Theme(s2,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & a_elderly(s1) & Theme(s1,x1)) |
||
Two blond women are hugging one another. | Some women are hugging on vacation. | 1neutral
| -100 | Hugging does not imply being vacation. | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_thing(x2) & card_eq_1(x2) & a_another(s2) & Theme(s2,x2) & n_woman(x1) & a_blond(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(on(e1,x2) & n_vacation(x2) & Actor(e1,x1) & v_hug(e1) & n_woman(x1)) |
||
Two blond women are hugging one another. | The women are sleeping. | 2contradiction
| -100 | The women cannot be hugging while they are sleeping. | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_thing(x2) & card_eq_1(x2) & a_another(s2) & Theme(s2,x2) & n_woman(x1) & a_blond(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1.(n_woman(x1) & Actor(e1,x1) & v_sleep(e1)) |
||
Two blond women are hugging one another. | There are women showing affection. | 0entailment
| -100 | Hugging one another is the same as showing affection. | exists e1 s1 s2 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1) & n_thing(x2) & card_eq_1(x2) & a_another(s2) & Theme(s2,x2) & n_woman(x1) & a_blond(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & Theme(e1,x4) & Actor(e1,x3) & v_show(e1) & n_affection(x4) & (x2 = x3) & n_woman(x2)) |
||
A few people in a restaurant setting, one of them is drinking orange juice. | The people are eating omelettes. | 1neutral
| -100 | We only know that someone is drinking orange juice, we do not know that they are eating omelettes | exists e1 s1 x1 x2 x3 x4 x5 x6.(rel(e1,x4) & in(x4,x5) & n_setting(x5) & of(x5,x6) & n_restaurant(x6) & n_people(x4) & a_few(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x1,x2) & n_thing(x2) & n_thing(x1) & card_eq_1(x1)) | exists e1 x1 x2.(n_people(x1) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_omelette(x2)) |
||
A few people in a restaurant setting, one of them is drinking orange juice. | The people are sitting at desks in school. | 2contradiction
| -100 | People cannot be at a restaurant and in school at the same time. | exists e1 s1 x1 x2 x3 x4 x5 x6.(rel(e1,x4) & in(x4,x5) & n_setting(x5) & of(x5,x6) & n_restaurant(x6) & n_people(x4) & a_few(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x1,x2) & n_thing(x2) & n_thing(x1) & card_eq_1(x1)) | exists e1 x1 x2 x3.(n_people(x1) & in(e1,x3) & n_school(x3) & at(e1,x2) & n_desk(x2) & Actor(e1,x1) & v_sit(e1)) |
||
A few people in a restaurant setting, one of them is drinking orange juice. | The diners are at a restaurant. | 0entailment
| -100 | A few pepople in a restaurant setting is similar to saying diners in a restaurant. | exists e1 s1 x1 x2 x3 x4 x5 x6.(rel(e1,x4) & in(x4,x5) & n_setting(x5) & of(x5,x6) & n_restaurant(x6) & n_people(x4) & a_few(s1) & Theme(s1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & of(x1,x2) & n_thing(x2) & n_thing(x1) & card_eq_1(x1)) | exists p1 x1.(n_diner(x1) & exists x2.(at(x1,x2) & n_restaurant(x2))) |
||
An older man is drinking orange juice at a restaurant. | A man is drinking juice. | 0entailment
| -100 | orange juice is a juice. | exists e1 s1 x1 x2 x3 x4.(at(e1,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & n_man(x1)) |
||
An older man is drinking orange juice at a restaurant. | Two women are at a restaurant drinking wine. | 2contradiction
| -100 | One older man cannot be described as two women. Orange juice cannot be wine. | exists e1 s1 x1 x2 x3 x4.(at(e1,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2 x3 x4.(at(x1,x2) & n_wine(x2) & of(x2,x4) & n_drinking(x4) & of(x2,x3) & n_restaurant(x3)) & n_woman(x1) & card_eq_2(x1)) |
||
An older man is drinking orange juice at a restaurant. | A man in a restaurant is waiting for his meal to arrive. | 1neutral
| -100 | the man is not necessarily waiting | exists e1 s1 x1 x2 x3 x4.(at(e1,x4) & n_restaurant(x4) & Theme(e1,x2) & Actor(e1,x1) & v_drink(e1) & n_juice(x2) & of(x2,x3) & n_orange(x3) & n_man(x1) & r_more(s1) & a_older(s1) & Theme(s1,x1)) | exists e1 p1 x1 x2 x3.(for(e1,x3) & Topic(x3,p1) & exists e2.(Actor(e2,x3) & v_arrive(e2)) & n_meal(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x1) & v_wait(e1) & in(x1,x2) & n_restaurant(x2) & n_man(x1)) |
||
A man with blond-hair, and a brown shirt drinking out of a public water fountain. | A blond man getting a drink of water from a fountain in the park. | 1neutral
| -100 | the man is not necessarily in the park | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_topic(s1) & subset_of(x3,s1) & of(e1,x5) & n_fountain(x5) & of(x5,x6) & n_water(x6) & a_public(s3) & Theme(s3,x5) & r_out(e1) & Actor(e1,x4) & v_drink(e1) & (x3 = x4) & n_shirt(x3) & a_brown(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_blond-hair(x2) & n_man(x1)) | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_park(x6) & a_topic(x1) & in(e1,x6) & from(e1,x5) & n_fountain(x5) & Theme(e1,x3) & Actor(e1,x2) & v_get(e1) & of(x3,x4) & n_water(x4) & n_drink(x3) & (x1 = x2) & n_man(x1) & a_blond(s1) & Theme(s1,x1)) |
||
A man with blond-hair, and a brown shirt drinking out of a public water fountain. | A blond man wearing a brown shirt is reading a book on a bench in the park | 2contradiction
| -100 | One cannot drink out of a water fountain while reading a book on a bench. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_topic(s1) & subset_of(x3,s1) & of(e1,x5) & n_fountain(x5) & of(x5,x6) & n_water(x6) & a_public(s3) & Theme(s3,x5) & r_out(e1) & Actor(e1,x4) & v_drink(e1) & (x3 = x4) & n_shirt(x3) & a_brown(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_blond-hair(x2) & n_man(x1)) | exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_park(x6) & in(e2,x6) & Theme(e2,x4) & Actor(e2,x1) & v_read(e2) & on(x4,x5) & n_bench(x5) & n_book(x4) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_shirt(x3) & a_brown(s2) & Theme(s2,x3) & (x1 = x2) & n_man(x1) & a_blond(s1) & Theme(s1,x1)) |
||
A man with blond-hair, and a brown shirt drinking out of a public water fountain. | A blond man drinking water from a fountain. | 0entailment
| -100 | fountain is in public so public water fountain is the same as public water fountain. | exists e1 s1 s2 s3 x1 x2 x3 x4 x5 x6.(a_topic(s1) & subset_of(x3,s1) & of(e1,x5) & n_fountain(x5) & of(x5,x6) & n_water(x6) & a_public(s3) & Theme(s3,x5) & r_out(e1) & Actor(e1,x4) & v_drink(e1) & (x3 = x4) & n_shirt(x3) & a_brown(s2) & Theme(s2,x3) & subset_of(x1,s1) & with(x1,x2) & n_blond-hair(x2) & n_man(x1)) | exists s1 x1 x2 x3 x4.(a_topic(x1) & from(x1,x4) & n_fountain(x4) & n_water(x1) & of(x1,x3) & n_drinking(x3) & of(x1,x2) & n_man(x2) & a_blond(s1) & Theme(s1,x1)) |
||
Two women who just had lunch hugging and saying goodbye. | The friends scowl at each other over a full dinner table. | 2contradiction
| -100 | sentence 1 just had lunch hugging and saying goodbyes, in sentence 2 the meal the diners are scowling at each other over a full dinner table | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_just(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & subset_of(e1,x3) & Theme(e1,x7) & Actor(e1,x6) & v_say(e1) & n_goodbye(x7) & n_thing(x6) & subset_of(x4,x3) & n_hugging(x4) & of(x4,x5) & n_lunch(x5) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(n_friend(x1) & over(e1,x2) & n_table(x2) & of(x2,x3) & n_dinner(x3) & a_full(s1) & Theme(s1,x2) & all x4.(n_other(x4) -> at(e1,x4)) & Actor(e1,x1) & v_scowl(e1)) |
||
Two women who just had lunch hugging and saying goodbye. | There are two woman in this picture. | 0entailment
| -100 | The two woman in this picture is snashot of their activities while having lunch and saying goodbye. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_just(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & subset_of(e1,x3) & Theme(e1,x7) & Actor(e1,x6) & v_say(e1) & n_goodbye(x7) & n_thing(x6) & subset_of(x4,x3) & n_hugging(x4) & of(x4,x5) & n_lunch(x5) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1 x2.(n_picture(x2) & in(p1,x2) & exists x3.((x1 = x3) & n_woman(x3) & card_eq_2(x3))) |
||
Two women who just had lunch hugging and saying goodbye. | The friends have just met for the first time in 20 years, and have had a great time catching up. | 1neutral
| -100 | Two women are not assumed to be friends. Having lunch does not imply that they met for the first time in 20 years and had a great time catching up. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & a_just(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x2) & v_have(e2) & subset_of(e1,x3) & Theme(e1,x7) & Actor(e1,x6) & v_say(e1) & n_goodbye(x7) & n_thing(x6) & subset_of(x4,x3) & n_hugging(x4) & of(x4,x5) & n_lunch(x5) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e3 e2 e1 s1 s2 s3 s4 x1 x2 x3 x4.(n_friend(x1) & Theme(e3,x2) & Actor(e3,x1) & v_have(e3) & a_up(s4) & Manner(e2,s4) & Actor(e2,x4) & v_catch(e2) & (x2 = x4) & n_time(x2) & n_time(x2) & a_great(s3) & Theme(s3,x2) & a_just(s2) & Manner(e1,s2) & for(e1,x2) & in(x2,x3) & n_year(x3) & n_date(x3) & a_date_day_20(x3) & a_date_day_20(x3) & a_first(s1) & Theme(s1,x2) & Actor(e1,x1) & v_meet(e1)) |
||
Two women, holding food carryout containers, hug. | The two sisters saw each other across the crowded diner and shared a hug, both clutching their doggie bags. | 1neutral
| -100 | Just because two women are hugging does not mean they are sisters or they are in a crowded diner. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & rel(x3,x6) & n_hug(x6) & n_container(x3) & of(x3,x5) & n_carryout(x5) & of(x3,x4) & n_food(x4) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 e2 s1 s2 x1 x2 x3 x4 x6 x7 x8 x9.(n_bag(x3) & of(x3,x4) & n_doggie(x4) & of(x3,x1) & n_thing(x1) & n_bag(x8) & of(x8,x9) & n_doggie(x9) & of(x8,x7) & n_thing(x7) & n_diner(x6) & a_crowded(s2) & Theme(s2,x6) & n_sister(x1) & card_eq_2(x1) & for(e1,e2) & a_both(s1) & Manner(e2,s1) & Theme(e2,x3) & Actor(e2,x1) & v_clutch(e2) & Theme(e1,x2) & Actor(e1,x1) & v_share(e1) & n_hug(x2) & all x5.(n_other(x5) -> exists e3 e4 s3.(for(e3,e4) & a_both(s3) & Manner(e4,s3) & Theme(e4,x8) & Actor(e4,x1) & v_clutch(e4) & across(e3,x6) & Theme(e3,x5) & Actor(e3,x1) & v_see(e3)))) |
||
Two women, holding food carryout containers, hug. | Two groups of rival gang members flipped each other off. | 2contradiction
| -100 | Two women cannot also be two groups | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & rel(x3,x6) & n_hug(x6) & n_container(x3) & of(x3,x5) & n_carryout(x5) & of(x3,x4) & n_food(x4) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists s1 x1 x2 x3.(all x4.(n_other(x4) -> exists e1 p1.(exists s2.(Theme(s2,x4) & a_off(s2)) & Recipient(e1,p1) & Actor(e1,x1) & Topic(e1,x4) & v_flip(e1))) & of(x1,x2) & n_member(x2) & of(x2,x3) & n_gang(x3) & a_rival(s1) & Theme(s1,x2) & n_group(x1) & card_eq_2(x1)) |
||
Two women, holding food carryout containers, hug. | Two women hug each other. | 0entailment
| -100 | Although at first this may seem impossible to do without a mess, the two women could hug by holding their carryout in one hand and hugging, mess-free. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & rel(x3,x6) & n_hug(x6) & n_container(x3) & of(x3,x5) & n_carryout(x5) & of(x3,x4) & n_food(x4) & (x1 = x2) & n_woman(x1) & card_eq_2(x1)) | exists x1.(all x2.(n_other(x2) -> exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_hug(e1))) & n_woman(x1) & card_eq_2(x1)) |
||
A Little League team tries to catch a runner sliding into a base in an afternoon game. | A team is trying to score the games winning out. | 1neutral
| -100 | The runner sliding into a base was not described as the games winning play | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 x4 x5 x6 x7.(for(e2,e3) & into(e3,x5) & in(x5,x6) & n_game(x6) & of(x6,x7) & n_afternoon(x7) & n_base(x5) & Actor(e3,x1) & v_slide(e3) & Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_runner(x4)) & n_team(x1) & (x1 = x3) & ne_nam_league(x3) & (x1 = x2) & ne_nam_little(x2)) | exists e1 e2 s1 x1 x2 x3.(n_game(x2) & for(e1,e2) & a_out(s1) & Manner(e2,s1) & Actor(e2,x1) & v_win(e2) & to(e1,x3) & n_score(x3) & Theme(e1,x2) & Actor(e1,x1) & v_try(e1) & n_team(x1)) |
||
A Little League team tries to catch a runner sliding into a base in an afternoon game. | A team is trying to tag a runner out. | 0entailment
| -100 | When a runner catch a runner the runner will tag the other runner show therefore catch and tag mean the same thing. | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 e3 x4 x5 x6 x7.(for(e2,e3) & into(e3,x5) & in(x5,x6) & n_game(x6) & of(x6,x7) & n_afternoon(x7) & n_base(x5) & Actor(e3,x1) & v_slide(e3) & Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_runner(x4)) & n_team(x1) & (x1 = x3) & ne_nam_league(x3) & (x1 = x2) & ne_nam_little(x2)) | exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 s1 x2.(a_out(s1) & Manner(e2,s1) & Theme(e2,x2) & Actor(e2,x1) & v_tag(e2) & n_runner(x2)) & n_team(x1)) |
||
A Little League team tries to catch a runner sliding into a base in an afternoon game. | A team is playing baseball on Saturn. | 2contradiction
| -100 | A little league team would not be on Saturn | exists e1 p1 x1 x2 x3.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e3 e2 x4 x5 x6 x7.(for(e2,e3) & into(e3,x5) & in(x5,x6) & n_game(x6) & of(x6,x7) & n_afternoon(x7) & n_base(x5) & Actor(e3,x1) & v_slide(e3) & Theme(e2,x4) & Actor(e2,x1) & v_catch(e2) & n_runner(x4)) & n_team(x1) & (x1 = x3) & ne_nam_league(x3) & (x1 = x2) & ne_nam_little(x2)) | exists e1 x1 x2 x3.(ne_nam_saturn(x3) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_baseball(x2) & n_team(x1)) |
||
The school is having a special event in order to show the american culture on how other cultures are dealt with in parties. | A school hosts a basketball game. | 2contradiction
| -100 | Basketball is american culture. | exists e1 p1 s1 s2 x1 x2 x3 x4.(n_culture(x4) & a_american(s2) & Theme(s2,x4) & n_school(x1) & n_order(x3) & Topic(e1,p1) & exists p2 e2 p3.(Theme(e2,x4) & Actor(e2,x1) & v_show(e2) & exists e3 s3 x5 x6.(Theme(s3,x5) & a_other(s3) & n_culture(x5) & in(e3,x6) & n_party(x6) & with(e3,x5) & v_deal(e3)) & on(x4,p3)) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_event(x2) & a_special(s1) & Theme(s1,x2)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_host(e1) & n_game(x2) & of(x2,x3) & n_basketball(x3) & n_school(x1)) |
||
The school is having a special event in order to show the american culture on how other cultures are dealt with in parties. | A high school is hosting an event. | 1neutral
| -100 | The school was never described as a high school | exists e1 p1 s1 s2 x1 x2 x3 x4.(n_culture(x4) & a_american(s2) & Theme(s2,x4) & n_school(x1) & n_order(x3) & Topic(e1,p1) & exists p2 e2 p3.(Theme(e2,x4) & Actor(e2,x1) & v_show(e2) & exists e3 s3 x5 x6.(Theme(s3,x5) & a_other(s3) & n_culture(x5) & in(e3,x6) & n_party(x6) & with(e3,x5) & v_deal(e3)) & on(x4,p3)) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_event(x2) & a_special(s1) & Theme(s1,x2)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_host(e1) & n_event(x2) & n_school(x1) & a_high(s1) & Theme(s1,x1)) |
||
The school is having a special event in order to show the american culture on how other cultures are dealt with in parties. | A school is hosting an event. | 0entailment
| -100 | An event is a special occasion so all event is a special event. | exists e1 p1 s1 s2 x1 x2 x3 x4.(n_culture(x4) & a_american(s2) & Theme(s2,x4) & n_school(x1) & n_order(x3) & Topic(e1,p1) & exists p2 e2 p3.(Theme(e2,x4) & Actor(e2,x1) & v_show(e2) & exists e3 s3 x5 x6.(Theme(s3,x5) & a_other(s3) & n_culture(x5) & in(e3,x6) & n_party(x6) & with(e3,x5) & v_deal(e3)) & on(x4,p3)) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_event(x2) & a_special(s1) & Theme(s1,x2)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_host(e1) & n_event(x2) & n_school(x1)) |
||
High fashion ladies wait outside a tram beside a crowd of people in the city. | The women do not care what clothes they wear. | 2contradiction
| -100 | High fashion ladies do care about what they wear, always making sure their clothes are up to date. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_city(x5) & outside(e1,x6) & n_tram(x6) & beside(e1,x3) & in(x3,x5) & of(x3,x4) & n_people(x4) & n_crowd(x3) & Actor(e1,x1) & v_wait(e1) & n_lady(x1) & of(x1,x2) & n_fashion(x2) & a_high(s1) & Theme(s1,x1)) | exists x1.(n_thing(x1) & n_woman(x1) & -exists e1 e2 x2.(n_clothes(x2) & Topic(e2,e1) & Actor(e2,x1) & v_care(e2) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1))) |
||
High fashion ladies wait outside a tram beside a crowd of people in the city. | Women are waiting by a tram. | 0entailment
| -100 | ladies means women. | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_city(x5) & outside(e1,x6) & n_tram(x6) & beside(e1,x3) & in(x3,x5) & of(x3,x4) & n_people(x4) & n_crowd(x3) & Actor(e1,x1) & v_wait(e1) & n_lady(x1) & of(x1,x2) & n_fashion(x2) & a_high(s1) & Theme(s1,x1)) | exists e1 x1 x2.(by(e1,x2) & n_tram(x2) & Actor(e1,x1) & v_wait(e1) & n_woman(x1)) |
||
High fashion ladies wait outside a tram beside a crowd of people in the city. | The women enjoy having a good fashion sense. | 1neutral
| -100 | The women are never described as enjoying having a good fashion sense | exists e1 s1 x1 x2 x3 x4 x5 x6.(n_city(x5) & outside(e1,x6) & n_tram(x6) & beside(e1,x3) & in(x3,x5) & of(x3,x4) & n_people(x4) & n_crowd(x3) & Actor(e1,x1) & v_wait(e1) & n_lady(x1) & of(x1,x2) & n_fashion(x2) & a_high(s1) & Theme(s1,x1)) | exists e1 p1 x1.(n_woman(x1) & exists e2 s1 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & n_sense(x2) & of(x2,x3) & n_fashion(x3) & a_good(s1) & Theme(s1,x2)) & Topic(e1,p1) & Actor(e1,x1) & v_enjoy(e1)) |
||
A man, woman, and child enjoying themselves on a beach. | A child with mom and dad, on summer vacation at the beach. | 1neutral
| -100 | A man and a woman with a child are not necessarily its mom and dad. A man, woman, and child at a beach are not necessarily on summer vacation. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_group(x6) & a_topic(s1) & subset_of(x4,s1) & on(e1,x7) & n_beach(x7) & Theme(e1,x6) & Actor(e1,x5) & v_enjoy(e1) & (x4 = x5) & n_child(x4) & subset_of(x1,s1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists x1 x2 x3 x4 x5 x6 x7.(n_beach(x7) & a_topic(x1) & on(x1,x5) & at(x5,x7) & n_vacation(x5) & of(x5,x6) & n_summer(x6) & with(x1,x2) & n_dad(x4) & n_mom(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_child(x1)) |
||
A man, woman, and child enjoying themselves on a beach. | A family of three is at the beach. | 0entailment
| -100 | man, woman and child are three people who are related so they are family of three. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_group(x6) & a_topic(s1) & subset_of(x4,s1) & on(e1,x7) & n_beach(x7) & Theme(e1,x6) & Actor(e1,x5) & v_enjoy(e1) & (x4 = x5) & n_child(x4) & subset_of(x1,s1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1 x2 x3.(n_beach(x3) & at(x1,x3) & of(x1,x2) & n_thing(x2) & card_eq_3(x2) & n_family(x1)) |
||
A man, woman, and child enjoying themselves on a beach. | A family of three is at the mall shopping. | 2contradiction
| -100 | You can only be at one place, either the beach or the mall. You cant be at both places at the same time. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_group(x6) & a_topic(s1) & subset_of(x4,s1) & on(e1,x7) & n_beach(x7) & Theme(e1,x6) & Actor(e1,x5) & v_enjoy(e1) & (x4 = x5) & n_child(x4) & subset_of(x1,s1) & n_woman(x3) & n_man(x2) & subset_of(x3,x1) & subset_of(x2,x1)) | exists p1 x1 x2 x3 x4.(n_shopping(x3) & of(x3,x4) & n_mall(x4) & at(x1,x3) & of(x1,x2) & n_thing(x2) & card_eq_3(x2) & n_family(x1)) |
||
People waiting to get on a train or just getting off. | The people waiting on the train are sitting. | 1neutral
| -100 | People waiting on a train are not necessarily sitting. | (exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2.(on(e2,x2) & n_train(x2) & Actor(e2,x1) & v_get(e2)) & n_people(x1)) | exists e3 s1 s2 x3.(a_just(s2) & Manner(e3,s2) & a_off(s1) & Manner(e3,s1) & Actor(e3,x3) & v_get(e3) & n_people(x3))) | exists e1 e2 x1 x2 x3.(n_train(x3) & n_people(x1) & Actor(e2,x1) & v_sit(e2) & on(e1,x3) & Actor(e1,x2) & v_wait(e1) & (x1 = x2)) |
||
People waiting to get on a train or just getting off. | There are people just getting on a train | 0entailment
| -100 | get on a train and just getting on train is the same action. | (exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2.(on(e2,x2) & n_train(x2) & Actor(e2,x1) & v_get(e2)) & n_people(x1)) | exists e3 s1 s2 x3.(a_just(s2) & Manner(e3,s2) & a_off(s1) & Manner(e3,s1) & Actor(e3,x3) & v_get(e3) & n_people(x3))) | exists p1 x1 e1 s1 x2 x3 x4.((x1 = x2) & a_just(s1) & Manner(e1,s1) & on(e1,x4) & n_train(x4) & Actor(e1,x3) & v_get(e1) & (x2 = x3) & n_people(x2)) |
||
People waiting to get on a train or just getting off. | There are people waiting on a train. | 0entailment
| -100 | waiting to get on a train or just getting off is a rephrase of waiting on a train. | (exists e1 p1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_wait(e1) & exists e2 x2.(on(e2,x2) & n_train(x2) & Actor(e2,x1) & v_get(e2)) & n_people(x1)) | exists e3 s1 s2 x3.(a_just(s2) & Manner(e3,s2) & a_off(s1) & Manner(e3,s1) & Actor(e3,x3) & v_get(e3) & n_people(x3))) | exists p1 x1 e1 x2 x3 x4.((x1 = x2) & on(e1,x4) & n_train(x4) & Actor(e1,x3) & v_wait(e1) & (x2 = x3) & n_people(x2)) |
||
A couple playing with a little boy on the beach. | A couple are playing with a young child outside. | 0entailment
| -100 | little boy is a young child. | exists s1 s2 x1 x2 x3.(n_beach(x3) & a_topic(x1) & on(x1,x3) & with(x1,x2) & n_boy(x2) & a_little(s2) & Theme(s2,x2) & n_playing(x1) & a_couple(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(with(e1,x2) & n_outside(x2) & of(x2,x3) & n_child(x3) & a_young(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_couple(x1)) |
||
A couple playing with a little boy on the beach. | A couple are playing frisbee with a young child at the beach. | 1neutral
| -100 | Frisbee is not the only method of playing. | exists s1 s2 x1 x2 x3.(n_beach(x3) & a_topic(x1) & on(x1,x3) & with(x1,x2) & n_boy(x2) & a_little(s2) & Theme(s2,x2) & n_playing(x1) & a_couple(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_beach(x4) & at(e1,x4) & with(e1,x3) & n_child(x3) & a_young(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_frisbee(x2) & n_couple(x1)) |
||
A couple playing with a little boy on the beach. | A couple watch a little girl play by herself on the beach. | 2contradiction
| -100 | The little boy cannot be a little girl. | exists s1 s2 x1 x2 x3.(n_beach(x3) & a_topic(x1) & on(x1,x3) & with(x1,x2) & n_boy(x2) & a_little(s2) & Theme(s2,x2) & n_playing(x1) & a_couple(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3 x4.(n_beach(x4) & on(e1,x4) & by(e1,x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_play(x2) & of(x2,x3) & n_girl(x3) & a_little(s1) & Theme(s1,x2) & n_couple(x1)) |
||
A couple play in the tide with their young son. | The family is sitting down for dinner. | 2contradiction
| -100 | The family cannot simultaneously be playing in the tide and sitting down to dinner | exists s1 x1 x2 x3 x4.(n_son(x4) & a_young(s1) & Theme(s1,x4) & of(x4,x3) & n_thing(x3) & n_tide(x3) & a_topic(x1) & with(x1,x4) & in(x1,x3) & n_play(x1) & of(x1,x2) & n_couple(x2)) | exists e1 s1 x1 x2.(n_family(x1) & for(e1,x2) & n_dinner(x2) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1)) |
||
A couple play in the tide with their young son. | The family is outside. | 0entailment
| -100 | They are outside because the are in the tide. | exists s1 x1 x2 x3 x4.(n_son(x4) & a_young(s1) & Theme(s1,x4) & of(x4,x3) & n_thing(x3) & n_tide(x3) & a_topic(x1) & with(x1,x4) & in(x1,x3) & n_play(x1) & of(x1,x2) & n_couple(x2)) | exists s1 x1.(n_family(x1) & Theme(s1,x1) & a_outside(s1)) |
||
A couple play in the tide with their young son. | The family is on vacation. | 1neutral
| -100 | We have no idea if they are on vacation or just a weekend. | exists s1 x1 x2 x3 x4.(n_son(x4) & a_young(s1) & Theme(s1,x4) & of(x4,x3) & n_thing(x3) & n_tide(x3) & a_topic(x1) & with(x1,x4) & in(x1,x3) & n_play(x1) & of(x1,x2) & n_couple(x2)) | exists p1 x1.(n_family(x1) & exists x2.(on(x1,x2) & n_vacation(x2))) |
||
A man and a woman cross the street in front of a pizza and gyro restaurant. | The people are standing still on the curb. | 2contradiction
| -100 | One cannot cross the street and be standing still on the curb simultaneously. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x4) & in(e1,x5) & of(x5,x6) & n_restaurant(x8) & of(x8,x9) & n_gyro(x9) & n_pizza(x7) & subset_of(x8,x6) & subset_of(x7,x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 s1 x1 x2.(n_curb(x2) & n_people(x1) & on(e1,x2) & a_still(s1) & Manner(e1,s1) & Actor(e1,x1) & v_stand(e1)) |
||
A man and a woman cross the street in front of a pizza and gyro restaurant. | Near a couple of restaurants, two people walk across the street. | 0entailment
| -100 | man and woman are people. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x4) & in(e1,x5) & of(x5,x6) & n_restaurant(x8) & of(x8,x9) & n_gyro(x9) & n_pizza(x7) & subset_of(x8,x6) & subset_of(x7,x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 x1 x2 x3 x4.(n_street(x2) & near(e1,x3) & of(x3,x4) & n_restaurant(x4) & n_couple(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_2(x1)) |
||
A man and a woman cross the street in front of a pizza and gyro restaurant. | The couple are walking across the street together. | 1neutral
| -100 | A man and a woman crossing a street are not necessarily a couple. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x4) & in(e1,x5) & of(x5,x6) & n_restaurant(x8) & of(x8,x9) & n_gyro(x9) & n_pizza(x7) & subset_of(x8,x6) & subset_of(x7,x6) & n_front(x5) & Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 s1 x1 x2.(n_street(x2) & n_couple(x1) & a_together(s1) & Manner(e1,s1) & across(e1,x2) & Actor(e1,x1) & v_walk(e1)) |
||
A woman in a green jacket and hood over her head looking towards a valley. | The woman is nake. | 2contradiction
| -100 | One cannot wear a green jacket and be naked simultaneously. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & towards(e1,x7) & n_valley(x7) & Actor(e1,x6) & v_look(e1) & (x1 = x6) & over(x1,x5) & n_head(x5) & of(x5,x1) & n_female(x1) & in(x1,x2) & n_hood(x4) & n_jacket(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1)) | exists p1 x1.(n_woman(x1) & exists x2.((x1 = x2) & n_nake(x2))) |
||
A woman in a green jacket and hood over her head looking towards a valley. | The woman is cold. | 1neutral
| -100 | Just because a woman is wearing a jacket with a hood does not mean she is cold. | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x1) & towards(e1,x7) & n_valley(x7) & Actor(e1,x6) & v_look(e1) & (x1 = x6) & over(x1,x5) & n_head(x5) & of(x5,x1) & n_female(x1) & in(x1,x2) & n_hood(x4) & n_jacket(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_green(s1) & Theme(s1,x2) & n_woman(x1)) | exists s1 x1.(n_woman(x1) & Theme(s1,x1) & a_cold(s1)) |
||
A woman in a green jacket and hood over her head looking towards a valley. | The woman is wearing green. | 0entailment
| -100 | green jacket implies the woman is wearing green. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The man with the sign is caucasian. | 1neutral
| 0.532017 | Not all men are Caucasian. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists s1 x1 x2.(n_sign(x2) & n_man(x1) & Theme(s1,x1) & a_caucasian(s1) & with(x1,x2)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | They are protesting outside the capital. | 2contradiction
| -100 | One cannot be walking by a sign for John's Pizza and Gyro and protesting outside the capital simultaneously. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | A woman in white. | 0entailment
| -100 | Woman in white in foreground implies that woman is in white. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | A man is advertising for a restaurant. | 0entailment
| -100 | walking with a sign for John's Pizza and Gyro implies that man is advertising for a restaurant. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 x1 x2.(for(e1,x2) & n_restaurant(x2) & Actor(e1,x1) & v_advertise(e1) & n_man(x1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The woman is wearing black. | 2contradiction
| -100 | The woman is in either white or black. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | A man and a woman walk down a crowded city street. | 1neutral
| 0.519203 | A woman and a man with a sign can be walking anywhere, not just on a crowded city street. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(s1) & subset_of(x2,s1) & down(e1,x4) & n_street(x4) & of(x4,x5) & n_city(x5) & a_crowded(s2) & Theme(s2,x4) & Theme(e1,x3) & v_walk(e1) & (x2 = x3) & n_woman(x2) & subset_of(x1,s1) & n_man(x1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The woman is wearing white. | 0entailment
| -100 | woman in white implies that she is wearing white. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | They are working for John's Pizza. | 1neutral
| 0.744557 | The woman does not have the sign, so they are not necessarily both working for John's Pizza. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 x1 x2 x3.(ne_org_pizza(x3) & of(x3,x2) & ne_org_john(x2) & n_thing(x1) & for(e1,x3) & Actor(e1,x1) & v_work(e1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | Olympic swimming. | 2contradiction
| -100 | One cannot be walking and Olympic swimming at the same time. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists s1 x1 x2.(n_swimming(x1) & a_.(s1) & Theme(s1,x1) & (x1 = x2) & ne_nam_olympic(x2) & a_topic(x1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | A man and a soman are eating together at John's Pizza and Gyro. | 2contradiction
| -100 | One cannot be walking with a sign for John's Pizza and Gyro in the background and eating together at the same time. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | They are walking with a sign. | 0entailment
| -100 | walking with a sign for John's Pizza and Gyro means that they are walking with a sign. | (-x) | (-x) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The woman is waiting for a friend. | 1neutral
| 0.114609 | Not all women are waiting for a friend. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 x1 x2.(n_woman(x1) & for(e1,x2) & n_friend(x2) & Actor(e1,x1) & v_wait(e1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The man is sitting down while he has a sign for John's Pizza and Gyro in his arms. | 2contradiction
| 0.054141 | One cannot be walking with a sign for John's Pizza and Gyro in the background and sitting down with a sign in his arms. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 p1 s1 x1 x4 x5 x6 x7.(n_arm(x7) & of(x7,x1) & n_male(x1) & n_male(x1) & ne_org_gyro(x6) & ne_org_pizza(x5) & of(x5,x4) & ne_org_john(x4) & n_man(x1) & exists e2 x2 x3.(in(e2,x7) & Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & for(x2,x3) & subset_of(x6,x3) & subset_of(x5,x3) & n_sign(x2)) & while(e1,p1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x1) & v_sit(e1)) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | The woman and man are outdoors. | 0entailment
| 0.832872 | walking with a sign means they are outdoors. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists p1 x1 x2 x3.(n_man(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1) & exists x4.((x1 = x4) & n_outdoors(x4))) |
||
Woman in white in foreground and a man slightly behind walking with a sign for John's Pizza and Gyro in the background. | A woman ordering pizza. | 1neutral
| 0.00696 | A woman is not necessarily ordering pizza if she is walking in front of a man with a sign for a pizza store. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12.(n_background(x12) & ne_org_gyro(x11) & ne_org_pizza(x10) & of(x10,x9) & ne_org_john(x9) & ne_nam_woman(x1) & a_topic(s1) & subset_of(x4,s1) & behind(x5,e1) & in(e1,x12) & with(e1,x7) & for(x7,x8) & subset_of(x11,x8) & subset_of(x10,x8) & n_sign(x7) & Actor(e1,x6) & v_walk(e1) & n_thing(x6) & slightly(x4,x5) & n_thing(x5) & n_man(x4) & subset_of(x1,s1) & in(x1,x3) & n_foreground(x3) & Theme(s2,x2) & a_white(s2) & (x1 = x2)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_order(e1) & n_pizza(x3) & (x1 = x2) & n_woman(x1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | The people are related. | 1neutral
| 0.032942 | The fact that the female and male are leaving an eatery does not mean that they are related. Related implies a familial relationship. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists e1 x1.(n_people(x1) & Theme(e1,x1) & v_relate(e1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults run across the street to get away from a red shirted person chasing them. | 2contradiction
| -100 | One can either be walking across the street or running across the street. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | The adults are both male and female. | 0entailment
| 0.999957 | one female and one male implies that they are both male and female. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists s1 s2 x1.(n_adult(x1) & r_both(s2) & Theme(s2,x1) & a_female(s2) & r_both(s1) & Theme(s1,x1) & a_male(s1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two people walk home after a tasty steak dinner. | 1neutral
| 0.564679 | The individuals walking away from the restaurant had no particular destination. Now it is clear that they are going home. The restaurant could have been any type of food. It was not clear what time of day the meal took place but dinner implies evening. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(after(e1,x3) & n_dinner(x3) & of(x3,x4) & n_steak(x4) & a_tasty(s1) & Theme(s1,x3) & Time(e1,x2) & n_home(x2) & Actor(e1,x1) & v_walk(e1) & n_people(x1) & card_eq_2(x1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults swimming in water | 2contradiction
| -100 | One cannot be walking across a street and swimming in water. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults walk across a street. | 0entailment
| -100 | The adults walking across the street did, in fact, walk across the street. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two people ride bicycles into a tunnel. | 2contradiction
| -100 | There can be two people or three people. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two people walk away from a restaurant across a street. | 0entailment
| -100 | The eatery the people are walking away from is also a restaurant. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults walking across a road near the convicted prisoner dressed in red | 1neutral
| 0.000005 | No details were known about the red shirted person in the foreground. Now it is known they are a convicted prisoner. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists e2 e1 e3 s1 x1 x2 x3 x4 x5 x6.(n_prisoner(x4) & Theme(e2,x4) & v_convict(e2) & a_topic(x1) & across(e1,x3) & near(x3,x4) & Theme(e3,s1) & Theme(s1,x6) & a_red(s1) & Theme(e3,x5) & v_dress(e3) & (x4 = x5) & n_road(x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_adult(x1) & card_eq_2(x1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two friends cross a street. | 1neutral
| 0.766674 | The man and woman could have been strangers instead of friends. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cross(e1) & n_street(x2) & n_friend(x1) & card_eq_2(x1)) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Some people board a train. | 2contradiction
| -100 | Eatery is a completely different activity than boarding a train. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults walk across the street. | 0entailment
| -100 | Walking across the street is the same to walk across the street. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults walking across a road | 0entailment
| -100 | A street and a road are the same thing. | (-x) | (-x) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | There are no women in the picture. | 2contradiction
| 0.000002 | There can be one women or no women. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists p1 x1 x3.(n_picture(x3) & -exists x2.((x1 = x2) & in(x2,x3) & n_woman(x2))) |
||
Two adults, one female in white, with shades and one male, gray clothes, walking across a street, away from a eatery with a blurred image of a dark colored red shirted person in the foreground. | Two adults walk across the street to get away from a red shirted person who is chasing them. | 1neutral
| 0.000037 | The two adults could have been crossing the street for any number of reasons instead of trying to get away from something. The fact that the red shirted person is blurry in the foreground does not imply that he knows the man and woman let alone that he is chasing them. | exists e1 s1 s2 s3 s4 s5 s6 s7 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13.(n_foreground(x13) & a_topic(x1) & rel(x1,x2) & subset_of(x6,x2) & rel(x6,x7) & from(e1,x10) & with(x10,x11) & of(x11,x12) & in(x12,x13) & n_person(x12) & a_shirted(s7) & Theme(s7,x12) & a_red(s6) & Theme(s6,x12) & a_colored(s5) & Theme(s5,x12) & a_dark(s4) & Theme(s4,x12) & n_image(x11) & a_blurred(s3) & Theme(s3,x11) & n_eatery(x10) & r_away(e1) & across(e1,x9) & n_street(x9) & Actor(e1,x8) & v_walk(e1) & (x7 = x8) & n_clothes(x7) & a_gray(s2) & Theme(s2,x7) & n_male(x6) & card_eq_1(x6) & subset_of(x3,x2) & with(x3,x5) & n_shades(x5) & Theme(s1,x4) & a_white(s1) & (x3 = x4) & n_female(x3) & card_eq_1(x3) & n_adult(x1) & card_eq_2(x1)) | exists e1 p1 x1 x2 x3.(n_thing(x3) & n_street(x3) & Topic(e1,p1) & exists e3 e2 s1 s2 x4 x5.(from(e2,x4) & Theme(e3,x3) & Actor(e3,x5) & v_chase(e3) & (x4 = x5) & n_person(x4) & a_shirted(s2) & Theme(s2,x4) & a_red(s1) & Theme(s1,x4) & r_away(e2) & Actor(e2,x1) & v_get(e2)) & across(e1,x3) & Actor(e1,x2) & v_walk(e1) & n_adult(x2) & card_eq_2(x2) & n_adult(x1) & card_eq_2(x1)) |
||
A woman wearing all white and eating, walks next to a man holding a briefcase. | A married couple is sleeping. | 2contradiction
| -100 | There can be married couple or woman. | (-x) | (-x) |
||
A woman wearing all white and eating, walks next to a man holding a briefcase. | A female is next to a man. | 0entailment
| -100 | A woman is another word for a female. | (-x) | (-x) |
||
A woman wearing all white and eating, walks next to a man holding a briefcase. | A married couple is walking next to each other. | 1neutral
| -100 | A woman and man walking next to each other do not need to be related but now it is known that they are a married couple. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | Nobody has food. | 2contradiction
| -100 | 'Nobody has food' is wrong because the woman has a banana. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | A woman eats a banana and walks across a street, and there is a man trailing behind her. | 0entailment
| -100 | The same woman crossing the street with the banana is being followed by the man trailing behind her. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | The woman and man are playing baseball together. | 2contradiction
| -100 | One cannot play baseball and eat banana together. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | two coworkers cross pathes on a street | 1neutral
| 0.026211 | It cannot be inferred that the woman and man are coworkers. | exists e1 e2 p1 x1 x2 x3 x5.(n_briefcase(x5) & of(x5,x2) & n_male(x2) & n_street(x2) & for(e1,e2) & exists e3 x4.(with(e3,x5) & Actor(e3,x4) & v_follow(e3) & n_man(x4)) & while(e2,p1) & Theme(e2,x3) & Actor(e2,x1) & v_eat(e2) & n_banana(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists e1 x1 x2 x3.(on(e1,x3) & n_street(x3) & Theme(e1,x2) & Actor(e1,x1) & v_cross(e1) & n_pathe(x2) & n_coworker(x1) & card_eq_2(x1)) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | A woman eats ice cream walking down the sidewalk, and there is another woman in front of her with a purse. | 2contradiction
| -100 | women can eat ice cream or banana. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | The mans briefcase is for work. | 1neutral
| 0.748865 | A briefcase could have many uses but this briefcase is specifically for work. | exists e1 e2 p1 x1 x2 x3 x5.(n_briefcase(x5) & of(x5,x2) & n_male(x2) & n_street(x2) & for(e1,e2) & exists e3 x4.(with(e3,x5) & Actor(e3,x4) & v_follow(e3) & n_man(x4)) & while(e2,p1) & Theme(e2,x3) & Actor(e2,x1) & v_eat(e2) & n_banana(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists p1 x1 x2.(n_briefcase(x1) & of(x1,x2) & n_man(x2) & exists x3.(for(x1,x3) & n_work(x3))) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | A person eating. | 0entailment
| -100 | A woman is a person. | (-x) | (-x) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | A person that is hungry. | 1neutral
| 0.755925 | Eating does not imply that the woman is hungry. | exists e1 e2 p1 x1 x2 x3 x5.(n_briefcase(x5) & of(x5,x2) & n_male(x2) & n_street(x2) & for(e1,e2) & exists e3 x4.(with(e3,x5) & Actor(e3,x4) & v_follow(e3) & n_man(x4)) & while(e2,p1) & Theme(e2,x3) & Actor(e2,x1) & v_eat(e2) & n_banana(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists s1 x1 x2.(a_topic(x1) & Theme(s1,x2) & a_hungry(s1) & (x1 = x2) & n_person(x1)) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | An actress and her favorite assistant talk a walk in the city. | 1neutral
| 0.000312 | The people's profession and relationship is not implied simply because they are walking together. It is now known that the woman is an actress and the man following her is her favorite assistant. | exists e1 e2 p1 x1 x2 x3 x5.(n_briefcase(x5) & of(x5,x2) & n_male(x2) & n_street(x2) & for(e1,e2) & exists e3 x4.(with(e3,x5) & Actor(e3,x4) & v_follow(e3) & n_man(x4)) & while(e2,p1) & Theme(e2,x3) & Actor(e2,x1) & v_eat(e2) & n_banana(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | exists s1 s2 x1 x3 x4 x5.(n_city(x5) & a_topic(s1) & all x2.(n_walk(x2) -> (subset_of(x3,s1) & in(x3,x5) & for(x3,x2))) & n_talk(x3) & of(x3,x4) & n_assistant(x4) & a_favorite(s2) & Theme(s2,x3) & of(x3,x1) & n_female(x1) & subset_of(x1,s1) & n_actress(x1)) |
||
A woman is walking across the street eating a banana, while a man is following with his briefcase. | a woman eating a banana crosses a street | 0entailment
| -100 | Walking across the street is the same as saying someone crosses a street. | (-x) | (-x) |
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 12