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
|
---|---|---|---|---|---|---|---|---|---|---|---|
Motorcyclists with white helmets in a parking lot. | There is a motorcyclist with a white helmet because that's the only helmet they own. | 1 | -100 | Wearing a white helmet does not imply it is the only helmet the biker owns. | exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(x2,x3) & n_lot(x3) & of(x3,x4) & n_parking(x4) & n_helmet(x2) & a_white(s1) & Theme(s1,x2) & n_motorcyclist(x1)) | exists p1 p2 x1 x4 x5.(n_thing(x5) & all x7.(n_helmet(x7) -> (x5 = x7)) & n_helmet(x5) & n_thing(x4) & exists p3 e1 x6.((x4 = x5) & Theme(e1,x6) & Actor(e1,x5) & v_own(e1) & (x5 = x6)) & because(p1,p2) & exists s1 x2 x3.((x1 = x2) & with(x2,x3) & n_helmet(x3) & a_white(s1) & Theme(s1,x3) & n_motorcyclist(x2))) | 4cff01da-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x1,x2) & of(x3,x4) & n_parking(x4) & n_motorcyclist(x1) & n_lot(x3) & n_helmet(x2) & in(x2,x3) & a_white(s1) & a_topic(x1) & Theme(s1,x2)) | exists p1 p2 x1 x4 x5.(n_thing(x5) & n_thing(x4) & n_helmet(x5) & exists s1 x2 x3.(with(x2,x3) & n_motorcyclist(x2) & n_helmet(x3) & a_white(s1) & Theme(s1,x3) & (x1 = x2)) & exists e1 x6.(v_own(e1) & Theme(e1,x6) & Actor(e1,x5) & (x5 = x6) & (x4 = x5)) & because(p1,p2) & all x7.(-n_helmet(x7) | (x5 = x7))) |
||
Motorcyclists with white helmets in a parking lot. | There is a biker with a green helmet. | 2 | -100 | Motorcyclists is multiple while biker is singular. A green helmet is not a white helmet. | exists s1 x1 x2 x3 x4.(a_topic(x1) & with(x1,x2) & in(x2,x3) & n_lot(x3) & of(x3,x4) & n_parking(x4) & n_helmet(x2) & a_white(s1) & Theme(s1,x2) & n_motorcyclist(x1)) | exists p1 x1 s1 x2 x3.((x1 = x2) & with(x2,x3) & n_helmet(x3) & a_green(s1) & Theme(s1,x3) & n_biker(x2)) | 4cff06e4-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4.(with(x1,x2) & of(x3,x4) & n_parking(x4) & n_motorcyclist(x1) & n_lot(x3) & n_helmet(x2) & in(x2,x3) & a_white(s1) & a_topic(x1) & Theme(s1,x2)) | exists x1 s1 x2 x3.(with(x2,x3) & n_helmet(x3) & n_biker(x2) & a_green(s1) & Theme(s1,x3) & (x1 = x2)) |
||
people are riding motorcycles in a circle. | People are on motercycles | 0 | -100 | If you are riding a motorcycle, you are on it. | exists e1 x1 x2 x3.(in(e1,x3) & n_circle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2) & n_people(x1)) | exists p1 x1.(exists x2.(on(x1,x2) & n_motercycle(x2)) & n_people(x1)) | 4cff0be4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & n_people(x1) & n_motorcycle(x2) & n_circle(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists x1.(n_people(x1) & exists x2.(on(x1,x2) & n_motercycle(x2))) |
||
people are riding motorcycles in a circle. | bikers ride in a show. | 1 | -100 | Riding does not imply it is in a show. | exists e1 x1 x2 x3.(in(e1,x3) & n_circle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2) & n_people(x1)) | exists e1 x1 x2.(in(e1,x2) & n_show(x2) & Actor(e1,x1) & v_ride(e1) & n_biker(x1)) | 4cff10e4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & n_people(x1) & n_motorcycle(x2) & n_circle(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_show(x2) & n_biker(x1) & in(e1,x2) & Actor(e1,x1)) |
||
people are riding motorcycles in a circle. | people are runnig | 2 | -100 | Riding motorcycles and running are very different actions. | exists e1 x1 x2 x3.(in(e1,x3) & n_circle(x3) & Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2) & n_people(x1)) | exists e1 x1.(Actor(e1,x1) & v_runnig(e1) & n_people(x1)) | 4cff163e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3.(v_ride(e1) & n_people(x1) & n_motorcycle(x2) & n_circle(x3) & in(e1,x3) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1.(v_runnig(e1) & n_people(x1) & Actor(e1,x1)) |
||
Several motorcycle policemen driving on a street or parking lot in a wooded area. | police officers driving cruisers | 2 | -100 | The policemen are either driving motorcycles or cruisers and not both. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_area(x5) & a_wooded(s2) & Theme(s2,x5) & on(e1,x4) & (n_street(x4) | exists x6.(n_lot(x4) & of(x4,x6) & n_parking(x6))) & Actor(e1,x3) & v_drive(e1) & (x1 = x3) & n_policeman(x1) & of(x1,x2) & n_motorcycle(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & v_drive(e1) & n_cruiser(x4) & (x1 = x3) & n_officer(x1) & of(x1,x2) & n_police(x2)) | 4cff1c06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_drive(e1) & on(e1,x4) & of(x1,x2) & n_policeman(x1) & n_motorcycle(x2) & n_area(x5) & in(e1,x5) & a_wooded(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (n_street(x4) | exists x6.(of(x4,x6) & n_parking(x6) & n_lot(x4)))) | exists e1 x1 x2 x3 x4.(v_drive(e1) & of(x1,x2) & n_police(x2) & n_officer(x1) & n_cruiser(x4) & a_topic(x1) & Theme(e1,x4) & Actor(e1,x3) & (x1 = x3)) |
||
Several motorcycle policemen driving on a street or parking lot in a wooded area. | a few people riding outside | 1 | -100 | Several people riding on a street or parking lot does imply a few people riding outside. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_area(x5) & a_wooded(s2) & Theme(s2,x5) & on(e1,x4) & (n_street(x4) | exists x6.(n_lot(x4) & of(x4,x6) & n_parking(x6))) & Actor(e1,x3) & v_drive(e1) & (x1 = x3) & n_policeman(x1) & of(x1,x2) & n_motorcycle(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2.(a_topic(x1) & a_outside(s2) & Manner(e1,s2) & Actor(e1,x2) & v_ride(e1) & (x1 = x2) & n_people(x1) & a_few(s1) & Theme(s1,x1)) | 4cff20b6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_drive(e1) & on(e1,x4) & of(x1,x2) & n_policeman(x1) & n_motorcycle(x2) & n_area(x5) & in(e1,x5) & a_wooded(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (n_street(x4) | exists x6.(of(x4,x6) & n_parking(x6) & n_lot(x4)))) | exists e1 s1 s2 x1 x2.(v_ride(e1) & n_people(x1) & a_topic(x1) & a_outside(s2) & a_few(s1) & Theme(s1,x1) & Manner(e1,s2) & Actor(e1,x2) & (x1 = x2)) |
||
Several motorcycle policemen driving on a street or parking lot in a wooded area. | several uniformed people riding motorcycles | 0 | -100 | Policemen are uniformed people. | exists e1 s1 s2 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_area(x5) & a_wooded(s2) & Theme(s2,x5) & on(e1,x4) & (n_street(x4) | exists x6.(n_lot(x4) & of(x4,x6) & n_parking(x6))) & Actor(e1,x3) & v_drive(e1) & (x1 = x3) & n_policeman(x1) & of(x1,x2) & n_motorcycle(x2) & a_several(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_ride(e1) & n_motorcycle(x3) & (x1 = x2) & n_people(x1) & a_uniformed(s2) & Theme(s2,x1) & a_several(s1) & Theme(s1,x1)) | 4cff25e8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_drive(e1) & on(e1,x4) & of(x1,x2) & n_policeman(x1) & n_motorcycle(x2) & n_area(x5) & in(e1,x5) & a_wooded(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x5) & Theme(s1,x1) & Actor(e1,x3) & (x1 = x3) & (n_street(x4) | exists x6.(of(x4,x6) & n_parking(x6) & n_lot(x4)))) | exists e1 s1 s2 x1 x2 x3.(v_ride(e1) & n_people(x1) & n_motorcycle(x3) & a_uniformed(s2) & a_topic(x1) & a_several(s1) & Theme(s2,x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A group of motorcyclists drive around a parking lot. | A biker gang is holding a rally. | 1 | -100 | A group of motorcyclists are not necessarily a biker gang and to drive around a parking lot does not imply holding a rally. | exists e1 x1 x2 x3 x4.(around(e1,x3) & n_lot(x3) & of(x3,x4) & n_parking(x4) & Actor(e1,x1) & v_drive(e1) & of(x1,x2) & n_motorcyclist(x2) & n_group(x1)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_hold(e1) & n_rally(x3) & n_gang(x1) & of(x1,x2) & n_biker(x2)) | 4cff2aa2-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_drive(e1) & of(x3,x4) & of(x1,x2) & n_parking(x4) & n_motorcyclist(x2) & n_lot(x3) & n_group(x1) & around(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_hold(e1) & of(x1,x2) & n_rally(x3) & n_gang(x1) & n_biker(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A group of motorcyclists drive around a parking lot. | People are running a marathon. | 2 | -100 | Motorcyclists drive is a different action than people running a marathon. | exists e1 x1 x2 x3 x4.(around(e1,x3) & n_lot(x3) & of(x3,x4) & n_parking(x4) & Actor(e1,x1) & v_drive(e1) & of(x1,x2) & n_motorcyclist(x2) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_run(e1) & n_marathon(x2) & n_people(x1)) | 4cff2f48-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_drive(e1) & of(x3,x4) & of(x1,x2) & n_parking(x4) & n_motorcyclist(x2) & n_lot(x3) & n_group(x1) & around(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_people(x1) & n_marathon(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A group of motorcyclists drive around a parking lot. | People are riding motorcycles. | 0 | -100 | motorcyclists are people. Driving a motorcycle and riding one is the same thing. | exists e1 x1 x2 x3 x4.(around(e1,x3) & n_lot(x3) & of(x3,x4) & n_parking(x4) & Actor(e1,x1) & v_drive(e1) & of(x1,x2) & n_motorcyclist(x2) & n_group(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_ride(e1) & n_motorcycle(x2) & n_people(x1)) | 4cff33da-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_drive(e1) & of(x3,x4) & of(x1,x2) & n_parking(x4) & n_motorcyclist(x2) & n_lot(x3) & n_group(x1) & around(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_ride(e1) & n_people(x1) & n_motorcycle(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two workers, in a crane, are repairing a building structure high off the ground. | A man and woman work in a crane. | 1 | -100 | Two workers does not imply a man and a woman. | exists e1 x1 x2 x3 x4 x5 x6.(n_ground(x6) & Theme(e1,x3) & Actor(e1,x1) & v_repair(e1) & off(x5,x6) & high(x3,x5) & n_thing(x5) & n_structure(x3) & of(x3,x4) & n_building(x4) & in(x1,x2) & n_crane(x2) & n_worker(x1) & card_eq_2(x1)) | exists s1 x1 x2 x3 x4.(a_topic(s1) & subset_of(x2,s1) & in(x2,x4) & n_crane(x4) & n_work(x2) & of(x2,x3) & n_woman(x3) & subset_of(x1,s1) & n_man(x1)) | 4cff386c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_repair(e1) & off(x5,x6) & of(x3,x4) & n_worker(x1) & n_thing(x5) & n_structure(x3) & n_ground(x6) & n_crane(x2) & n_building(x4) & in(x1,x2) & high(x3,x5) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x1)) | exists s1 x1 x2 x3 x4.(subset_of(x2,s1) & subset_of(x1,s1) & of(x2,x3) & n_work(x2) & n_woman(x3) & n_man(x1) & n_crane(x4) & in(x2,x4) & a_topic(s1)) |
||
Two workers, in a crane, are repairing a building structure high off the ground. | Two worker sit on the sidewalk and eat lunch. | 2 | -100 | Workers need to either be on the sidewalk or in a crane. | exists e1 x1 x2 x3 x4 x5 x6.(n_ground(x6) & Theme(e1,x3) & Actor(e1,x1) & v_repair(e1) & off(x5,x6) & high(x3,x5) & n_thing(x5) & n_structure(x3) & of(x3,x4) & n_building(x4) & in(x1,x2) & n_crane(x2) & n_worker(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(n_lunch(x4) & a_eat(s1) & Theme(s1,x4) & n_sidewalk(x3) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_worker(x1) & card_eq_2(x1)) | 4cff3d12-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_repair(e1) & off(x5,x6) & of(x3,x4) & n_worker(x1) & n_thing(x5) & n_structure(x3) & n_ground(x6) & n_crane(x2) & n_building(x4) & in(x1,x2) & high(x3,x5) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4.(v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & on(e1,x2) & n_worker(x1) & n_sidewalk(x3) & n_lunch(x4) & card_eq_2(x1) & a_eat(s1) & Theme(s1,x4) & Actor(e1,x1)) |
||
Two workers, in a crane, are repairing a building structure high off the ground. | Two workers repair a building. | 0 | -100 | The two workers are actively repairing the building. | exists e1 x1 x2 x3 x4 x5 x6.(n_ground(x6) & Theme(e1,x3) & Actor(e1,x1) & v_repair(e1) & off(x5,x6) & high(x3,x5) & n_thing(x5) & n_structure(x3) & of(x3,x4) & n_building(x4) & in(x1,x2) & n_crane(x2) & n_worker(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_repair(e1) & n_building(x2) & n_worker(x1) & card_eq_2(x1)) | 4cff4280-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4 x5 x6.(v_repair(e1) & off(x5,x6) & of(x3,x4) & n_worker(x1) & n_thing(x5) & n_structure(x3) & n_ground(x6) & n_crane(x2) & n_building(x4) & in(x1,x2) & high(x3,x5) & card_eq_2(x1) & Theme(e1,x3) & Actor(e1,x1)) | exists e1 x1 x2.(v_repair(e1) & n_worker(x1) & n_building(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
6 motorcycle riders going on tour. | The riders are all on horses | 2 | -100 | One cannot be on a horse and a motorcycle at the same time. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_tour(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_motorcycle(x2) & n_date(x1) & a_date_day_06(x1) & a_date_day_06(x1)) | exists p1 x1.(n_rider(x1) & exists x2.(r_all(x1) & on(x1,x2) & n_horse(x2))) | 4cff479e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_go(e1) & on(e1,x4) & of(x1,x2) & n_tour(x4) & n_rider(x1) & n_motorcycle(x2) & n_date(x1) & a_topic(x1) & a_date_day_06(x1) & Actor(e1,x3) & (x1 = x3)) | exists x1.(n_rider(x1) & exists x2.(r_all(x1) & on(x1,x2) & n_horse(x2))) |
||
6 motorcycle riders going on tour. | The motorcycles are going down the road | 1 | -100 | Going on tour does not imply motorcycles going down the road. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_tour(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_motorcycle(x2) & n_date(x1) & a_date_day_06(x1) & a_date_day_06(x1)) | exists e1 x1 x2.(n_road(x2) & n_motorcycle(x1) & down(e1,x2) & Actor(e1,x1) & v_go(e1)) | 4cff4c9e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_go(e1) & on(e1,x4) & of(x1,x2) & n_tour(x4) & n_rider(x1) & n_motorcycle(x2) & n_date(x1) & a_topic(x1) & a_date_day_06(x1) & Actor(e1,x3) & (x1 = x3)) | exists e1 x1 x2.(v_go(e1) & n_road(x2) & n_motorcycle(x1) & down(e1,x2) & Actor(e1,x1)) |
||
6 motorcycle riders going on tour. | There are a bunch of motorcycles and riders | 0 | -100 | If there are 6 motorcycle riders then there are a bunch of motorcycles. | exists e1 x1 x2 x3 x4.(a_topic(x1) & on(e1,x4) & n_tour(x4) & Actor(e1,x3) & v_go(e1) & (x1 = x3) & n_rider(x1) & of(x1,x2) & n_motorcycle(x2) & n_date(x1) & a_date_day_06(x1) & a_date_day_06(x1)) | exists p1 x1 x2 x3 x4 x5.((x1 = x2) & of(x2,x3) & subset_of(x5,x3) & n_rider(x5) & subset_of(x4,x3) & n_motorcycle(x4) & n_bunch(x2)) | 4cff514e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2 x3 x4.(v_go(e1) & on(e1,x4) & of(x1,x2) & n_tour(x4) & n_rider(x1) & n_motorcycle(x2) & n_date(x1) & a_topic(x1) & a_date_day_06(x1) & Actor(e1,x3) & (x1 = x3)) | exists x1 x2 x3 x4 x5.(subset_of(x5,x3) & subset_of(x4,x3) & of(x2,x3) & n_rider(x5) & n_motorcycle(x4) & n_bunch(x2) & (x1 = x2)) |
||
The bulls are chasing the runners. | animals chasing some people | 0 | -100 | Bulls are animals, and runners are people. The bulls are chancing them. | exists e1 x1 x2.(n_runner(x2) & n_bull(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1)) | exists e1 x1 x2 x3.(a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & v_chase(e1) & n_people(x3) & (x1 = x2) & n_animal(x1)) | 4cff55ea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_chase(e1) & n_runner(x2) & n_bull(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_chase(e1) & n_people(x3) & n_animal(x1) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
The bulls are chasing the runners. | people chase bulls | 2 | -100 | Either the people are chasing or the bulls are chasing. | exists e1 x1 x2.(n_runner(x2) & n_bull(x1) & Theme(e1,x2) & Actor(e1,x1) & v_chase(e1)) | exists s1 x1 x2 x3.(a_topic(x1) & Time(x1,x3) & n_bull(x3) & Theme(s1,x2) & a_chase(s1) & (x1 = x2) & n_people(x1)) | 4cff5a68-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_chase(e1) & n_runner(x2) & n_bull(x1) & Theme(e1,x2) & Actor(e1,x1)) | exists s1 x1 x2 x3.(n_people(x1) & n_bull(x3) & a_topic(x1) & a_chase(s1) & Time(x1,x3) & Theme(s1,x2) & (x1 = x2)) |
||
Two men in a small vehicle participate in a street race with a crowd cheering them on from the sidelines. | A group of people interact outdoors. | 0 | -100 | A crowd and group are the same. They are outdoors watching Two men street race. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_sideline(x7) & in(e1,x3) & with(x3,x5) & r_on(e2) & from(e2,x7) & Theme(e2,x1) & Actor(e2,x6) & v_cheer(e2) & n_thing(x1) & (x5 = x6) & n_crowd(x5) & n_race(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_participate(e1) & in(x1,x2) & n_vehicle(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists x1 x2 x3.(a_topic(x1) & of(x1,x2) & n_interact(x2) & Time(x2,x3) & n_outdoors(x3) & n_people(x2) & n_group(x1)) | 4cff6396-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x3,x5) & v_participate(e1) & v_cheer(e2) & r_on(e2) & of(x3,x4) & n_vehicle(x2) & n_thing(x1) & n_street(x4) & n_sideline(x7) & n_race(x3) & n_man(x1) & n_crowd(x5) & in(x1,x2) & in(e1,x3) & from(e2,x7) & card_eq_2(x1) & a_small(s1) & Theme(s1,x2) & Theme(e2,x1) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists x1 x2 x3.(of(x1,x2) & n_people(x2) & n_outdoors(x3) & n_interact(x2) & n_group(x1) & a_topic(x1) & Time(x2,x3)) |
||
Two men in a small vehicle participate in a street race with a crowd cheering them on from the sidelines. | A group of people stand indoors in complete silence. | 2 | -100 | There is either silence or cheering. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_sideline(x7) & in(e1,x3) & with(x3,x5) & r_on(e2) & from(e2,x7) & Theme(e2,x1) & Actor(e2,x6) & v_cheer(e2) & n_thing(x1) & (x5 = x6) & n_crowd(x5) & n_race(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_participate(e1) & in(x1,x2) & n_vehicle(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 s1 x1 x2 x3 x4.(in(e1,x4) & n_silence(x4) & a_complete(s1) & Theme(s1,x4) & Time(e1,x3) & n_indoor(x3) & Actor(e1,x1) & v_stand(e1) & of(x1,x2) & n_people(x2) & n_group(x1)) | 4cff68f0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x3,x5) & v_participate(e1) & v_cheer(e2) & r_on(e2) & of(x3,x4) & n_vehicle(x2) & n_thing(x1) & n_street(x4) & n_sideline(x7) & n_race(x3) & n_man(x1) & n_crowd(x5) & in(x1,x2) & in(e1,x3) & from(e2,x7) & card_eq_2(x1) & a_small(s1) & Theme(s1,x2) & Theme(e2,x1) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists e1 s1 x1 x2 x3 x4.(v_stand(e1) & of(x1,x2) & n_silence(x4) & n_people(x2) & n_indoor(x3) & n_group(x1) & in(e1,x4) & a_complete(s1) & Time(e1,x3) & Theme(s1,x4) & Actor(e1,x1)) |
||
Two men in a small vehicle participate in a street race with a crowd cheering them on from the sidelines. | Two men lead the rally race through the city. | 1 | -100 | Participate does not imply to lead. | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(n_sideline(x7) & in(e1,x3) & with(x3,x5) & r_on(e2) & from(e2,x7) & Theme(e2,x1) & Actor(e2,x6) & v_cheer(e2) & n_thing(x1) & (x5 = x6) & n_crowd(x5) & n_race(x3) & of(x3,x4) & n_street(x4) & Actor(e1,x1) & v_participate(e1) & in(x1,x2) & n_vehicle(x2) & a_small(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2 x3 x4.(n_city(x4) & n_race(x2) & of(x2,x3) & n_rally(x3) & through(e1,x4) & Theme(e1,x2) & Actor(e1,x1) & v_lead(e1) & n_man(x1) & card_eq_2(x1)) | 4cff6da0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4 x5 x6 x7.(with(x3,x5) & v_participate(e1) & v_cheer(e2) & r_on(e2) & of(x3,x4) & n_vehicle(x2) & n_thing(x1) & n_street(x4) & n_sideline(x7) & n_race(x3) & n_man(x1) & n_crowd(x5) & in(x1,x2) & in(e1,x3) & from(e2,x7) & card_eq_2(x1) & a_small(s1) & Theme(s1,x2) & Theme(e2,x1) & Actor(e2,x6) & Actor(e1,x1) & (x5 = x6)) | exists e1 x1 x2 x3 x4.(v_lead(e1) & through(e1,x4) & of(x2,x3) & n_rally(x3) & n_race(x2) & n_man(x1) & n_city(x4) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
In a wooded setting, two women are holding their arms in the air to form a bridge and one woman is going under their arms, while two children stand nearby. | The two women are standing by the bridge | 1 | -100 | Holding their arms to form a bridge does not imply standing by a bridge. | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_air(x4) & in(e2,x7) & n_setting(x7) & a_wooded(s2) & Theme(s2,x7) & exists e4 p3 x9.(exists s3.(Theme(s3,x9) & a_nearby(s3)) & Topic(e4,p3) & Actor(e4,x9) & v_stand(e4) & n_child(x9) & card_eq_2(x9)) & while(e2,p2) & under(e2,x3) & n_arm(x3) & n_arm(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & Actor(e2,x6) & v_go(e2) & n_woman(x6) & card_eq_1(x6) & in(e1,x5) & n_setting(x5) & a_wooded(s1) & Theme(s1,x5) & Topic(e1,p1) & exists e3 x8.(Theme(e3,x8) & Actor(e3,x1) & v_form(e3) & n_bridge(x8)) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_woman(x2) & card_eq_2(x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_bridge(x2) & n_woman(x1) & card_eq_2(x1) & by(e1,x2) & Actor(e1,x1) & v_stand(e1)) | 4cff728c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e2,p2) & v_hold(e1) & v_go(e2) & under(e2,x3) & of(x3,x1) & n_woman(x6) & n_woman(x2) & n_woman(x1) & n_thing(x1) & n_setting(x7) & n_setting(x5) & n_arm(x3) & n_air(x4) & in(e2,x7) & in(e1,x5) & in(e1,x4) & exists e4 p3 x9.(v_stand(e4) & n_child(x9) & exists s3.(a_nearby(s3) & Theme(s3,x9)) & card_eq_2(x9) & Topic(e4,p3) & Actor(e4,x9)) & exists e3 x8.(v_form(e3) & n_bridge(x8) & Theme(e3,x8) & Actor(e3,x1)) & card_eq_2(x2) & card_eq_2(x1) & card_eq_1(x6) & a_wooded(s2) & a_wooded(s1) & Topic(e1,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2)) | exists e1 x1 x2.(v_stand(e1) & n_woman(x1) & n_bridge(x2) & card_eq_2(x1) & by(e1,x2) & Actor(e1,x1)) |
||
In a wooded setting, two women are holding their arms in the air to form a bridge and one woman is going under their arms, while two children stand nearby. | The two woman are holding their arms | 0 | -100 | The two women are forming a bridge by holding their arms in the air. | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_air(x4) & in(e2,x7) & n_setting(x7) & a_wooded(s2) & Theme(s2,x7) & exists e4 p3 x9.(exists s3.(Theme(s3,x9) & a_nearby(s3)) & Topic(e4,p3) & Actor(e4,x9) & v_stand(e4) & n_child(x9) & card_eq_2(x9)) & while(e2,p2) & under(e2,x3) & n_arm(x3) & n_arm(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & Actor(e2,x6) & v_go(e2) & n_woman(x6) & card_eq_1(x6) & in(e1,x5) & n_setting(x5) & a_wooded(s1) & Theme(s1,x5) & Topic(e1,p1) & exists e3 x8.(Theme(e3,x8) & Actor(e3,x1) & v_form(e3) & n_bridge(x8)) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_woman(x2) & card_eq_2(x2) & n_woman(x1) & card_eq_2(x1)) | exists e1 x1 x2.(n_arm(x2) & of(x2,x1) & n_thing(x1) & n_woman(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1) & v_hold(e1)) | 4cff775a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e2,p2) & v_hold(e1) & v_go(e2) & under(e2,x3) & of(x3,x1) & n_woman(x6) & n_woman(x2) & n_woman(x1) & n_thing(x1) & n_setting(x7) & n_setting(x5) & n_arm(x3) & n_air(x4) & in(e2,x7) & in(e1,x5) & in(e1,x4) & exists e4 p3 x9.(v_stand(e4) & n_child(x9) & exists s3.(a_nearby(s3) & Theme(s3,x9)) & card_eq_2(x9) & Topic(e4,p3) & Actor(e4,x9)) & exists e3 x8.(v_form(e3) & n_bridge(x8) & Theme(e3,x8) & Actor(e3,x1)) & card_eq_2(x2) & card_eq_2(x1) & card_eq_1(x6) & a_wooded(s2) & a_wooded(s1) & Topic(e1,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2)) | exists e1 x1 x2.(v_hold(e1) & of(x2,x1) & n_woman(x1) & n_thing(x1) & n_arm(x2) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
In a wooded setting, two women are holding their arms in the air to form a bridge and one woman is going under their arms, while two children stand nearby. | The setting is sleep. | 2 | -100 | People cannot be in a state of sleep while the are stand. | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(n_air(x4) & in(e2,x7) & n_setting(x7) & a_wooded(s2) & Theme(s2,x7) & exists e4 p3 x9.(exists s3.(Theme(s3,x9) & a_nearby(s3)) & Topic(e4,p3) & Actor(e4,x9) & v_stand(e4) & n_child(x9) & card_eq_2(x9)) & while(e2,p2) & under(e2,x3) & n_arm(x3) & n_arm(x3) & of(x3,x1) & n_thing(x1) & n_thing(x1) & Actor(e2,x6) & v_go(e2) & n_woman(x6) & card_eq_1(x6) & in(e1,x5) & n_setting(x5) & a_wooded(s1) & Theme(s1,x5) & Topic(e1,p1) & exists e3 x8.(Theme(e3,x8) & Actor(e3,x1) & v_form(e3) & n_bridge(x8)) & in(e1,x4) & Theme(e1,x3) & Actor(e1,x2) & v_hold(e1) & n_woman(x2) & card_eq_2(x2) & n_woman(x1) & card_eq_2(x1)) | exists p1 x1.(n_setting(x1) & exists x2.((x1 = x2) & n_sleep(x2))) | 4cff7bf6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 p1 p2 s1 s2 x1 x2 x3 x4 x5 x6 x7.(while(e2,p2) & v_hold(e1) & v_go(e2) & under(e2,x3) & of(x3,x1) & n_woman(x6) & n_woman(x2) & n_woman(x1) & n_thing(x1) & n_setting(x7) & n_setting(x5) & n_arm(x3) & n_air(x4) & in(e2,x7) & in(e1,x5) & in(e1,x4) & exists e4 p3 x9.(v_stand(e4) & n_child(x9) & exists s3.(a_nearby(s3) & Theme(s3,x9)) & card_eq_2(x9) & Topic(e4,p3) & Actor(e4,x9)) & exists e3 x8.(v_form(e3) & n_bridge(x8) & Theme(e3,x8) & Actor(e3,x1)) & card_eq_2(x2) & card_eq_2(x1) & card_eq_1(x6) & a_wooded(s2) & a_wooded(s1) & Topic(e1,p1) & Theme(s2,x7) & Theme(s1,x5) & Theme(e1,x3) & Actor(e2,x6) & Actor(e1,x2)) | exists x1.(n_setting(x1) & exists x2.(n_sleep(x2) & (x1 = x2))) |
||
Two men in protective gear are in a speed car racing to the finish line. | Two men in a race car. | 0 | -100 | The two men wear protective gear while in a race car. | exists p1 s1 x1 x2 x6 x7.(n_line(x6) & of(x6,x7) & n_finish(x7) & exists x3 x4 x5.(in(x1,x3) & to(x3,x6) & n_racing(x3) & of(x3,x5) & n_car(x5) & of(x3,x4) & n_speed(x4)) & in(x1,x2) & n_gear(x2) & a_protective(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x1,x2) & n_car(x2) & of(x2,x3) & n_race(x3) & n_man(x1) & card_eq_2(x1)) | 4cff8088-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x6 x7.(of(x6,x7) & n_man(x1) & n_line(x6) & n_gear(x2) & n_finish(x7) & in(x1,x2) & exists x3 x4 x5.(to(x3,x6) & of(x3,x5) & of(x3,x4) & n_speed(x4) & n_racing(x3) & n_car(x5) & in(x1,x3)) & card_eq_2(x1) & a_protective(s1) & Theme(s1,x2)) | exists x1 x2 x3.(of(x2,x3) & n_race(x3) & n_man(x1) & n_car(x2) & in(x1,x2) & card_eq_2(x1) & a_topic(x1)) |
||
Two men in protective gear are in a speed car racing to the finish line. | Two boys are playing tag. | 2 | -100 | People cannot be playing tag while they are in a car. | exists p1 s1 x1 x2 x6 x7.(n_line(x6) & of(x6,x7) & n_finish(x7) & exists x3 x4 x5.(in(x1,x3) & to(x3,x6) & n_racing(x3) & of(x3,x5) & n_car(x5) & of(x3,x4) & n_speed(x4)) & in(x1,x2) & n_gear(x2) & a_protective(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_tag(x2) & n_boy(x1) & card_eq_2(x1)) | 4cff852e-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x6 x7.(of(x6,x7) & n_man(x1) & n_line(x6) & n_gear(x2) & n_finish(x7) & in(x1,x2) & exists x3 x4 x5.(to(x3,x6) & of(x3,x5) & of(x3,x4) & n_speed(x4) & n_racing(x3) & n_car(x5) & in(x1,x3)) & card_eq_2(x1) & a_protective(s1) & Theme(s1,x2)) | exists e1 x1 x2.(v_play(e1) & n_tag(x2) & n_boy(x1) & card_eq_2(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Two men in protective gear are in a speed car racing to the finish line. | Two guys are about to win a race. | 1 | -100 | The guys can participate in the race without wanting to win it | exists p1 s1 x1 x2 x6 x7.(n_line(x6) & of(x6,x7) & n_finish(x7) & exists x3 x4 x5.(in(x1,x3) & to(x3,x6) & n_racing(x3) & of(x3,x5) & n_car(x5) & of(x3,x4) & n_speed(x4)) & in(x1,x2) & n_gear(x2) & a_protective(s1) & Theme(s1,x2) & n_man(x1) & card_eq_2(x1)) | exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_win(e1) & n_race(x2)) & n_guy(x1) & card_eq_2(x1)) | 4cff89b6-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x6 x7.(of(x6,x7) & n_man(x1) & n_line(x6) & n_gear(x2) & n_finish(x7) & in(x1,x2) & exists x3 x4 x5.(to(x3,x6) & of(x3,x5) & of(x3,x4) & n_speed(x4) & n_racing(x3) & n_car(x5) & in(x1,x3)) & card_eq_2(x1) & a_protective(s1) & Theme(s1,x2)) | exists p1 s1 x1.(n_guy(x1) & exists e1 x2.(v_win(e1) & n_race(x2) & Theme(e1,x2) & Actor(e1,x1)) & card_eq_2(x1) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A group of hikers led by a black and white dog climbs a hillside trail covered in ferns. | The hikers are being led by a orange dog. | 2 | -100 | He refers to a black and white dog not orange dog. | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(Theme(e3,x5) & Actor(e3,x1) & v_climb(e3) & in(e2,x8) & n_fern(x8) & Theme(e2,x7) & v_cover(e2) & (x5 = x7) & n_trail(x5) & of(x5,x6) & n_hillside(x6) & Actor(e1,x4) & n_dog(x4) & a_white(s2) & Theme(s2,x4) & a_black(s1) & Theme(s1,x4) & Theme(e1,x3) & v_lead(e1) & (x1 = x3) & of(x1,x2) & n_hiker(x2) & n_group(x1)) | exists e1 x1 x2 x3.(n_hiker(x1) & Actor(e1,x2) & n_dog(x2) & of(x2,x3) & n_orange(x3) & Theme(e1,x1) & v_lead(e1)) | 4cffa766-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 e3 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_lead(e1) & v_cover(e2) & v_climb(e3) & of(x5,x6) & of(x1,x2) & n_trail(x5) & n_hillside(x6) & n_hiker(x2) & n_group(x1) & n_fern(x8) & n_dog(x4) & in(e2,x8) & a_white(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x4) & Theme(e3,x5) & Theme(e2,x7) & Theme(e1,x3) & Actor(e3,x1) & Actor(e1,x4) & (x5 = x7) & (x1 = x3)) | exists e1 x1 x2 x3.(v_lead(e1) & of(x2,x3) & n_orange(x3) & n_hiker(x1) & n_dog(x2) & Theme(e1,x1) & Actor(e1,x2)) |
||
Three boys with arms around each other. | Five old women are arm wrestling. | 2 | -100 | The boys are not old women. One cannot have their arms around someone and arm wrestle at the same time. | exists x1 x2.(all x3.(n_other(x3) -> (a_topic(x1) & with(x1,x2) & around(x2,x3))) & n_arm(x2) & n_boy(x1) & card_eq_3(x1)) | exists p1 s1 x1.(exists x2 x3.((x1 = x2) & n_wrestling(x2) & of(x2,x3) & n_arm(x3)) & n_woman(x1) & a_old(s1) & Theme(s1,x1) & card_eq_5(x1)) | 4cffb81e-e4c8-11ec-9cdd-0242ac1c0002 | exists x1 x2.(n_boy(x1) & n_arm(x2) & card_eq_3(x1) & all x3.((with(x1,x2) | -n_other(x3)) & (around(x2,x3) | -n_other(x3)) & (a_topic(x1) | -n_other(x3)))) | exists s1 x1.(n_woman(x1) & exists x2 x3.(of(x2,x3) & n_wrestling(x2) & n_arm(x3) & (x1 = x2)) & card_eq_5(x1) & a_old(s1) & Theme(s1,x1)) |
||
Water is spraying on the child with its face through a cut out hole. | Child being sprayed in the face with water. | 0 | -100 | "Water is spraying" is just a rephrasing of "sprayed in the face with water". | exists e1 s1 x1 x2 x3 x4 x5.(n_face(x4) & of(x4,x3) & n_thing(x3) & n_child(x3) & ne_nam_water(x1) & a_out(s1) & Manner(e1,s1) & with(e1,x4) & through(x4,x5) & n_cut(x5) & on(e1,x3) & Theme(e1,x2) & Actor(e1,x1) & v_spray(e1) & n_hole(x2)) | exists e1 x1 x2 x3 x4.(n_face(x3) & a_topic(x1) & with(e1,x4) & n_water(x4) & in(e1,x3) & Theme(e1,x2) & v_spray(e1) & (x1 = x2) & n_child(x1)) | 4cffdad8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(with(e1,x4) & v_spray(e1) & through(x4,x5) & on(e1,x3) & of(x4,x3) & ne_nam_water(x1) & n_thing(x3) & n_hole(x2) & n_face(x4) & n_cut(x5) & n_child(x3) & a_out(s1) & Theme(e1,x2) & Manner(e1,s1) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(with(e1,x4) & v_spray(e1) & n_water(x4) & n_face(x3) & n_child(x1) & in(e1,x3) & a_topic(x1) & Theme(e1,x2) & (x1 = x2)) |
||
A woman is speaking to a group of people about global literacy. | The woman gives a speech about global literacy. | 0 | -100 | The woman gives a speech to a group of people. | exists e1 s1 x1 x2 x3 x4.(to(e1,x2) & of(x2,x3) & about(x3,x4) & n_literacy(x4) & a_global(s1) & Theme(s1,x4) & n_people(x3) & n_group(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1)) | exists e1 s1 x1 x2 x3.(n_woman(x1) & Theme(e1,x2) & Actor(e1,x1) & v_give(e1) & about(x2,x3) & n_literacy(x3) & a_global(s1) & Theme(s1,x3) & n_speech(x2)) | 4d032a8a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_speak(e1) & to(e1,x2) & of(x2,x3) & n_woman(x1) & n_people(x3) & n_literacy(x4) & n_group(x2) & about(x3,x4) & a_global(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_give(e1) & n_woman(x1) & n_speech(x2) & n_literacy(x3) & about(x2,x3) & a_global(s1) & Theme(s1,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is speaking to a group of people about global literacy. | The woman wants to make an impact on the people listening to her speech. | 1 | -100 | Just because she is speaking to people does not mean she wants to make an impact. | exists e1 s1 x1 x2 x3 x4.(to(e1,x2) & of(x2,x3) & about(x3,x4) & n_literacy(x4) & a_global(s1) & Theme(s1,x4) & n_people(x3) & n_group(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1)) | exists e1 p1 x1 x3 x5.(n_speech(x5) & of(x5,x3) & n_female(x3) & n_people(x3) & n_woman(x1) & Topic(e1,p1) & Actor(e1,x1) & v_want(e1) & exists e3 e2 x2 x4.(Theme(e3,x2) & Actor(e3,x1) & v_make(e3) & on(x2,x3) & to(e2,x5) & Actor(e2,x4) & v_listen(e2) & (x3 = x4) & n_impact(x2))) | 4d032f4e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_speak(e1) & to(e1,x2) & of(x2,x3) & n_woman(x1) & n_people(x3) & n_literacy(x4) & n_group(x2) & about(x3,x4) & a_global(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 p1 x1 x3 x5.(v_want(e1) & of(x5,x3) & n_woman(x1) & n_speech(x5) & n_people(x3) & n_female(x3) & exists e3 e2 x2 x4.(v_make(e3) & v_listen(e2) & to(e2,x5) & on(x2,x3) & n_impact(x2) & Theme(e3,x2) & Actor(e3,x1) & Actor(e2,x4) & (x3 = x4)) & Topic(e1,p1) & Actor(e1,x1)) |
||
A woman is speaking to a group of people about global literacy. | The woman sits in the back of the room alone. | 2 | -100 | A cannot be sitting alone in a room if she is speaking to a group of people. | exists e1 s1 x1 x2 x3 x4.(to(e1,x2) & of(x2,x3) & about(x3,x4) & n_literacy(x4) & a_global(s1) & Theme(s1,x4) & n_people(x3) & n_group(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1)) | exists e1 x1 x2 x3.(n_room(x3) & n_back(x2) & n_woman(x1) & in(e1,x2) & of(x2,x3) & r_alone(x3) & Actor(e1,x1) & v_sit(e1)) | 4d03341c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4.(v_speak(e1) & to(e1,x2) & of(x2,x3) & n_woman(x1) & n_people(x3) & n_literacy(x4) & n_group(x2) & about(x3,x4) & a_global(s1) & Theme(s1,x4) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_sit(e1) & r_alone(x3) & of(x2,x3) & n_woman(x1) & n_room(x3) & n_back(x2) & in(e1,x2) & Actor(e1,x1)) |
||
Laura Bush speaking at a conference on global literacy. | Laura bush is speaking at a conference for a topic she is passionate about. | 1 | -100 | We don't know that she is passionate about her topic. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x4) & on(x4,x5) & n_literacy(x5) & a_global(s1) & Theme(s1,x5) & n_conference(x4) & n_speaking(x1) & (x1 = x3) & ne_per_bush(x3) & (x1 = x2) & ne_per_laura(x2)) | exists e1 s1 x1 x2 x3 x4 x5.(at(e1,x3) & for(x3,x4) & about(s1,x5) & (x4 = x5) & Theme(s1,x2) & a_passionate(s1) & n_female(x2) & n_topic(x4) & n_conference(x3) & Actor(e1,x1) & v_speak(e1) & n_bush(x1) & (x1 = x2) & ne_per_laura(x2)) | 4d033b24-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(on(x4,x5) & ne_per_laura(x2) & ne_per_bush(x3) & n_speaking(x1) & n_literacy(x5) & n_conference(x4) & at(x1,x4) & a_topic(x1) & a_global(s1) & Theme(s1,x5) & (x1 = x3) & (x1 = x2)) | exists e1 s1 x1 x2 x3 x4 x5.(v_speak(e1) & ne_per_laura(x2) & n_topic(x4) & n_female(x2) & n_conference(x3) & n_bush(x1) & for(x3,x4) & at(e1,x3) & about(s1,x5) & a_passionate(s1) & Theme(s1,x2) & Actor(e1,x1) & (x4 = x5) & (x1 = x2)) |
||
Laura Bush speaking at a conference on global literacy. | Laura Bush is speaking about farming. | 2 | -100 | Laura Bush cannot be speaking about global literacy while she is speaking about farming. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x4) & on(x4,x5) & n_literacy(x5) & a_global(s1) & Theme(s1,x5) & n_conference(x4) & n_speaking(x1) & (x1 = x3) & ne_per_bush(x3) & (x1 = x2) & ne_per_laura(x2)) | exists e1 s1 x1 x2 x3.(ne_per_bush(x1) & (x1 = x2) & ne_per_laura(x2) & Theme(e1,x3) & Actor(e1,x1) & v_speak(e1) & n_farming(x3) & a_about(s1) & Theme(s1,x3)) | 4d03406a-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(on(x4,x5) & ne_per_laura(x2) & ne_per_bush(x3) & n_speaking(x1) & n_literacy(x5) & n_conference(x4) & at(x1,x4) & a_topic(x1) & a_global(s1) & Theme(s1,x5) & (x1 = x3) & (x1 = x2)) | exists e1 s1 x1 x2 x3.(v_speak(e1) & ne_per_laura(x2) & ne_per_bush(x1) & n_farming(x3) & a_about(s1) & Theme(s1,x3) & Theme(e1,x3) & Actor(e1,x1) & (x1 = x2)) |
||
Laura Bush speaking at a conference on global literacy. | Laura bush is speaking to people. | 0 | -100 | Laura Bush is speaking to people at a conference. | exists s1 x1 x2 x3 x4 x5.(a_topic(x1) & at(x1,x4) & on(x4,x5) & n_literacy(x5) & a_global(s1) & Theme(s1,x5) & n_conference(x4) & n_speaking(x1) & (x1 = x3) & ne_per_bush(x3) & (x1 = x2) & ne_per_laura(x2)) | exists e1 x1 x2 x3.(to(e1,x3) & n_people(x3) & Actor(e1,x1) & v_speak(e1) & n_bush(x1) & (x1 = x2) & ne_per_laura(x2)) | 4d034614-e4c8-11ec-9cdd-0242ac1c0002 | exists s1 x1 x2 x3 x4 x5.(on(x4,x5) & ne_per_laura(x2) & ne_per_bush(x3) & n_speaking(x1) & n_literacy(x5) & n_conference(x4) & at(x1,x4) & a_topic(x1) & a_global(s1) & Theme(s1,x5) & (x1 = x3) & (x1 = x2)) | exists e1 x1 x2 x3.(v_speak(e1) & to(e1,x3) & ne_per_laura(x2) & n_people(x3) & n_bush(x1) & Actor(e1,x1) & (x1 = x2)) |
||
A woman is making a speech. | A woman is talking about politics. | 1 | -100 | We can't tell that the woman is talking about politics in her speech. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_speech(x2) & n_woman(x1)) | exists e1 x1 x2.(about(e1,x2) & n_politics(x2) & Actor(e1,x1) & v_talk(e1) & n_woman(x1)) | 4d034aec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_make(e1) & n_woman(x1) & n_speech(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_talk(e1) & n_woman(x1) & n_politics(x2) & about(e1,x2) & Actor(e1,x1)) |
||
A woman is making a speech. | A woman is reading a book. | 2 | -100 | One cannot be making a speech and reading a book simultaneously. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_speech(x2) & n_woman(x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_read(e1) & n_book(x2) & n_woman(x1)) | 4d034f06-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_make(e1) & n_woman(x1) & n_speech(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2.(v_read(e1) & n_woman(x1) & n_book(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A woman is making a speech. | A woman is speaking to other people. | 0 | -100 | A woman is making a speech which is speaking to other people. | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_make(e1) & n_speech(x2) & n_woman(x1)) | exists e1 x1 x2 x3.(n_people(x3) & to(e1,x2) & -(x2 = x3) & n_people(x2) & Actor(e1,x1) & v_speak(e1) & n_woman(x1)) | 4d035316-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 x1 x2.(v_make(e1) & n_woman(x1) & n_speech(x2) & Theme(e1,x2) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_speak(e1) & to(e1,x2) & n_woman(x1) & n_people(x3) & n_people(x2) & Actor(e1,x1) & -(x2 = x3)) |
||
A young boy is sitting on the grass. | A child is outside. | 0 | 0.859867 | A young boy is a child and sitting on the grass implies being outside. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_child(x1)) | 4d035726-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_child(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A young boy is sitting on the grass. | A young boy is inside | 2 | -100 | One cannot be sitting on the grass while he is inside. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 s2 s3 x1.(a_inside(s3) & Manner(s2,s3) & Theme(s2,x1) & a_event(s2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d035b36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 s2 s3 x1.(n_boy(x1) & a_young(s1) & a_inside(s3) & a_event(s2) & Theme(s2,x1) & Theme(s1,x1) & Manner(s2,s3)) |
||
A young boy is sitting on the grass. | The boy is running across a field. | 2 | -100 | One cannot be sitting and standing at the same time. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & across(e1,x2) & n_field(x2) & Actor(e1,x1) & v_run(e1)) | 4d03604a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_run(e1) & n_field(x2) & n_boy(x1) & across(e1,x2) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A child is at home | 2 | 0.001987 | There can either be a young boy or a child. The word child can mean boy or girl. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1.(exists x2.(at(x1,x2) & n_home(x2)) & n_child(x1)) | 4d036496-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1.(n_child(x1) & exists x2.(n_home(x2) & at(x1,x2))) |
||
A young boy is sitting on the grass. | The boy is on the grass. | 1 | 1 | We don't know if the young boy is The boy. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 x1 x2.(n_grass(x2) & n_boy(x1) & on(x1,x2)) | 4d0368a6-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists x1 x2.(on(x1,x2) & n_grass(x2) & n_boy(x1)) |
||
A young boy is sitting on the grass. | The young boy is outdoors. | 0 | -100 | Sitting on the grass implies being outdoors. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 x1.(n_boy(x1) & a_young(s1) & Theme(s1,x1) & exists x2.((x1 = x2) & n_outdoors(x2))) | 4d036e00-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & exists x2.(n_outdoors(x2) & (x1 = x2)) & a_young(s1) & Theme(s1,x1)) |
||
A young boy is sitting on the grass. | A young girl sits on grass. | 2 | -100 | There can either be a boy or a girl. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_sit(e1) & n_girl(x1) & a_young(s1) & Theme(s1,x1)) | 4d037274-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_girl(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A young boy sits on grass. | 0 | -100 | A young boy sits on the grass is a rephrasing of a young boy is sitting on the grass. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(on(e1,x2) & n_grass(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d0376d4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A young boy sits on grass thinking about becoming a king. | 1 | 0.013802 | We don't know that he is thinking about becoming a king. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(about(e1,e2) & Theme(e2,x4) & Actor(e2,x1) & v_become(e2) & n_king(x4) & on(e1,x2) & n_thinking(x2) & of(x2,x3) & n_grass(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d037b20-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 e2 s1 x1 x2 x3 x4.(v_sit(e1) & v_become(e2) & on(e1,x2) & of(x2,x3) & n_thinking(x2) & n_king(x4) & n_grass(x3) & n_boy(x1) & about(e1,e2) & a_young(s1) & Theme(s1,x1) & Theme(e2,x4) & Actor(e2,x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A child is having a picnic. | 1 | 0.050426 | A young boy sitting on the grass is not necessarily having a picnic. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & n_picnic(x2) & n_child(x1)) | 4d037f6c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1 x2.(v_have(e1) & n_picnic(x2) & n_child(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A young boy is sitting outside | 0 | -100 | Sitting on the grass implies sitting outside. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1.(exists s2.(Theme(s2,x1) & a_outside(s2)) & Topic(e1,p1) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d038430-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 p1 s1 x1.(v_sit(e1) & n_boy(x1) & exists s2.(a_outside(s2) & Theme(s2,x1)) & a_young(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A boy is sitting. | 0 | -100 | Sitting on the grass requires sitting. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_sit(e1) & n_boy(x1)) | 4d0388cc-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 x1.(v_sit(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | The grass is actually molten lava. | 2 | -100 | A boy could not be sitting on the grass if the grass is actually molten lava. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 s2 x1 x2.(n_grass(x1) & a_actually(s2) & Manner(s1,s2) & Time(s1,x2) & n_lava(x2) & Theme(s1,x1) & a_molten(s1)) | 4d038d18-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 s2 x1 x2.(n_lava(x2) & n_grass(x1) & a_molten(s1) & a_actually(s2) & Time(s1,x2) & Theme(s1,x1) & Manner(s1,s2)) |
||
A young boy is sitting on the grass. | A young boy fell on his butt in the grass | 1 | 0.032847 | Doesn't say that he fell. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2 x3.(n_grass(x3) & in(e1,x3) & on(e1,x2) & n_butt(x2) & of(x2,x1) & n_male(x1) & Actor(e1,x1) & v_fall(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d0391b4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3.(v_fall(e1) & on(e1,x2) & of(x2,x1) & n_male(x1) & n_grass(x3) & n_butt(x2) & n_boy(x1) & in(e1,x3) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young boy is sitting on the grass. | A boy is outside. | 1 | 0.991108 | Doesn't specify that he is outside. | exists e1 s1 x1 x2.(n_grass(x2) & on(e1,x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_boy(x1)) | 4d039628-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2.(v_sit(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A young boy in a orange shirt watching something. | The boy is watching an event. | 0 | -100 | Watching something, and watching an event are the same action. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_watch(e1) & n_thing(x5) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_event(x2)) | 4d039a88-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x3) & n_thing(x5) & n_shirt(x2) & n_orange(x3) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2.(v_watch(e1) & n_event(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young boy in a orange shirt watching something. | The young boy is reading. | 2 | -100 | The young boy cannot be watching something and reading at the same time. | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_watch(e1) & n_thing(x5) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 x1.(n_boy(x1) & a_young(s1) & Theme(s1,x1) & exists x2.((x1 = x2) & n_read(x2))) | 4d039ee8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x3) & n_thing(x5) & n_shirt(x2) & n_orange(x3) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists s1 x1.(n_boy(x1) & exists x2.(n_read(x2) & (x1 = x2)) & a_young(s1) & Theme(s1,x1)) |
||
A young boy in a orange shirt watching something. | The boy is watching tv. | 1 | -100 | Just because the boy is watching something doesn't imply he is watching tv | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(x1,x2) & Theme(e1,x5) & Actor(e1,x4) & v_watch(e1) & n_thing(x5) & (x2 = x4) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_watch(e1) & n_tv(x2)) | 4d03a32a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5.(v_watch(e1) & of(x2,x3) & n_thing(x5) & n_shirt(x2) & n_orange(x3) & n_boy(x1) & in(x1,x2) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x5) & Actor(e1,x4) & (x2 = x4)) | exists e1 x1 x2.(v_watch(e1) & n_tv(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy runs through the corn field. | 2 | 0.169173 | A boy runs through the corn field can not occur when the boy sits in a grassy field while a grassy field could not be seen as a corn field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3.(n_field(x2) & of(x2,x3) & n_corn(x3) & through(e1,x2) & Actor(e1,x1) & v_run(e1) & n_boy(x1)) | 4d03a780-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_run(e1) & through(e1,x2) & of(x2,x3) & n_field(x2) & n_corn(x3) & n_boy(x1) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy is pitching the ball to another boy. | 2 | -100 | A boy can not be pitching the ball while he sits in a field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3.(n_ball(x2) & Theme(e1,x2) & Actor(e1,x1) & v_pitch(e1) & to(x2,x3) & n_boy(x3) & -(x3 = x1) & n_boy(x1) & n_boy(x1)) | 4d03ad70-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_pitch(e1) & to(x2,x3) & n_boy(x3) & n_boy(x1) & n_ball(x2) & Theme(e1,x2) & Actor(e1,x1) & -(x3 = x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | The boy is picking dandelions. | 1 | 0.035881 | Doesn't say that he is picking dandelions. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_pick(e1) & n_dandelion(x2)) | 4d03b2c0-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2.(v_pick(e1) & n_dandelion(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy is resting after playing. | 1 | 0.728537 | We don't know that he was playing. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e2 e1 x1.(after(e1,e2) & Actor(e2,x1) & v_play(e2) & Actor(e1,x1) & v_rest(e1) & n_boy(x1)) | 4d03b70c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e2 e1 x1.(v_rest(e1) & v_play(e2) & n_boy(x1) & after(e1,e2) & Actor(e2,x1) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy in an orange shirt and hat sits in the grass. | 0 | -100 | Sits in the grass is a rephrasing of sits in a grassy field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3 x4 x5 x6.(n_grass(x6) & in(e1,x6) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_hat(x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1)) | 4d03bbe4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4 x5 x6.(v_sit(e1) & subset_of(x4,x2) & subset_of(x3,x2) & of(x3,x5) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_grass(x6) & n_boy(x1) & in(x1,x2) & in(e1,x6) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A child taking a break during a game. | 1 | 0.649327 | We don't know that he was playing a game. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & during(e1,x4) & n_game(x4) & Theme(e1,x3) & Actor(e1,x2) & v_take(e1) & n_break(x3) & (x1 = x2) & n_child(x1)) | 4d03c04e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_take(e1) & n_game(x4) & n_child(x1) & n_break(x3) & during(e1,x4) & a_topic(x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A kid outside in nature. | 0 | -100 | Sits in a grassy field requires being outside. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists x1 x2 x3.(a_topic(x1) & in(x2,x3) & n_nature(x3) & outside(x1,x2) & n_thing(x2) & n_kid(x1)) | 4d03c4ae-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists x1 x2 x3.(outside(x1,x2) & n_thing(x2) & n_nature(x3) & n_kid(x1) & in(x2,x3) & a_topic(x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | The boy is playing a videogame indoors. | 2 | -100 | A boy sits in a grassy field can not be indoors so he could not be playing a videogame. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_play(e1) & n_indoor(x2) & of(x2,x3) & n_videogame(x3)) | 4d03c922-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_play(e1) & of(x2,x3) & n_videogame(x3) & n_indoor(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy sits in a field. | 0 | 0.995864 | Sitting in a grassy field requires sitting in a field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2.(in(e1,x2) & n_field(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1)) | 4d03cd78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2.(v_sit(e1) & n_field(x2) & n_boy(x1) & in(e1,x2) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | There is a boy outdoors. | 0 | -100 | A boy sits in a grassy field implies the boy is outdoors. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists p1 x1 x2 x3.((x1 = x2) & n_outdoors(x2) & of(x2,x3) & n_boy(x3)) | 4d03d30e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists x1 x2 x3.(of(x2,x3) & n_outdoors(x2) & n_boy(x3) & (x1 = x2)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy just finished playing ball. | 1 | 0.592982 | Just because the boy sits next to a ball doesn't mean he just finished playing ball. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e2 e1 s1 x1 x2.(for(e1,e2) & Theme(e2,x2) & Actor(e2,x1) & v_play(e2) & n_ball(x2) & a_just(s1) & Manner(e1,s1) & Actor(e1,x1) & v_finish(e1) & n_boy(x1)) | 4d03d8a4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e2 e1 s1 x1 x2.(v_play(e2) & v_finish(e1) & n_boy(x1) & n_ball(x2) & for(e1,e2) & a_just(s1) & Theme(e2,x2) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | The boy is climbing a tree. | 2 | -100 | A boy climbing a tree can not do so while he sits in a grassy field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2.(n_boy(x1) & Theme(e1,x2) & Actor(e1,x1) & v_climb(e1) & n_tree(x2)) | 4d03dd36-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2.(v_climb(e1) & n_tree(x2) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy is outside. | 0 | -100 | One must be outside to sit in a grassy field. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_boy(x1)) | 4d03e218-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | A boy rests in the grass after a baseball game. | 1 | 0.605535 | The boy is sitting in the field but not necessarily after a ball game. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 x1 x2 x3 x4.(n_grass(x2) & after(e1,x3) & n_game(x3) & of(x3,x4) & n_baseball(x4) & in(e1,x2) & Actor(e1,x1) & v_rest(e1) & n_boy(x1)) | 4d03e68c-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_rest(e1) & of(x3,x4) & n_grass(x2) & n_game(x3) & n_boy(x1) & n_baseball(x4) & in(e1,x2) & after(e1,x3) & Actor(e1,x1)) |
||
A boy in an orange shirt and baseball cap sits in a grassy field next to a black ball. | Young boy playing video games in his room. | 2 | -100 | A boy sits in a grassy field can not be in his room so he can not be playing video games. | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(to(e1,x8) & n_ball(x8) & a_black(s2) & Theme(s2,x8) & r_next(e1) & in(e1,x7) & n_field(x7) & a_grassy(s1) & Theme(s1,x7) & Actor(e1,x1) & v_sit(e1) & in(x1,x2) & n_cap(x5) & of(x5,x6) & n_baseball(x6) & n_shirt(x4) & subset_of(x5,x2) & subset_of(x4,x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | exists e1 s1 x1 x2 x3 x4 x5.(a_topic(x1) & in(e1,x5) & n_room(x5) & of(x5,x1) & n_male(x1) & Theme(e1,x3) & Actor(e1,x2) & v_play(e1) & n_game(x3) & of(x3,x4) & n_video(x4) & (x1 = x2) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d03eaec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5 x6 x7 x8.(v_sit(e1) & to(e1,x8) & subset_of(x5,x2) & subset_of(x4,x2) & r_next(e1) & of(x5,x6) & of(x2,x3) & n_shirt(x4) & n_orange(x3) & n_field(x7) & n_cap(x5) & n_boy(x1) & n_baseball(x6) & n_ball(x8) & in(x1,x2) & in(e1,x7) & a_grassy(s1) & a_black(s2) & Theme(s2,x8) & Theme(s1,x7) & Actor(e1,x1)) | exists e1 s1 x1 x2 x3 x4 x5.(v_play(e1) & of(x5,x1) & of(x3,x4) & n_video(x4) & n_room(x5) & n_male(x1) & n_game(x3) & n_boy(x1) & in(e1,x5) & a_young(s1) & a_topic(x1) & Theme(s1,x1) & Theme(e1,x3) & Actor(e1,x2) & (x1 = x2)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is outside. | 0 | -100 | A field is outside so the boy must be outside to sit next to it. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_boy(x1)) | 4d03efba-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A kid sitting on a steel ball in a field watching the horses run. | 1 | 0.02836 | The kid is not sitting on the steel ball and he is not necessarily watching the horses run. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e2 e1 e3 x1 x2 x3 x4 x5 x6.(n_horse(x6) & Actor(e3,x1) & v_run(e3) & for(e1,e2) & Theme(e2,x6) & Actor(e2,x2) & v_watch(e2) & on(e1,x3) & in(x3,x5) & n_field(x5) & n_ball(x3) & of(x3,x4) & n_steel(x4) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_kid(x1)) | 4d03f3de-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e2 e1 e3 x1 x2 x3 x4 x5 x6.(v_watch(e2) & v_sit(e1) & v_run(e3) & on(e1,x3) & of(x3,x4) & n_steel(x4) & n_kid(x1) & n_horse(x6) & n_field(x5) & n_ball(x3) & in(x3,x5) & for(e1,e2) & Theme(e2,x6) & Actor(e3,x1) & Actor(e2,x2) & Actor(e1,x2) & (x1 = x2)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A girl sitting on a ball in field. | 2 | -100 | A child is either a boy or a girl. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(a_topic(x1) & in(e1,x4) & n_field(x4) & on(e1,x3) & n_ball(x3) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_girl(x1)) | 4d03f802-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1 x2 x3 x4.(v_sit(e1) & on(e1,x3) & n_girl(x1) & n_field(x4) & n_ball(x3) & in(e1,x4) & a_topic(x1) & Actor(e1,x2) & (x1 = x2)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | a boy sits near a steel ball in a field | 0 | 0.995864 | The only steel ball is in a field so the boy must be sitting near that steel ball. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3 x4.(in(e1,x4) & n_field(x4) & near(e1,x2) & n_ball(x2) & of(x2,x3) & n_steel(x3) & Actor(e1,x1) & v_sit(e1) & n_boy(x1)) | 4d03fd3e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1 x2 x3 x4.(v_sit(e1) & of(x2,x3) & near(e1,x2) & n_steel(x3) & n_field(x4) & n_boy(x1) & n_ball(x2) & in(e1,x4) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is wearing an orange shirt | 0 | -100 | There is a boy wearing an orange shirt, therefore he must be wearing an orange shirt. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2 x3.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & of(x2,x3) & n_orange(x3) & n_boy(x1)) | 4d04018a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1 x2 x3.(v_wear(e1) & of(x2,x3) & n_shirt(x2) & n_orange(x3) & n_boy(x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is wearing a yellow shirt | 2 | -100 | The shirt is either orange or yellow. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_shirt(x2) & a_yellow(s1) & Theme(s1,x2) & n_boy(x1)) | 4d0405b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 s1 x1 x2.(v_wear(e1) & n_shirt(x2) & n_boy(x1) & a_yellow(s1) & Theme(s1,x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is playing with a black ball. | 1 | 0.243147 | The boy is not necessarily playing with the black ball. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 x1 x2.(with(e1,x2) & n_ball(x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1) & v_play(e1) & n_boy(x1)) | 4d040e78-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 s1 x1 x2.(with(e1,x2) & v_play(e1) & n_boy(x1) & n_ball(x2) & a_black(s1) & Theme(s1,x2) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is running. | 2 | -100 | A boy can not be running while he is sitting. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1.(Actor(e1,x1) & v_run(e1) & n_boy(x1)) | 4d04127e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1.(v_run(e1) & n_boy(x1) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | a boy sits near a sculpture | 1 | 0.52288 | The black steel ball is not necessarily a sculpture. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(near(e1,x2) & n_sculpture(x2) & Actor(e1,x1) & v_sit(e1) & n_boy(x1)) | 4d041684-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1 x2.(v_sit(e1) & near(e1,x2) & n_sculpture(x2) & n_boy(x1) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A young boy prepares to practice for his next competition. | 1 | 0.038679 | The young boy is not necessarily preparing to practice for his next competition. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 p1 s1 s2 x1 x2.(Topic(e1,p1) & Actor(e1,x1) & v_prepare(e1) & exists e2.(for(e2,x2) & Actor(e2,x1) & v_practice(e2)) & n_competition(x2) & a_next(s2) & Theme(s2,x2) & of(x2,x1) & n_male(x1) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d041b66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 p1 s1 s2 x1 x2.(v_prepare(e1) & of(x2,x1) & n_male(x1) & n_competition(x2) & n_boy(x1) & exists e2.(v_practice(e2) & for(e2,x2) & Actor(e2,x1)) & a_young(s1) & a_next(s2) & Topic(e1,p1) & Theme(s2,x2) & Theme(s1,x1) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A boy is about to practice some baseball | 1 | 0.025869 | The boy is not necessarily about to practice some baseball. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists p1 s1 x1.(Topic(s1,p1) & Actor(s1,x1) & a_about(s1) & exists e1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_practice(e1) & n_baseball(x2)) & n_boy(x1)) | 4d041fee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists p1 s1 x1.(n_boy(x1) & exists e1 x2.(v_practice(e1) & n_baseball(x2) & Theme(e1,x2) & Actor(e1,x1)) & a_about(s1) & Topic(s1,p1) & Actor(s1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | a girl plays in a field | 2 | 0.000002 | A child is either a boy or a girl and a child sitting does not occur as a child plays. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 x1 x2.(in(e1,x2) & n_field(x2) & Actor(e1,x1) & v_play(e1) & n_girl(x1)) | 4d042598-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 x1 x2.(v_play(e1) & n_girl(x1) & n_field(x2) & in(e1,x2) & Actor(e1,x1)) |
||
A young white boy with an orange shirt and white and black hat sitting next to a black steel ball in a large field. | A young boy takes the first step onto Mars. | 2 | -100 | There are no large fields on Mars. | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(a_topic(x1) & with(x1,x2) & to(e1,x7) & in(x7,x9) & n_field(x9) & a_large(s6) & Theme(s6,x9) & n_ball(x7) & of(x7,x8) & n_steel(x8) & a_black(s5) & Theme(s5,x7) & r_next(e1) & Actor(e1,x6) & v_sit(e1) & (x2 = x6) & n_hat(x4) & a_black(s4) & Theme(s4,x4) & a_white(s3) & Theme(s3,x4) & n_shirt(x3) & of(x3,x5) & n_orange(x5) & subset_of(x4,x2) & subset_of(x3,x2) & n_boy(x1) & a_white(s2) & Theme(s2,x1) & a_young(s1) & Theme(s1,x1)) | exists e1 s1 s2 x1 x2 x3.(ne_geo_mars(x3) & n_step(x2) & a_first(s2) & Theme(s2,x2) & Theme(e1,x2) & Actor(e1,x1) & v_take(e1) & onto(x2,x3) & n_boy(x1) & a_young(s1) & Theme(s1,x1)) | 4d042a66-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 s3 s4 s5 s6 x1 x2 x3 x4 x5 x6 x7 x8 x9.(with(x1,x2) & v_sit(e1) & to(e1,x7) & subset_of(x4,x2) & subset_of(x3,x2) & r_next(e1) & of(x7,x8) & of(x3,x5) & n_steel(x8) & n_shirt(x3) & n_orange(x5) & n_hat(x4) & n_field(x9) & n_boy(x1) & n_ball(x7) & in(x7,x9) & a_young(s1) & a_white(s3) & a_white(s2) & a_topic(x1) & a_large(s6) & a_black(s5) & a_black(s4) & Theme(s6,x9) & Theme(s5,x7) & Theme(s4,x4) & Theme(s3,x4) & Theme(s2,x1) & Theme(s1,x1) & Actor(e1,x6) & (x2 = x6)) | exists e1 s1 s2 x1 x2 x3.(v_take(e1) & onto(x2,x3) & ne_geo_mars(x3) & n_step(x2) & n_boy(x1) & a_young(s1) & a_first(s2) & Theme(s2,x2) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1)) |
||
Men and women eating near a storefront one man and a woman with a stroller taking to each other. | A woman changes a baby's diaper. | 2 | -100 | A woman is one person, women are multiple people. | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(all x8.(n_other(x8) -> to(e2,x8)) & Actor(e2,x6) & v_take(e2) & with(x6,x7) & n_stroller(x7) & n_woman(x6) & near(e1,x4) & n_man(x4) & card_eq_1(x4) & of(x4,x5) & n_storefront(x5) & Actor(e1,x1) & v_eat(e1) & subset_of(x3,x1) & n_woman(x3) & subset_of(x2,x1) & n_man(x2)) | exists e1 x1 x2 x3.(Theme(e1,x3) & Actor(e1,x1) & v_change(e1) & n_diaper(x3) & of(x3,x2) & n_baby(x2) & n_woman(x1)) | 4d0432f4-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 e2 x1 x2 x3 x4 x5 x6 x7.(with(x6,x7) & v_take(e2) & v_eat(e1) & subset_of(x3,x1) & subset_of(x2,x1) & of(x4,x5) & near(e1,x4) & n_woman(x6) & n_woman(x3) & n_stroller(x7) & n_storefront(x5) & n_man(x4) & n_man(x2) & card_eq_1(x4) & all x8.(to(e2,x8) | -n_other(x8)) & Actor(e2,x6) & Actor(e1,x1)) | exists e1 x1 x2 x3.(v_change(e1) & of(x3,x2) & n_woman(x1) & n_diaper(x3) & n_baby(x2) & Theme(e1,x3) & Actor(e1,x1)) |
||
A boy sitting down at the park. | A boy is outside. | 0 | -100 | A park is outside so the boy must be outside. | exists e1 s1 x1 x2 x3.(n_park(x3) & a_topic(x1) & at(e1,x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_boy(x1)) | exists s1 x1.(Theme(s1,x1) & a_outside(s1) & n_boy(x1)) | 4d043f2e-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & n_park(x3) & n_boy(x1) & at(e1,x3) & a_topic(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists s1 x1.(n_boy(x1) & a_outside(s1) & Theme(s1,x1)) |
||
A boy sitting down at the park. | The boy is standing on the grass. | 2 | -100 | A person cannot be sitting down and standing at the same time. | exists e1 s1 x1 x2 x3.(n_park(x3) & a_topic(x1) & at(e1,x3) & a_down(s1) & Manner(e1,s1) & Actor(e1,x2) & v_sit(e1) & (x1 = x2) & n_boy(x1)) | exists e1 x1 x2.(n_grass(x2) & n_boy(x1) & on(e1,x2) & Actor(e1,x1) & v_stand(e1)) | 4d0447ee-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3.(v_sit(e1) & n_park(x3) & n_boy(x1) & at(e1,x3) & a_topic(x1) & a_down(s1) & Manner(e1,s1) & Actor(e1,x2) & (x1 = x2)) | exists e1 x1 x2.(v_stand(e1) & on(e1,x2) & n_grass(x2) & n_boy(x1) & Actor(e1,x1)) |
||
A shirtless man has his arms wide open near a waterfall. | The shirtless man is trying to catch something. | 1 | -100 | Just because the man's arms were wide open doesn't mean he was trying to catch something. | exists e1 s1 s2 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_have(e1) & r_wide(s2) & near(s2,x4) & n_waterfall(x4) & Theme(s2,x3) & a_open(s2) & (x2 = x3) & n_arm(x2) & of(x2,x1) & n_male(x1) & n_man(x1) & a_shirtless(s1) & Theme(s1,x1)) | exists e1 p1 s1 x1.(n_man(x1) & a_shirtless(s1) & Theme(s1,x1) & Topic(e1,p1) & Actor(e1,x1) & v_try(e1) & exists e2 x2.(Theme(e2,x2) & Actor(e2,x1) & v_catch(e2) & n_thing(x2))) | 4d045478-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4.(v_have(e1) & r_wide(s2) & of(x2,x1) & near(s2,x4) & n_waterfall(x4) & n_man(x1) & n_male(x1) & n_arm(x2) & a_shirtless(s1) & a_open(s2) & Theme(s2,x3) & Theme(s1,x1) & Theme(e1,x2) & Actor(e1,x1) & (x2 = x3)) | exists e1 p1 s1 x1.(v_try(e1) & n_man(x1) & exists e2 x2.(v_catch(e2) & n_thing(x2) & Theme(e2,x2) & Actor(e2,x1)) & a_shirtless(s1) & Topic(e1,p1) & Theme(s1,x1) & Actor(e1,x1)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | There are at least two people. | 0 | 0.993382 | At least two people are next to the large building in the background | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists p1 x1 s1 x2.(at(x1,x2) & r_most(s1) & a_least(s1) & Theme(s1,x2) & n_people(x2) & card_eq_2(x2)) | 4d06872a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists x1 s1 x2.(r_most(s1) & n_people(x2) & card_eq_2(x2) & at(x1,x2) & a_least(s1) & Theme(s1,x2)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | Some people are wearing coats. | 1 | 0.896569 | Not everyone wears coats. | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists e1 x1 x2.(Theme(e1,x2) & Actor(e1,x1) & v_wear(e1) & n_coat(x2) & n_people(x1)) | 4d068b94-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists e1 x1 x2.(v_wear(e1) & n_people(x1) & n_coat(x2) & Theme(e1,x2) & Actor(e1,x1)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | The blankets are all black. | 1 | 0.023282 | THEY HAVE BLANKETS | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists s1 s2 x1.(n_blanket(x1) & a_all(s2) & Manner(s1,s2) & Theme(s1,x1) & a_black(s1)) | 4d068fea-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists s1 s2 x1.(n_blanket(x1) & a_black(s1) & a_all(s2) & Theme(s1,x1) & Manner(s1,s2)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | There is a large building and some people rollerblading. | 2 | 0.000003 | The people can't be setting up cots and rollerblading simultaneously. | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists p1 x1 e1 s1 x2 x3 x4 x5.((x1 = x2) & subset_of(x4,x2) & Actor(e1,x5) & v_rollerblade(e1) & (x4 = x5) & n_people(x4) & subset_of(x3,x2) & n_building(x3) & a_large(s1) & Theme(s1,x3)) | 4d06967a-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists x1 e1 s1 x2 x3 x4 x5.(v_rollerblade(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_people(x4) & n_building(x3) & a_large(s1) & Theme(s1,x3) & Actor(e1,x5) & (x4 = x5) & (x1 = x2)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | A big stinky building | 1 | 0.005443 | building doesn't always mean big stinky building | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists s1 s2 x1.(a_topic(x1) & n_building(x1) & a_stinky(s2) & Theme(s2,x1) & a_big(s1) & Theme(s1,x1)) | 4d06a8b8-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists s1 s2 x1.(n_building(x1) & a_topic(x1) & a_stinky(s2) & a_big(s1) & Theme(s2,x1) & Theme(s1,x1)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | The people setting up cots are getting ready to camp for a concert. | 1 | 0.01299 | not all people have cots. | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists e1 e2 p1 s1 x1 x2 x3 x4.(n_people(x1) & for(e2,x4) & n_concert(x4) & exists s2 x5.(to(s2,x5) & n_camp(x5) & Theme(s2,x1) & a_ready(s2)) & Topic(e2,p1) & Actor(e2,x1) & v_get(e2) & a_up(s1) & Manner(e1,s1) & Theme(e1,x3) & Actor(e1,x2) & v_set(e1) & n_cot(x3) & (x1 = x2)) | 4d06ae80-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists e1 e2 p1 s1 x1 x2 x3 x4.(v_set(e1) & v_get(e2) & n_people(x1) & n_cot(x3) & n_concert(x4) & for(e2,x4) & exists s2 x5.(to(s2,x5) & n_camp(x5) & a_ready(s2) & Theme(s2,x1)) & a_up(s1) & Topic(e2,p1) & Theme(e1,x3) & Manner(e1,s1) & Actor(e2,x1) & Actor(e1,x2) & (x1 = x2)) |
||
There is a large building in the background and there are lots of people and some of them are setting up cots with blankets on them. | The people use blankets to keep warm. | 1 | 0.955818 | The blankets can be used for other purposes, and the people setting up the blankets are not necessarily the ones who will be using them. | exists e1 p1 p2 s1 x1 x2 x3 x4 x5 x7.(n_background(x7) & on(e1,x3) & n_thing(x3) & n_thing(x3) & with(e1,x5) & n_blanket(x5) & a_up(s1) & Manner(e1,s1) & Theme(e1,x4) & Actor(e1,x3) & v_set(e1) & n_cot(x4) & of(x3,x4) & n_thing(x4) & exists x8 x9.((x2 = x8) & of(x8,x9) & n_people(x9) & n_lot(x8)) & exists s2 x6.((x1 = x6) & in(x6,x7) & n_building(x6) & a_large(s2) & Theme(s2,x6))) | exists e1 p1 x1 x2.(n_people(x1) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1) & v_use(e1) & exists e2 p2.(exists s1.(Theme(s1,x1) & a_warm(s1)) & Topic(e2,p2) & Actor(e2,x1) & v_keep(e2)) & n_blanket(x2)) | 4d06bfec-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 x1 x2 x3 x4 x5 x7.(with(e1,x5) & v_set(e1) & on(e1,x3) & of(x3,x4) & n_thing(x4) & n_thing(x3) & n_cot(x4) & n_blanket(x5) & n_background(x7) & exists x8 x9.(of(x8,x9) & n_people(x9) & n_lot(x8) & (x2 = x8)) & exists s2 x6.(n_building(x6) & in(x6,x7) & a_large(s2) & Theme(s2,x6) & (x1 = x6)) & a_up(s1) & Theme(e1,x4) & Manner(e1,s1) & Actor(e1,x3)) | exists e1 p1 x1 x2.(v_use(e1) & n_people(x1) & n_blanket(x2) & exists e2 p2.(v_keep(e2) & exists s1.(a_warm(s1) & Theme(s1,x1)) & Topic(e2,p2) & Actor(e2,x1)) & Theme(e1,p1) & Recipient(e1,x2) & Actor(e1,x1)) |
||
A woman in a black shirt and red apron is preparing food. | A woman prepares food for a dinner party. | 1 | -100 | A woman is preparing food. It does not necessarily mean that the food is for a dinner party. | exists e1 s1 s2 x1 x2 x3 x4 x5.(Theme(e1,x5) & Actor(e1,x1) & v_prepare(e1) & n_food(x5) & in(x1,x2) & n_apron(x4) & a_red(s2) & Theme(s2,x4) & n_shirt(x3) & a_black(s1) & Theme(s1,x3) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1)) | exists e1 x1 x2 x3 x4.(Theme(e1,x2) & Actor(e1,x1) & v_prepare(e1) & for(x2,x3) & n_party(x3) & of(x3,x4) & n_dinner(x4) & n_food(x2) & n_woman(x1)) | 4d085dca-e4c8-11ec-9cdd-0242ac1c0002 | exists e1 s1 s2 x1 x2 x3 x4 x5.(v_prepare(e1) & subset_of(x4,x2) & subset_of(x3,x2) & n_woman(x1) & n_shirt(x3) & n_food(x5) & n_apron(x4) & in(x1,x2) & a_red(s2) & a_black(s1) & Theme(s2,x4) & Theme(s1,x3) & Theme(e1,x5) & Actor(e1,x1)) | exists e1 x1 x2 x3 x4.(v_prepare(e1) & of(x3,x4) & n_woman(x1) & n_party(x3) & n_food(x2) & n_dinner(x4) & for(x2,x3) & Theme(e1,x2) & Actor(e1,x1)) |
||
The lady in the red apron is preparing food for the up coming festivities. | A woman is cooking up ethnic foods for a street festival. | 1 | -100 | Not all foods that can be cooked are ethnic foods. Not all festivities are a street festival. | exists e2 e1 s1 x1 x2 x3 x4.(n_festivity(x4) & Actor(e2,x4) & v_come(e2) & r_up(x4) & n_apron(x2) & a_red(s1) & Theme(s1,x2) & n_lady(x1) & for(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_prepare(e1) & n_food(x3) & in(x1,x2)) | exists e1 s1 s2 x1 x2 x3 x4.(a_up(s2) & Manner(e1,s2) & Theme(e1,x2) & Actor(e1,x1) & v_cook(e1) & for(x2,x3) & n_festival(x3) & of(x3,x4) & n_street(x4) & n_food(x2) & a_ethnic(s1) & Theme(s1,x2) & n_woman(x1)) | 4d086338-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_prepare(e1) & v_come(e2) & r_up(x4) & n_lady(x1) & n_food(x3) & n_festivity(x4) & n_apron(x2) & in(x1,x2) & for(e1,x4) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 s1 s2 x1 x2 x3 x4.(v_cook(e1) & of(x3,x4) & n_woman(x1) & n_street(x4) & n_food(x2) & n_festival(x3) & for(x2,x3) & a_up(s2) & a_ethnic(s1) & Theme(s1,x2) & Theme(e1,x2) & Manner(e1,s2) & Actor(e1,x1)) |
||
The lady in the red apron is preparing food for the up coming festivities. | A woman is dancing with her child. | 2 | -100 | Is the woman dancing or preparing food | exists e2 e1 s1 x1 x2 x3 x4.(n_festivity(x4) & Actor(e2,x4) & v_come(e2) & r_up(x4) & n_apron(x2) & a_red(s1) & Theme(s1,x2) & n_lady(x1) & for(e1,x4) & Theme(e1,x3) & Actor(e1,x1) & v_prepare(e1) & n_food(x3) & in(x1,x2)) | exists e1 x1 x2.(with(e1,x2) & n_child(x2) & of(x2,x1) & n_female(x1) & Actor(e1,x1) & v_dance(e1) & n_woman(x1)) | 4d0868b0-e4c8-11ec-9cdd-0242ac1c0002 | exists e2 e1 s1 x1 x2 x3 x4.(v_prepare(e1) & v_come(e2) & r_up(x4) & n_lady(x1) & n_food(x3) & n_festivity(x4) & n_apron(x2) & in(x1,x2) & for(e1,x4) & a_red(s1) & Theme(s1,x2) & Theme(e1,x3) & Actor(e2,x4) & Actor(e1,x1)) | exists e1 x1 x2.(with(e1,x2) & v_dance(e1) & of(x2,x1) & n_woman(x1) & n_female(x1) & n_child(x2) & Actor(e1,x1)) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.