premise
stringlengths 9
342
| hypothesis
stringlengths 1
295
| label
int64 0
2
| probability
float64 -100
1
| explanation_1
stringlengths 0
706
| explanation_2
stringclasses 1
value | explanation_3
stringclasses 1
value | premise_logic
stringlengths 39
2.12k
| hypothesis_logic
stringlengths 33
2.09k
| id
stringlengths 36
36
| premise_sim
stringlengths 39
2.11k
| hypothesis_sim
stringlengths 33
2.08k
|
---|---|---|---|---|---|---|---|---|---|---|---|
A man is playing the accordion.
|
The woman is playing the flute.
| 2 | -100 |
Either man or woman. Either flute or accordion.
|
exists e1 x1 x2.(n_accordion(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
|
exists e1 x1 x2.(n_flute(x2) & n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1))
|
4e2c9cac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_accordion(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_play(e1) & n_woman(x1) & n_flute(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A man is playing the accordion.
|
The man is in a band.
| 1 | -100 |
The man can play an instrument and not be in a band.
|
exists e1 x1 x2.(n_accordion(x2) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_man(x1))
|
exists p1 x1.(n_man(x1) & exists x2.(in(x1,x2) & n_band(x2)))
|
4e2ca152-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2.(v_play(e1) & n_man(x1) & n_accordion(x2) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1.(n_man(x1) & exists x2.(n_band(x2) & in(x1,x2)))
|
||
A boy holds a basketball during a game, while others watch.
|
The boy is holding a baseball.
| 2 | -100 |
A basketball is not the same as a baseball.
|
exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & during(e1,x3) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2) & n_boy(x1))
|
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_baseball(x2))
|
4e2ca5b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_hold(e1) & n_person(x1) & n_game(x3) & n_boy(x1) & n_basketball(x2) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & n_boy(x1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boy holds a basketball during a game, while others watch.
|
The boy is about to shoot the basketball.
| 1 | -100 |
The boy may pass the ball, rather than shoot it.
|
exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & during(e1,x3) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2) & n_boy(x1))
|
exists p1 s1 x1 x2.(n_basketball(x2) & n_boy(x1) & Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1.(Theme(e1,x2) & Actor(e1,x1) & v_shoot(e1)))
|
4e2cad3c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_hold(e1) & n_person(x1) & n_game(x3) & n_boy(x1) & n_basketball(x2) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists p1 s1 x1 x2.(n_boy(x1) & n_basketball(x2) & exists e1.(v_shoot(e1) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1))
|
||
A boy holds a basketball during a game, while others watch.
|
The boy is holding a basketball.
| 0 | -100 |
"Holding a basketball" is a rephrasing of "holds a basketball", and if a boy is holding a basketball, it can be implied that it is during a basketball game.
|
exists e1 p1 x1 x2 x3.(exists e2 x4.(Actor(e2,x4) & v_watch(e2) & -(x4 = x1) & n_person(x4)) & n_person(x1) & while(e1,p1) & during(e1,x3) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2) & n_boy(x1))
|
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2))
|
4e2cb246-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 x1 x2 x3.(while(e1,p1) & v_hold(e1) & n_person(x1) & n_game(x3) & n_boy(x1) & n_basketball(x2) & exists e2 x4.(v_watch(e2) & n_person(x4) & Actor(e2,x4) & -(x4 = x1)) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_hold(e1) & n_boy(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
a boy is running with a basketball in his hands.
|
A boy is running.
| 0 | -100 |
With a basketball in his hands is a description which can be omitted.
|
exists e1 x1 x2 x3.(with(e1,x2) & in(x2,x3) & n_hand(x3) & of(x3,x1) & n_male(x1) & n_basketball(x2) & Actor(e1,x1) & v_run(e1) & n_boy(x1))
|
exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_boy(x1))
|
4e2cb71e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x2) & v_run(e1) & of(x3,x1) & n_male(x1) & n_hand(x3) & n_boy(x1) & n_basketball(x2) & in(x2,x3) & Actor(e1,x1))
|
exists e1 x1.(v_run(e1) & n_boy(x1) & Actor(e1,x1))
|
||
a boy is running with a basketball in his hands.
|
The boy is playing basketball.
| 1 | -100 |
Running does not always mean playing.
|
exists e1 x1 x2 x3.(with(e1,x2) & in(x2,x3) & n_hand(x3) & of(x3,x1) & n_male(x1) & n_basketball(x2) & Actor(e1,x1) & v_run(e1) & n_boy(x1))
|
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2))
|
4e2cc150-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x2) & v_run(e1) & of(x3,x1) & n_male(x1) & n_hand(x3) & n_boy(x1) & n_basketball(x2) & in(x2,x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_play(e1) & n_boy(x1) & n_basketball(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boy is holding a basketball in one hand.
|
child is playing chess board.
| 2 | -100 |
The child is either playing chess or holding a basketball.
|
exists e1 x1 x2 x3.(in(e1,x3) & n_hand(x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1) & n_basketball(x2) & n_boy(x1))
|
exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_board(x2) & of(x2,x3) & n_chess(x3) & n_child(x1))
|
4e2cd050-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_hold(e1) & n_hand(x3) & n_boy(x1) & n_basketball(x2) & in(e1,x3) & card_eq_1(x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_child(x1) & n_chess(x3) & n_board(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A boy throws a basketball during a game.
|
A boy is playing basketball during the final four.
| 1 | -100 |
Throwing a ball is not always playing with a ball. A game is not always the final four.
|
exists e1 x1 x2 x3.(during(e1,x3) & n_game(x3) & Theme(e1,x2) & Actor(e1,x1) & v_throw(e1) & n_basketball(x2) & n_boy(x1))
|
exists e1 s1 x1 x2.(during(e1,x1) & n_thing(x1) & card_eq_4(x1) & a_final(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_basketball(x2) & n_boy(x1))
|
4e2cdafa-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_throw(e1) & n_game(x3) & n_boy(x1) & n_basketball(x2) & during(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_play(e1) & n_thing(x1) & n_boy(x1) & n_basketball(x2) & during(e1,x1) & card_eq_4(x1) & a_final(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Older man sits and plays the accordion while young girl watches.
|
The old man shreds a guitar in front of a young girl.
| 2 | -100 |
Shredding is different than playing and an accordion is different than a guitar.
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_accordion(x3) & while(e2,x8) & n_watch(x8) & of(x8,x9) & n_girl(x9) & a_young(s2) & Theme(s2,x8) & Theme(e2,x3) & Actor(e2,x6) & v_play(e2) & n_man(x6) & (x6 = x7) & ne_nam_older(x7) & while(e1,x4) & n_watch(x4) & of(x4,x5) & n_girl(x5) & a_young(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_sit(e1) & n_man(x1) & (x1 = x2) & ne_nam_older(x2))
|
exists e1 s1 s2 x1 x2 x3 x4.(n_man(x1) & a_old(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & v_shred(e1) & in(x2,x3) & of(x3,x4) & n_girl(x4) & a_young(s2) & Theme(s2,x4) & n_front(x3) & n_guitar(x2))
|
4e2ce8b0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(while(e2,x8) & while(e1,x4) & v_sit(e1) & v_play(e2) & of(x8,x9) & of(x4,x5) & ne_nam_older(x7) & ne_nam_older(x2) & n_watch(x8) & n_watch(x4) & n_man(x6) & n_man(x1) & n_girl(x9) & n_girl(x5) & n_accordion(x3) & a_young(s2) & a_young(s1) & Theme(s2,x8) & Theme(s1,x4) & Theme(e2,x3) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x1) & (x6 = x7) & (x1 = x2))
|
exists e1 s1 s2 x1 x2 x3 x4.(v_shred(e1) & of(x3,x4) & n_man(x1) & n_guitar(x2) & n_girl(x4) & n_front(x3) & in(x2,x3) & a_young(s2) & a_old(s1) & Theme(s2,x4) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
A little kid is helping his parents shovel snow from around their car.
| 1 | 0.133831 |
the child is not necessarily helping his parents shovel snow.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_help(e2) & around(e1,x5) & n_car(x5) & of(x5,x1) & n_thing(x1) & r_from(e1) & Theme(e1,x4) & Actor(e1,x3) & v_shovel(e1) & n_snow(x4) & (x2 = x3) & n_parent(x2) & of(x2,x1) & n_male(x1) & n_kid(x1) & a_little(s1) & Theme(s1,x1))
|
4e2d9260-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists e1 e2 s1 x1 x2 x3 x4 x5.(v_shovel(e1) & v_help(e2) & r_from(e1) & of(x5,x1) & of(x2,x1) & n_thing(x1) & n_snow(x4) & n_parent(x2) & n_male(x1) & n_kid(x1) & n_car(x5) & around(e1,x5) & a_little(s1) & Theme(s1,x1) & Theme(e2,x2) & Theme(e1,x4) & Actor(e2,x1) & Actor(e1,x3) & (x2 = x3))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
There is a person in front of a vehicle.
| 0 | 0.738955 |
A person who is the child is in front of a snow covered mini van.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists p1 x1 x2 x3 x4.((x1 = x2) & in(x2,x3) & of(x3,x4) & n_vehicle(x4) & n_front(x3) & n_person(x2))
|
4e2d9bc0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists x1 x2 x3 x4.(of(x3,x4) & n_vehicle(x4) & n_person(x2) & n_front(x3) & in(x2,x3) & (x1 = x2))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
There is a girl near a car in New York.
| 1 | 0.014883 |
The girl is not necessarily in New York, we only know she is near a car.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists p1 x1 x4 x5.(ne_geo_york(x4) & (x4 = x5) & ne_geo_new(x5) & exists x2 x3.((x1 = x2) & in(x2,x4) & near(x2,x3) & n_car(x3) & n_girl(x2)))
|
4e2da958-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists x1 x4 x5.(ne_geo_york(x4) & ne_geo_new(x5) & exists x2 x3.(near(x2,x3) & n_girl(x2) & n_car(x3) & in(x2,x4) & (x1 = x2)) & (x4 = x5))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
A child is outside with his mom helping her clear snow that fell during the last snowstorm.
| 1 | 0.196471 |
The child is not necessarily helping his mom by being outside with her.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(n_snowstorm(x6) & a_last(s3) & Theme(s3,x6) & with(s1,x2) & Theme(e2,x4) & Actor(e2,x3) & v_help(e2) & during(e1,x6) & Actor(e1,x5) & v_fall(e1) & (x4 = x5) & n_snow(x4) & a_clear(s2) & Theme(s2,x4) & of(x4,x2) & n_female(x2) & (x2 = x3) & n_mom(x2) & of(x2,x1) & n_male(x1) & Theme(s1,x1) & a_outside(s1) & n_child(x1))
|
4e2daf3e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists e1 e2 s1 s2 s3 x1 x2 x3 x4 x5 x6.(with(s1,x2) & v_help(e2) & v_fall(e1) & of(x4,x2) & of(x2,x1) & n_snowstorm(x6) & n_snow(x4) & n_mom(x2) & n_male(x1) & n_female(x2) & n_child(x1) & during(e1,x6) & a_outside(s1) & a_last(s3) & a_clear(s2) & Theme(s3,x6) & Theme(s2,x4) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x3) & Actor(e1,x5) & (x4 = x5) & (x2 = x3))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
A blonde person in blue
| 1 | 0.539259 |
The person is not necessarily blonde.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists s1 s2 x1 x2.(a_topic(x1) & Theme(s2,x2) & a_blue(s2) & (x1 = x2) & n_person(x1) & a_blonde(s1) & Theme(s1,x1))
|
4e2db416-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists s1 s2 x1 x2.(n_person(x1) & a_topic(x1) & a_blue(s2) & a_blonde(s1) & Theme(s2,x2) & Theme(s1,x1) & (x1 = x2))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
Nobody is in blue
| 2 | 0 |
If nobody is in blue, then the small dress cannot be dressed in blue.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
-exists p1 x1.(exists x2.(in(x1,x2) & n_blue(x2)) & n_person(x1))
|
4e2dcbb8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
all x1.(all x2.(-n_blue(x2) | -in(x1,x2)) | -n_person(x1))
|
||
A small child dressed all in blue for winter stands holding a red snowshovel with a snow covered mini van behind him.
|
There is a small girl in front of a vehicle.
| 1 | 0.687856 |
We cannot infer that the child is a girl, because only a male child is mentioned.
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(Theme(e3,x7) & Actor(e3,x1) & v_cover(e3) & behind(x7,x1) & n_male(x1) & n_van(x7) & a_mini(s5) & Theme(s5,x7) & in(e1,s4) & Theme(s4,x2) & a_blue(s4) & for(e1,e2) & Theme(e2,x5) & Actor(e2,x2) & v_hold(e2) & with(x5,x6) & n_snow(x6) & n_snowshovel(x5) & a_red(s3) & Theme(s3,x5) & for(e1,x3) & n_stand(x3) & of(x3,x4) & n_winter(x4) & a_all(s2) & Manner(e1,s2) & Theme(e1,x2) & v_dress(e1) & (x1 = x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
exists p1 x1 s1 x2 x3 x4.((x1 = x2) & in(x2,x3) & of(x3,x4) & n_vehicle(x4) & n_front(x3) & n_girl(x2) & a_small(s1) & Theme(s1,x2))
|
4e2dd63a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 e3 s1 s2 s3 s4 s5 x1 x2 x3 x4 x5 x6 x7.(with(x5,x6) & v_hold(e2) & v_dress(e1) & v_cover(e3) & of(x3,x4) & n_winter(x4) & n_van(x7) & n_stand(x3) & n_snowshovel(x5) & n_snow(x6) & n_male(x1) & n_child(x1) & in(e1,s4) & for(e1,x3) & for(e1,e2) & behind(x7,x1) & a_small(s1) & a_red(s3) & a_mini(s5) & a_blue(s4) & a_all(s2) & Theme(s5,x7) & Theme(s4,x2) & Theme(s3,x5) & Theme(s1,x1) & Theme(e3,x7) & Theme(e2,x5) & Theme(e1,x2) & Manner(e1,s2) & Actor(e3,x1) & Actor(e2,x2) & (x1 = x2))
|
exists x1 s1 x2 x3 x4.(of(x3,x4) & n_vehicle(x4) & n_girl(x2) & n_front(x3) & in(x2,x3) & a_small(s1) & Theme(s1,x2) & (x1 = x2))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
Police officer escort people walking down a sidewalk.
| 1 | 0.01407 |
The police officers aren't necessarily escorting the people walking on down the sidewalk.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(a_topic(x1) & a_down(s1) & Manner(e1,s1) & Theme(e1,x6) & Actor(e1,x5) & v_walk(e1) & n_sidewalk(x6) & (x1 = x5) & n_people(x1) & of(x1,x4) & n_escort(x4) & of(x1,x3) & n_officer(x3) & (x1 = x2) & ne_nam_police(x2))
|
4e2dee68-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists e1 s1 x1 x2 x3 x4 x5 x6.(v_walk(e1) & of(x1,x4) & of(x1,x3) & ne_nam_police(x2) & n_sidewalk(x6) & n_people(x1) & n_officer(x3) & n_escort(x4) & a_topic(x1) & a_down(s1) & Theme(e1,x6) & Manner(e1,s1) & Actor(e1,x5) & (x1 = x5) & (x1 = x2))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
A group of police ride motorcycles next to people on the sidewalk.
| 0 | 0.994067 |
A group of three officers ride along the sidewalk.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists e1 x1 x2 x3 x4 x5.(n_sidewalk(x5) & to(e1,x4) & on(x4,x5) & n_people(x4) & r_next(e1) & Actor(e1,x1) & v_motorcycle(e1) & of(x1,x2) & n_ride(x2) & of(x2,x3) & n_police(x3) & n_group(x1))
|
4e2df30e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists e1 x1 x2 x3 x4 x5.(v_motorcycle(e1) & to(e1,x4) & r_next(e1) & on(x4,x5) & of(x2,x3) & of(x1,x2) & n_sidewalk(x5) & n_ride(x2) & n_police(x3) & n_people(x4) & n_group(x1) & Actor(e1,x1))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
The police officers are looking for a criminal.
| 1 | 0.196471 |
The police officers aren't necessarily looking for a criminal while riding down the street.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists e1 x1 x2 x3.(n_officer(x1) & of(x1,x2) & n_police(x2) & for(e1,x3) & n_criminal(x3) & Actor(e1,x1) & v_look(e1))
|
4e2df7b4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists e1 x1 x2 x3.(v_look(e1) & of(x1,x2) & n_police(x2) & n_officer(x1) & n_criminal(x3) & for(e1,x3) & Actor(e1,x1))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
Three motorcycle cops riding their beat
| 1 | 0.025234 |
We cannot infer that the cops are riding their beat as they ride down the street, they may not be on duty.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_ride(e1) & n_beat(x4) & of(x4,x1) & n_thing(x1) & (x1 = x3) & n_cop(x1) & of(x1,x2) & n_motorcycle(x2) & card_eq_3(x1))
|
4e2e0272-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists e1 x1 x2 x3 x4.(v_ride(e1) & of(x4,x1) & of(x1,x2) & n_thing(x1) & n_motorcycle(x2) & n_cop(x1) & n_beat(x4) & card_eq_3(x1) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
Three police officers are taking their daily stroll, looking for danger.
| 1 | 0.665742 |
We cannot infer that the police officers take a daily stroll, nor can we infer that they are looking for danger as they ride down the street.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists e1 e2 s1 x1 x2 x3 x4.(for(e1,e2) & for(e2,x4) & n_danger(x4) & Actor(e2,x1) & v_look(e2) & Theme(e1,x3) & Actor(e1,x1) & v_take(e1) & n_stroll(x3) & a_daily(s1) & Theme(s1,x3) & of(x3,x1) & n_thing(x1) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
4e2e0b78-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists e1 e2 s1 x1 x2 x3 x4.(v_take(e1) & v_look(e2) & of(x3,x1) & of(x1,x2) & n_thing(x1) & n_stroll(x3) & n_police(x2) & n_officer(x1) & n_danger(x4) & for(e2,x4) & for(e1,e2) & card_eq_3(x1) & a_daily(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
Three officer riding bikes on the sidewalk.
| 2 | 0.000176 |
The officers are either riding bikes or on motorcycles.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists x1 x2 x3 x4.(n_sidewalk(x4) & a_topic(x1) & on(x1,x4) & n_bike(x1) & of(x1,x3) & n_riding(x3) & of(x1,x2) & n_officer(x2) & card_eq_3(x1))
|
4e2e1898-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists x1 x2 x3 x4.(on(x1,x4) & of(x1,x3) & of(x1,x2) & n_sidewalk(x4) & n_riding(x3) & n_officer(x2) & n_bike(x1) & card_eq_3(x1) & a_topic(x1))
|
||
Three police officers on motorcycles on the street with pedestrians walking on the sidewalk in the background.
|
Three motorcycle cops are on patrol in New York.
| 1 | 0.022676 |
We cannot infer that they cops are on patrol, nor can we infer that they are in New York or any other specific location.
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(n_background(x8) & n_sidewalk(x7) & n_street(x4) & a_topic(x1) & with(x1,x5) & in(e1,x8) & on(e1,x7) & Actor(e1,x6) & v_walk(e1) & (x5 = x6) & n_pedestrian(x5) & on(x1,x3) & on(x3,x4) & n_motorcycle(x3) & n_officer(x1) & of(x1,x2) & n_police(x2) & card_eq_3(x1))
|
exists p1 x1 x2 x4 x5.(ne_geo_york(x4) & (x4 = x5) & ne_geo_new(x5) & exists x3.(on(x1,x3) & in(x3,x4) & n_patrol(x3)) & n_cop(x1) & of(x1,x2) & n_motorcycle(x2) & card_eq_3(x1))
|
4e2e21f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3 x4 x5 x6 x7 x8.(with(x1,x5) & v_walk(e1) & on(x3,x4) & on(x1,x3) & on(e1,x7) & of(x1,x2) & n_street(x4) & n_sidewalk(x7) & n_police(x2) & n_pedestrian(x5) & n_officer(x1) & n_motorcycle(x3) & n_background(x8) & in(e1,x8) & card_eq_3(x1) & a_topic(x1) & Actor(e1,x6) & (x5 = x6))
|
exists x1 x2 x4 x5.(of(x1,x2) & ne_geo_york(x4) & ne_geo_new(x5) & n_motorcycle(x2) & n_cop(x1) & exists x3.(on(x1,x3) & n_patrol(x3) & in(x3,x4)) & card_eq_3(x1) & (x4 = x5))
|
||
A male in a white shirt is pulling his shirt up to expose his belly.
|
A man is showing his belly.
| 0 | -100 |
A male is pulling his shirt up
|
exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e1,p1) & exists e2.(Theme(e2,x5) & Actor(e2,x1) & v_expose(e2)) & n_belly(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & a_up(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x3) & v_pull(e1) & n_shirt(x2) & n_shirt(x2) & of(x2,x1) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_male(x3) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & n_male(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_show(e1) & n_belly(x2) & of(x2,x1) & n_male(x1) & n_man(x1))
|
4e318e24-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(v_pull(e1) & of(x5,x1) & of(x2,x1) & n_shirt(x4) & n_shirt(x2) & n_male(x3) & n_male(x1) & n_belly(x5) & in(x3,x4) & in(x1,x2) & exists e2.(v_expose(e2) & Theme(e2,x5) & Actor(e2,x1)) & a_white(s2) & a_white(s1) & a_up(s3) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x3))
|
exists e1 x1 x2.(v_show(e1) & of(x2,x1) & n_man(x1) & n_male(x1) & n_belly(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A male in a white shirt is pulling his shirt up to expose his belly.
|
The man has letters written on his belly.
| 1 | -100 |
A man can pull his shirt up to expose his belly for myriad reasons, not just someone not just to expose letters written on his belly.
|
exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(Topic(e1,p1) & exists e2.(Theme(e2,x5) & Actor(e2,x1) & v_expose(e2)) & n_belly(x5) & of(x5,x1) & n_male(x1) & n_male(x1) & a_up(s3) & Manner(e1,s3) & Theme(e1,x2) & Actor(e1,x3) & v_pull(e1) & n_shirt(x2) & n_shirt(x2) & of(x2,x1) & in(x3,x4) & n_shirt(x4) & a_white(s2) & Theme(s2,x4) & n_male(x3) & in(x1,x2) & a_white(s1) & Theme(s1,x2) & n_male(x1))
|
exists e1 e2 x1 x2 x3 x4.(n_belly(x4) & of(x4,x1) & n_male(x1) & n_man(x1) & Theme(e2,x2) & Actor(e2,x1) & v_have(e2) & on(e1,x4) & Theme(e1,x3) & v_write(e1) & (x2 = x3) & n_letter(x2))
|
4e319310-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 p1 s1 s2 s3 x1 x2 x3 x4 x5.(v_pull(e1) & of(x5,x1) & of(x2,x1) & n_shirt(x4) & n_shirt(x2) & n_male(x3) & n_male(x1) & n_belly(x5) & in(x3,x4) & in(x1,x2) & exists e2.(v_expose(e2) & Theme(e2,x5) & Actor(e2,x1)) & a_white(s2) & a_white(s1) & a_up(s3) & Topic(e1,p1) & Theme(s2,x4) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s3) & Actor(e1,x3))
|
exists e1 e2 x1 x2 x3 x4.(v_write(e1) & v_have(e2) & on(e1,x4) & of(x4,x1) & n_man(x1) & n_male(x1) & n_letter(x2) & n_belly(x4) & Theme(e2,x2) & Theme(e1,x3) & Actor(e2,x1) & (x2 = x3))
|
||
There is a man in a white shirt in jeans and he is holding his shirt up showing his stomach.
|
The man has a nice six pack.
| 1 | -100 |
A man can hold his shirt up exposing his stomach for reasons other than to show that he has a nice six pack.
|
exists e2 e1 p1 x1 x2 x3 x4.(up(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_show(e2) & n_stomach(x4) & of(x4,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_thing(x2) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_shirt(x3) & of(x3,x2) & exists s1 x5 x6 x7.((x1 = x5) & in(x5,x6) & in(x6,x7) & n_jeans(x7) & n_shirt(x6) & a_white(s1) & Theme(s1,x6) & n_man(x5)))
|
exists e1 s1 x1 x2.(n_man(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_pack(x2) & card_eq_6(x2) & a_nice(s1) & Theme(s1,x2))
|
4e3197d4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_show(e2) & v_hold(e1) & up(e1,e2) & of(x4,x2) & of(x3,x2) & n_thing(x2) & n_stomach(x4) & n_shirt(x3) & n_male(x2) & exists s1 x5 x6 x7.(n_shirt(x6) & n_man(x5) & n_jeans(x7) & in(x6,x7) & in(x5,x6) & a_white(s1) & Theme(s1,x6) & (x1 = x5)) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2))
|
exists e1 s1 x1 x2.(v_have(e1) & n_pack(x2) & n_man(x1) & card_eq_6(x2) & a_nice(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
There is a man in a white shirt in jeans and he is holding his shirt up showing his stomach.
|
The man has clothes on.
| 0 | -100 |
The man is wearing a shirt and jeans
|
exists e2 e1 p1 x1 x2 x3 x4.(up(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_show(e2) & n_stomach(x4) & of(x4,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_thing(x2) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_shirt(x3) & of(x3,x2) & exists s1 x5 x6 x7.((x1 = x5) & in(x5,x6) & in(x6,x7) & n_jeans(x7) & n_shirt(x6) & a_white(s1) & Theme(s1,x6) & n_man(x5)))
|
exists e1 s1 x1 x2.(n_man(x1) & a_on(s1) & Manner(e1,s1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_clothes(x2))
|
4e319cac-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_show(e2) & v_hold(e1) & up(e1,e2) & of(x4,x2) & of(x3,x2) & n_thing(x2) & n_stomach(x4) & n_shirt(x3) & n_male(x2) & exists s1 x5 x6 x7.(n_shirt(x6) & n_man(x5) & n_jeans(x7) & in(x6,x7) & in(x5,x6) & a_white(s1) & Theme(s1,x6) & (x1 = x5)) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2))
|
exists e1 s1 x1 x2.(v_have(e1) & n_man(x1) & n_clothes(x2) & a_on(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1))
|
||
There is a man in a white shirt in jeans and he is holding his shirt up showing his stomach.
|
Two ladies eat burgers on an airplane.
| 2 | -100 |
The man is hold his shirt or two ladies eat burgers.
|
exists e2 e1 p1 x1 x2 x3 x4.(up(e1,e2) & Theme(e2,x4) & Actor(e2,x2) & v_show(e2) & n_stomach(x4) & of(x4,x2) & n_male(x2) & n_male(x2) & n_male(x2) & n_thing(x2) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_shirt(x3) & of(x3,x2) & exists s1 x5 x6 x7.((x1 = x5) & in(x5,x6) & in(x6,x7) & n_jeans(x7) & n_shirt(x6) & a_white(s1) & Theme(s1,x6) & n_man(x5)))
|
exists e1 x1 x2 x3.(on(e1,x3) & n_airplane(x3) & Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_burger(x2) & n_lady(x1) & card_eq_2(x1))
|
4e31a184-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 x1 x2 x3 x4.(v_show(e2) & v_hold(e1) & up(e1,e2) & of(x4,x2) & of(x3,x2) & n_thing(x2) & n_stomach(x4) & n_shirt(x3) & n_male(x2) & exists s1 x5 x6 x7.(n_shirt(x6) & n_man(x5) & n_jeans(x7) & in(x6,x7) & in(x5,x6) & a_white(s1) & Theme(s1,x6) & (x1 = x5)) & Theme(e2,x4) & Theme(e1,x3) & Actor(e2,x2) & Actor(e1,x2))
|
exists e1 x1 x2 x3.(v_eat(e1) & on(e1,x3) & n_lady(x1) & n_burger(x2) & n_airplane(x3) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman walking with 4 kids.
|
A woman is walking with kids.
| 0 | -100 |
A woman is walking with kids is a rephrasing of A woman walking with 4 kids.
|
exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_kid(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2.(with(e1,x2) & n_kid(x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1))
|
4e31aaa8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_kid(x3) & n_date(x3) & a_topic(x1) & a_date_day_04(x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(with(e1,x2) & v_walk(e1) & n_woman(x1) & n_kid(x2) & Actor(e1,x1))
|
||
A woman walking with 4 kids.
|
The kids are running away.
| 2 | -100 |
The subject is either kids that are running or a woman walking.
|
exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_kid(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 s1 x1.(n_kid(x1) & a_away(s1) & Manner(e1,s1) & Actor(e1,x1) & v_run(e1))
|
4e31b03e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_kid(x3) & n_date(x3) & a_topic(x1) & a_date_day_04(x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1.(v_run(e1) & n_kid(x1) & a_away(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A woman walking with 4 kids.
|
The kids are walking the woman.
| 1 | -100 |
A woman walking with 4 kids doesn't mean that the kids, too, are walking. She may be pulling them behind her in a wagon or maybe they are running circles around her while she walks.
|
exists e1 x1 x2 x3.(a_topic(x1) & with(e1,x3) & n_kid(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & Actor(e1,x2) & v_walk(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2.(n_woman(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1) & v_walk(e1))
|
4e31b516-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_kid(x3) & n_date(x3) & a_topic(x1) & a_date_day_04(x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2.(v_walk(e1) & n_woman(x2) & n_kid(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A lady in a gray skirt and black shirt has a child on her hip crossing the street with three additional young children.
|
A man in a dress has a dog and kittens with him crossing the street.
| 2 | -100 |
A lady in a skirt is crossing the street with one childon her hip along with three additional children or a man in a dress has dogs and kittens and is crossing he street.
|
exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x8) & on(e1,x6) & with(e2,x9) & n_child(x9) & a_young(s4) & Theme(s4,x9) & a_additional(s3) & Theme(s3,x9) & card_eq_3(x9) & Theme(e2,x8) & Actor(e2,x7) & v_cross(e2) & (x6 = x7) & n_hip(x6) & of(x6,x1) & n_female(x1) & Theme(e1,x5) & Actor(e1,x1) & v_have(e1) & n_child(x5) & in(x1,x2) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & n_skirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_gray(s1) & Theme(s1,x2) & n_lady(x1))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(n_street(x6) & Theme(e2,x6) & Actor(e2,x1) & v_cross(e2) & with(e1,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x1) & v_have(e1) & subset_of(x5,x3) & n_kitten(x5) & subset_of(x4,x3) & n_dog(x4) & in(x1,x2) & n_dress(x2) & n_man(x1))
|
4e31b9bc-e4c8-11ec-9cdd-0242ac1c0002
|
exists e2 e1 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e2,x9) & v_have(e1) & v_cross(e2) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & of(x6,x1) & n_street(x8) & n_skirt(x3) & n_shirt(x4) & n_lady(x1) & n_hip(x6) & n_female(x1) & n_child(x9) & n_child(x5) & in(x1,x2) & card_eq_3(x9) & a_young(s4) & a_gray(s1) & a_black(s2) & a_additional(s3) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7))
|
exists e2 e1 x1 x2 x3 x4 x5 x6.(with(e1,x1) & v_have(e1) & v_cross(e2) & subset_of(x5,x3) & subset_of(x4,x3) & n_street(x6) & n_man(x1) & n_male(x1) & n_kitten(x5) & n_dress(x2) & n_dog(x4) & in(x1,x2) & Theme(e2,x6) & Theme(e1,x3) & Actor(e2,x1) & Actor(e1,x1))
|
||
A lady in a gray skirt and black shirt has a child on her hip crossing the street with three additional young children.
|
A lady is taking her family out to eat.
| 1 | -100 |
Taking her family out to eat cannot be inferred from the fact that a woman crosses the street with children.
|
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x8) & on(e1,x6) & with(e2,x9) & n_child(x9) & a_young(s4) & Theme(s4,x9) & a_additional(s3) & Theme(s3,x9) & card_eq_3(x9) & Theme(e2,x8) & Actor(e2,x7) & v_cross(e2) & (x6 = x7) & n_hip(x6) & of(x6,x1) & n_female(x1) & Theme(e1,x5) & Actor(e1,x1) & v_have(e1) & n_child(x5) & in(x1,x2) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & n_skirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_gray(s1) & Theme(s1,x2) & n_lady(x1))
|
exists e1 x1 x2 x3.(to(e1,x3) & n_eat(x3) & r_out(e1) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & n_family(x2) & of(x2,x1) & n_female(x1) & n_lady(x1))
|
4e31be26-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e2,x9) & v_have(e1) & v_cross(e2) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & of(x6,x1) & n_street(x8) & n_skirt(x3) & n_shirt(x4) & n_lady(x1) & n_hip(x6) & n_female(x1) & n_child(x9) & n_child(x5) & in(x1,x2) & card_eq_3(x9) & a_young(s4) & a_gray(s1) & a_black(s2) & a_additional(s3) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7))
|
exists e1 x1 x2 x3.(v_take(e1) & to(e1,x3) & r_out(e1) & of(x2,x1) & n_lady(x1) & n_female(x1) & n_family(x2) & n_eat(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A lady in a gray skirt and black shirt has a child on her hip crossing the street with three additional young children.
|
A lady in skirt and shirt has a child on her hip crossing the street with other children.
| 0 | -100 |
A lady with other children is a rephrasing of a lady with three additional young children.
|
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x8) & on(e1,x6) & with(e2,x9) & n_child(x9) & a_young(s4) & Theme(s4,x9) & a_additional(s3) & Theme(s3,x9) & card_eq_3(x9) & Theme(e2,x8) & Actor(e2,x7) & v_cross(e2) & (x6 = x7) & n_hip(x6) & of(x6,x1) & n_female(x1) & Theme(e1,x5) & Actor(e1,x1) & v_have(e1) & n_child(x5) & in(x1,x2) & n_shirt(x4) & a_black(s2) & Theme(s2,x4) & n_skirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & a_gray(s1) & Theme(s1,x2) & n_lady(x1))
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(n_street(x8) & on(e1,x6) & with(e2,x9) & -(x9 = x5) & n_child(x5) & n_child(x5) & n_child(x9) & Theme(e2,x8) & Actor(e2,x7) & v_cross(e2) & (x6 = x7) & n_hip(x6) & of(x6,x1) & n_female(x1) & Theme(e1,x5) & Actor(e1,x1) & v_have(e1) & in(x1,x2) & n_shirt(x4) & n_skirt(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_lady(x1))
|
4e31c29a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 s2 s3 s4 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e2,x9) & v_have(e1) & v_cross(e2) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & of(x6,x1) & n_street(x8) & n_skirt(x3) & n_shirt(x4) & n_lady(x1) & n_hip(x6) & n_female(x1) & n_child(x9) & n_child(x5) & in(x1,x2) & card_eq_3(x9) & a_young(s4) & a_gray(s1) & a_black(s2) & a_additional(s3) & Theme(s4,x9) & Theme(s3,x9) & Theme(s2,x4) & Theme(s1,x2) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x7) & Actor(e1,x1) & (x6 = x7))
|
exists e1 e2 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(e2,x9) & v_have(e1) & v_cross(e2) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x6) & of(x6,x1) & n_street(x8) & n_skirt(x3) & n_shirt(x4) & n_lady(x1) & n_hip(x6) & n_female(x1) & n_child(x9) & n_child(x5) & in(x1,x2) & Theme(e2,x8) & Theme(e1,x5) & Actor(e2,x7) & Actor(e1,x1) & -(x9 = x5) & (x6 = x7))
|
||
A woman is walking across the street with 4 children.
|
The woman is watching the kids at the playground.
| 2 | -100 |
The woman can't walk across the street with the kids and watch the kids at the playground simultaneously
|
exists e1 x1 x2 x3.(n_street(x2) & with(e1,x3) & n_child(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_playground(x3) & n_kid(x2) & n_woman(x1) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1))
|
4e31c718-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_street(x2) & n_date(x3) & n_child(x3) & across(e1,x2) & a_date_day_04(x3) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_watch(e1) & n_woman(x1) & n_playground(x3) & n_kid(x2) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman is walking across the street with 4 children.
|
Five people are crossing a road.
| 0 | -100 |
A woman and four children are five people.
|
exists e1 x1 x2 x3.(n_street(x2) & with(e1,x3) & n_child(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_cross(e1) & n_road(x2) & n_people(x1) & card_eq_5(x1))
|
4e31cd76-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_street(x2) & n_date(x3) & n_child(x3) & across(e1,x2) & a_date_day_04(x3) & Actor(e1,x1))
|
exists e1 x1 x2.(v_cross(e1) & n_road(x2) & n_people(x1) & card_eq_5(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A woman is walking across the street with 4 children.
|
The woman is making all the kids hold hands.
| 1 | -100 |
Just because a woman is walking across the street with 4 children it does not mean she is making them hold hands.
|
exists e1 x1 x2 x3.(n_street(x2) & with(e1,x3) & n_child(x3) & n_date(x3) & a_date_day_04(x3) & a_date_day_04(x3) & across(e1,x2) & Actor(e1,x1) & v_walk(e1) & n_woman(x1))
|
exists x1 x3.(n_kid(x3) & n_woman(x1) & all x2.((x2 = x3) -> exists e2 e1 x4 x5.(Theme(e2,x2) & Actor(e2,x1) & v_make(e2) & Theme(e1,x5) & Actor(e1,x4) & v_hold(e1) & n_hand(x5) & (x2 = x4))))
|
4e31d29e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(with(e1,x3) & v_walk(e1) & n_woman(x1) & n_street(x2) & n_date(x3) & n_child(x3) & across(e1,x2) & a_date_day_04(x3) & Actor(e1,x1))
|
exists x1 x3.(n_woman(x1) & n_kid(x3) & all x2.(exists e2 e1 x4 x5.(v_make(e2) & v_hold(e1) & n_hand(x5) & Theme(e2,x2) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x2 = x4)) | -(x2 = x3)))
|
||
A woman and four children are crossing a busy street.
|
A woman and her four children are crossing the street to go to school.
| 1 | -100 |
Just because a woman and four children are crossing a busy street does not mean they are going to school.
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & n_street(x4) & a_busy(s1) & Theme(s1,x4) & n_child(x3) & card_eq_4(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1))
|
exists e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(n_street(x8) & Topic(e1,p1) & exists e2 x9.(to(e2,x9) & n_school(x9) & Actor(e2,x1) & v_go(e2)) & Theme(e1,x8) & Actor(e1,x4) & v_cross(e1) & subset_of(x7,x4) & n_child(x7) & card_eq_4(x7) & of(x7,x6) & n_female(x6) & subset_of(x5,x4) & n_woman(x5) & subset_of(x3,x1) & n_child(x3) & card_eq_4(x3) & of(x3,x2) & n_female(x2) & subset_of(x2,x1) & n_woman(x2))
|
4e31d726-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_cross(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_street(x4) & n_child(x3) & card_eq_4(x3) & a_busy(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 p1 x1 x2 x3 x4 x5 x6 x7 x8.(v_cross(e1) & subset_of(x7,x4) & subset_of(x5,x4) & subset_of(x3,x1) & subset_of(x2,x1) & of(x7,x6) & of(x3,x2) & n_woman(x5) & n_woman(x2) & n_street(x8) & n_female(x6) & n_female(x2) & n_child(x7) & n_child(x3) & exists e2 x9.(v_go(e2) & to(e2,x9) & n_school(x9) & Actor(e2,x1)) & card_eq_4(x7) & card_eq_4(x3) & Topic(e1,p1) & Theme(e1,x8) & Actor(e1,x4))
|
||
A woman and four children are crossing a busy street.
|
A woman and four children are walking outside.
| 0 | -100 |
crossing a busy street is walking outside
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & n_street(x4) & a_busy(s1) & Theme(s1,x4) & n_child(x3) & card_eq_4(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1))
|
exists e1 s1 x1 x2 x3.(a_outside(s1) & Manner(e1,s1) & Actor(e1,x1) & v_walk(e1) & n_child(x3) & card_eq_4(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1))
|
4e31dce4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_cross(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_street(x4) & n_child(x3) & card_eq_4(x3) & a_busy(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_walk(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_child(x3) & card_eq_4(x3) & a_outside(s1) & Manner(e1,s1) & Actor(e1,x1))
|
||
A woman and four children are crossing a busy street.
|
A man is watching television at home.
| 2 | -100 |
A woman and children crossing the street are not a man watching television.
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x4) & Actor(e1,x1) & v_cross(e1) & n_street(x4) & a_busy(s1) & Theme(s1,x4) & n_child(x3) & card_eq_4(x3) & n_woman(x2) & subset_of(x3,x1) & subset_of(x2,x1))
|
exists e1 x1 x2 x3.(at(e1,x3) & n_home(x3) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_television(x2) & n_man(x1))
|
4e31e202-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_cross(e1) & subset_of(x3,x1) & subset_of(x2,x1) & n_woman(x2) & n_street(x4) & n_child(x3) & card_eq_4(x3) & a_busy(s1) & Theme(s1,x4) & Theme(e1,x4) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_watch(e1) & n_television(x2) & n_man(x1) & n_home(x3) & at(e1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Women crossing the street with several children.
|
A woman is crossing the street with five children.
| 1 | -100 |
Several children do not have to mean five children.
|
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & with(e1,x4) & n_child(x4) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_cross(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_street(x2) & with(e1,x3) & n_child(x3) & card_eq_5(x3) & Theme(e1,x2) & Actor(e1,x1) & v_cross(e1) & n_woman(x1))
|
4e31e68a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_cross(e1) & n_woman(x1) & n_street(x3) & n_child(x4) & a_topic(x1) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(with(e1,x3) & v_cross(e1) & n_woman(x1) & n_street(x2) & n_child(x3) & card_eq_5(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Women crossing the street with several children.
|
Several people are crossing the street.
| 0 | -100 |
Women and children are people.
|
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & with(e1,x4) & n_child(x4) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_cross(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 s1 x1 x2.(n_street(x2) & Theme(e1,x2) & Actor(e1,x1) & v_cross(e1) & n_people(x1) & a_several(s1) & Theme(s1,x1))
|
4e31eaea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_cross(e1) & n_woman(x1) & n_street(x3) & n_child(x4) & a_topic(x1) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_cross(e1) & n_street(x2) & n_people(x1) & a_several(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Women crossing the street with several children.
|
A woman is giving presents to the children.
| 2 | -100 |
Women is more than one woman and only one woman is giving presents
|
exists e1 s1 x1 x2 x3 x4.(n_street(x3) & a_topic(x1) & with(e1,x4) & n_child(x4) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_cross(e1) & (x1 = x2) & n_woman(x1))
|
exists e1 x1 x2 x3.(n_child(x3) & to(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & n_present(x2) & n_woman(x1))
|
4e31ef5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(with(e1,x4) & v_cross(e1) & n_woman(x1) & n_street(x3) & n_child(x4) & a_topic(x1) & a_several(s1) & Theme(s1,x4) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
exists e1 x1 x2 x3.(v_give(e1) & to(e1,x3) & n_woman(x1) & n_present(x2) & n_child(x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Asian girl children in a dance performance.
|
The children are dancing.
| 0 | -100 |
People in a dance performance can be assumed to be dancing.
|
exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_performance(x3) & of(x3,x4) & n_dance(x4) & n_child(x1) & of(x1,x2) & n_girl(x2) & a_asian(s1) & Theme(s1,x1))
|
exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_dance(e1))
|
4e31f490-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_performance(x3) & n_girl(x2) & n_dance(x4) & n_child(x1) & in(x1,x3) & a_topic(x1) & a_asian(s1) & Theme(s1,x1))
|
exists e1 x1.(v_dance(e1) & n_child(x1) & Actor(e1,x1))
|
||
Asian girl children in a dance performance.
|
The children are singing.
| 2 | -100 |
It is a dance performance so they can't be singing
|
exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_performance(x3) & of(x3,x4) & n_dance(x4) & n_child(x1) & of(x1,x2) & n_girl(x2) & a_asian(s1) & Theme(s1,x1))
|
exists e1 x1.(n_child(x1) & Actor(e1,x1) & v_sing(e1))
|
4e31f9ea-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_performance(x3) & n_girl(x2) & n_dance(x4) & n_child(x1) & in(x1,x3) & a_topic(x1) & a_asian(s1) & Theme(s1,x1))
|
exists e1 x1.(v_sing(e1) & n_child(x1) & Actor(e1,x1))
|
||
Asian girl children in a dance performance.
|
The children are dancing for Chinese new year.
| 1 | -100 |
Just because Asian girl children in a dance performance it does not mean they are dancing for Chinese new year.
|
exists s1 x1 x2 x3 x4.(a_topic(x1) & in(x1,x3) & n_performance(x3) & of(x3,x4) & n_dance(x4) & n_child(x1) & of(x1,x2) & n_girl(x2) & a_asian(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2.(n_child(x1) & for(e1,x2) & n_year(x2) & a_new(s2) & Theme(s2,x2) & a_chinese(s1) & Theme(s1,x2) & Actor(e1,x1) & v_dance(e1))
|
4e31fe9a-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3 x4.(of(x3,x4) & of(x1,x2) & n_performance(x3) & n_girl(x2) & n_dance(x4) & n_child(x1) & in(x1,x3) & a_topic(x1) & a_asian(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2.(v_dance(e1) & n_year(x2) & n_child(x1) & for(e1,x2) & a_new(s2) & a_chinese(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
||
Children are performing a routine on stage.
|
Children swimming in a pool
| 2 | -100 |
A stage is different from a pool.
|
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_routine(x2) & n_child(x1))
|
exists x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_pool(x3) & n_swimming(x1) & (x1 = x2) & ne_nam_children(x2))
|
4e3203a4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & n_stage(x3) & n_routine(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1 x2 x3.(ne_nam_children(x2) & n_swimming(x1) & n_pool(x3) & in(x1,x3) & a_topic(x1) & (x1 = x2))
|
||
Children are performing a routine on stage.
|
Some kids are on a stage
| 0 | -100 |
children are kids, and children are performing a routine on stage can be rephrased as some kids are on a stage.
|
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_routine(x2) & n_child(x1))
|
exists p1 x1.(exists x2.(on(x1,x2) & n_stage(x2)) & n_kid(x1))
|
4e3208c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & n_stage(x3) & n_routine(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists x1.(n_kid(x1) & exists x2.(on(x1,x2) & n_stage(x2)))
|
||
Children are performing a routine on stage.
|
Children having a play at their school
| 1 | -100 |
Just because children are performing on a stage does not mean that they are having a play at their school.
|
exists e1 x1 x2 x3.(on(e1,x3) & n_stage(x3) & Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & n_routine(x2) & n_child(x1))
|
exists e1 x1 x2 x3.(ne_nam_children(x1) & Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & at(x2,x3) & n_school(x3) & of(x3,x2) & n_thing(x2) & n_play(x2))
|
4e320d2c-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 x1 x2 x3.(v_perform(e1) & on(e1,x3) & n_stage(x3) & n_routine(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_have(e1) & of(x3,x2) & ne_nam_children(x1) & n_thing(x2) & n_school(x3) & n_play(x2) & at(x2,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Young girls perform a dance number on stage.
|
Young girl dancing on stage.
| 0 | -100 |
Performing a dance number and dancing are synonyms.
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & on(x2,x4) & n_stage(x4) & n_number(x2) & of(x2,x3) & n_dance(x3) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & on(e1,x3) & n_stage(x3) & Actor(e1,x2) & v_dance(e1) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e321196-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_number(x2) & n_girl(x1) & n_dance(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_dance(e1) & on(e1,x3) & n_stage(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
||
Young girls perform a dance number on stage.
|
Young girl wearing a fancy outfit.
| 1 | -100 |
Just because girls perform a dance number on stage it does not mean a girl is wearing a fancy outfit. A girl is one person; girls are many people.
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & on(x2,x4) & n_stage(x4) & n_number(x2) & of(x2,x3) & n_dance(x3) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_wear(e1) & n_outfit(x3) & a_fancy(s2) & Theme(s2,x3) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e321600-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_number(x2) & n_girl(x1) & n_dance(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 s2 x1 x2 x3.(v_wear(e1) & n_outfit(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & a_fancy(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Young girls perform a dance number on stage.
|
Young girl jogging outdoors.
| 2 | -100 |
The girls are dancing on stage so cannot be jogging outdoors
|
exists e1 s1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_perform(e1) & on(x2,x4) & n_stage(x4) & n_number(x2) & of(x2,x3) & n_dance(x3) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_jog(e1) & n_outdoors(x3) & (x1 = x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e321be6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3 x4.(v_perform(e1) & on(x2,x4) & of(x2,x3) & n_stage(x4) & n_number(x2) & n_girl(x1) & n_dance(x3) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_jog(e1) & n_outdoors(x3) & n_girl(x1) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2))
|
||
Four girls in pink and white all in the same pose.
|
Four girls in pink and white are in the same pose.
| 0 | -100 |
Four girls in pink and white are in the same pose implies Four girls in pink and white all in the same pose.
|
exists e1 s1 s2 x1 x2 x3.(n_same(x3) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & in(x2,x3) & n_all(x2) & a_white(s2) & Theme(s2,x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1) & card_eq_4(x1))
|
exists p1 x1 x2 x3 x4 x5.(n_same(x5) & exists e1 x6.(in(x1,x5) & Actor(e1,x6) & v_pose(e1) & (x5 = x6)) & in(x1,x2) & n_white(x4) & n_pink(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_girl(x1) & card_eq_4(x1))
|
4e322104-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_pose(e1) & n_same(x3) & n_girl(x1) & n_all(x2) & in(x2,x3) & in(x1,x2) & card_eq_4(x1) & a_white(s2) & a_pink(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists x1 x2 x3 x4 x5.(subset_of(x4,x2) & subset_of(x3,x2) & n_white(x4) & n_same(x5) & n_pink(x3) & n_girl(x1) & in(x1,x2) & exists e1 x6.(v_pose(e1) & in(x1,x5) & Actor(e1,x6) & (x5 = x6)) & card_eq_4(x1))
|
||
Four girls in pink and white all in the same pose.
|
Four cheerleaders in pink and white are all doing the same pose during a cheer.
| 1 | -100 |
Just because four girls are posing does not mean they are cheerleaders during a cheer.
|
exists e1 s1 s2 x1 x2 x3.(n_same(x3) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & in(x2,x3) & n_all(x2) & a_white(s2) & Theme(s2,x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1) & card_eq_4(x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(n_same(x5) & a_all(s1) & Manner(e2,s1) & Theme(e2,x5) & Actor(e2,x1) & v_do(e2) & during(e1,x7) & n_cheer(x7) & Actor(e1,x6) & v_pose(e1) & (x5 = x6) & in(x1,x2) & n_white(x4) & n_pink(x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_cheerleader(x1) & card_eq_4(x1))
|
4e322578-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_pose(e1) & n_same(x3) & n_girl(x1) & n_all(x2) & in(x2,x3) & in(x1,x2) & card_eq_4(x1) & a_white(s2) & a_pink(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7.(v_pose(e1) & v_do(e2) & subset_of(x4,x2) & subset_of(x3,x2) & n_white(x4) & n_same(x5) & n_pink(x3) & n_cheerleader(x1) & n_cheer(x7) & in(x1,x2) & during(e1,x7) & card_eq_4(x1) & a_all(s1) & Theme(e2,x5) & Manner(e2,s1) & Actor(e2,x1) & Actor(e1,x6) & (x5 = x6))
|
||
Four girls in pink and white all in the same pose.
|
Four girls in red and green are doing different poses.
| 2 | -100 |
If the girls are in pink and white, they are not in red and green, and if they're doing the same pose, they're not doing different poses.
|
exists e1 s1 s2 x1 x2 x3.(n_same(x3) & Actor(e1,x1) & v_pose(e1) & in(x1,x2) & in(x2,x3) & n_all(x2) & a_white(s2) & Theme(s2,x2) & a_pink(s1) & Theme(s1,x2) & n_girl(x1) & card_eq_4(x1))
|
exists e1 s1 x1 x2 x3 x4.(n_pose(x4) & Theme(e1,x3) & Actor(e1,x1) & v_do(e1) & -(x3 = x4) & n_pose(x3) & in(x1,x2) & n_green(x2) & a_red(s1) & Theme(s1,x2) & n_girl(x1) & card_eq_4(x1))
|
4e322a28-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 x1 x2 x3.(v_pose(e1) & n_same(x3) & n_girl(x1) & n_all(x2) & in(x2,x3) & in(x1,x2) & card_eq_4(x1) & a_white(s2) & a_pink(s1) & Theme(s2,x2) & Theme(s1,x2) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3 x4.(v_do(e1) & n_pose(x4) & n_pose(x3) & n_green(x2) & n_girl(x1) & in(x1,x2) & card_eq_4(x1) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e1,x1) & -(x3 = x4))
|
||
Young girls are doing a dance.
|
Young girls dancing.
| 0 | -100 |
young girls can only be dancing if they are doing a dance.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_dance(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1.(Actor(e1,x1) & v_dance(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e322fd2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_do(e1) & n_girl(x1) & n_dance(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 s1 x1.(v_dance(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Young girls are doing a dance.
|
Young girls are sleeping sounding in their beds.
| 2 | -100 |
If the girls are doing a dance, they cannot be sleeping in their beds.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_dance(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1 x2.(exists e2.(in(e2,x2) & Actor(e2,x1) & v_sound(e2)) & n_bed(x2) & of(x2,x1) & n_thing(x1) & Topic(e1,p1) & Actor(e1,x1) & v_sleep(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e323450-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_do(e1) & n_girl(x1) & n_dance(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 p1 s1 x1 x2.(v_sleep(e1) & of(x2,x1) & n_thing(x1) & n_girl(x1) & n_bed(x2) & exists e2.(v_sound(e2) & in(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Young girls are doing a dance.
|
Young girls are trying to do a rain dance.
| 1 | -100 |
Just because girls are dancing does not mean they are trying to do a rain dance.
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_do(e1) & n_dance(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2 x3.(Theme(e2,x2) & Actor(e2,x1) & v_do(e2) & n_dance(x2) & of(x2,x3) & n_rain(x3)) & n_girl(x1) & a_young(s1) & Theme(s1,x1))
|
4e3239a0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_do(e1) & n_girl(x1) & n_dance(x2) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
exists e1 p1 s1 x1.(v_try(e1) & n_girl(x1) & exists e2 x2 x3.(v_do(e2) & of(x2,x3) & n_rain(x3) & n_dance(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A little boy stands in the surf.
|
The boy is juggling apples.
| 2 | -100 |
The boy is standing in the surf, this is not usually where people juggle apples
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_juggle(e1) & n_apple(x2))
|
4e324bf2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_juggle(e1) & n_boy(x1) & n_apple(x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little boy stands in the surf.
|
The little boy is standing in water.
| 0 | -100 |
Surf is, in this context, another word for water.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(n_boy(x1) & a_little(s1) & Theme(s1,x1) & in(e1,x2) & n_water(x2) & Actor(e1,x1) & v_stand(e1))
|
4e325048-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2.(v_stand(e1) & n_water(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A little boy stands in the surf.
|
The surf is on mars.
| 2 | -100 |
The boy standing in a surf in no way implies that surf is on mars.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 x1.(n_surf(x1) & exists x2.(on(x1,x2) & n_mar(x2)))
|
4e325516-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_surf(x1) & exists x2.(on(x1,x2) & n_mar(x2)))
|
||
A little boy stands in the surf.
|
The boy is wearing a green bathing suit.
| 1 | 0.03807 |
Just because a boy stands in the surf it does not mean he is wearing a green bathing suit. A boy does not have to be little.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2 x3.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_suit(x2) & of(x2,x3) & n_bathing(x3) & a_green(s1) & Theme(s1,x2))
|
4e325980-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 s1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_suit(x2) & n_boy(x1) & n_bathing(x3) & a_green(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1))
|
||
A little boy stands in the surf.
|
The boy is indoors.
| 2 | -100 |
If the boy is in the surf, he can't be indoors.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 x1.(n_boy(x1) & exists x2.((x1 = x2) & n_indoor(x2)))
|
4e325dd6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_boy(x1) & exists x2.(n_indoor(x2) & (x1 = x2)))
|
||
A little boy stands in the surf.
|
A boy napping
| 2 | 0.000006 |
If the boy stands in the surf, he's obviously not napping.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(a_topic(x1) & Actor(e1,x2) & v_nap(e1) & (x1 = x2) & n_boy(x1))
|
4e326236-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 x1 x2.(v_nap(e1) & n_boy(x1) & a_topic(x1) & Actor(e1,x2) & (x1 = x2))
|
||
A little boy stands in the surf.
|
a boy playing
| 1 | 0.751016 |
Just because the boy is standing in the surf does not mean he is playing.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists x1 x2.(a_topic(x1) & n_playing(x1) & of(x1,x2) & n_boy(x2))
|
4e326790-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1 x2.(of(x1,x2) & n_playing(x1) & n_boy(x2) & a_topic(x1))
|
||
A little boy stands in the surf.
|
The boy is outside.
| 0 | -100 |
A little boy stand in the surf, and the surf is outside.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists s1 x1.(n_boy(x1) & Theme(s1,x1) & a_outside(s1))
|
4e326d76-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1))
|
||
A little boy stands in the surf.
|
The color of the water is blue.
| 1 | 0.802921 |
Just because there is a surf does mean it is blue.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists s1 x1 x2.(n_water(x2) & n_color(x1) & Theme(s1,x1) & a_blue(s1) & of(x1,x2))
|
4e3272b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists s1 x1 x2.(of(x1,x2) & n_water(x2) & n_color(x1) & a_blue(s1) & Theme(s1,x1))
|
||
A little boy stands in the surf.
|
A boy at the beach
| 0 | 0.994196 |
Since the boy in the surf, he may be at the beach
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists x1 x2.(n_beach(x2) & a_topic(x1) & at(x1,x2) & n_boy(x1))
|
4e32773a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1 x2.(n_boy(x1) & n_beach(x2) & at(x1,x2) & a_topic(x1))
|
||
A little boy stands in the surf.
|
The boy is a surfer
| 1 | 0.654101 |
Just because the boy stands in the surf does not mean that he is a surfer.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 x1.(n_boy(x1) & exists x2.((x1 = x2) & n_surfer(x2)))
|
4e327c76-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1.(n_boy(x1) & exists x2.(n_surfer(x2) & (x1 = x2)))
|
||
A little boy stands in the surf.
|
A little boy is getting wet.
| 0 | -100 |
If he stands in the surf, it follows that he is getting wet
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(exists s2.(Theme(s2,x1) & a_wet(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_get(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
4e328590-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists e1 p1 s1 x1.(v_get(e1) & n_boy(x1) & exists s2.(a_wet(s2) & Theme(s2,x1)) & a_little(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A little boy stands in the surf.
|
A little boy is at the playground.
| 2 | -100 |
The surf is not a playground.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 s1 x1 x2.(n_playground(x2) & at(x1,x2) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
4e328a18-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists s1 x1 x2.(n_playground(x2) & n_boy(x1) & at(x1,x2) & a_little(s1) & Theme(s1,x1))
|
||
A little boy stands in the surf.
|
A boy is in the ocean.
| 0 | -100 |
surf almost the same as ocean.
|
exists e1 s1 x1 x2.(n_surf(x2) & in(e1,x2) & Actor(e1,x1) & v_stand(e1) & n_boy(x1) & a_little(s1) & Theme(s1,x1))
|
exists p1 x1 x2.(n_ocean(x2) & in(x1,x2) & n_boy(x1))
|
4e328f5e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2.(v_stand(e1) & n_surf(x2) & n_boy(x1) & in(e1,x2) & a_little(s1) & Theme(s1,x1) & Actor(e1,x1))
|
exists x1 x2.(n_ocean(x2) & n_boy(x1) & in(x1,x2))
|
||
An older man drinks from a wineglass.
|
A man is drinking from a wineglass.
| 0 | -100 |
Drinks and is drinking are different forms of the same word.
|
exists s1 x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_wineglass(x3) & n_drink(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(from(e1,x2) & n_wineglass(x2) & Actor(e1,x1) & v_drink(e1) & n_man(x1))
|
4e329440-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(r_more(s1) & of(x1,x2) & n_wineglass(x3) & n_man(x2) & n_drink(x1) & from(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(v_drink(e1) & n_wineglass(x2) & n_man(x1) & from(e1,x2) & Actor(e1,x1))
|
||
An older man drinks from a wineglass.
|
A young woman eats from a plate.
| 2 | -100 |
An older man cannot be a young woman
|
exists s1 x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_wineglass(x3) & n_drink(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(from(e1,x2) & n_plate(x2) & Actor(e1,x1) & v_eat(e1) & n_woman(x1) & a_young(s1) & Theme(s1,x1))
|
4e3299c2-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(r_more(s1) & of(x1,x2) & n_wineglass(x3) & n_man(x2) & n_drink(x1) & from(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(v_eat(e1) & n_woman(x1) & n_plate(x2) & from(e1,x2) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1))
|
||
An older man drinks from a wineglass.
|
A delighted older man drinks from a wineglass.
| 1 | -100 |
Just because an older man drinks from a wineglass it does not mean he is delighted.
|
exists s1 x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_wineglass(x3) & n_drink(x1) & of(x1,x2) & n_man(x2) & r_more(s1) & a_older(s1) & Theme(s1,x1))
|
exists s1 s2 x1 x2 x3.(a_topic(x1) & from(x1,x3) & n_wineglass(x3) & n_drink(x1) & of(x1,x2) & n_man(x2) & r_more(s2) & a_older(s2) & Theme(s2,x1) & a_delighted(s1) & Theme(s1,x1))
|
4e329ee0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 x1 x2 x3.(r_more(s1) & of(x1,x2) & n_wineglass(x3) & n_man(x2) & n_drink(x1) & from(x1,x3) & a_topic(x1) & a_older(s1) & Theme(s1,x1))
|
exists s1 s2 x1 x2 x3.(r_more(s2) & of(x1,x2) & n_wineglass(x3) & n_man(x2) & n_drink(x1) & from(x1,x3) & a_topic(x1) & a_older(s2) & a_delighted(s1) & Theme(s2,x1) & Theme(s1,x1))
|
||
A young child splashing in water.
|
A small child is in the kiddy pool.
| 1 | 0.542284 |
Just because a child is young does not mean he or she is small. Just because a young child is in water does not mean he or she is in the kiddy pool.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 s1 s2 x1 x2.(n_pool(x2) & a_kiddy(s2) & Theme(s2,x2) & in(x1,x2) & n_child(x1) & a_small(s1) & Theme(s1,x1))
|
4e32c2f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 s2 x1 x2.(n_pool(x2) & n_child(x1) & in(x1,x2) & a_small(s1) & a_kiddy(s2) & Theme(s2,x2) & Theme(s1,x1))
|
||
A young child splashing in water.
|
A young child is floating placidly in the water.
| 2 | 0.000801 |
Splashing requires movement and floating doesn't
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2.(n_water(x2) & in(e1,x2) & a_placidly(s2) & Manner(e1,s2) & Actor(e1,x1) & v_float(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e32d004-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 x1 x2.(v_float(e1) & n_water(x2) & n_child(x1) & in(e1,x2) & a_young(s1) & a_placidly(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
||
A young child splashing in water.
|
A young child is eating a snack.
| 2 | -100 |
If they are splashing in water, they can't be eating a snack.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_eat(e1) & n_snack(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e32e576-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 x1 x2.(v_eat(e1) & n_snack(x2) & n_child(x1) & a_young(s1) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
A young child splashing in water.
|
A young child is learning to swim.
| 1 | 0.152387 |
A young child splashing in water does not imply he or she is learning to swim.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_learn(e1) & exists e2.(Actor(e2,x1) & v_swim(e2)) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e32fa02-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 x1.(v_learn(e1) & n_child(x1) & exists e2.(v_swim(e2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
A young child splashing in water.
|
A small child splashes in water.
| 0 | -100 |
A young child is a small child. Splashes is a restatement of splashing.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists s1 x1 x2 x3.(a_topic(x1) & in(x1,x3) & n_water(x3) & n_splash(x1) & of(x1,x2) & n_child(x2) & a_small(s1) & Theme(s1,x1))
|
4e330718-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists s1 x1 x2 x3.(of(x1,x2) & n_water(x3) & n_splash(x1) & n_child(x2) & in(x1,x3) & a_topic(x1) & a_small(s1) & Theme(s1,x1))
|
||
A young child splashing in water.
|
A young child is happily playing in some water.
| 0 | 0.995821 |
Happily playing is a restatement of splashing.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 s1 s2 x1 x2.(a_happily(s2) & Manner(e1,s2) & in(e1,x2) & n_water(x2) & Actor(e1,x1) & v_play(e1) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e3310f0-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 s1 s2 x1 x2.(v_play(e1) & n_water(x2) & n_child(x1) & in(e1,x2) & a_young(s1) & a_happily(s2) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
||
A young child splashing in water.
|
A young child is being taught to swim.
| 1 | 0.133831 |
Just because a young child is splashing in water does not imply that the child is being taught to swim.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(Recipient(e1,p1) & Topic(e1,x1) & v_teach(e1) & exists e2.(Actor(e2,x1) & v_swim(e2)) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e331ba4-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 x1.(v_teach(e1) & n_child(x1) & exists e2.(v_swim(e2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,x1) & Theme(s1,x1) & Recipient(e1,p1))
|
||
A young child splashing in water.
|
A child is in a pool swimming.
| 1 | 0.662994 |
Just because a young child is splashing in water does not imply that the child is swimming in a pool.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2 x3.(in(x1,x2) & n_swimming(x2) & of(x2,x3) & n_pool(x3)) & n_child(x1))
|
4e3330f8-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists x1.(n_child(x1) & exists x2 x3.(of(x2,x3) & n_swimming(x2) & n_pool(x3) & in(x1,x2)))
|
||
A young child splashing in water.
|
A young child is trying to learn how to swim.
| 1 | 0.167284 |
Just because a young child is splashing in water does not imply that the child is trying to learn to swim.
|
exists e1 s1 x1 x2 x3.(a_topic(x1) & in(e1,x3) & n_water(x3) & Actor(e1,x2) & v_splash(e1) & (x1 = x2) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
exists e1 p1 s1 x1.(Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 p2 s2.(a_how(s2) & Manner(e2,s2) & Topic(e2,p2) & Actor(e2,x1) & v_learn(e2) & exists e3.(Actor(e3,x1) & v_swim(e3))) & n_child(x1) & a_young(s1) & Theme(s1,x1))
|
4e334aa2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 x1 x2 x3.(v_splash(e1) & n_water(x3) & n_child(x1) & in(e1,x3) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
exists e1 p1 s1 x1.(v_try(e1) & n_child(x1) & exists e2 p2 s2.(v_learn(e2) & exists e3.(v_swim(e3) & Actor(e3,x1)) & a_how(s2) & Topic(e2,p2) & Manner(e2,s2) & Actor(e2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
Two vendors are selling food to people in a plaza.
| 1 | 0.394365 |
Being outside does not imply selling food.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(in(e1,x4) & n_plaza(x4) & to(e1,x3) & n_people(x3) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_food(x2) & n_vendor(x1) & card_eq_2(x1))
|
4e3411bc-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 x1 x2 x3 x4.(v_sell(e1) & to(e1,x3) & n_vendor(x1) & n_plaza(x4) & n_people(x3) & n_food(x2) & in(e1,x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
People are selling things
| 1 | 0.856543 |
Being outside does not imply selling things.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_thing(x2) & n_people(x1))
|
4e341824-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 x1 x2.(v_sell(e1) & n_thing(x2) & n_people(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
The two people sell umbrellas.
| 0 | 0.707882 |
The two people are vendors.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 x1 x2.(n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_umbrella(x2))
|
4e341d7e-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 x1 x2.(v_sell(e1) & n_umbrella(x2) & n_people(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
The vendors are in a flea market.
| 1 | 0.619876 |
Vendors in the middle of a lot of people does not imply it being a flea market.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists p1 x1.(n_vendor(x1) & exists x2 x3.(in(x1,x2) & n_market(x2) & of(x2,x3) & n_flea(x3)))
|
4e342d00-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists x1.(n_vendor(x1) & exists x2 x3.(of(x2,x3) & n_market(x2) & n_flea(x3) & in(x1,x2)))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
People are selling umbrellas to a crowd in the rain.
| 1 | 0.060968 |
Vendors with umbrellas are not necessarily selling them and it is not necessarily raining.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 x1 x2 x3 x4.(n_rain(x4) & in(e1,x4) & to(e1,x3) & n_crowd(x3) & Theme(e1,x2) & Actor(e1,x1) & v_sell(e1) & n_umbrella(x2) & n_people(x1))
|
4e3437d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 x1 x2 x3 x4.(v_sell(e1) & to(e1,x3) & n_umbrella(x2) & n_rain(x4) & n_people(x1) & n_crowd(x3) & in(e1,x4) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
Vendors serve a crowd in an indoor mall.
| 2 | 0.000033 |
Two vendors are indoors. More than one vendor are inside. They cannot be the same vendors.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 s1 x1 x2 x3.(in(e1,x3) & n_mall(x3) & a_indoor(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_serve(e1) & n_crowd(x2) & n_vendor(x1))
|
4e3449c0-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 s1 x1 x2 x3.(v_serve(e1) & n_vendor(x1) & n_mall(x3) & n_crowd(x2) & in(e1,x3) & a_indoor(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1))
|
||
Two vendors with red and white umbrellas are outside in the middle of a lot of people.
|
A lot of people surround two vendors selling food with red and white umbrellas.
| 1 | 0.603605 |
Vendors with umbrellas are not necessarily selling food and being in the middle of a lot of people does not necessarily imply being surrounded.
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(n_middle(x3) & in(s3,x3) & of(x3,x4) & of(x4,x5) & n_people(x5) & n_lot(x4) & Theme(s3,x1) & a_outside(s3) & with(x1,x2) & n_umbrella(x2) & a_white(s2) & Theme(s2,x2) & a_red(s1) & Theme(s1,x2) & n_vendor(x1) & card_eq_2(x1))
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(Theme(e2,x3) & Actor(e2,x1) & v_surround(e2) & with(e1,x6) & n_umbrella(x6) & a_white(s2) & Theme(s2,x6) & a_red(s1) & Theme(s1,x6) & Theme(e1,x5) & Actor(e1,x4) & v_sell(e1) & n_food(x5) & (x3 = x4) & n_vendor(x3) & card_eq_2(x3) & of(x1,x2) & n_people(x2) & n_lot(x1))
|
4e345a0a-e4c8-11ec-9cdd-0242ac1c0002
|
exists s1 s2 s3 x1 x2 x3 x4 x5.(with(x1,x2) & of(x4,x5) & of(x3,x4) & n_vendor(x1) & n_umbrella(x2) & n_people(x5) & n_middle(x3) & n_lot(x4) & in(s3,x3) & card_eq_2(x1) & a_white(s2) & a_red(s1) & a_outside(s3) & Theme(s3,x1) & Theme(s2,x2) & Theme(s1,x2))
|
exists e1 e2 s1 s2 x1 x2 x3 x4 x5 x6.(with(e1,x6) & v_surround(e2) & v_sell(e1) & of(x1,x2) & n_vendor(x3) & n_umbrella(x6) & n_people(x2) & n_lot(x1) & n_food(x5) & card_eq_2(x3) & a_white(s2) & a_red(s1) & Theme(s2,x6) & Theme(s1,x6) & Theme(e2,x3) & Theme(e1,x5) & Actor(e2,x1) & Actor(e1,x4) & (x3 = x4))
|
||
A large crowd of people walk around on a busy street.
|
A large crowd of men in suits walk around on a busy street.
| 1 | 0.125209 |
A crowd of people does not imply men in suits.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(on(e1,x4) & n_street(x4) & a_busy(s3) & Theme(s3,x4) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & in(x1,x3) & n_suit(x3) & of(x1,x2) & n_man(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
4e3473be-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 s1 s2 s3 x1 x2 x3 x4.(v_walk(e1) & on(e1,x4) & of(x1,x2) & n_suit(x3) & n_street(x4) & n_man(x2) & n_crowd(x1) & in(x1,x3) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x4) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
||
A large crowd of people walk around on a busy street.
|
A crowd of people walk down the street.
| 0 | 0.997486 |
To walk down the street is a rephrasing of walk down the street.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_street(x3) & down(e1,x3) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1))
|
4e347de6-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & down(e1,x3) & Actor(e1,x1))
|
||
A large crowd of people walk around on a busy street.
|
People are shopping.
| 1 | 0.020402 |
Walk does not imply shopping.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.((x1 = x2) & n_shop(x2)) & n_people(x1))
|
4e3482d2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_shop(x2) & (x1 = x2)))
|
||
A large crowd of people walk around on a busy street.
|
There is a crowd of people walking towards the sports arena.
| 1 | 0.054218 |
Walk around does not imply walking towards the sports arena.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists p1 x1 x5 x6.(n_arena(x5) & of(x5,x6) & n_sport(x6) & exists e1 x2 x3 x4.((x1 = x2) & of(x2,x3) & towards(e1,x5) & Actor(e1,x4) & v_walk(e1) & (x3 = x4) & n_people(x3) & n_crowd(x2)))
|
4e34925e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists x1 x5 x6.(of(x5,x6) & n_sport(x6) & n_arena(x5) & exists e1 x2 x3 x4.(v_walk(e1) & towards(e1,x5) & of(x2,x3) & n_people(x3) & n_crowd(x2) & Actor(e1,x4) & (x3 = x4) & (x1 = x2)))
|
||
A large crowd of people walk around on a busy street.
|
People are in cars.
| 2 | 0 |
People cannot be walking and in cars at the same time. People can refer to more than one but not a crowd.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists p1 x1.(exists x2.(in(x1,x2) & n_car(x2)) & n_people(x1))
|
4e34975e-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists x1.(n_people(x1) & exists x2.(n_car(x2) & in(x1,x2)))
|
||
A large crowd of people walk around on a busy street.
|
A crowd of protesters walk down the street.
| 1 | 0.047223 |
A crowd does not have to be large or protesters.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists e1 x1 x2 x3.(n_street(x3) & down(e1,x3) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_protester(x2) & n_crowd(x1))
|
4e34a69a-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 x1 x2 x3.(v_walk(e1) & of(x1,x2) & n_street(x3) & n_protester(x2) & n_crowd(x1) & down(e1,x3) & Actor(e1,x1))
|
||
A large crowd of people walk around on a busy street.
|
The people are marching in a parade.
| 1 | 0.087504 |
People do not have to be a large crowd. Just because people walk around it does not mean they are in a parade.
|
exists e1 s1 s2 s3 x1 x2 x3.(on(e1,x3) & n_street(x3) & a_busy(s3) & Theme(s3,x3) & a_around(s2) & Manner(e1,s2) & Actor(e1,x1) & v_walk(e1) & of(x1,x2) & n_people(x2) & n_crowd(x1) & a_large(s1) & Theme(s1,x1))
|
exists e1 x1 x2.(n_people(x1) & in(e1,x2) & n_parade(x2) & Actor(e1,x1) & v_march(e1))
|
4e34abea-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 s1 s2 s3 x1 x2 x3.(v_walk(e1) & on(e1,x3) & of(x1,x2) & n_street(x3) & n_people(x2) & n_crowd(x1) & a_large(s1) & a_busy(s3) & a_around(s2) & Theme(s3,x3) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x1))
|
exists e1 x1 x2.(v_march(e1) & n_people(x1) & n_parade(x2) & in(e1,x2) & Actor(e1,x1))
|
||
Black man in a nice suite that matches the rest of the choir he's singing with near a piano.
|
A black singer performing as someone plays a piano in the background.
| 0 | 0.678082 |
Singing implies performing.
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(n_male(x6) & n_choir(x6) & n_rest(x5) & a_topic(x1) & near(x1,x8) & n_piano(x8) & in(x1,x3) & Theme(e2,x5) & Actor(e2,x4) & v_match(e2) & of(x5,x6) & with(e1,x7) & (x6 = x7) & Actor(e1,x6) & v_sing(e1) & (x3 = x4) & n_suite(x3) & a_nice(s1) & Theme(s1,x3) & n_man(x1) & (x1 = x2) & ne_nam_black(x2))
|
exists e1 p1 s1 x1 x2 x5.(n_background(x5) & a_topic(x1) & exists e2 x3 x4.(in(e2,x5) & Theme(e2,x4) & Actor(e2,x3) & v_play(e2) & n_piano(x4) & n_person(x3)) & as(e1,p1) & Actor(e1,x2) & v_perform(e1) & (x1 = x2) & n_singer(x1) & a_black(s1) & Theme(s1,x1))
|
4e34c5b2-e4c8-11ec-9cdd-0242ac1c0002
|
exists e1 e2 s1 x1 x2 x3 x4 x5 x6 x7 x8.(with(e1,x7) & v_sing(e1) & v_match(e2) & of(x5,x6) & near(x1,x8) & ne_nam_black(x2) & n_suite(x3) & n_rest(x5) & n_piano(x8) & n_man(x1) & n_male(x6) & n_choir(x6) & in(x1,x3) & a_topic(x1) & a_nice(s1) & Theme(s1,x3) & Theme(e2,x5) & Actor(e2,x4) & Actor(e1,x6) & (x6 = x7) & (x3 = x4) & (x1 = x2))
|
exists e1 p1 s1 x1 x2 x5.(v_perform(e1) & n_singer(x1) & n_background(x5) & exists e2 x3 x4.(v_play(e2) & n_piano(x4) & n_person(x3) & in(e2,x5) & Theme(e2,x4) & Actor(e2,x3)) & as(e1,p1) & a_topic(x1) & a_black(s1) & Theme(s1,x1) & Actor(e1,x2) & (x1 = x2))
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.