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
| id
stringlengths 36
36
| prediction
sequence |
---|---|---|---|---|---|---|---|---|---|---|
A guy performing a bicycle jump trick for an audience. | tony hawk is performing a skating trick | 2 | -100 | The guy cannot be doing a jump trick and skating trick at the same time. | (-x) | (-x) | 497d8554-e4c8-11ec-9cdd-0242ac1c0002 | [
0.008207735605537891,
0.08461841195821762,
0.9071738123893738
] |
||
A guy performing a bicycle jump trick for an audience. | a guy is performing a bike trick | 0 | -100 | Bike trick is a restatement of bicycle jump trick. | exists e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & for(e1,x6) & n_audience(x6) & Theme(e1,x3) & Actor(e1,x2) & v_perform(e1) & n_trick(x3) & of(x3,x5) & n_jump(x5) & of(x3,x4) & n_bicycle(x4) & (x1 = x2) & n_guy(x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_trick(x2) & of(x2,x3) & n_bike(x3) & n_guy(x1)) | 497d89aa-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9713699221611023,
0.02647838555276394,
0.002151722554117441
] |
||
A gray-haired woman in a blue dress coat with snowflakes on it balances something on her head. | The woman is wearing a coat. | 0 | -100 | A blue dress coat is a more specific type of coat. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_balance(e1) & on(x5,x6) & n_head(x6) & of(x6,x1) & n_female(x1) & n_thing(x5) & on(x1,x2) & n_thing(x2) & with(x1,x4) & n_snowflake(x4) & in(x1,x2) & n_coat(x2) & of(x2,x3) & n_dress(x3) & a_blue(s2) & Theme(s2,x2) & n_woman(x1) & a_gray-haired(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_coat(x2)) | 497d8e6e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9778947234153748,
0.020659636706113815,
0.001445583999156952
] |
||
A gray-haired woman in a blue dress coat with snowflakes on it balances something on her head. | The woman loves her blonde hair. | 2 | -100 | Gray hair and blonde hair are different hair colors. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_balance(e1) & on(x5,x6) & n_head(x6) & of(x6,x1) & n_female(x1) & n_thing(x5) & on(x1,x2) & n_thing(x2) & with(x1,x4) & n_snowflake(x4) & in(x1,x2) & n_coat(x2) & of(x2,x3) & n_dress(x3) & a_blue(s2) & Theme(s2,x2) & n_woman(x1) & a_gray-haired(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(n_hair(x2) & a_blonde(s1) & Theme(s1,x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_love(e1)) | 497d93d2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0017598563572391868,
0.13128235936164856,
0.8669577836990356
] |
||
A gray-haired woman in a blue dress coat with snowflakes on it balances something on her head. | The woman is guarding herself from the snow. | 1 | -100 | Balancing something on the head may be for many reasons, not only for guarding herself from the snow. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e1,x5) & Actor(e1,x1) & v_balance(e1) & on(x5,x6) & n_head(x6) & of(x6,x1) & n_female(x1) & n_thing(x5) & on(x1,x2) & n_thing(x2) & with(x1,x4) & n_snowflake(x4) & in(x1,x2) & n_coat(x2) & of(x2,x3) & n_dress(x3) & a_blue(s2) & Theme(s2,x2) & n_woman(x1) & a_gray-haired(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_snow(x3) & n_female(x2) & n_woman(x1) & from(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_guard(e1)) | 497d986e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.21399842202663422,
0.7558680176734924,
0.030133552849292755
] |
||
Two children play outside in a field. | A brother and sister chase each other in a field. | 1 | -100 | Sentence 1: Two children play outside in a field. Sentence 2: A brother and sister chase each other in a field. | exists e1 x1 x2.(in(e1,x2) & n_field(x2) & r_outside(e1) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_2(x1)) | all x1.(n_other(x1) -> exists x2 x3 x4 x5.(a_topic(x2) & in(x2,x5) & n_field(x5) & for(x2,x1) & n_chase(x2) & of(x2,x4) & n_sister(x4) & of(x2,x3) & n_brother(x3))) | 497d9cec-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0009668416460044682,
0.9982801675796509,
0.0007529547438025475
] |
||
Two children play outside in a field. | Kids are playing outdoors. | 0 | -100 | Children are kids. A field is outdoors. | exists e1 x1 x2.(in(e1,x2) & n_field(x2) & r_outside(e1) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outdoors(x2) & n_kid(x1)) | 497da160-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9823378324508667,
0.017189914360642433,
0.00047232903307303786
] |
||
Two children play outside in a field. | Two children are reading at their desks. | 2 | -100 | The children cannot be playing outside and reading at their desks simultaneously. | exists e1 x1 x2.(in(e1,x2) & n_field(x2) & r_outside(e1) & Actor(e1,x1) & v_play(e1) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2.(at(e1,x2) & n_desk(x2) & of(x2,x1) & n_thing(x1) & Actor(e1,x1) & v_read(e1) & n_child(x1) & card_eq_2(x1)) | 497da5b6-e4c8-11ec-9cdd-0242ac1c0002 | [
0.000110016786493361,
0.0003971230471506715,
0.999492883682251
] |
||
One man sits inside and plays the banjo, there are trees behind him outside. | A man runs outside. | 2 | -100 | The man can't be sitting inside and playing outside at the same time. | exists e1 e2 p1 s1 s2 x1 x2 x3 x4.(n_male(x2) & n_banjo(x2) & a_outside(s2) & Manner(p1,s2) & exists x5.((x4 = x5) & behind(x5,x2) & n_tree(x5)) & Theme(e2,x2) & Actor(e2,x3) & v_play(e2) & n_man(x3) & card_eq_1(x3) & a_inside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_1(x1)) | exists e1 p1 x1.(exists s1.(Theme(s1,x1) & a_outside(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_run(e1) & n_man(x1)) | 497daa0c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00033749084104783833,
0.002529790159314871,
0.9971327781677246
] |
||
One man sits inside and plays the banjo, there are trees behind him outside. | A male sitting indoors. | 0 | -100 | A man is a male. Sitting indoors is a restatement of sits inside. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4.(n_male(x2) & n_banjo(x2) & a_outside(s2) & Manner(p1,s2) & exists x5.((x4 = x5) & behind(x5,x2) & n_tree(x5)) & Theme(e2,x2) & Actor(e2,x3) & v_play(e2) & n_man(x3) & card_eq_1(x3) & a_inside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_1(x1)) | exists e1 x1 x2.(a_topic(x1) & n_indoor(x1) & Actor(e1,x1) & v_sit(e1) & of(x1,x2) & n_male(x2)) | 497dae58-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9867511987686157,
0.011176024563610554,
0.0020727403461933136
] |
||
One man sits inside and plays the banjo, there are trees behind him outside. | A male plays a banjo while sitting on a sofa. | 1 | -100 | Sentence 1: One man sits inside and plays the banjo, there are trees behind him outside. Sentence 2: A male plays a banjo while sitting on a sofa. | exists e1 e2 p1 s1 s2 x1 x2 x3 x4.(n_male(x2) & n_banjo(x2) & a_outside(s2) & Manner(p1,s2) & exists x5.((x4 = x5) & behind(x5,x2) & n_tree(x5)) & Theme(e2,x2) & Actor(e2,x3) & v_play(e2) & n_man(x3) & card_eq_1(x3) & a_inside(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & card_eq_1(x1)) | exists e1 e2 x1 x2 x3.(while(e1,e2) & on(e2,x3) & n_sofa(x3) & Actor(e2,x1) & v_sit(e2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_banjo(x2) & n_male(x1)) | 497db2ae-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0541803203523159,
0.9089601635932922,
0.036859553307294846
] |
||
Two children, in colorful outfits, playing in a field with a big rock in the middle. | Don't play with rocks | 2 | -100 | It is not possible to play in the filed and not play simultaneously. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_middle(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_rock(x5) & a_big(s2) & Theme(s2,x5) & in(e1,x4) & n_field(x4) & Actor(e1,x3) & v_play(e1) & (x1 = x3) & in(x1,x2) & n_outfit(x2) & a_colorful(s1) & Theme(s1,x2) & n_child(x1) & card_eq_2(x1)) | exists x1.(-exists e1 x2.(with(e1,x2) & n_rock(x2) & Actor(e1,x1) & v_play(e1)) & n_thing(x1)) | 497db768-e4c8-11ec-9cdd-0242ac1c0002 | [
0.004262968897819519,
0.1863355040550232,
0.8094015121459961
] |
||
Two children, in colorful outfits, playing in a field with a big rock in the middle. | Two kids are playing with a big rock in the field | 0 | -100 | Children are kids. Playing with a big rock in the field is a restatement of playing in a field with a big rock. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_middle(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_rock(x5) & a_big(s2) & Theme(s2,x5) & in(e1,x4) & n_field(x4) & Actor(e1,x3) & v_play(e1) & (x1 = x3) & in(x1,x2) & n_outfit(x2) & a_colorful(s1) & Theme(s1,x2) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(n_field(x3) & with(e1,x2) & in(x2,x3) & n_rock(x2) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_kid(x1) & card_eq_2(x1)) | 497dbc86-e4c8-11ec-9cdd-0242ac1c0002 | [
0.7984190583229065,
0.19948287308216095,
0.002098104218021035
] |
||
Two children, in colorful outfits, playing in a field with a big rock in the middle. | Two kids are playing with a big rock in the field with family | 1 | -100 | The first sentence does not say that they are playing with the big rock, simply that they are in a field with a rock. The first sentence does not mention anything about family. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6.(n_middle(x6) & a_topic(x1) & in(e1,x6) & with(e1,x5) & n_rock(x5) & a_big(s2) & Theme(s2,x5) & in(e1,x4) & n_field(x4) & Actor(e1,x3) & v_play(e1) & (x1 = x3) & in(x1,x2) & n_outfit(x2) & a_colorful(s1) & Theme(s1,x2) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(n_field(x3) & with(e1,x4) & n_family(x4) & with(e1,x2) & in(x2,x3) & n_rock(x2) & a_big(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_kid(x1) & card_eq_2(x1)) | 497dc0fa-e4c8-11ec-9cdd-0242ac1c0002 | [
0.005068263970315456,
0.9944249391555786,
0.0005067628808319569
] |
||
Two young girls are playing outside in a non-urban environment. | Some girls are running through an open field. | 1 | -100 | The first sentence does not say that they are running - simply that they are playing. A non-urban environment does not necessarily imply an open field. | exists e1 s1 s2 s3 x1 x2.(in(e1,x2) & n_environment(x2) & a_non-urban(s3) & Theme(s3,x2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_play(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(through(e1,x2) & n_field(x2) & a_open(s1) & Theme(s1,x2) & Actor(e1,x1) & v_run(e1) & n_girl(x1)) | 497dc55a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.03553818538784981,
0.9595590233802795,
0.004902807995676994
] |
||
Two young girls are playing outside in a non-urban environment. | Two girls are playing outside. | 0 | -100 | Girls are young, and they are in a non-urban environment so they are outside. | exists e1 s1 s2 s3 x1 x2.(in(e1,x2) & n_environment(x2) & a_non-urban(s3) & Theme(s3,x2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_play(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_outside(x2) & n_girl(x1) & card_eq_2(x1)) | 497dc9ba-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9874070882797241,
0.012140410020947456,
0.00045242259511724114
] |
||
Two young girls are playing outside in a non-urban environment. | Some girls are running on the sidewalk, next to some parked cars. | 2 | -100 | The girls cannot be playing in a non-urban environment while running on a sidewalk at the same time. | exists e1 s1 s2 s3 x1 x2.(in(e1,x2) & n_environment(x2) & a_non-urban(s3) & Theme(s3,x2) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x1) & v_play(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3.(n_sidewalk(x2) & to(e1,x3) & n_car(x3) & a_parked(s1) & Theme(s1,x3) & r_next(e1) & on(e1,x2) & Actor(e1,x1) & v_run(e1) & n_girl(x1)) | 497dce06-e4c8-11ec-9cdd-0242ac1c0002 | [
0.005138744134455919,
0.9889073371887207,
0.005953948944807053
] |
||
Two children in hats play in an open, rocky field. | The children are at home eating lunch. | 2 | -100 | The children cannot play in a field and be eating lunch at home simultaneously. | exists e1 s1 s2 s3 x1 x2 x3.(in(e1,x3) & n_field(x3) & a_rocky(s3) & Theme(s3,x3) & a_,(s2) & Theme(s2,x3) & a_open(s1) & Theme(s1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_hat(x2) & n_child(x1) & card_eq_2(x1)) | exists p1 x1.(n_child(x1) & exists x2 x3 x4.(at(x1,x2) & n_lunch(x2) & of(x2,x4) & n_eating(x4) & of(x2,x3) & n_home(x3))) | 497dd266-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00004905989771941677,
0.0003841453872155398,
0.9995667338371277
] |
||
Two children in hats play in an open, rocky field. | The children are playing in a rocky field. | 0 | -100 | Two children in hats, and they can only play in rocky field in an open area | exists e1 s1 s2 s3 x1 x2 x3.(in(e1,x3) & n_field(x3) & a_rocky(s3) & Theme(s3,x3) & a_,(s2) & Theme(s2,x3) & a_open(s1) & Theme(s1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_hat(x2) & n_child(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2.(n_child(x1) & in(e1,x2) & n_field(x2) & a_rocky(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1)) | 497dd6c6-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9618606567382812,
0.036729492247104645,
0.001409883494488895
] |
||
Two children in hats play in an open, rocky field. | The children are playing catch. | 1 | -100 | The first sentence does not specify what, exactly, they are playing. It may not be catch. | exists e1 s1 s2 s3 x1 x2 x3.(in(e1,x3) & n_field(x3) & a_rocky(s3) & Theme(s3,x3) & a_,(s2) & Theme(s2,x3) & a_open(s1) & Theme(s1,x3) & Actor(e1,x1) & v_play(e1) & in(x1,x2) & n_hat(x2) & n_child(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_child(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_catch(x2)) | 497ddb30-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0032215765677392483,
0.9920945763587952,
0.00468380656093359
] |
||
A woman wearing a green and pink dress is dancing with someone wearing a blue top with white pants. | The dancing woman is on the grass. | 1 | -100 | The first sentence does not mention grass, nor anything else about the surface upon which the woman is dancing. | exists e2 e1 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(e2,x4) & Theme(e3,x6) & Actor(e3,x5) & v_wear(e3) & with(x6,x7) & n_pants(x7) & a_white(s4) & Theme(s4,x7) & n_top(x6) & a_blue(s3) & Theme(s3,x6) & (x4 = x5) & n_person(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_dress(x3) & a_pink(s2) & Theme(s2,x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists p1 x1 x2 x3.(n_grass(x3) & n_woman(x1) & of(x1,x2) & n_dancing(x2) & on(x1,x3)) | 497de08a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0527203269302845,
0.9303188920021057,
0.016960835084319115
] |
||
A woman wearing a green and pink dress is dancing with someone wearing a blue top with white pants. | The woman in green and pink is dancing. | 0 | -100 | "The woman in green and pink is dancing" shows that " she is is dancing with someone wearing a blue top with white pants" | exists e1 e2 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(e2,x4) & Theme(e3,x6) & Actor(e3,x5) & v_wear(e3) & with(x6,x7) & n_pants(x7) & a_white(s4) & Theme(s4,x7) & n_top(x6) & a_blue(s3) & Theme(s3,x6) & (x4 = x5) & n_person(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_dress(x3) & a_pink(s2) & Theme(s2,x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(n_woman(x1) & Actor(e1,x1) & v_dance(e1) & in(x1,x2) & subset_of(x4,x2) & n_pink(x4) & subset_of(x3,x2) & n_green(x3)) | 497de526-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9796704053878784,
0.019360806792974472,
0.0009688936406746507
] |
||
A woman wearing a green and pink dress is dancing with someone wearing a blue top with white pants. | The dancing woman is alone in her bedroom. | 2 | -100 | one woman is alone, the other is with someone dancing | exists e2 e1 e3 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7.(with(e2,x4) & Theme(e3,x6) & Actor(e3,x5) & v_wear(e3) & with(x6,x7) & n_pants(x7) & a_white(s4) & Theme(s4,x7) & n_top(x6) & a_blue(s3) & Theme(s3,x6) & (x4 = x5) & n_person(x4) & Actor(e2,x1) & v_dance(e2) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_dress(x3) & a_pink(s2) & Theme(s2,x3) & a_green(s1) & Theme(s1,x3) & (x1 = x2) & n_woman(x1)) | exists s1 x1 x2 x3.(n_bedroom(x3) & of(x3,x1) & n_female(x1) & n_woman(x1) & of(x1,x2) & n_dancing(x2) & in(s1,x3) & Theme(s1,x1) & a_alone(s1)) | 497de99a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0000471895000373479,
0.0014139068080112338,
0.9985389709472656
] |
||
Man in gold pants looking at the camera. | Man looking at the camera. | 0 | -100 | The man is looking at the camera. | exists e1 s1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & in(x1,x2) & at(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_pants(x2) & a_gold(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(n_camera(x2) & at(e1,x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 497dee04-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9708640575408936,
0.02819030173122883,
0.0009456946863792837
] |
||
Man in gold pants looking at the camera. | Man looking at something. | 1 | -100 | Because the man is looking at the camera does not mean he is looking at something. | exists e1 s1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & in(x1,x2) & at(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_pants(x2) & a_gold(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 x1 x2.(at(e1,x2) & n_thing(x2) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 497df26e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.8550716042518616,
0.14304961264133453,
0.0018788175657391548
] |
||
Man in gold pants looking at the camera. | Man is walking away to the hall. | 2 | -100 | The man cannot simultaneously be walking away and looking at the camera | exists e1 s1 x1 x2 x3 x4.(n_camera(x4) & a_topic(x1) & in(x1,x2) & at(e1,x4) & Actor(e1,x3) & v_look(e1) & (x2 = x3) & n_pants(x2) & a_gold(s1) & Theme(s1,x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_hall(x2) & to(e1,x2) & a_away(s1) & Manner(e1,s1) & Actor(e1,x1) & v_walk(e1) & n_man(x1)) | 497df6c4-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00022931989224161953,
0.027239879593253136,
0.9725307822227478
] |
||
A man in a gold skirt sits in front of the computer. | A man in a gold skirt sitting at his computer watching the computer screen. | 0 | -100 | A man sits in front of the computer implies that he is watching the computer screen. | exists e1 x1 x2 x3 x4 x5.(n_computer(x5) & in(e1,x4) & of(x4,x5) & n_front(x4) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_skirt(x2) & of(x2,x3) & n_gold(x3) & n_man(x1)) | exists e2 e1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & in(x1,x2) & for(e1,e2) & Theme(e2,x6) & Actor(e2,x4) & v_watch(e2) & n_screen(x6) & of(x6,x5) & n_computer(x5) & n_computer(x5) & at(e1,x5) & of(x5,x1) & n_male(x1) & Actor(e1,x4) & v_sit(e1) & (x2 = x4) & n_skirt(x2) & of(x2,x3) & n_gold(x3) & n_man(x1)) | 497dfb24-e4c8-11ec-9cdd-0242ac1c0002 | [
0.3651392459869385,
0.6324002146720886,
0.002460573334246874
] |
||
A man in a gold skirt sits in front of the computer. | A man in a golf skirt sitting at his computer typing to his friends online. | 1 | -100 | A gold skirt is not necessarily a golf skirt. The first sentence does not specify what the man is doing on the computer. He may not be typing to his friends online. | exists e1 x1 x2 x3 x4 x5.(n_computer(x5) & in(e1,x4) & of(x4,x5) & n_front(x4) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_skirt(x2) & of(x2,x3) & n_gold(x3) & n_man(x1)) | exists e3 e2 e1 x1 x2 x3 x4 x5 x6.(Actor(e3,x1) & v_online(e3) & in(x1,x2) & for(e1,e2) & to(e2,x6) & n_friend(x6) & of(x6,x1) & n_male(x1) & n_male(x1) & Actor(e2,x4) & v_type(e2) & at(e1,x5) & n_computer(x5) & of(x5,x1) & Actor(e1,x4) & v_sit(e1) & (x2 = x4) & n_skirt(x2) & of(x2,x3) & n_golf(x3) & n_man(x1)) | 497dff84-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0037691087927669287,
0.9905574321746826,
0.005673491396009922
] |
||
A man in a gold skirt sits in front of the computer. | A man in blue pants sitting and watching the television. | 2 | -100 | blue and gold are not the same colors | exists e1 x1 x2 x3 x4 x5.(n_computer(x5) & in(e1,x4) & of(x4,x5) & n_front(x4) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_skirt(x2) & of(x2,x3) & n_gold(x3) & n_man(x1)) | exists e1 e2 s1 x1 x2 x3 x4 x5.(n_television(x5) & a_topic(x1) & Theme(e2,x5) & Actor(e2,x4) & v_watch(e2) & (x1 = x4) & Actor(e1,x3) & v_sit(e1) & (x1 = x3) & in(x1,x2) & n_pants(x2) & a_blue(s1) & Theme(s1,x2) & n_man(x1)) | 497e0448-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00013223705173004419,
0.0020602685399353504,
0.9978074431419373
] |
||
Man wearing black t-shirt sitting at a computer desk. | the man is working on the computer | 0 | -100 | the man is working on the computer implies that he is sitting at a computer desk. | exists e2 e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e2,x4) & n_desk(x4) & of(x4,x5) & n_computer(x5) & Actor(e2,x3) & v_sit(e2) & (x1 = x3) & n_t-shirt(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1) & v_wear(e1) & of(x1,x2) & n_man(x2)) | exists e1 x1 x2.(n_computer(x2) & n_man(x1) & on(e1,x2) & Actor(e1,x1) & v_work(e1)) | 497e0a92-e4c8-11ec-9cdd-0242ac1c0002 | [
0.1580454707145691,
0.8379538059234619,
0.0040007466450333595
] |
||
Man wearing black t-shirt sitting at a computer desk. | the man called off work and was at the zoo all day | 2 | -100 | one man is at the zoo, the other is at a desk | exists e1 e2 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e2,x4) & n_desk(x4) & of(x4,x5) & n_computer(x5) & Actor(e2,x3) & v_sit(e2) & (x1 = x3) & n_t-shirt(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1) & v_wear(e1) & of(x1,x2) & n_man(x2)) | exists e1 s1 x1 x2 x4.(n_zoo(x4) & n_man(x1) & all x3.(n_day(x3) -> exists p1.(Time(p1,x3) & at(x1,x4))) & a_off(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_call(e1) & n_work(x2)) | 497e0ff6-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00011658283619908616,
0.01714753732085228,
0.9827358722686768
] |
||
Man wearing black t-shirt sitting at a computer desk. | the man is doing a project for work | 1 | -100 | We do not know what the man is doing at the computer desk - it may not be a project for work. | exists e1 e2 s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(e2,x4) & n_desk(x4) & of(x4,x5) & n_computer(x5) & Actor(e2,x3) & v_sit(e2) & (x1 = x3) & n_t-shirt(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x1) & v_wear(e1) & of(x1,x2) & n_man(x2)) | exists e1 x1 x2 x3.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & for(x2,x3) & n_work(x3) & n_project(x2)) | 497e1424-e4c8-11ec-9cdd-0242ac1c0002 | [
0.001303312019445002,
0.9974460601806641,
0.0012506910134106874
] |
||
A bearded man in a black t-shirt sits in front of a desk holding a computer. | A man is standing in the rain. | 2 | -100 | The man can't be in the rain if he's sitting in front of a desk. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_computer(x5) & in(e1,x3) & of(x3,x4) & n_desk(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_t-shirt(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_rain(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_man(x1)) | 497e1992-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00006426252366509289,
0.0004328474460635334,
0.9995028972625732
] |
||
A bearded man in a black t-shirt sits in front of a desk holding a computer. | A man waiting with his computer. | 0 | -100 | a man with beard sits and waiting with a computer | exists e1 e2 s1 s2 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_computer(x5) & in(e1,x3) & of(x3,x4) & n_desk(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_t-shirt(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_computer(x3) & of(x3,x1) & n_male(x1) & Actor(e1,x2) & v_wait(e1) & (x1 = x2) & n_man(x1)) | 497e1e56-e4c8-11ec-9cdd-0242ac1c0002 | [
0.27015572786331177,
0.7258323431015015,
0.004011937882751226
] |
||
A bearded man in a black t-shirt sits in front of a desk holding a computer. | A man buying a new laptop. | 1 | -100 | Sitting in front of a desk holding a computer doesn't imply that he is buying it. A computer may not be a laptop. | exists e2 e1 s1 s2 x1 x2 x3 x4 x5.(for(e1,e2) & Theme(e2,x5) & Actor(e2,x1) & v_hold(e2) & n_computer(x5) & in(e1,x3) & of(x3,x4) & n_desk(x4) & n_front(x3) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_t-shirt(x2) & a_black(s2) & Theme(s2,x2) & n_man(x1) & a_bearded(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_buy(e1) & n_laptop(x3) & a_new(s1) & Theme(s1,x3) & (x1 = x2) & n_man(x1)) | 497e22c0-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0025730254128575325,
0.9031811952590942,
0.09424570947885513
] |
||
A man in a gold foils skirt, sitting at a computer desk, looks at the camera with his hands raised to his face. | a man is looking at his webcam | 0 | -100 | "A man looks at the camera" is a synonym of " a man is looking at his webcam" | exists e3 e1 e2 e4 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_face(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_camera(x7) & with(e3,x8) & to(e4,x10) & Theme(e4,x9) & v_raise(e4) & (x8 = x9) & at(e3,x7) & Actor(e3,e2) & v_look(e3) & at(e2,x5) & n_desk(x5) & of(x5,x6) & n_computer(x6) & Actor(e2,x4) & v_sit(e2) & n_thing(x4) & Theme(e1,x3) & Actor(e1,x1) & v_foil(e1) & n_skirt(x3) & in(x1,x2) & n_gold(x2) & n_man(x1)) | exists e1 x1 x2.(at(e1,x2) & n_webcam(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_look(e1) & n_man(x1)) | 497e2720-e4c8-11ec-9cdd-0242ac1c0002 | [
0.37440431118011475,
0.6170058846473694,
0.008589882403612137
] |
||
A man in a gold foils skirt, sitting at a computer desk, looks at the camera with his hands raised to his face. | he is covering up his face | 1 | -100 | His hands are merely raised to his face - we do not know that he he is covering up his face. | exists e1 e3 e4 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_face(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_camera(x7) & with(e3,x8) & to(e4,x10) & Theme(e4,x9) & v_raise(e4) & (x8 = x9) & at(e3,x7) & Actor(e3,e2) & v_look(e3) & at(e2,x5) & n_desk(x5) & of(x5,x6) & n_computer(x6) & Actor(e2,x4) & v_sit(e2) & n_thing(x4) & Theme(e1,x3) & Actor(e1,x1) & v_foil(e1) & n_skirt(x3) & in(x1,x2) & n_gold(x2) & n_man(x1)) | exists e1 s1 x1 x2.(n_face(x2) & of(x2,x1) & n_male(x1) & n_male(x1) & a_up(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_cover(e1)) | 497e2bda-e4c8-11ec-9cdd-0242ac1c0002 | [
0.6401261687278748,
0.3465917408466339,
0.013282095082104206
] |
||
A man in a gold foils skirt, sitting at a computer desk, looks at the camera with his hands raised to his face. | a man is sticking his tongue out | 2 | -100 | one man is making faces, the other is taking a picture of himself it seems with a camera | exists e4 e1 e2 e3 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10.(n_face(x10) & of(x10,x7) & n_male(x7) & n_male(x7) & n_hand(x8) & of(x8,x7) & n_camera(x7) & with(e3,x8) & to(e4,x10) & Theme(e4,x9) & v_raise(e4) & (x8 = x9) & at(e3,x7) & Actor(e3,e2) & v_look(e3) & at(e2,x5) & n_desk(x5) & of(x5,x6) & n_computer(x6) & Actor(e2,x4) & v_sit(e2) & n_thing(x4) & Theme(e1,x3) & Actor(e1,x1) & v_foil(e1) & n_skirt(x3) & in(x1,x2) & n_gold(x2) & n_man(x1)) | exists e1 s1 x1 x2.(a_out(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_stick(e1) & n_tongue(x2) & of(x2,x1) & n_male(x1) & n_man(x1)) | 497e3148-e4c8-11ec-9cdd-0242ac1c0002 | [
0.01698794960975647,
0.5328603386878967,
0.4501517415046692
] |
||
A young girl sitting at a table with a bowl on her head | A young girl has a bowl on her head | 0 | -100 | "A young girl sitting at a table with a bowl on her head" is a form of "A young girl has a bowl on her head" | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x4) & on(x4,x5) & n_head(x5) & of(x5,x1) & n_female(x1) & n_bowl(x4) & at(e1,x3) & n_table(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & on(x2,x3) & n_head(x3) & of(x3,x1) & n_female(x1) & n_bowl(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 497e35da-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9690231084823608,
0.029262015596032143,
0.0017149286577478051
] |
||
A young girl sitting at a table with a bowl on her head | A toddler dumped her bowl of spaghetti on her head | 1 | -100 | A "young girl" may not be a toddler. We only know from the first sentence that she has a bowl on her head, not that the bowl contained spaghetti, or that its contents were dumped. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x4) & on(x4,x5) & n_head(x5) & of(x5,x1) & n_female(x1) & n_bowl(x4) & at(e1,x3) & n_table(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(on(e1,x4) & n_head(x4) & of(x4,x1) & n_female(x1) & n_female(x1) & Theme(e1,x2) & Actor(e1,x1) & v_dump(e1) & of(x2,x3) & n_spaghetti(x3) & n_bowl(x2) & of(x2,x1) & n_toddler(x1)) | 497e3a3a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0038208395708352327,
0.989293098449707,
0.006886112503707409
] |
||
A young girl sitting at a table with a bowl on her head | A man is eating cereal in his car | 2 | -100 | a man is not a young girl | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & with(e1,x4) & on(x4,x5) & n_head(x5) & of(x5,x1) & n_female(x1) & n_bowl(x4) & at(e1,x3) & n_table(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x2.(in(p1,x2) & n_car(x2) & of(x2,x1) & n_male(x1) & exists s1 x3.((x1 = x3) & n_cereal(x3) & a_eating(s1) & Theme(s1,x3)) & n_man(x1)) | 497e3ea4-e4c8-11ec-9cdd-0242ac1c0002 | [
0.000136410744744353,
0.00032372455461882055,
0.999539852142334
] |
||
A man dances with a fire baton at night. | the crowd cheers as he peforms | 1 | -100 | Dances with a fire baton does not imply that a crowd cheers. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & with(e1,x2) & n_baton(x2) & of(x2,x3) & n_fire(x3) & Actor(e1,x1) & v_dance(e1) & n_man(x1)) | exists p1 x1 x2.(n_male(x1) & n_cheer(x1) & of(x1,x2) & n_crowd(x2) & a_topic(x1) & exists e1.(Actor(e1,x1) & v_peform(e1)) & as(x1,p1)) | 497e4304-e4c8-11ec-9cdd-0242ac1c0002 | [
0.007455887272953987,
0.9801192283630371,
0.012424890883266926
] |
||
A man dances with a fire baton at night. | the woman does a hula dance | 2 | -100 | Man and woman are of different gender. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & with(e1,x2) & n_baton(x2) & of(x2,x3) & n_fire(x3) & Actor(e1,x1) & v_dance(e1) & n_man(x1)) | exists e1 x1 x2 x3.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_dance(x2) & of(x2,x3) & n_hula(x3)) | 497e476e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0001419014297425747,
0.0004546838463284075,
0.9994034767150879
] |
||
A man dances with a fire baton at night. | the man is dancing | 0 | -100 | If the man dances with a fire baton it is the same as dancing. | exists e1 x1 x2 x3 x4.(at(e1,x4) & n_night(x4) & with(e1,x2) & n_baton(x2) & of(x2,x3) & n_fire(x3) & Actor(e1,x1) & v_dance(e1) & n_man(x1)) | exists e1 x1.(n_man(x1) & Actor(e1,x1) & v_dance(e1)) | 497e4be2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9423917531967163,
0.05515404790639877,
0.002454232657328248
] |
||
A doctor checks the stomach of a toddler. | The toddler is getting a checkup. | 0 | -100 | The doctor checks a stomach which implies that the toddler is getting a checkup. | exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1)) | exists e1 x1 x2.(n_toddler(x1) & Theme(e1,x2) & Actor(e1,x1) & v_get(e1) & n_checkup(x2)) | 497e5056-e4c8-11ec-9cdd-0242ac1c0002 | [
0.8340187668800354,
0.16437272727489471,
0.0016085997922345996
] |
||
A doctor checks the stomach of a toddler. | The doctor is looking inside the toddler's mouth. | 2 | -100 | a toddler's mouth is not the same as their stomach | exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1)) | exists e1 x1 x2 x3.(n_mouth(x3) & of(x3,x2) & n_toddler(x2) & n_doctor(x1) & inside(e1,x3) & Actor(e1,x1) & v_look(e1)) | 497e56b4-e4c8-11ec-9cdd-0242ac1c0002 | [
0.010109019465744495,
0.025854432955384254,
0.9640365242958069
] |
||
A doctor checks the stomach of a toddler. | The toddle might be sick. | 1 | -100 | Toddler is misspelled as toddle. This may be a routine check-up, and we do not know that the toddler may be sick. | exists e1 x1 x2 x3.(n_stomach(x2) & Theme(e1,x2) & Actor(e1,x1) & v_check(e1) & of(x2,x3) & n_toddler(x3) & n_doctor(x1)) | exists e1 p1 x1.(n_toddle(x1) & exists s1.(Theme(s1,x1) & a_sick(s1)) & Topic(e1,p1) & Actor(e1,x1) & v_might(e1)) | 497e5c22-e4c8-11ec-9cdd-0242ac1c0002 | [
0.26164135336875916,
0.7369453310966492,
0.0014132901560515165
] |
||
Young blond woman putting her foot into a water fountain | A young woman wearing an evening gown, and holding her shoes in her hands, is dipping one foot into Buckingham Fountain in Chicago. | 1 | -100 | The first sentence does not mention that she is wearing a gown, that she is holding shoes in her hands, or that this is the Buckingham Fountain. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 e3 s1 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11.(ne_geo_chicago(x11) & ne_geo_fountain(x9) & (x9 = x10) & ne_geo_buckingham(x10) & in(e3,x11) & into(e3,x9) & Theme(e3,x8) & Actor(e3,x1) & v_dip(e3) & n_foot(x8) & card_eq_1(x8) & in(e2,x7) & n_hand(x7) & of(x7,x1) & n_female(x1) & n_female(x1) & Theme(e2,x6) & Actor(e2,x5) & v_hold(e2) & n_shoe(x6) & of(x6,x1) & (x1 = x5) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_gown(x3) & of(x3,x4) & n_evening(x4) & (x1 = x2) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | 497e60b4-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0010378847364336252,
0.9914045333862305,
0.00755759421736002
] |
||
Young blond woman putting her foot into a water fountain | A young blond woman is sitting down on a beach chair. | 2 | -100 | one woman is at the beach chair, the other is at a water fountain | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x2) & n_chair(x2) & of(x2,x3) & n_beach(x3) & a_down(s3) & Manner(e1,s3) & Actor(e1,x1) & v_sit(e1) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | 497e65d2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00006669837603112683,
0.0003368504985701293,
0.9995964169502258
] |
||
Young blond woman putting her foot into a water fountain | A person is dipping her foot into water. | 0 | -100 | " woman putting her foot into a water fountain" is a rephrasing of " A person is dipping her foot into water" | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & into(e1,x4) & n_fountain(x4) & of(x4,x5) & n_water(x5) & Theme(e1,x3) & Actor(e1,x2) & v_put(e1) & n_foot(x3) & of(x3,x1) & n_female(x1) & (x1 = x2) & n_woman(x1) & a_blond(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(into(e1,x3) & n_water(x3) & Theme(e1,x2) & Actor(e1,x1) & v_dip(e1) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_person(x1)) | 497e6ac8-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9604271650314331,
0.03849206864833832,
0.0010808345396071672
] |
||
A young woman tries to stick her foot in a fountain. | The woman is riding a train. | 2 | -100 | you can't put your foot in a fountain while riding a train | exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_train(x2)) | 497e6f3c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00008434997289441526,
0.00037416713894344866,
0.9995415210723877
] |
||
A young woman tries to stick her foot in a fountain. | A woman is near a fountain. | 0 | -100 | A young woman is still a woman. | exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.(near(x1,x2) & n_fountain(x2)) & n_woman(x1)) | 497e73a6-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9591450691223145,
0.03999502211809158,
0.0008599794236943126
] |
||
A young woman tries to stick her foot in a fountain. | The woman has one foot in the air. | 0 | -100 | If the woman is trying to stick her foot in the fountain then it's in the air. | exists e1 p1 s1 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x3.(in(e2,x3) & n_fountain(x3) & Theme(e2,x2) & Actor(e2,x1) & v_stick(e2)) & n_foot(x2) & of(x2,x1) & n_female(x1) & n_woman(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(n_air(x3) & n_woman(x1) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_foot(x2) & card_eq_1(x2)) | 497e784c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.685082733631134,
0.26020848751068115,
0.054708804935216904
] |
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water. | A woman is walking in park | 2 | -100 | you can't crouch at the edge of a fountain while walking | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1)) | exists e1 x1 x2.(in(e1,x2) & n_park(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1)) | 497e7f54-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0074101961217820644,
0.19288478791713715,
0.7997050285339355
] |
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water. | A woman is very eager to touch the water | 1 | -100 | the woman is not necessarily eager | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1)) | exists p1 s1 x1 x2.(n_water(x2) & r_very(s1) & Topic(s1,p1) & Actor(s1,x1) & a_eager(s1) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_touch(e1)) & n_woman(x1)) | 497e84a4-e4c8-11ec-9cdd-0242ac1c0002 | [
0.07755507528781891,
0.9194657802581787,
0.0029791907873004675
] |
||
A woman in capri jeans crouches on the edge of a fountain with her left foot kicked out to touch the falling water. | A woman is like to touch the water in fountain | 0 | -100 | A woman is kicking her foot to touch the water. | exists e2 e1 p1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(n_water(x8) & Actor(e2,x8) & v_fall(e2) & n_foot(x7) & a_left(s1) & Theme(s1,x7) & of(x7,x5) & n_female(x5) & n_edge(x5) & a_out(s2) & Manner(e1,s2) & Topic(e1,p1) & Actor(e1,x1) & v_kick(e1) & exists e3.(Theme(e3,x8) & Actor(e3,x1) & v_touch(e3)) & with(x1,x7) & on(x1,x5) & of(x5,x6) & n_fountain(x6) & in(x1,x2) & n_crouch(x2) & of(x2,x4) & n_jeans(x4) & of(x2,x3) & n_caprus(x3) & n_woman(x1)) | exists p1 p2 x1 x2 x4.(n_water(x4) & Topic(p1,p2) & exists e1 x5.(Theme(e1,x4) & Actor(e1,x1) & v_touch(e1) & in(x4,x5) & n_fountain(x5)) & exists x3.(like(x2,x3) & n_thing(x3)) & n_woman(x2) & n_woman(x1)) | 497e892c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.6825249791145325,
0.31002122163772583,
0.007453803904354572
] |
||
Woman balancing on edge of fountain while sticking her toe in the water. | A woman stand on a fountain and dips her toes in. | 0 | -100 | The woman is on a foundation so she is putting her toes in water. | exists e1 e2 x1 x2 x3 x4 x5.(n_water(x5) & ne_nam_woman(x1) & while(e1,e2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & v_stick(e2) & n_toe(x4) & of(x4,x2) & n_female(x2) & on(e1,x2) & of(x2,x3) & n_fountain(x3) & n_edge(x2) & Actor(e1,x1) & v_balance(e1)) | exists e1 s1 x1 x2 x3 x4 x5 x6 x7.(a_topic(x4) & a_in(s1) & Manner(e1,s1) & Theme(e1,x7) & Actor(e1,x6) & v_dip(e1) & n_toe(x7) & of(x7,x1) & n_female(x1) & (x4 = x6) & n_stand(x4) & of(x4,x5) & n_woman(x5) & a_topic(x1) & on(x1,x3) & n_fountain(x3) & n_stand(x1) & of(x1,x2) & n_woman(x2)) | 497e8da0-e4c8-11ec-9cdd-0242ac1c0002 | [
0.936762809753418,
0.055269479751586914,
0.007967713288962841
] |
||
Woman balancing on edge of fountain while sticking her toe in the water. | A woman sits on the grassy ground. | 2 | -100 | the grassy ground is not the same as the edge of a fountain | (-x) | (-x) | 497e920a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00011486354924272746,
0.0002796525077428669,
0.9996054768562317
] |
||
Woman balancing on edge of fountain while sticking her toe in the water. | An old woman stands on a fountain and sticks her toes in. | 1 | -100 | the woman is not necessarily old | exists e1 e2 x1 x2 x3 x4 x5.(n_water(x5) & ne_nam_woman(x1) & while(e1,e2) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x1) & v_stick(e2) & n_toe(x4) & of(x4,x2) & n_female(x2) & on(e1,x2) & of(x2,x3) & n_fountain(x3) & n_edge(x2) & Actor(e1,x1) & v_balance(e1)) | exists e1 e2 s1 s2 s3 x1 x2 x3 x4.(a_in(s3) & Manner(e2,s3) & Theme(e2,x4) & Actor(e2,x3) & v_stick(e2) & n_toe(x4) & of(x4,x1) & n_female(x1) & n_woman(x3) & a_old(s2) & Theme(s2,x3) & on(e1,x2) & n_fountain(x2) & Actor(e1,x1) & v_stand(e1) & n_woman(x1) & a_old(s1) & Theme(s1,x1)) | 497e966a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.025466768071055412,
0.9699289202690125,
0.00460432656109333
] |
||
A couple strolls arm and arm and hand in hand down a city sidewalk. | The couple is outdoors. | 0 | -100 | In order to be on a city sidewalk the couple must be outdoors. | (-x) | (-x) | 497e9aca-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9762892127037048,
0.0230002049356699,
0.000710523221641779
] |
||
A couple strolls arm and arm and hand in hand down a city sidewalk. | The couple is married. | 1 | -100 | Not all couples are married. | (-x) | (-x) | 497e9fac-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0028875323478132486,
0.996664822101593,
0.0004476857138797641
] |
||
A couple strolls arm and arm and hand in hand down a city sidewalk. | The couple is having dinner at a restaurant. | 2 | -100 | If the couple strolls, they must not be having dinner at a restaurant. | exists e1 x1 x2 x3 x4 x5 x6 x7 x8 x9.(in(e1,x7) & down(x7,x8) & n_sidewalk(x8) & of(x8,x9) & n_city(x9) & n_hand(x7) & Theme(e1,x2) & Actor(e1,x1) & v_stroll(e1) & n_hand(x6) & n_arm(x5) & subset_of(x6,x4) & subset_of(x5,x4) & n_arm(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_couple(x1)) | exists e1 x1 x2 x3.(n_couple(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & at(x2,x3) & n_restaurant(x3) & n_dinner(x2)) | 497ea556-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00008257329318439588,
0.004528515972197056,
0.9953888654708862
] |
||
A man stare at a passing couple while walking down the block. | A man stares at a passing couple. | 0 | -100 | The man watching the couple must stare to observe the couple. | (-x) | (-x) | 497ea9de-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9863874912261963,
0.012837635353207588,
0.0007748710340820253
] |
||
A man stare at a passing couple while walking down the block. | The man is jealous of the couple. | 1 | -100 | Staring does not imply being jealous. | (x) | exists s1 x1 x2.(n_couple(x2) & n_man(x1) & of(s1,x2) & Theme(s1,x1) & a_jealous(s1)) | 497eae5c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.002092980779707432,
0.9951102137565613,
0.0027967956848442554
] |
||
A man stare at a passing couple while walking down the block. | The woman stares at a couple as they argue down the block. | 2 | -100 | It must be either a man or a woman doing the staring. | (-x) | (-x) | 497eb2a8-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0002089623303618282,
0.008052951656281948,
0.9917380213737488
] |
||
a couple are holding hands behind their backs while walking down a street, and the man has his arm around her shoulder. | couple walking home | 1 | -100 | just because they are walking does not mean that they are walking home | (-x) | (-x) | 497eb6fe-e4c8-11ec-9cdd-0242ac1c0002 | [
0.009665712714195251,
0.9888561367988586,
0.0014781185891479254
] |
||
a couple are holding hands behind their backs while walking down a street, and the man has his arm around her shoulder. | couple walking | 0 | -100 | The couple is walking | exists e3 e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_man(x5) & around(e3,x7) & n_shoulder(x7) & of(x7,x6) & n_female(x6) & Theme(e3,x6) & Actor(e3,x5) & v_have(e3) & n_arm(x6) & of(x6,x1) & n_male(x1) & while(e1,e2) & a_down(s1) & Manner(e2,s1) & Theme(e2,x4) & Actor(e2,x1) & v_walk(e2) & n_street(x4) & behind(e1,x3) & n_back(x3) & of(x3,x1) & n_thing(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_hand(x2) & n_couple(x1)) | exists x1 x2.(n_walking(x1) & of(x1,x2) & n_couple(x2) & a_topic(x1)) | 497ebb5e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9534788727760315,
0.04552191123366356,
0.0009992719860747457
] |
||
a couple are holding hands behind their backs while walking down a street, and the man has his arm around her shoulder. | bear in zoo | 2 | -100 | If their hands are behind their backs, then the man's arm cannot be around her shoulder. | (-x) | (-x) | 497ec0c2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0076357703655958176,
0.004141973797231913,
0.9882223010063171
] |
||
A man and a woman are holding hands as they walk along a city sidewalk. | A married couple are fighting on the sidewalk. | 2 | -100 | A couple who are fighting would not be holding hands as they walk down the street while they are fighting. | (-x) | (-x) | 497ec5c2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0007394962012767792,
0.153206929564476,
0.8460536003112793
] |
||
A man and a woman are holding hands as they walk along a city sidewalk. | A married couple are holding hands as they walk along the city sidewalk. | 1 | -100 | the people are not necessarily a couple | (-x) | (-x) | 497ecbb2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0023312605917453766,
0.9971330165863037,
0.0005357431946322322
] |
||
A man and a woman are holding hands as they walk along a city sidewalk. | A man and a woman are holding hands. | 0 | -100 | A man and woman are holding hands as they walk. | (-x) | (-x) | 497ed0b2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.98372882604599,
0.015330664813518524,
0.0009405341115780175
] |
||
a man in red stands with his child at the beach. | A man wearing blue sleeping with his child in his lap inside his home. | 2 | -100 | The man would not be standing if he is sleeping. | (-x) | (-x) | 497ed58a-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00005823047104058787,
0.00038536949432455003,
0.9995563626289368
] |
||
a man in red stands with his child at the beach. | A man wearing red standing with his child at a beach overlooking the ocean. | 1 | -100 | at the beach does not necessarily imply overlooking the ocean | (-x) | (-x) | 497eda62-e4c8-11ec-9cdd-0242ac1c0002 | [
0.06631392240524292,
0.9324333667755127,
0.0012527077924460173
] |
||
a man in red stands with his child at the beach. | A man wearing red standing with his child as they watch others build sand castles at the beach. | 1 | -100 | standing at the beach does not imply that they watch other build sand castles | (-x) | (-x) | 497edf4e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.003499050857499242,
0.9952842593193054,
0.001216667820699513
] |
||
New sport is being played to show appreciation to the kids who can not walk. | People are playing a sport in honor of crippled people. | 0 | -100 | Kids who can not walk are crippled people. | (-x) | (-x) | 497ee426-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9374863505363464,
0.060544755309820175,
0.001968913245946169
] |
||
New sport is being played to show appreciation to the kids who can not walk. | People are playing football without gear. | 2 | -100 | The people are playing football without gear, which is a known sport, so it is inconsistent with the sentence saying that it is a "new sport." | (-x) | (-x) | 497ee908-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0035123727284371853,
0.8394665718078613,
0.15702103078365326
] |
||
New sport is being played to show appreciation to the kids who can not walk. | People a playing a sport to help fund a crippled people fund. | 1 | -100 | show appreciation for kids who cannot walk does not imply that they were there to fund a crippled people fund | (-x) | (-x) | 497eee9e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.026746757328510284,
0.9420328736305237,
0.031220324337482452
] |
||
Two men in wheelchairs are reaching in the air for a basketball. | Two sad men in wheelchairs are reaching in the air for a basketball. | 1 | -100 | Two men in wheelchairs does not imply that the men are sad | (-x) | (-x) | 497ef3bc-e4c8-11ec-9cdd-0242ac1c0002 | [
0.000682780344504863,
0.9989080429077148,
0.0004091434821020812
] |
||
Two men in wheelchairs are reaching in the air for a basketball. | Two people in wheelchairs are reaching in the air for a basketball. | 0 | -100 | Men are people. | (-x) | (-x) | 497ef844-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9643259644508362,
0.03412545844912529,
0.0015485333278775215
] |
||
Two men in wheelchairs are reaching in the air for a basketball. | Two women in wheelchairs are reaching in the air for a basketball. | 2 | -100 | One sentence says two men are reaching for a basketball, but the second sentence says that two women are reaching for a basketball. | (-x) | (-x) | 497efcae-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00006900371954543516,
0.0005734317237511277,
0.9993576407432556
] |
||
Three wheelchair basketball players wearing team uniforms are attempting to reach the descending basketball with other players in the background. | Some wheelchair basketball players playing the basketball match. | 1 | -100 | wearing uniform and trying to reach the descending ball does not necessarily imply that they are playing a match | (-x) | (-x) | 497f0118-e4c8-11ec-9cdd-0242ac1c0002 | [
0.40914779901504517,
0.5740885138511658,
0.016763631254434586
] |
||
Three wheelchair basketball players wearing team uniforms are attempting to reach the descending basketball with other players in the background. | Three wheelchair basketball players playing basketball in field. | 0 | -100 | If there are players in the background then they are in a field. | (-x) | (-x) | 497f0578-e4c8-11ec-9cdd-0242ac1c0002 | [
0.4885100722312927,
0.41867032647132874,
0.09281959384679794
] |
||
Three wheelchair basketball players wearing team uniforms are attempting to reach the descending basketball with other players in the background. | A peoples are taking coffee together at coffeshop. | 2 | -100 | The locations are inconsistent. In one, the people are reaching for a falling ball, while in the other, they are in a coffeeshop. | (-x) | (-x) | 497f09ce-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00011552155046956614,
0.00030025452724657953,
0.9995842576026917
] |
||
Four guys in wheelchairs on a basketball court two are trying to grab a basketball in midair. | Four guys are playing cards. | 2 | -100 | In one sentence, the players are trying to grab a basketball, and in the other sentence, they are playing cards. | (-x) | (-x) | 497f0e38-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0000603675507591106,
0.0007942028460092843,
0.9991453886032104
] |
||
Four guys in wheelchairs on a basketball court two are trying to grab a basketball in midair. | Four guys are playing basketball. | 0 | -100 | If the guys are trying to grab a basketball then they are playing. | (-x) | (-x) | 497f128e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.8525792360305786,
0.13614603877067566,
0.011274734511971474
] |
||
Four guys in wheelchairs on a basketball court two are trying to grab a basketball in midair. | The four players are handicapped. | 1 | -100 | in a wheelchair does not mean handicapped | (-x) | (-x) | 497f17c0-e4c8-11ec-9cdd-0242ac1c0002 | [
0.4541320502758026,
0.5401808023452759,
0.005687209777534008
] |
||
Three dogs in different shades of brown and white biting and licking each other. | the dogs are fighting | 2 | -100 | Dogs that are fighting do not lick. | (-x) | (-x) | 497f1de2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0058990344405174255,
0.4201991558074951,
0.5739018321037292
] |
||
Three dogs in different shades of brown and white biting and licking each other. | there are three dogs | 0 | -100 | There are three dogs biting and licking each other. | (-x) | (-x) | 497f22ba-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9880697131156921,
0.010974599979817867,
0.0009557324228808284
] |
||
Three dogs in different shades of brown and white biting and licking each other. | the dog playing | 1 | -100 | the dog may not necessarily be brown and white | (-x) | (-x) | 497f2792-e4c8-11ec-9cdd-0242ac1c0002 | [
0.32335638999938965,
0.6188675165176392,
0.057776160538196564
] |
||
Two dogs playfully bite a third dog, which has its tongue sticking out. | Two puppies bite their mother, while she pants. | 1 | -100 | The two dogs that playfully bite a third dog may not be puppies, and the third dog may not be their mother.. | (-x) | (-x) | 497f2bde-e4c8-11ec-9cdd-0242ac1c0002 | [
0.0017407404957339168,
0.9779987335205078,
0.020260488614439964
] |
||
Two dogs playfully bite a third dog, which has its tongue sticking out. | Two dogs are sleeping while a third eats its food. | 2 | -100 | The third dog cannot eat food while he just has his tongue sticking out. | (-x) | (-x) | 497f3034-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00006333018245641142,
0.0036453662905842066,
0.9962913990020752
] |
||
Two dogs playfully bite a third dog, which has its tongue sticking out. | A pair of dogs tease a third with nibbles. | 0 | -100 | Two dogs is the same as a pair of dogs and them playfully biting is a form of teasing with nibbles. | (-x) | (-x) | 497f3480-e4c8-11ec-9cdd-0242ac1c0002 | [
0.8742135763168335,
0.12438911944627762,
0.0013973001623526216
] |
||
Three small puppies bite and play together in the grass. | The puppies are sleeping in a basket. | 2 | -100 | Puppies can not play while sleeping. | (-x) | (-x) | 497f38ea-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00005172301098355092,
0.0003600393538363278,
0.9995883107185364
] |
||
Three small puppies bite and play together in the grass. | They are playing at the dog park. | 1 | -100 | dog park is not the only place for puppies to play | (-x) | (-x) | 497f3db8-e4c8-11ec-9cdd-0242ac1c0002 | [
0.004278194159269333,
0.9949125051498413,
0.0008092179778032005
] |
||
Three small puppies bite and play together in the grass. | Three puppies are playing outside. | 0 | -100 | Grass is outside. | (-x) | (-x) | 497f434e-e4c8-11ec-9cdd-0242ac1c0002 | [
0.965937077999115,
0.033534906804561615,
0.0005281048943288624
] |
||
Two dogs biting another dog in a field. | dogs bitting | 1 | -100 | You can not infer what they are bitting. | (-x) | (-x) | 497f47d6-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9337671995162964,
0.062175143510103226,
0.004057552199810743
] |
||
Two dogs biting another dog in a field. | dogs attacking another dog | 0 | -100 | A dog is being attacked by two other dogs. | (-x) | (-x) | 497f4c2c-e4c8-11ec-9cdd-0242ac1c0002 | [
0.6990075707435608,
0.2953549027442932,
0.0056375800631940365
] |
||
Two dogs biting another dog in a field. | dog sitting in filed | 2 | -100 | There are two dogs not one dog. | (-x) | (-x) | 497f5082-e4c8-11ec-9cdd-0242ac1c0002 | [
0.05967317149043083,
0.07411474734544754,
0.8662120699882507
] |
||
Tourists waiting at a train stop. | Tourist walking around an art museum. | 2 | -100 | If they are waiting at a train stop, they cannot be walking around an art museum. | (-x) | (-x) | 497f54e2-e4c8-11ec-9cdd-0242ac1c0002 | [
0.00009059940202860162,
0.0004957750206813216,
0.9994137287139893
] |
||
Tourists waiting at a train stop. | A group of tourist waiting for a train outside. | 1 | -100 | Not all train stops are outside. | (-x) | (-x) | 497f59ec-e4c8-11ec-9cdd-0242ac1c0002 | [
0.9528769850730896,
0.04620930179953575,
0.0009136758744716644
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.